Sticker 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 { IconSticker } from "@devigner-ui/icons";
<IconSticker className="size-6" />
<script setup>
import { IconSticker } from "@devigner-ui/icons-vue";
</script>
<template>
<IconSticker class="size-6" />
</template>
<script>
import { IconSticker } from "@devigner-ui/icons-svelte";
</script>
<IconSticker class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path opacity="1" d="M22.6 12.86q-.03.28-.1.55a6 6 0 0 0-8.45 8.45q-.27.07-.55.1-1.27.12-2.62-.11a10 10 0 0 1 3.46-19.71 10 10 0 0 1 8.26 10.72" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="M22.5 13.41q-.21.74-.77 1.3l-6.38 6.38q-.56.56-1.3.77a6 6 0 0 1 8.45-8.45" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></svg>