bowl steam icon
bowl-steam-duotone from Phosphor by Phosphor Icons · Duotone · MIT Free for personal and commercial use.
- Name
- bowl-steam-duotone
- Set
- Phosphor
- Style
- Duotone
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
Related icons in Phosphor
Use the bowl steam icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M224 120a96 96 0 0 1-56 87.3v8.7a8 8 0 0 1-8 8H96a8 8 0 0 1-8-8v-8.7A96 96 0 0 1 32 120Z" opacity=".2"/><path d="M81.77 55c5.35-6.66 6.67-11.16 6.12-13.14c-.42-1.49-2.41-2.26-2.43-2.26A8 8 0 0 1 88 24a8.1 8.1 0 0 1 2.38.36c1 .31 9.91 3.33 12.79 12.76c2.46 8.07-.55 17.45-8.94 27.89c-5.35 6.66-6.67 11.16-6.12 13.14c.42 1.49 2.37 2.24 2.39 2.25A8 8 0 0 1 88 96a8.1 8.1 0 0 1-2.38-.36c-1-.31-9.91-3.33-12.79-12.76c-2.46-8.07.55-17.45 8.94-27.88m31.06 27.89c2.88 9.43 11.79 12.45 12.79 12.76A8.1 8.1 0 0 0 128 96a8 8 0 0 0 2.5-15.6s-2-.76-2.39-2.25c-.55-2 .77-6.48 6.12-13.14c8.39-10.44 11.4-19.82 8.94-27.89c-2.88-9.43-11.78-12.45-12.79-12.76A8.1 8.1 0 0 0 128 24a8 8 0 0 0-2.54 15.59s2 .77 2.43 2.26c.55 2-.77 6.48-6.12 13.14c-8.39 10.44-11.4 19.82-8.94 27.89Zm40 0c2.88 9.43 11.79 12.45 12.79 12.76A8.1 8.1 0 0 0 168 96a8 8 0 0 0 2.5-15.6s-2-.76-2.39-2.25c-.55-2 .77-6.48 6.12-13.14c8.39-10.44 11.4-19.82 8.94-27.89c-2.88-9.43-11.78-12.45-12.79-12.76A8.1 8.1 0 0 0 168 24a8 8 0 0 0-2.54 15.59s2 .77 2.43 2.26c.55 2-.77 6.48-6.12 13.14c-8.39 10.44-11.4 19.82-8.94 27.89ZM232 120a104.35 104.35 0 0 1-56 92.28V216a16 16 0 0 1-16 16H96a16 16 0 0 1-16-16v-3.72A104.35 104.35 0 0 1 24 120a8 8 0 0 1 8-8h192a8 8 0 0 1 8 8m-16.37 8H40.37a88.29 88.29 0 0 0 51 72a8 8 0 0 1 4.63 7.29V216h64v-8.71a8 8 0 0 1 4.66-7.27A88.29 88.29 0 0 0 215.63 128"/></g></svg>
React
import type { SVGProps } from "react";
export function PhBowlSteamDuotone(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M224 120a96 96 0 0 1-56 87.3v8.7a8 8 0 0 1-8 8H96a8 8 0 0 1-8-8v-8.7A96 96 0 0 1 32 120Z" opacity=".2"/><path d="M81.77 55c5.35-6.66 6.67-11.16 6.12-13.14c-.42-1.49-2.41-2.26-2.43-2.26A8 8 0 0 1 88 24a8.1 8.1 0 0 1 2.38.36c1 .31 9.91 3.33 12.79 12.76c2.46 8.07-.55 17.45-8.94 27.89c-5.35 6.66-6.67 11.16-6.12 13.14c.42 1.49 2.37 2.24 2.39 2.25A8 8 0 0 1 88 96a8.1 8.1 0 0 1-2.38-.36c-1-.31-9.91-3.33-12.79-12.76c-2.46-8.07.55-17.45 8.94-27.88m31.06 27.89c2.88 9.43 11.79 12.45 12.79 12.76A8.1 8.1 0 0 0 128 96a8 8 0 0 0 2.5-15.6s-2-.76-2.39-2.25c-.55-2 .77-6.48 6.12-13.14c8.39-10.44 11.4-19.82 8.94-27.89c-2.88-9.43-11.78-12.45-12.79-12.76A8.1 8.1 0 0 0 128 24a8 8 0 0 0-2.54 15.59s2 .77 2.43 2.26c.55 2-.77 6.48-6.12 13.14c-8.39 10.44-11.4 19.82-8.94 27.89Zm40 0c2.88 9.43 11.79 12.45 12.79 12.76A8.1 8.1 0 0 0 168 96a8 8 0 0 0 2.5-15.6s-2-.76-2.39-2.25c-.55-2 .77-6.48 6.12-13.14c8.39-10.44 11.4-19.82 8.94-27.89c-2.88-9.43-11.78-12.45-12.79-12.76A8.1 8.1 0 0 0 168 24a8 8 0 0 0-2.54 15.59s2 .77 2.43 2.26c.55 2-.77 6.48-6.12 13.14c-8.39 10.44-11.4 19.82-8.94 27.89ZM232 120a104.35 104.35 0 0 1-56 92.28V216a16 16 0 0 1-16 16H96a16 16 0 0 1-16-16v-3.72A104.35 104.35 0 0 1 24 120a8 8 0 0 1 8-8h192a8 8 0 0 1 8 8m-16.37 8H40.37a88.29 88.29 0 0 0 51 72a8 8 0 0 1 4.63 7.29V216h64v-8.71a8 8 0 0 1 4.66-7.27A88.29 88.29 0 0 0 215.63 128"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M224 120a96 96 0 0 1-56 87.3v8.7a8 8 0 0 1-8 8H96a8 8 0 0 1-8-8v-8.7A96 96 0 0 1 32 120Z" opacity=".2"/><path d="M81.77 55c5.35-6.66 6.67-11.16 6.12-13.14c-.42-1.49-2.41-2.26-2.43-2.26A8 8 0 0 1 88 24a8.1 8.1 0 0 1 2.38.36c1 .31 9.91 3.33 12.79 12.76c2.46 8.07-.55 17.45-8.94 27.89c-5.35 6.66-6.67 11.16-6.12 13.14c.42 1.49 2.37 2.24 2.39 2.25A8 8 0 0 1 88 96a8.1 8.1 0 0 1-2.38-.36c-1-.31-9.91-3.33-12.79-12.76c-2.46-8.07.55-17.45 8.94-27.88m31.06 27.89c2.88 9.43 11.79 12.45 12.79 12.76A8.1 8.1 0 0 0 128 96a8 8 0 0 0 2.5-15.6s-2-.76-2.39-2.25c-.55-2 .77-6.48 6.12-13.14c8.39-10.44 11.4-19.82 8.94-27.89c-2.88-9.43-11.78-12.45-12.79-12.76A8.1 8.1 0 0 0 128 24a8 8 0 0 0-2.54 15.59s2 .77 2.43 2.26c.55 2-.77 6.48-6.12 13.14c-8.39 10.44-11.4 19.82-8.94 27.89Zm40 0c2.88 9.43 11.79 12.45 12.79 12.76A8.1 8.1 0 0 0 168 96a8 8 0 0 0 2.5-15.6s-2-.76-2.39-2.25c-.55-2 .77-6.48 6.12-13.14c8.39-10.44 11.4-19.82 8.94-27.89c-2.88-9.43-11.78-12.45-12.79-12.76A8.1 8.1 0 0 0 168 24a8 8 0 0 0-2.54 15.59s2 .77 2.43 2.26c.55 2-.77 6.48-6.12 13.14c-8.39 10.44-11.4 19.82-8.94 27.89ZM232 120a104.35 104.35 0 0 1-56 92.28V216a16 16 0 0 1-16 16H96a16 16 0 0 1-16-16v-3.72A104.35 104.35 0 0 1 24 120a8 8 0 0 1 8-8h192a8 8 0 0 1 8 8m-16.37 8H40.37a88.29 88.29 0 0 0 51 72a8 8 0 0 1 4.63 7.29V216h64v-8.71a8 8 0 0 1 4.66-7.27A88.29 88.29 0 0 0 215.63 128"/></g></svg> </template>
CSS
.icon-bowl-steam-duotone {
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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M224%20120a96%2096%200%200%201-56%2087.3v8.7a8%208%200%200%201-8%208H96a8%208%200%200%201-8-8v-8.7A96%2096%200%200%201%2032%20120Z%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22M81.77%2055c5.35-6.66%206.67-11.16%206.12-13.14c-.42-1.49-2.41-2.26-2.43-2.26A8%208%200%200%201%2088%2024a8.1%208.1%200%200%201%202.38.36c1%20.31%209.91%203.33%2012.79%2012.76c2.46%208.07-.55%2017.45-8.94%2027.89c-5.35%206.66-6.67%2011.16-6.12%2013.14c.42%201.49%202.37%202.24%202.39%202.25A8%208%200%200%201%2088%2096a8.1%208.1%200%200%201-2.38-.36c-1-.31-9.91-3.33-12.79-12.76c-2.46-8.07.55-17.45%208.94-27.88m31.06%2027.89c2.88%209.43%2011.79%2012.45%2012.79%2012.76A8.1%208.1%200%200%200%20128%2096a8%208%200%200%200%202.5-15.6s-2-.76-2.39-2.25c-.55-2%20.77-6.48%206.12-13.14c8.39-10.44%2011.4-19.82%208.94-27.89c-2.88-9.43-11.78-12.45-12.79-12.76A8.1%208.1%200%200%200%20128%2024a8%208%200%200%200-2.54%2015.59s2%20.77%202.43%202.26c.55%202-.77%206.48-6.12%2013.14c-8.39%2010.44-11.4%2019.82-8.94%2027.89Zm40%200c2.88%209.43%2011.79%2012.45%2012.79%2012.76A8.1%208.1%200%200%200%20168%2096a8%208%200%200%200%202.5-15.6s-2-.76-2.39-2.25c-.55-2%20.77-6.48%206.12-13.14c8.39-10.44%2011.4-19.82%208.94-27.89c-2.88-9.43-11.78-12.45-12.79-12.76A8.1%208.1%200%200%200%20168%2024a8%208%200%200%200-2.54%2015.59s2%20.77%202.43%202.26c.55%202-.77%206.48-6.12%2013.14c-8.39%2010.44-11.4%2019.82-8.94%2027.89ZM232%20120a104.35%20104.35%200%200%201-56%2092.28V216a16%2016%200%200%201-16%2016H96a16%2016%200%200%201-16-16v-3.72A104.35%20104.35%200%200%201%2024%20120a8%208%200%200%201%208-8h192a8%208%200%200%201%208%208m-16.37%208H40.37a88.29%2088.29%200%200%200%2051%2072a8%208%200%200%201%204.63%207.29V216h64v-8.71a8%208%200%200%201%204.66-7.27A88.29%2088.29%200%200%200%20215.63%20128%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M224%20120a96%2096%200%200%201-56%2087.3v8.7a8%208%200%200%201-8%208H96a8%208%200%200%201-8-8v-8.7A96%2096%200%200%201%2032%20120Z%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22M81.77%2055c5.35-6.66%206.67-11.16%206.12-13.14c-.42-1.49-2.41-2.26-2.43-2.26A8%208%200%200%201%2088%2024a8.1%208.1%200%200%201%202.38.36c1%20.31%209.91%203.33%2012.79%2012.76c2.46%208.07-.55%2017.45-8.94%2027.89c-5.35%206.66-6.67%2011.16-6.12%2013.14c.42%201.49%202.37%202.24%202.39%202.25A8%208%200%200%201%2088%2096a8.1%208.1%200%200%201-2.38-.36c-1-.31-9.91-3.33-12.79-12.76c-2.46-8.07.55-17.45%208.94-27.88m31.06%2027.89c2.88%209.43%2011.79%2012.45%2012.79%2012.76A8.1%208.1%200%200%200%20128%2096a8%208%200%200%200%202.5-15.6s-2-.76-2.39-2.25c-.55-2%20.77-6.48%206.12-13.14c8.39-10.44%2011.4-19.82%208.94-27.89c-2.88-9.43-11.78-12.45-12.79-12.76A8.1%208.1%200%200%200%20128%2024a8%208%200%200%200-2.54%2015.59s2%20.77%202.43%202.26c.55%202-.77%206.48-6.12%2013.14c-8.39%2010.44-11.4%2019.82-8.94%2027.89Zm40%200c2.88%209.43%2011.79%2012.45%2012.79%2012.76A8.1%208.1%200%200%200%20168%2096a8%208%200%200%200%202.5-15.6s-2-.76-2.39-2.25c-.55-2%20.77-6.48%206.12-13.14c8.39-10.44%2011.4-19.82%208.94-27.89c-2.88-9.43-11.78-12.45-12.79-12.76A8.1%208.1%200%200%200%20168%2024a8%208%200%200%200-2.54%2015.59s2%20.77%202.43%202.26c.55%202-.77%206.48-6.12%2013.14c-8.39%2010.44-11.4%2019.82-8.94%2027.89ZM232%20120a104.35%20104.35%200%200%201-56%2092.28V216a16%2016%200%200%201-16%2016H96a16%2016%200%200%201-16-16v-3.72A104.35%20104.35%200%200%201%2024%20120a8%208%200%200%201%208-8h192a8%208%200%200%201%208%208m-16.37%208H40.37a88.29%2088.29%200%200%200%2051%2072a8%208%200%200%201%204.63%207.29V216h64v-8.71a8%208%200%200%201%204.66-7.27A88.29%2088.29%200%200%200%20215.63%20128%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/bowl-steam-duotone.svg?color=%231a73e8&size=48