sticker icon
sticker-bold from Phosphor by Phosphor Icons · Bold · MIT Free for personal and commercial use.
- Name
- sticker-bold
- Set
- Phosphor
- Style
- Bold
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
The same icon in other sets
stickerBoxIcons v2stickerBoxIcons v2 SolidstickerFramework7 Iconssticker-12-filledFluent UI System IconsstickerHuge IconsstickerLucidestickerMaterial SymbolsstickerMaterial Symbols LightstickerMaterial Design Iconssticker-fillMingCute IconstickerPixelarticonsstickerTabler Iconssticker-outlinedWeUI Icon
Use the sticker icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M168 28H88a60.07 60.07 0 0 0-60 60v80a60.07 60.07 0 0 0 60 60h48a11.9 11.9 0 0 0 3.79-.62c27.63-9.21 78.38-60 87.59-87.59A11.9 11.9 0 0 0 228 136V88a60.07 60.07 0 0 0-60-60M52 168V88a36 36 0 0 1 36-36h80a36 36 0 0 1 36 36v36h-20a60.07 60.07 0 0 0-60 60v20H88a36 36 0 0 1-36-36m96 27.63V184a36 36 0 0 1 36-36h11.63C184 164.11 164.11 184 148 195.63"/></svg>
React
import type { SVGProps } from "react";
export function PhStickerBold(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M168 28H88a60.07 60.07 0 0 0-60 60v80a60.07 60.07 0 0 0 60 60h48a11.9 11.9 0 0 0 3.79-.62c27.63-9.21 78.38-60 87.59-87.59A11.9 11.9 0 0 0 228 136V88a60.07 60.07 0 0 0-60-60M52 168V88a36 36 0 0 1 36-36h80a36 36 0 0 1 36 36v36h-20a60.07 60.07 0 0 0-60 60v20H88a36 36 0 0 1-36-36m96 27.63V184a36 36 0 0 1 36-36h11.63C184 164.11 164.11 184 148 195.63"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M168 28H88a60.07 60.07 0 0 0-60 60v80a60.07 60.07 0 0 0 60 60h48a11.9 11.9 0 0 0 3.79-.62c27.63-9.21 78.38-60 87.59-87.59A11.9 11.9 0 0 0 228 136V88a60.07 60.07 0 0 0-60-60M52 168V88a36 36 0 0 1 36-36h80a36 36 0 0 1 36 36v36h-20a60.07 60.07 0 0 0-60 60v20H88a36 36 0 0 1-36-36m96 27.63V184a36 36 0 0 1 36-36h11.63C184 164.11 164.11 184 148 195.63"/></svg> </template>
CSS
.icon-sticker-bold {
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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M168%2028H88a60.07%2060.07%200%200%200-60%2060v80a60.07%2060.07%200%200%200%2060%2060h48a11.9%2011.9%200%200%200%203.79-.62c27.63-9.21%2078.38-60%2087.59-87.59A11.9%2011.9%200%200%200%20228%20136V88a60.07%2060.07%200%200%200-60-60M52%20168V88a36%2036%200%200%201%2036-36h80a36%2036%200%200%201%2036%2036v36h-20a60.07%2060.07%200%200%200-60%2060v20H88a36%2036%200%200%201-36-36m96%2027.63V184a36%2036%200%200%201%2036-36h11.63C184%20164.11%20164.11%20184%20148%20195.63%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M168%2028H88a60.07%2060.07%200%200%200-60%2060v80a60.07%2060.07%200%200%200%2060%2060h48a11.9%2011.9%200%200%200%203.79-.62c27.63-9.21%2078.38-60%2087.59-87.59A11.9%2011.9%200%200%200%20228%20136V88a60.07%2060.07%200%200%200-60-60M52%20168V88a36%2036%200%200%201%2036-36h80a36%2036%200%200%201%2036%2036v36h-20a60.07%2060.07%200%200%200-60%2060v20H88a36%2036%200%200%201-36-36m96%2027.63V184a36%2036%200%200%201%2036-36h11.63C184%20164.11%20164.11%20184%20148%20195.63%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/sticker-bold.svg?color=%231a73e8&size=48