sticker icon
sticker-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.
- Name
- sticker-20-regular
- Set
- Fluent UI System Icons
- Style
- 20 Regular
- Viewbox
- 20×20
- 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 20 20"><path fill="currentColor" d="M7.5 9a1 1 0 1 0 0-2a1 1 0 0 0 0 2m6-1a1 1 0 1 1-2 0a1 1 0 0 1 2 0M3 6v8a3 3 0 0 0 3 3h5.379l.08-.002a.5.5 0 0 0 .162-.013a2 2 0 0 0 1.172-.57l3.621-3.622a2 2 0 0 0 .571-1.172a.5.5 0 0 0 .013-.162l.002-.08V6a3 3 0 0 0-3-3H6a3 3 0 0 0-3 3m13 0v5h-2.25c-1.21 0-2.236.78-2.604 1.865a4.7 4.7 0 0 1-1.144.135c-.915 0-1.59-.228-2.028-.447a3 3 0 0 1-.487-.297a2 2 0 0 1-.133-.11l-.003-.002a.5.5 0 0 0-.705.71h.001l.001.001l.002.002l.005.005l.015.014l.048.043q.06.053.17.137c.146.11.359.251.639.391c.561.28 1.388.553 2.475.553q.54-.002.998-.083V16H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2m-3.914 9.707a1 1 0 0 1-.086.077V13.75c0-.966.784-1.75 1.75-1.75h2.034q-.036.045-.077.086z"/></svg>
React
import type { SVGProps } from "react";
export function FluentSticker20Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M7.5 9a1 1 0 1 0 0-2a1 1 0 0 0 0 2m6-1a1 1 0 1 1-2 0a1 1 0 0 1 2 0M3 6v8a3 3 0 0 0 3 3h5.379l.08-.002a.5.5 0 0 0 .162-.013a2 2 0 0 0 1.172-.57l3.621-3.622a2 2 0 0 0 .571-1.172a.5.5 0 0 0 .013-.162l.002-.08V6a3 3 0 0 0-3-3H6a3 3 0 0 0-3 3m13 0v5h-2.25c-1.21 0-2.236.78-2.604 1.865a4.7 4.7 0 0 1-1.144.135c-.915 0-1.59-.228-2.028-.447a3 3 0 0 1-.487-.297a2 2 0 0 1-.133-.11l-.003-.002a.5.5 0 0 0-.705.71h.001l.001.001l.002.002l.005.005l.015.014l.048.043q.06.053.17.137c.146.11.359.251.639.391c.561.28 1.388.553 2.475.553q.54-.002.998-.083V16H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2m-3.914 9.707a1 1 0 0 1-.086.077V13.75c0-.966.784-1.75 1.75-1.75h2.034q-.036.045-.077.086z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M7.5 9a1 1 0 1 0 0-2a1 1 0 0 0 0 2m6-1a1 1 0 1 1-2 0a1 1 0 0 1 2 0M3 6v8a3 3 0 0 0 3 3h5.379l.08-.002a.5.5 0 0 0 .162-.013a2 2 0 0 0 1.172-.57l3.621-3.622a2 2 0 0 0 .571-1.172a.5.5 0 0 0 .013-.162l.002-.08V6a3 3 0 0 0-3-3H6a3 3 0 0 0-3 3m13 0v5h-2.25c-1.21 0-2.236.78-2.604 1.865a4.7 4.7 0 0 1-1.144.135c-.915 0-1.59-.228-2.028-.447a3 3 0 0 1-.487-.297a2 2 0 0 1-.133-.11l-.003-.002a.5.5 0 0 0-.705.71h.001l.001.001l.002.002l.005.005l.015.014l.048.043q.06.053.17.137c.146.11.359.251.639.391c.561.28 1.388.553 2.475.553q.54-.002.998-.083V16H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2m-3.914 9.707a1 1 0 0 1-.086.077V13.75c0-.966.784-1.75 1.75-1.75h2.034q-.036.045-.077.086z"/></svg> </template>
CSS
.icon-sticker-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.5%209a1%201%200%201%200%200-2a1%201%200%200%200%200%202m6-1a1%201%200%201%201-2%200a1%201%200%200%201%202%200M3%206v8a3%203%200%200%200%203%203h5.379l.08-.002a.5.5%200%200%200%20.162-.013a2%202%200%200%200%201.172-.57l3.621-3.622a2%202%200%200%200%20.571-1.172a.5.5%200%200%200%20.013-.162l.002-.08V6a3%203%200%200%200-3-3H6a3%203%200%200%200-3%203m13%200v5h-2.25c-1.21%200-2.236.78-2.604%201.865a4.7%204.7%200%200%201-1.144.135c-.915%200-1.59-.228-2.028-.447a3%203%200%200%201-.487-.297a2%202%200%200%201-.133-.11l-.003-.002a.5.5%200%200%200-.705.71h.001l.001.001l.002.002l.005.005l.015.014l.048.043q.06.053.17.137c.146.11.359.251.639.391c.561.28%201.388.553%202.475.553q.54-.002.998-.083V16H6a2%202%200%200%201-2-2V6a2%202%200%200%201%202-2h8a2%202%200%200%201%202%202m-3.914%209.707a1%201%200%200%201-.086.077V13.75c0-.966.784-1.75%201.75-1.75h2.034q-.036.045-.077.086z%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.5%209a1%201%200%201%200%200-2a1%201%200%200%200%200%202m6-1a1%201%200%201%201-2%200a1%201%200%200%201%202%200M3%206v8a3%203%200%200%200%203%203h5.379l.08-.002a.5.5%200%200%200%20.162-.013a2%202%200%200%200%201.172-.57l3.621-3.622a2%202%200%200%200%20.571-1.172a.5.5%200%200%200%20.013-.162l.002-.08V6a3%203%200%200%200-3-3H6a3%203%200%200%200-3%203m13%200v5h-2.25c-1.21%200-2.236.78-2.604%201.865a4.7%204.7%200%200%201-1.144.135c-.915%200-1.59-.228-2.028-.447a3%203%200%200%201-.487-.297a2%202%200%200%201-.133-.11l-.003-.002a.5.5%200%200%200-.705.71h.001l.001.001l.002.002l.005.005l.015.014l.048.043q.06.053.17.137c.146.11.359.251.639.391c.561.28%201.388.553%202.475.553q.54-.002.998-.083V16H6a2%202%200%200%201-2-2V6a2%202%200%200%201%202-2h8a2%202%200%200%201%202%202m-3.914%209.707a1%201%200%200%201-.086.077V13.75c0-.966.784-1.75%201.75-1.75h2.034q-.036.045-.077.086z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/sticker-20-regular.svg?color=%231a73e8&size=48