sticker smile3 icon

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

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

2 other variants in Reicon

More faces icons from Reicon

Use the sticker smile3 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 fill-rule="evenodd" 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.749q.104-.318.239-.623A5.7 5.7 0 0 1 12 17.75a5.77 5.77 0 0 1-3.447-1.147a.75.75 0 0 1 .894-1.206c.728.54 1.607.853 2.553.853s1.825-.313 2.553-.852a.75.75 0 0 1 .872-.016a6.5 6.5 0 0 1 2.566-1.564c.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 12m13 0c.552 0 1-.672 1-1.5S15.552 9 15 9s-1 .672-1 1.5s.448 1.5 1 1.5m-6 0c.552 0 1-.672 1-1.5S9.552 9 9 9s-1 .672-1 1.5s.448 1.5 1 1.5" clip-rule="evenodd"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconStickerSmile3Filled(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 fillRule="evenodd" 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.749q.104-.318.239-.623A5.7 5.7 0 0 1 12 17.75a5.77 5.77 0 0 1-3.447-1.147a.75.75 0 0 1 .894-1.206c.728.54 1.607.853 2.553.853s1.825-.313 2.553-.852a.75.75 0 0 1 .872-.016a6.5 6.5 0 0 1 2.566-1.564c.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 12m13 0c.552 0 1-.672 1-1.5S15.552 9 15 9s-1 .672-1 1.5s.448 1.5 1 1.5m-6 0c.552 0 1-.672 1-1.5S9.552 9 9 9s-1 .672-1 1.5s.448 1.5 1 1.5" clipRule="evenodd"/></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 fill-rule="evenodd" 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.749q.104-.318.239-.623A5.7 5.7 0 0 1 12 17.75a5.77 5.77 0 0 1-3.447-1.147a.75.75 0 0 1 .894-1.206c.728.54 1.607.853 2.553.853s1.825-.313 2.553-.852a.75.75 0 0 1 .872-.016a6.5 6.5 0 0 1 2.566-1.564c.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 12m13 0c.552 0 1-.672 1-1.5S15.552 9 15 9s-1 .672-1 1.5s.448 1.5 1 1.5m-6 0c.552 0 1-.672 1-1.5S9.552 9 9 9s-1 .672-1 1.5s.448 1.5 1 1.5" clip-rule="evenodd"/></g></svg>
</template>

CSS

.icon-sticker-smile3-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%20fill-rule%3D%22evenodd%22%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.749q.104-.318.239-.623A5.7%205.7%200%200%201%2012%2017.75a5.77%205.77%200%200%201-3.447-1.147a.75.75%200%200%201%20.894-1.206c.728.54%201.607.853%202.553.853s1.825-.313%202.553-.852a.75.75%200%200%201%20.872-.016a6.5%206.5%200%200%201%202.566-1.564c.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%2012m13%200c.552%200%201-.672%201-1.5S15.552%209%2015%209s-1%20.672-1%201.5s.448%201.5%201%201.5m-6%200c.552%200%201-.672%201-1.5S9.552%209%209%209s-1%20.672-1%201.5s.448%201.5%201%201.5%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%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.749q.104-.318.239-.623A5.7%205.7%200%200%201%2012%2017.75a5.77%205.77%200%200%201-3.447-1.147a.75.75%200%200%201%20.894-1.206c.728.54%201.607.853%202.553.853s1.825-.313%202.553-.852a.75.75%200%200%201%20.872-.016a6.5%206.5%200%200%201%202.566-1.564c.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%2012m13%200c.552%200%201-.672%201-1.5S15.552%209%2015%209s-1%20.672-1%201.5s.448%201.5%201%201.5m-6%200c.552%200%201-.672%201-1.5S9.552%209%209%209s-1%20.672-1%201.5s.448%201.5%201%201.5%22%20clip-rule%3D%22evenodd%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-smile3-filled.svg?color=%231a73e8&size=48