bowl steam icon

bowl-steam-fill from Phosphor by Phosphor Icons · Fill · MIT Free for personal and commercial use.

Name
bowl-steam-fill
Set
Phosphor
Style
Fill
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="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.89ZM224 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-8"/></svg>

React

import type { SVGProps } from "react";

export function PhBowlSteamFill(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="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.89ZM224 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-8"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" 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.89ZM224 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-8"/></svg>
</template>

CSS

.icon-bowl-steam-fill {
  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%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.89ZM224%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-8%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%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.89ZM224%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-8%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/bowl-steam-fill.svg?color=%231a73e8&size=48