Like Shapes 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 { IconLikeShapes } from "@devigner-ui/icons";
<IconLikeShapes className="size-6" />
<script setup>
import { IconLikeShapes } from "@devigner-ui/icons-vue";
</script>
<template>
<IconLikeShapes class="size-6" />
</template>
<script>
import { IconLikeShapes } from "@devigner-ui/icons-svelte";
</script>
<IconLikeShapes class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11.42 2.45a2 2 0 0 1 2.52 0l1.58 1.36c.3.26.86.47 1.26.47h1.7c1.06 0 1.93.87 1.93 1.93v1.7c0 .39.21.96.47 1.26l1.36 1.58c.59.69.59 1.82 0 2.52l-1.36 1.58c-.26.3-.47.86-.47 1.26v1.7c0 1.06-.87 1.93-1.93 1.93h-1.7c-.39 0-.96.21-1.26.47l-1.58 1.36c-.69.59-1.82.59-2.52 0l-1.58-1.36c-.3-.26-.86-.47-1.26-.47H6.85a1.94 1.94 0 0 1-1.93-1.93V16.1c0-.39-.21-.95-.46-1.25l-1.35-1.59a2 2 0 0 1 0-2.5l1.35-1.59c.25-.3.46-.86.46-1.25V6.21c0-1.06.87-1.93 1.93-1.93h1.73c.39 0 .96-.21 1.26-.47z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><g opacity="1"><path d="m10.56 14.82 1.45 1.12c.19.19.61.28.89.28h1.77c.56 0 1.17-.42 1.31-.98l1.12-3.42c.23-.65-.19-1.22-.89-1.22h-1.87c-.28 0-.51-.23-.47-.56l.23-1.5a.9.9 0 0 0-.61-1.03.9.9 0 0 0-1.03.33l-1.92 2.85" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10"></path><path d="M8.17 14.82v-4.58c0-.66.28-.89.94-.89h.47c.65 0 .94.23.94.89v4.58c0 .65-.28.89-.94.89h-.47c-.66 0-.94-.23-.94-.89" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></g></svg>