tea bag icon
tea-bag-bold from Phosphor by Phosphor Icons · Bold · MIT Free for personal and commercial use.
- Name
- tea-bag-bold
- Set
- Phosphor
- Style
- Bold
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
Use the tea bag icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M224 156a12 12 0 0 1-12-12V64a60 60 0 0 0-120 0v4H76.53a20.1 20.1 0 0 0-17.15 9.71l-20.53 34.21a20.07 20.07 0 0 0-2.85 10.3V216a20 20 0 0 0 20 20h96a20 20 0 0 0 20-20v-93.78a20 20 0 0 0-2.85-10.29l-20.53-34.22A20.1 20.1 0 0 0 131.47 68H116v-4a36 36 0 0 1 72 0v80a36 36 0 0 0 36 36a12 12 0 0 0 0-24m-94.79-64L148 123.32V212H60v-88.68L78.79 92H92v44a12 12 0 0 0 24 0V92Z"/></svg>
React
import type { SVGProps } from "react";
export function PhTeaBagBold(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="M224 156a12 12 0 0 1-12-12V64a60 60 0 0 0-120 0v4H76.53a20.1 20.1 0 0 0-17.15 9.71l-20.53 34.21a20.07 20.07 0 0 0-2.85 10.3V216a20 20 0 0 0 20 20h96a20 20 0 0 0 20-20v-93.78a20 20 0 0 0-2.85-10.29l-20.53-34.22A20.1 20.1 0 0 0 131.47 68H116v-4a36 36 0 0 1 72 0v80a36 36 0 0 0 36 36a12 12 0 0 0 0-24m-94.79-64L148 123.32V212H60v-88.68L78.79 92H92v44a12 12 0 0 0 24 0V92Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M224 156a12 12 0 0 1-12-12V64a60 60 0 0 0-120 0v4H76.53a20.1 20.1 0 0 0-17.15 9.71l-20.53 34.21a20.07 20.07 0 0 0-2.85 10.3V216a20 20 0 0 0 20 20h96a20 20 0 0 0 20-20v-93.78a20 20 0 0 0-2.85-10.29l-20.53-34.22A20.1 20.1 0 0 0 131.47 68H116v-4a36 36 0 0 1 72 0v80a36 36 0 0 0 36 36a12 12 0 0 0 0-24m-94.79-64L148 123.32V212H60v-88.68L78.79 92H92v44a12 12 0 0 0 24 0V92Z"/></svg> </template>
CSS
.icon-tea-bag-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%22M224%20156a12%2012%200%200%201-12-12V64a60%2060%200%200%200-120%200v4H76.53a20.1%2020.1%200%200%200-17.15%209.71l-20.53%2034.21a20.07%2020.07%200%200%200-2.85%2010.3V216a20%2020%200%200%200%2020%2020h96a20%2020%200%200%200%2020-20v-93.78a20%2020%200%200%200-2.85-10.29l-20.53-34.22A20.1%2020.1%200%200%200%20131.47%2068H116v-4a36%2036%200%200%201%2072%200v80a36%2036%200%200%200%2036%2036a12%2012%200%200%200%200-24m-94.79-64L148%20123.32V212H60v-88.68L78.79%2092H92v44a12%2012%200%200%200%2024%200V92Z%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%22M224%20156a12%2012%200%200%201-12-12V64a60%2060%200%200%200-120%200v4H76.53a20.1%2020.1%200%200%200-17.15%209.71l-20.53%2034.21a20.07%2020.07%200%200%200-2.85%2010.3V216a20%2020%200%200%200%2020%2020h96a20%2020%200%200%200%2020-20v-93.78a20%2020%200%200%200-2.85-10.29l-20.53-34.22A20.1%2020.1%200%200%200%20131.47%2068H116v-4a36%2036%200%200%201%2072%200v80a36%2036%200%200%200%2036%2036a12%2012%200%200%200%200-24m-94.79-64L148%20123.32V212H60v-88.68L78.79%2092H92v44a12%2012%200%200%200%2024%200V92Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/tea-bag-bold.svg?color=%231a73e8&size=48