Like2 icon in outline, twotone, bold and bulk. Free in all four styles, for reactions, ratings, favourites, awards, stickers. Copy the SVG, the React, Vue or Svelte component, or download a PNG.
import { IconLike2 } from "@devigner-ui/icons";
<IconLike2 className="size-6" />
<script setup>
import { IconLike2 } from "@devigner-ui/icons-vue";
</script>
<template>
<IconLike2 class="size-6" />
</template>
<script>
import { IconLike2 } from "@devigner-ui/icons-svelte";
</script>
<IconLike2 class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M18.67 18.86h-.76c-.8 0-1.56.31-2.12.87l-1.71 1.69c-.78.77-2.05.77-2.83 0l-1.71-1.69a3 3 0 0 0-2.12-.87h-.75c-1.66 0-3-1.33-3-2.97V4.98a3 3 0 0 1 3-2.97h12c1.66 0 3 1.33 3 2.97v10.91a3 3 0 0 1-3 2.97" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path><path opacity="1" d="M12.95 14.96c-.15.05-.4.05-.56 0-1.3-.45-4.22-2.3-4.22-5.45A2.5 2.5 0 0 1 12.67 8a2.5 2.5 0 0 1 4.5 1.51c-.01 3.15-2.92 5-4.22 5.45" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></svg>