sticker smile icon
sticker-smile-filled from Reicon by REICON · Filled · Faces · MIT Free for personal and commercial use.
- Name
- sticker-smile-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 smile icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M16.936 13.1c.868-.303 1.947-.344 4.203-.35h1.585c-.007.109.01-.107 0 0a1.64 1.64 0 0 1-.471 1.01l-8.508 8.55a1.4 1.4 0 0 1-.994.414c-.108.01.108-.007 0 0V21.14c.005-2.256.046-3.335.35-4.203a6.25 6.25 0 0 1 3.835-3.835"/><path fill-rule="evenodd" d="M11.552 16.88c-.276 1.064-.3 2.364-.302 4.34v1.504c-5.587-.385-10-5.039-10-10.724C1.25 6.063 6.063 1.25 12 1.25c5.685 0 10.34 4.413 10.724 10H21.22c-2.257.002-3.633.034-4.78.435a7.75 7.75 0 0 0-4.243 3.602l-.057.007a7.35 7.35 0 0 1-3.045-.088a.75.75 0 0 0-.365 1.455c.886.222 1.842.3 2.822.22m3.346-5.657c.533-.143.792-.907.577-1.707c-.214-.8-.82-1.333-1.354-1.19c-.533.143-.792.907-.578 1.707s.821 1.333 1.355 1.19m-5.796 1.553c.534-.143.792-.907.578-1.707s-.82-1.333-1.354-1.19s-.792.907-.578 1.707s.82 1.333 1.354 1.19" clip-rule="evenodd"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconStickerSmileFilled(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 d="M16.936 13.1c.868-.303 1.947-.344 4.203-.35h1.585c-.007.109.01-.107 0 0a1.64 1.64 0 0 1-.471 1.01l-8.508 8.55a1.4 1.4 0 0 1-.994.414c-.108.01.108-.007 0 0V21.14c.005-2.256.046-3.335.35-4.203a6.25 6.25 0 0 1 3.835-3.835"/><path fillRule="evenodd" d="M11.552 16.88c-.276 1.064-.3 2.364-.302 4.34v1.504c-5.587-.385-10-5.039-10-10.724C1.25 6.063 6.063 1.25 12 1.25c5.685 0 10.34 4.413 10.724 10H21.22c-2.257.002-3.633.034-4.78.435a7.75 7.75 0 0 0-4.243 3.602l-.057.007a7.35 7.35 0 0 1-3.045-.088a.75.75 0 0 0-.365 1.455c.886.222 1.842.3 2.822.22m3.346-5.657c.533-.143.792-.907.577-1.707c-.214-.8-.82-1.333-1.354-1.19c-.533.143-.792.907-.578 1.707s.821 1.333 1.355 1.19m-5.796 1.553c.534-.143.792-.907.578-1.707s-.82-1.333-1.354-1.19s-.792.907-.578 1.707s.82 1.333 1.354 1.19" 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 d="M16.936 13.1c.868-.303 1.947-.344 4.203-.35h1.585c-.007.109.01-.107 0 0a1.64 1.64 0 0 1-.471 1.01l-8.508 8.55a1.4 1.4 0 0 1-.994.414c-.108.01.108-.007 0 0V21.14c.005-2.256.046-3.335.35-4.203a6.25 6.25 0 0 1 3.835-3.835"/><path fill-rule="evenodd" d="M11.552 16.88c-.276 1.064-.3 2.364-.302 4.34v1.504c-5.587-.385-10-5.039-10-10.724C1.25 6.063 6.063 1.25 12 1.25c5.685 0 10.34 4.413 10.724 10H21.22c-2.257.002-3.633.034-4.78.435a7.75 7.75 0 0 0-4.243 3.602l-.057.007a7.35 7.35 0 0 1-3.045-.088a.75.75 0 0 0-.365 1.455c.886.222 1.842.3 2.822.22m3.346-5.657c.533-.143.792-.907.577-1.707c-.214-.8-.82-1.333-1.354-1.19c-.533.143-.792.907-.578 1.707s.821 1.333 1.355 1.19m-5.796 1.553c.534-.143.792-.907.578-1.707s-.82-1.333-1.354-1.19s-.792.907-.578 1.707s.82 1.333 1.354 1.19" clip-rule="evenodd"/></g></svg> </template>
CSS
.icon-sticker-smile-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%20d%3D%22M16.936%2013.1c.868-.303%201.947-.344%204.203-.35h1.585c-.007.109.01-.107%200%200a1.64%201.64%200%200%201-.471%201.01l-8.508%208.55a1.4%201.4%200%200%201-.994.414c-.108.01.108-.007%200%200V21.14c.005-2.256.046-3.335.35-4.203a6.25%206.25%200%200%201%203.835-3.835%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M11.552%2016.88c-.276%201.064-.3%202.364-.302%204.34v1.504c-5.587-.385-10-5.039-10-10.724C1.25%206.063%206.063%201.25%2012%201.25c5.685%200%2010.34%204.413%2010.724%2010H21.22c-2.257.002-3.633.034-4.78.435a7.75%207.75%200%200%200-4.243%203.602l-.057.007a7.35%207.35%200%200%201-3.045-.088a.75.75%200%200%200-.365%201.455c.886.222%201.842.3%202.822.22m3.346-5.657c.533-.143.792-.907.577-1.707c-.214-.8-.82-1.333-1.354-1.19c-.533.143-.792.907-.578%201.707s.821%201.333%201.355%201.19m-5.796%201.553c.534-.143.792-.907.578-1.707s-.82-1.333-1.354-1.19s-.792.907-.578%201.707s.82%201.333%201.354%201.19%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%20d%3D%22M16.936%2013.1c.868-.303%201.947-.344%204.203-.35h1.585c-.007.109.01-.107%200%200a1.64%201.64%200%200%201-.471%201.01l-8.508%208.55a1.4%201.4%200%200%201-.994.414c-.108.01.108-.007%200%200V21.14c.005-2.256.046-3.335.35-4.203a6.25%206.25%200%200%201%203.835-3.835%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M11.552%2016.88c-.276%201.064-.3%202.364-.302%204.34v1.504c-5.587-.385-10-5.039-10-10.724C1.25%206.063%206.063%201.25%2012%201.25c5.685%200%2010.34%204.413%2010.724%2010H21.22c-2.257.002-3.633.034-4.78.435a7.75%207.75%200%200%200-4.243%203.602l-.057.007a7.35%207.35%200%200%201-3.045-.088a.75.75%200%200%200-.365%201.455c.886.222%201.842.3%202.822.22m3.346-5.657c.533-.143.792-.907.577-1.707c-.214-.8-.82-1.333-1.354-1.19c-.533.143-.792.907-.578%201.707s.821%201.333%201.355%201.19m-5.796%201.553c.534-.143.792-.907.578-1.707s-.82-1.333-1.354-1.19s-.792.907-.578%201.707s.82%201.333%201.354%201.19%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-smile-filled.svg?color=%231a73e8&size=48