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

Name
sticker-32-filled
Set
Fluent UI System Icons
Style
32 Filled
Viewbox
32×32
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 32 32"><path fill="currentColor" d="M24.5 3A4.5 4.5 0 0 1 29 7.5V17h-7a5 5 0 0 0-4.939 4.214l-.486-.01c-2.078-.07-3.518-.653-4.434-1.205a6 6 0 0 1-1.059-.798a4 4 0 0 1-.231-.241q-.028-.029-.05-.06h-.002a1 1 0 0 0-1.604 1.194l.146.178c.083.096.202.225.358.375c.313.299.778.684 1.41 1.065c1.193.719 2.961 1.408 5.395 1.491l.496.008V29H7.5A4.5 4.5 0 0 1 3 24.5v-17A4.5 4.5 0 0 1 7.5 3zM11 9a2 2 0 1 0 0 4a2 2 0 0 0 0-4m10 0a2 2 0 1 0 0 4a2 2 0 0 0 0-4m7.555 10a4.5 4.5 0 0 1-.873 1.232l-7.45 7.45c-.361.362-.78.654-1.232.872V22a3 3 0 0 1 3-3z"/></svg>

React

import type { SVGProps } from "react";

export function FluentSticker32Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M24.5 3A4.5 4.5 0 0 1 29 7.5V17h-7a5 5 0 0 0-4.939 4.214l-.486-.01c-2.078-.07-3.518-.653-4.434-1.205a6 6 0 0 1-1.059-.798a4 4 0 0 1-.231-.241q-.028-.029-.05-.06h-.002a1 1 0 0 0-1.604 1.194l.146.178c.083.096.202.225.358.375c.313.299.778.684 1.41 1.065c1.193.719 2.961 1.408 5.395 1.491l.496.008V29H7.5A4.5 4.5 0 0 1 3 24.5v-17A4.5 4.5 0 0 1 7.5 3zM11 9a2 2 0 1 0 0 4a2 2 0 0 0 0-4m10 0a2 2 0 1 0 0 4a2 2 0 0 0 0-4m7.555 10a4.5 4.5 0 0 1-.873 1.232l-7.45 7.45c-.361.362-.78.654-1.232.872V22a3 3 0 0 1 3-3z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M24.5 3A4.5 4.5 0 0 1 29 7.5V17h-7a5 5 0 0 0-4.939 4.214l-.486-.01c-2.078-.07-3.518-.653-4.434-1.205a6 6 0 0 1-1.059-.798a4 4 0 0 1-.231-.241q-.028-.029-.05-.06h-.002a1 1 0 0 0-1.604 1.194l.146.178c.083.096.202.225.358.375c.313.299.778.684 1.41 1.065c1.193.719 2.961 1.408 5.395 1.491l.496.008V29H7.5A4.5 4.5 0 0 1 3 24.5v-17A4.5 4.5 0 0 1 7.5 3zM11 9a2 2 0 1 0 0 4a2 2 0 0 0 0-4m10 0a2 2 0 1 0 0 4a2 2 0 0 0 0-4m7.555 10a4.5 4.5 0 0 1-.873 1.232l-7.45 7.45c-.361.362-.78.654-1.232.872V22a3 3 0 0 1 3-3z"/></svg>
</template>

CSS

.icon-sticker-32-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M24.5%203A4.5%204.5%200%200%201%2029%207.5V17h-7a5%205%200%200%200-4.939%204.214l-.486-.01c-2.078-.07-3.518-.653-4.434-1.205a6%206%200%200%201-1.059-.798a4%204%200%200%201-.231-.241q-.028-.029-.05-.06h-.002a1%201%200%200%200-1.604%201.194l.146.178c.083.096.202.225.358.375c.313.299.778.684%201.41%201.065c1.193.719%202.961%201.408%205.395%201.491l.496.008V29H7.5A4.5%204.5%200%200%201%203%2024.5v-17A4.5%204.5%200%200%201%207.5%203zM11%209a2%202%200%201%200%200%204a2%202%200%200%200%200-4m10%200a2%202%200%201%200%200%204a2%202%200%200%200%200-4m7.555%2010a4.5%204.5%200%200%201-.873%201.232l-7.45%207.45c-.361.362-.78.654-1.232.872V22a3%203%200%200%201%203-3z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M24.5%203A4.5%204.5%200%200%201%2029%207.5V17h-7a5%205%200%200%200-4.939%204.214l-.486-.01c-2.078-.07-3.518-.653-4.434-1.205a6%206%200%200%201-1.059-.798a4%204%200%200%201-.231-.241q-.028-.029-.05-.06h-.002a1%201%200%200%200-1.604%201.194l.146.178c.083.096.202.225.358.375c.313.299.778.684%201.41%201.065c1.193.719%202.961%201.408%205.395%201.491l.496.008V29H7.5A4.5%204.5%200%200%201%203%2024.5v-17A4.5%204.5%200%200%201%207.5%203zM11%209a2%202%200%201%200%200%204a2%202%200%200%200%200-4m10%200a2%202%200%201%200%200%204a2%202%200%200%200%200-4m7.555%2010a4.5%204.5%200%200%201-.873%201.232l-7.45%207.45c-.361.362-.78.654-1.232.872V22a3%203%200%200%201%203-3z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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