bowl steam icon
bowl-steam from Phosphor by Phosphor Icons · Regular · MIT Free for personal and commercial use.
- Name
- bowl-steam
- Set
- Phosphor
- Style
- Regular
- 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"><path fill="currentColor" d="M224 112H32a8 8 0 0 0-8 8a104.35 104.35 0 0 0 56 92.28V216a16 16 0 0 0 16 16h64a16 16 0 0 0 16-16v-3.72A104.35 104.35 0 0 0 232 120a8 8 0 0 0-8-8m-59.34 88a8 8 0 0 0-4.66 7.27V216H96v-8.71a8 8 0 0 0-4.66-7.29a88.29 88.29 0 0 1-51-72h175.29a88.29 88.29 0 0 1-50.97 72M81.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.88m40 0c5.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 128 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 128 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.88m40 0c5.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 168 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 168 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.88"/></svg>
React
import type { SVGProps } from "react";
export function PhBowlSteam(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 112H32a8 8 0 0 0-8 8a104.35 104.35 0 0 0 56 92.28V216a16 16 0 0 0 16 16h64a16 16 0 0 0 16-16v-3.72A104.35 104.35 0 0 0 232 120a8 8 0 0 0-8-8m-59.34 88a8 8 0 0 0-4.66 7.27V216H96v-8.71a8 8 0 0 0-4.66-7.29a88.29 88.29 0 0 1-51-72h175.29a88.29 88.29 0 0 1-50.97 72M81.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.88m40 0c5.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 128 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 128 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.88m40 0c5.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 168 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 168 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.88"/></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 112H32a8 8 0 0 0-8 8a104.35 104.35 0 0 0 56 92.28V216a16 16 0 0 0 16 16h64a16 16 0 0 0 16-16v-3.72A104.35 104.35 0 0 0 232 120a8 8 0 0 0-8-8m-59.34 88a8 8 0 0 0-4.66 7.27V216H96v-8.71a8 8 0 0 0-4.66-7.29a88.29 88.29 0 0 1-51-72h175.29a88.29 88.29 0 0 1-50.97 72M81.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.88m40 0c5.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 128 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 128 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.88m40 0c5.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 168 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 168 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.88"/></svg> </template>
CSS
.icon-bowl-steam {
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%20112H32a8%208%200%200%200-8%208a104.35%20104.35%200%200%200%2056%2092.28V216a16%2016%200%200%200%2016%2016h64a16%2016%200%200%200%2016-16v-3.72A104.35%20104.35%200%200%200%20232%20120a8%208%200%200%200-8-8m-59.34%2088a8%208%200%200%200-4.66%207.27V216H96v-8.71a8%208%200%200%200-4.66-7.29a88.29%2088.29%200%200%201-51-72h175.29a88.29%2088.29%200%200%201-50.97%2072M81.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.88m40%200c5.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%20128%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%20128%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.88m40%200c5.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%20168%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%20168%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.88%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%20112H32a8%208%200%200%200-8%208a104.35%20104.35%200%200%200%2056%2092.28V216a16%2016%200%200%200%2016%2016h64a16%2016%200%200%200%2016-16v-3.72A104.35%20104.35%200%200%200%20232%20120a8%208%200%200%200-8-8m-59.34%2088a8%208%200%200%200-4.66%207.27V216H96v-8.71a8%208%200%200%200-4.66-7.29a88.29%2088.29%200%200%201-51-72h175.29a88.29%2088.29%200%200%201-50.97%2072M81.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.88m40%200c5.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%20128%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%20128%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.88m40%200c5.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%20168%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%20168%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.88%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/bowl-steam.svg?color=%231a73e8&size=48