bowl steam icon
bowl-steam-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.
- Name
- bowl-steam-light
- Set
- Phosphor
- Style
- Light
- 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 114H32a6 6 0 0 0-6 6a102.35 102.35 0 0 0 56 91.06V216a14 14 0 0 0 14 14h64a14 14 0 0 0 14-14v-4.94A102.35 102.35 0 0 0 230 120a6 6 0 0 0-6-6m-58.5 87.84a6 6 0 0 0-3.5 5.45V216a2 2 0 0 1-2 2H96a2 2 0 0 1-2-2v-8.71a6 6 0 0 0-3.5-5.45A90.35 90.35 0 0 1 38.2 126h179.6a90.35 90.35 0 0 1-52.3 75.84M83.32 56.24c5.05-6.28 7.41-11.73 6.48-15c-.72-2.53-3.64-3.57-3.67-3.58A6 6 0 0 1 88 26a5.8 5.8 0 0 1 1.78.27c.91.28 8.9 3 11.48 11.44c2.26 7.39-.63 16.15-8.58 26.05c-5.05 6.28-7.41 11.73-6.48 15c.72 2.53 3.64 3.57 3.67 3.58A6 6 0 0 1 88 94a5.8 5.8 0 0 1-1.78-.27c-.91-.28-8.9-3-11.48-11.44c-2.26-7.39.63-16.15 8.58-26.05m40 0c5.05-6.28 7.41-11.73 6.48-15c-.72-2.53-3.64-3.57-3.67-3.58A6 6 0 0 1 128 26a5.8 5.8 0 0 1 1.78.27c.91.28 8.9 3 11.48 11.44c2.26 7.39-.63 16.15-8.58 26.05c-5.05 6.28-7.41 11.73-6.48 15c.72 2.53 3.64 3.57 3.67 3.58A6 6 0 0 1 128 94a5.8 5.8 0 0 1-1.78-.27c-.91-.28-8.9-3-11.48-11.44c-2.26-7.39.63-16.15 8.58-26.05m40 0c5.05-6.28 7.41-11.73 6.48-15c-.72-2.53-3.64-3.57-3.67-3.58A6 6 0 0 1 168 26a5.8 5.8 0 0 1 1.78.27c.91.28 8.9 3 11.48 11.44c2.26 7.39-.63 16.15-8.58 26.05c-5.05 6.28-7.41 11.73-6.48 15c.72 2.53 3.64 3.57 3.67 3.58A6 6 0 0 1 168 94a5.8 5.8 0 0 1-1.78-.27c-.91-.28-8.9-3-11.48-11.44c-2.26-7.39.63-16.15 8.58-26.05"/></svg>
React
import type { SVGProps } from "react";
export function PhBowlSteamLight(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 114H32a6 6 0 0 0-6 6a102.35 102.35 0 0 0 56 91.06V216a14 14 0 0 0 14 14h64a14 14 0 0 0 14-14v-4.94A102.35 102.35 0 0 0 230 120a6 6 0 0 0-6-6m-58.5 87.84a6 6 0 0 0-3.5 5.45V216a2 2 0 0 1-2 2H96a2 2 0 0 1-2-2v-8.71a6 6 0 0 0-3.5-5.45A90.35 90.35 0 0 1 38.2 126h179.6a90.35 90.35 0 0 1-52.3 75.84M83.32 56.24c5.05-6.28 7.41-11.73 6.48-15c-.72-2.53-3.64-3.57-3.67-3.58A6 6 0 0 1 88 26a5.8 5.8 0 0 1 1.78.27c.91.28 8.9 3 11.48 11.44c2.26 7.39-.63 16.15-8.58 26.05c-5.05 6.28-7.41 11.73-6.48 15c.72 2.53 3.64 3.57 3.67 3.58A6 6 0 0 1 88 94a5.8 5.8 0 0 1-1.78-.27c-.91-.28-8.9-3-11.48-11.44c-2.26-7.39.63-16.15 8.58-26.05m40 0c5.05-6.28 7.41-11.73 6.48-15c-.72-2.53-3.64-3.57-3.67-3.58A6 6 0 0 1 128 26a5.8 5.8 0 0 1 1.78.27c.91.28 8.9 3 11.48 11.44c2.26 7.39-.63 16.15-8.58 26.05c-5.05 6.28-7.41 11.73-6.48 15c.72 2.53 3.64 3.57 3.67 3.58A6 6 0 0 1 128 94a5.8 5.8 0 0 1-1.78-.27c-.91-.28-8.9-3-11.48-11.44c-2.26-7.39.63-16.15 8.58-26.05m40 0c5.05-6.28 7.41-11.73 6.48-15c-.72-2.53-3.64-3.57-3.67-3.58A6 6 0 0 1 168 26a5.8 5.8 0 0 1 1.78.27c.91.28 8.9 3 11.48 11.44c2.26 7.39-.63 16.15-8.58 26.05c-5.05 6.28-7.41 11.73-6.48 15c.72 2.53 3.64 3.57 3.67 3.58A6 6 0 0 1 168 94a5.8 5.8 0 0 1-1.78-.27c-.91-.28-8.9-3-11.48-11.44c-2.26-7.39.63-16.15 8.58-26.05"/></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 114H32a6 6 0 0 0-6 6a102.35 102.35 0 0 0 56 91.06V216a14 14 0 0 0 14 14h64a14 14 0 0 0 14-14v-4.94A102.35 102.35 0 0 0 230 120a6 6 0 0 0-6-6m-58.5 87.84a6 6 0 0 0-3.5 5.45V216a2 2 0 0 1-2 2H96a2 2 0 0 1-2-2v-8.71a6 6 0 0 0-3.5-5.45A90.35 90.35 0 0 1 38.2 126h179.6a90.35 90.35 0 0 1-52.3 75.84M83.32 56.24c5.05-6.28 7.41-11.73 6.48-15c-.72-2.53-3.64-3.57-3.67-3.58A6 6 0 0 1 88 26a5.8 5.8 0 0 1 1.78.27c.91.28 8.9 3 11.48 11.44c2.26 7.39-.63 16.15-8.58 26.05c-5.05 6.28-7.41 11.73-6.48 15c.72 2.53 3.64 3.57 3.67 3.58A6 6 0 0 1 88 94a5.8 5.8 0 0 1-1.78-.27c-.91-.28-8.9-3-11.48-11.44c-2.26-7.39.63-16.15 8.58-26.05m40 0c5.05-6.28 7.41-11.73 6.48-15c-.72-2.53-3.64-3.57-3.67-3.58A6 6 0 0 1 128 26a5.8 5.8 0 0 1 1.78.27c.91.28 8.9 3 11.48 11.44c2.26 7.39-.63 16.15-8.58 26.05c-5.05 6.28-7.41 11.73-6.48 15c.72 2.53 3.64 3.57 3.67 3.58A6 6 0 0 1 128 94a5.8 5.8 0 0 1-1.78-.27c-.91-.28-8.9-3-11.48-11.44c-2.26-7.39.63-16.15 8.58-26.05m40 0c5.05-6.28 7.41-11.73 6.48-15c-.72-2.53-3.64-3.57-3.67-3.58A6 6 0 0 1 168 26a5.8 5.8 0 0 1 1.78.27c.91.28 8.9 3 11.48 11.44c2.26 7.39-.63 16.15-8.58 26.05c-5.05 6.28-7.41 11.73-6.48 15c.72 2.53 3.64 3.57 3.67 3.58A6 6 0 0 1 168 94a5.8 5.8 0 0 1-1.78-.27c-.91-.28-8.9-3-11.48-11.44c-2.26-7.39.63-16.15 8.58-26.05"/></svg> </template>
CSS
.icon-bowl-steam-light {
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%20114H32a6%206%200%200%200-6%206a102.35%20102.35%200%200%200%2056%2091.06V216a14%2014%200%200%200%2014%2014h64a14%2014%200%200%200%2014-14v-4.94A102.35%20102.35%200%200%200%20230%20120a6%206%200%200%200-6-6m-58.5%2087.84a6%206%200%200%200-3.5%205.45V216a2%202%200%200%201-2%202H96a2%202%200%200%201-2-2v-8.71a6%206%200%200%200-3.5-5.45A90.35%2090.35%200%200%201%2038.2%20126h179.6a90.35%2090.35%200%200%201-52.3%2075.84M83.32%2056.24c5.05-6.28%207.41-11.73%206.48-15c-.72-2.53-3.64-3.57-3.67-3.58A6%206%200%200%201%2088%2026a5.8%205.8%200%200%201%201.78.27c.91.28%208.9%203%2011.48%2011.44c2.26%207.39-.63%2016.15-8.58%2026.05c-5.05%206.28-7.41%2011.73-6.48%2015c.72%202.53%203.64%203.57%203.67%203.58A6%206%200%200%201%2088%2094a5.8%205.8%200%200%201-1.78-.27c-.91-.28-8.9-3-11.48-11.44c-2.26-7.39.63-16.15%208.58-26.05m40%200c5.05-6.28%207.41-11.73%206.48-15c-.72-2.53-3.64-3.57-3.67-3.58A6%206%200%200%201%20128%2026a5.8%205.8%200%200%201%201.78.27c.91.28%208.9%203%2011.48%2011.44c2.26%207.39-.63%2016.15-8.58%2026.05c-5.05%206.28-7.41%2011.73-6.48%2015c.72%202.53%203.64%203.57%203.67%203.58A6%206%200%200%201%20128%2094a5.8%205.8%200%200%201-1.78-.27c-.91-.28-8.9-3-11.48-11.44c-2.26-7.39.63-16.15%208.58-26.05m40%200c5.05-6.28%207.41-11.73%206.48-15c-.72-2.53-3.64-3.57-3.67-3.58A6%206%200%200%201%20168%2026a5.8%205.8%200%200%201%201.78.27c.91.28%208.9%203%2011.48%2011.44c2.26%207.39-.63%2016.15-8.58%2026.05c-5.05%206.28-7.41%2011.73-6.48%2015c.72%202.53%203.64%203.57%203.67%203.58A6%206%200%200%201%20168%2094a5.8%205.8%200%200%201-1.78-.27c-.91-.28-8.9-3-11.48-11.44c-2.26-7.39.63-16.15%208.58-26.05%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%20114H32a6%206%200%200%200-6%206a102.35%20102.35%200%200%200%2056%2091.06V216a14%2014%200%200%200%2014%2014h64a14%2014%200%200%200%2014-14v-4.94A102.35%20102.35%200%200%200%20230%20120a6%206%200%200%200-6-6m-58.5%2087.84a6%206%200%200%200-3.5%205.45V216a2%202%200%200%201-2%202H96a2%202%200%200%201-2-2v-8.71a6%206%200%200%200-3.5-5.45A90.35%2090.35%200%200%201%2038.2%20126h179.6a90.35%2090.35%200%200%201-52.3%2075.84M83.32%2056.24c5.05-6.28%207.41-11.73%206.48-15c-.72-2.53-3.64-3.57-3.67-3.58A6%206%200%200%201%2088%2026a5.8%205.8%200%200%201%201.78.27c.91.28%208.9%203%2011.48%2011.44c2.26%207.39-.63%2016.15-8.58%2026.05c-5.05%206.28-7.41%2011.73-6.48%2015c.72%202.53%203.64%203.57%203.67%203.58A6%206%200%200%201%2088%2094a5.8%205.8%200%200%201-1.78-.27c-.91-.28-8.9-3-11.48-11.44c-2.26-7.39.63-16.15%208.58-26.05m40%200c5.05-6.28%207.41-11.73%206.48-15c-.72-2.53-3.64-3.57-3.67-3.58A6%206%200%200%201%20128%2026a5.8%205.8%200%200%201%201.78.27c.91.28%208.9%203%2011.48%2011.44c2.26%207.39-.63%2016.15-8.58%2026.05c-5.05%206.28-7.41%2011.73-6.48%2015c.72%202.53%203.64%203.57%203.67%203.58A6%206%200%200%201%20128%2094a5.8%205.8%200%200%201-1.78-.27c-.91-.28-8.9-3-11.48-11.44c-2.26-7.39.63-16.15%208.58-26.05m40%200c5.05-6.28%207.41-11.73%206.48-15c-.72-2.53-3.64-3.57-3.67-3.58A6%206%200%200%201%20168%2026a5.8%205.8%200%200%201%201.78.27c.91.28%208.9%203%2011.48%2011.44c2.26%207.39-.63%2016.15-8.58%2026.05c-5.05%206.28-7.41%2011.73-6.48%2015c.72%202.53%203.64%203.57%203.67%203.58A6%206%200%200%201%20168%2094a5.8%205.8%200%200%201-1.78-.27c-.91-.28-8.9-3-11.48-11.44c-2.26-7.39.63-16.15%208.58-26.05%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/bowl-steam-light.svg?color=%231a73e8&size=48