sticker icon
sticker-12-regular from Fluent UI System Icons by Microsoft Corporation · 12 Regular · MIT Free for personal and commercial use.
- Name
- sticker-12-regular
- Set
- Fluent UI System Icons
- Style
- 12 Regular
- Viewbox
- 12×12
- License
- MIT
12 other variants in Fluent UI System Icons
The same icon in other sets
Related icons in Fluent UI System Icons
Use the sticker icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 12 12"><path fill="currentColor" d="M5 4.5a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0m2.5.5a.5.5 0 1 0 0-1a.5.5 0 0 0 0 1M1 3a2 2 0 0 1 2-2h6a2 2 0 0 1 2 2v4.5a.5.5 0 0 1-.146.354l-3 3A.5.5 0 0 1 7.5 11H3a2 2 0 0 1-2-2zm2-1a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h3V8.01h-.004c-.678 0-1.172-.342-1.475-.647a2.8 2.8 0 0 1-.456-.606l-.008-.015l-.002-.005l-.001-.002l-.001-.001a.5.5 0 1 1 .905-.429q.015.03.052.084c.049.074.122.172.219.268c.195.196.449.353.767.353a.9.9 0 0 0 .294-.048C6.64 6.385 7.275 6 8 6h2V3a1 1 0 0 0-1-1zm7 5H8a1 1 0 0 0-1 1v2h.293L10 7.293z"/></svg>
React
import type { SVGProps } from "react";
export function FluentSticker12Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 12 12"><path fill="currentColor" d="M5 4.5a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0m2.5.5a.5.5 0 1 0 0-1a.5.5 0 0 0 0 1M1 3a2 2 0 0 1 2-2h6a2 2 0 0 1 2 2v4.5a.5.5 0 0 1-.146.354l-3 3A.5.5 0 0 1 7.5 11H3a2 2 0 0 1-2-2zm2-1a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h3V8.01h-.004c-.678 0-1.172-.342-1.475-.647a2.8 2.8 0 0 1-.456-.606l-.008-.015l-.002-.005l-.001-.002l-.001-.001a.5.5 0 1 1 .905-.429q.015.03.052.084c.049.074.122.172.219.268c.195.196.449.353.767.353a.9.9 0 0 0 .294-.048C6.64 6.385 7.275 6 8 6h2V3a1 1 0 0 0-1-1zm7 5H8a1 1 0 0 0-1 1v2h.293L10 7.293z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 12 12"><path fill="currentColor" d="M5 4.5a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0m2.5.5a.5.5 0 1 0 0-1a.5.5 0 0 0 0 1M1 3a2 2 0 0 1 2-2h6a2 2 0 0 1 2 2v4.5a.5.5 0 0 1-.146.354l-3 3A.5.5 0 0 1 7.5 11H3a2 2 0 0 1-2-2zm2-1a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h3V8.01h-.004c-.678 0-1.172-.342-1.475-.647a2.8 2.8 0 0 1-.456-.606l-.008-.015l-.002-.005l-.001-.002l-.001-.001a.5.5 0 1 1 .905-.429q.015.03.052.084c.049.074.122.172.219.268c.195.196.449.353.767.353a.9.9 0 0 0 .294-.048C6.64 6.385 7.275 6 8 6h2V3a1 1 0 0 0-1-1zm7 5H8a1 1 0 0 0-1 1v2h.293L10 7.293z"/></svg> </template>
CSS
.icon-sticker-12-regular {
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%2012%2012%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5%204.5a.5.5%200%201%201-1%200a.5.5%200%200%201%201%200m2.5.5a.5.5%200%201%200%200-1a.5.5%200%200%200%200%201M1%203a2%202%200%200%201%202-2h6a2%202%200%200%201%202%202v4.5a.5.5%200%200%201-.146.354l-3%203A.5.5%200%200%201%207.5%2011H3a2%202%200%200%201-2-2zm2-1a1%201%200%200%200-1%201v6a1%201%200%200%200%201%201h3V8.01h-.004c-.678%200-1.172-.342-1.475-.647a2.8%202.8%200%200%201-.456-.606l-.008-.015l-.002-.005l-.001-.002l-.001-.001a.5.5%200%201%201%20.905-.429q.015.03.052.084c.049.074.122.172.219.268c.195.196.449.353.767.353a.9.9%200%200%200%20.294-.048C6.64%206.385%207.275%206%208%206h2V3a1%201%200%200%200-1-1zm7%205H8a1%201%200%200%200-1%201v2h.293L10%207.293z%22%2F%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%2012%2012%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5%204.5a.5.5%200%201%201-1%200a.5.5%200%200%201%201%200m2.5.5a.5.5%200%201%200%200-1a.5.5%200%200%200%200%201M1%203a2%202%200%200%201%202-2h6a2%202%200%200%201%202%202v4.5a.5.5%200%200%201-.146.354l-3%203A.5.5%200%200%201%207.5%2011H3a2%202%200%200%201-2-2zm2-1a1%201%200%200%200-1%201v6a1%201%200%200%200%201%201h3V8.01h-.004c-.678%200-1.172-.342-1.475-.647a2.8%202.8%200%200%201-.456-.606l-.008-.015l-.002-.005l-.001-.002l-.001-.001a.5.5%200%201%201%20.905-.429q.015.03.052.084c.049.074.122.172.219.268c.195.196.449.353.767.353a.9.9%200%200%200%20.294-.048C6.64%206.385%207.275%206%208%206h2V3a1%201%200%200%200-1-1zm7%205H8a1%201%200%200%200-1%201v2h.293L10%207.293z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/sticker-12-regular.svg?color=%231a73e8&size=48