sticker-16-filled from Fluent UI System Icons by Microsoft Corporation · 16 Filled · MIT Free for personal and commercial use.

Name
sticker-16-filled
Set
Fluent UI System Icons
Style
16 Filled
Viewbox
16×16
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 16 16"><path fill="currentColor" d="M13.615 10a2.5 2.5 0 0 1-.347.44l-2.828 2.828a2.5 2.5 0 0 1-.44.346V11.5a1.5 1.5 0 0 1 1.5-1.5zM14 4.5A2.5 2.5 0 0 0 11.5 2h-7A2.5 2.5 0 0 0 2 4.5v7A2.5 2.5 0 0 0 4.5 14h4.172c.11 0 .22-.011.328-.025V11.5q0-.042.004-.084A6 6 0 0 1 8 11.5c-1.087 0-1.811-.273-2.277-.584a2.3 2.3 0 0 1-.497-.44a2 2 0 0 1-.122-.163c-.016-.025-.03-.068-.051-.09a.5.5 0 0 1 .223-.67c.245-.123.575 0 .668.218c.018.01.036.05.05.065c.049.06.14.152.283.248c.284.19.81.416 1.723.416c.503 0 .933-.071 1.291-.17l.019-.033A2.5 2.5 0 0 1 11.5 9h2.476q.022-.163.024-.328zM5.25 5.75a.75.75 0 1 1 1.5 0a.75.75 0 0 1-1.5 0m4 0a.75.75 0 1 1 1.5 0a.75.75 0 0 1-1.5 0m-.246 5.666S9 11.441 9 11.5Z"/></svg>

React

import type { SVGProps } from "react";

export function FluentSticker16Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M13.615 10a2.5 2.5 0 0 1-.347.44l-2.828 2.828a2.5 2.5 0 0 1-.44.346V11.5a1.5 1.5 0 0 1 1.5-1.5zM14 4.5A2.5 2.5 0 0 0 11.5 2h-7A2.5 2.5 0 0 0 2 4.5v7A2.5 2.5 0 0 0 4.5 14h4.172c.11 0 .22-.011.328-.025V11.5q0-.042.004-.084A6 6 0 0 1 8 11.5c-1.087 0-1.811-.273-2.277-.584a2.3 2.3 0 0 1-.497-.44a2 2 0 0 1-.122-.163c-.016-.025-.03-.068-.051-.09a.5.5 0 0 1 .223-.67c.245-.123.575 0 .668.218c.018.01.036.05.05.065c.049.06.14.152.283.248c.284.19.81.416 1.723.416c.503 0 .933-.071 1.291-.17l.019-.033A2.5 2.5 0 0 1 11.5 9h2.476q.022-.163.024-.328zM5.25 5.75a.75.75 0 1 1 1.5 0a.75.75 0 0 1-1.5 0m4 0a.75.75 0 1 1 1.5 0a.75.75 0 0 1-1.5 0m-.246 5.666S9 11.441 9 11.5Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M13.615 10a2.5 2.5 0 0 1-.347.44l-2.828 2.828a2.5 2.5 0 0 1-.44.346V11.5a1.5 1.5 0 0 1 1.5-1.5zM14 4.5A2.5 2.5 0 0 0 11.5 2h-7A2.5 2.5 0 0 0 2 4.5v7A2.5 2.5 0 0 0 4.5 14h4.172c.11 0 .22-.011.328-.025V11.5q0-.042.004-.084A6 6 0 0 1 8 11.5c-1.087 0-1.811-.273-2.277-.584a2.3 2.3 0 0 1-.497-.44a2 2 0 0 1-.122-.163c-.016-.025-.03-.068-.051-.09a.5.5 0 0 1 .223-.67c.245-.123.575 0 .668.218c.018.01.036.05.05.065c.049.06.14.152.283.248c.284.19.81.416 1.723.416c.503 0 .933-.071 1.291-.17l.019-.033A2.5 2.5 0 0 1 11.5 9h2.476q.022-.163.024-.328zM5.25 5.75a.75.75 0 1 1 1.5 0a.75.75 0 0 1-1.5 0m4 0a.75.75 0 1 1 1.5 0a.75.75 0 0 1-1.5 0m-.246 5.666S9 11.441 9 11.5Z"/></svg>
</template>

CSS

.icon-sticker-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.615%2010a2.5%202.5%200%200%201-.347.44l-2.828%202.828a2.5%202.5%200%200%201-.44.346V11.5a1.5%201.5%200%200%201%201.5-1.5zM14%204.5A2.5%202.5%200%200%200%2011.5%202h-7A2.5%202.5%200%200%200%202%204.5v7A2.5%202.5%200%200%200%204.5%2014h4.172c.11%200%20.22-.011.328-.025V11.5q0-.042.004-.084A6%206%200%200%201%208%2011.5c-1.087%200-1.811-.273-2.277-.584a2.3%202.3%200%200%201-.497-.44a2%202%200%200%201-.122-.163c-.016-.025-.03-.068-.051-.09a.5.5%200%200%201%20.223-.67c.245-.123.575%200%20.668.218c.018.01.036.05.05.065c.049.06.14.152.283.248c.284.19.81.416%201.723.416c.503%200%20.933-.071%201.291-.17l.019-.033A2.5%202.5%200%200%201%2011.5%209h2.476q.022-.163.024-.328zM5.25%205.75a.75.75%200%201%201%201.5%200a.75.75%200%200%201-1.5%200m4%200a.75.75%200%201%201%201.5%200a.75.75%200%200%201-1.5%200m-.246%205.666S9%2011.441%209%2011.5Z%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.615%2010a2.5%202.5%200%200%201-.347.44l-2.828%202.828a2.5%202.5%200%200%201-.44.346V11.5a1.5%201.5%200%200%201%201.5-1.5zM14%204.5A2.5%202.5%200%200%200%2011.5%202h-7A2.5%202.5%200%200%200%202%204.5v7A2.5%202.5%200%200%200%204.5%2014h4.172c.11%200%20.22-.011.328-.025V11.5q0-.042.004-.084A6%206%200%200%201%208%2011.5c-1.087%200-1.811-.273-2.277-.584a2.3%202.3%200%200%201-.497-.44a2%202%200%200%201-.122-.163c-.016-.025-.03-.068-.051-.09a.5.5%200%200%201%20.223-.67c.245-.123.575%200%20.668.218c.018.01.036.05.05.065c.049.06.14.152.283.248c.284.19.81.416%201.723.416c.503%200%20.933-.071%201.291-.17l.019-.033A2.5%202.5%200%200%201%2011.5%209h2.476q.022-.163.024-.328zM5.25%205.75a.75.75%200%201%201%201.5%200a.75.75%200%200%201-1.5%200m4%200a.75.75%200%201%201%201.5%200a.75.75%200%200%201-1.5%200m-.246%205.666S9%2011.441%209%2011.5Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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