sticker square icon

sticker-square-filled from Reicon by REICON · Filled · Faces · MIT Free for personal and commercial use.

Name
sticker-square-filled
Set
Reicon
Style
Filled
Category
Faces
Viewbox
24×24
License
MIT

2 other variants in Reicon

The same icon in other sets

More faces icons from Reicon

Use the sticker square icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="m16.5 21.839l-.038.008h-.004q-.023.007-.047.01l-.002.001l.05-.01z" clip-rule="evenodd"/><path d="M22 15c-.584 0-1.076 0-1.5.008c-.928.016-1.528.069-2.045.237a5 5 0 0 0-3.21 3.21c-.168.517-.22 1.117-.237 2.045C15 20.924 15 21.416 15 22q.725-.001 1.41-.142l.048-.01h.004l.038-.01a7.01 7.01 0 0 0 5.339-5.338q.16-.726.161-1.5"/><path d="M2 12c0 4.714 0 7.071 1.464 8.535C4.93 22 7.286 22 12 22h1.5v-.26c-.001-1.607-.002-2.765.318-3.749a6.5 6.5 0 0 1 4.173-4.173c.984-.32 2.142-.319 3.75-.318H22V12c0-4.714 0-7.071-1.465-8.536C19.072 2 16.714 2 12 2S4.929 2 3.464 3.464C2 4.93 2 7.286 2 12"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconStickerSquareFilled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fillRule="evenodd" d="m16.5 21.839l-.038.008h-.004q-.023.007-.047.01l-.002.001l.05-.01z" clipRule="evenodd"/><path d="M22 15c-.584 0-1.076 0-1.5.008c-.928.016-1.528.069-2.045.237a5 5 0 0 0-3.21 3.21c-.168.517-.22 1.117-.237 2.045C15 20.924 15 21.416 15 22q.725-.001 1.41-.142l.048-.01h.004l.038-.01a7.01 7.01 0 0 0 5.339-5.338q.16-.726.161-1.5"/><path d="M2 12c0 4.714 0 7.071 1.464 8.535C4.93 22 7.286 22 12 22h1.5v-.26c-.001-1.607-.002-2.765.318-3.749a6.5 6.5 0 0 1 4.173-4.173c.984-.32 2.142-.319 3.75-.318H22V12c0-4.714 0-7.071-1.465-8.536C19.072 2 16.714 2 12 2S4.929 2 3.464 3.464C2 4.93 2 7.286 2 12"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="m16.5 21.839l-.038.008h-.004q-.023.007-.047.01l-.002.001l.05-.01z" clip-rule="evenodd"/><path d="M22 15c-.584 0-1.076 0-1.5.008c-.928.016-1.528.069-2.045.237a5 5 0 0 0-3.21 3.21c-.168.517-.22 1.117-.237 2.045C15 20.924 15 21.416 15 22q.725-.001 1.41-.142l.048-.01h.004l.038-.01a7.01 7.01 0 0 0 5.339-5.338q.16-.726.161-1.5"/><path d="M2 12c0 4.714 0 7.071 1.464 8.535C4.93 22 7.286 22 12 22h1.5v-.26c-.001-1.607-.002-2.765.318-3.749a6.5 6.5 0 0 1 4.173-4.173c.984-.32 2.142-.319 3.75-.318H22V12c0-4.714 0-7.071-1.465-8.536C19.072 2 16.714 2 12 2S4.929 2 3.464 3.464C2 4.93 2 7.286 2 12"/></g></svg>
</template>

CSS

.icon-sticker-square-filled {
  width: 24px;
  height: 24px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22m16.5%2021.839l-.038.008h-.004q-.023.007-.047.01l-.002.001l.05-.01z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M22%2015c-.584%200-1.076%200-1.5.008c-.928.016-1.528.069-2.045.237a5%205%200%200%200-3.21%203.21c-.168.517-.22%201.117-.237%202.045C15%2020.924%2015%2021.416%2015%2022q.725-.001%201.41-.142l.048-.01h.004l.038-.01a7.01%207.01%200%200%200%205.339-5.338q.16-.726.161-1.5%22%2F%3E%3Cpath%20d%3D%22M2%2012c0%204.714%200%207.071%201.464%208.535C4.93%2022%207.286%2022%2012%2022h1.5v-.26c-.001-1.607-.002-2.765.318-3.749a6.5%206.5%200%200%201%204.173-4.173c.984-.32%202.142-.319%203.75-.318H22V12c0-4.714%200-7.071-1.465-8.536C19.072%202%2016.714%202%2012%202S4.929%202%203.464%203.464C2%204.93%202%207.286%202%2012%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22m16.5%2021.839l-.038.008h-.004q-.023.007-.047.01l-.002.001l.05-.01z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M22%2015c-.584%200-1.076%200-1.5.008c-.928.016-1.528.069-2.045.237a5%205%200%200%200-3.21%203.21c-.168.517-.22%201.117-.237%202.045C15%2020.924%2015%2021.416%2015%2022q.725-.001%201.41-.142l.048-.01h.004l.038-.01a7.01%207.01%200%200%200%205.339-5.338q.16-.726.161-1.5%22%2F%3E%3Cpath%20d%3D%22M2%2012c0%204.714%200%207.071%201.464%208.535C4.93%2022%207.286%2022%2012%2022h1.5v-.26c-.001-1.607-.002-2.765.318-3.749a6.5%206.5%200%200%201%204.173-4.173c.984-.32%202.142-.319%203.75-.318H22V12c0-4.714%200-7.071-1.465-8.536C19.072%202%2016.714%202%2012%202S4.929%202%203.464%203.464C2%204.93%202%207.286%202%2012%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/sticker-square-filled.svg?color=%231a73e8&size=48