kettle-steam from Material Design Icons by Pictogrammers · Filled · Food / Drink · Apache-2.0 Free for personal and commercial use.

Name
kettle-steam
Set
Material Design Icons
Style
Filled
Category
Food / Drink
Viewbox
24×24
License
Apache 2.0
Aliases
kettle-full-steam, tea-kettle-full-steam, tea-kettle-steam

1 other variant in Material Design Icons

More food / drink icons from Material Design Icons

Use the kettle steam icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m19 11l-3-3l-2.1 2.1A9.2 9.2 0 0 0 9.5 9c-1.85 0-3.55.53-4.95 1.41C4.19 9.97 4 9.5 4 9c0-1.79 2.46-3.25 5.5-3.25c1.43 0 2.8.33 3.83.92l2.02-2.02C13.77 3.59 11.68 3 9.5 3C4.81 3 1 5.69 1 9c0 1.19.5 2.34 1.44 3.33A6.8 6.8 0 0 0 1 16.5V20c0 1.11.89 2 2 2h13c1.11 0 2-.89 2-2v-3.5c0-1.22-.34-2.43-1-3.5zM5 17.5V20H3v-2.5A6.5 6.5 0 0 1 9.5 11c.34 0 .67.04 1 .09c-3.11.48-5.5 3.16-5.5 6.41M23 7.3c0 1.63-1.09 3.3-2.62 3.67l-.67-.68L19 9.6h.75c1 0 1.75-1.38 1.75-2.4s-.85-2.06-1.85-2.06v-1.5C21.5 3.64 23 5.45 23 7.3m-5.35-.57c-.62-.61-1-1.45-1-2.38C16.65 2.5 18.15 1 20 1v1.5c-1 0-1.85.83-1.85 1.85S19 6.2 20 6.2v1.5c-.82 0-1.58.25-2.21.68l-1.07-1.07c.28-.22.6-.42.93-.58"/></svg>

React

import type { SVGProps } from "react";

export function MdiKettleSteam(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m19 11l-3-3l-2.1 2.1A9.2 9.2 0 0 0 9.5 9c-1.85 0-3.55.53-4.95 1.41C4.19 9.97 4 9.5 4 9c0-1.79 2.46-3.25 5.5-3.25c1.43 0 2.8.33 3.83.92l2.02-2.02C13.77 3.59 11.68 3 9.5 3C4.81 3 1 5.69 1 9c0 1.19.5 2.34 1.44 3.33A6.8 6.8 0 0 0 1 16.5V20c0 1.11.89 2 2 2h13c1.11 0 2-.89 2-2v-3.5c0-1.22-.34-2.43-1-3.5zM5 17.5V20H3v-2.5A6.5 6.5 0 0 1 9.5 11c.34 0 .67.04 1 .09c-3.11.48-5.5 3.16-5.5 6.41M23 7.3c0 1.63-1.09 3.3-2.62 3.67l-.67-.68L19 9.6h.75c1 0 1.75-1.38 1.75-2.4s-.85-2.06-1.85-2.06v-1.5C21.5 3.64 23 5.45 23 7.3m-5.35-.57c-.62-.61-1-1.45-1-2.38C16.65 2.5 18.15 1 20 1v1.5c-1 0-1.85.83-1.85 1.85S19 6.2 20 6.2v1.5c-.82 0-1.58.25-2.21.68l-1.07-1.07c.28-.22.6-.42.93-.58"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m19 11l-3-3l-2.1 2.1A9.2 9.2 0 0 0 9.5 9c-1.85 0-3.55.53-4.95 1.41C4.19 9.97 4 9.5 4 9c0-1.79 2.46-3.25 5.5-3.25c1.43 0 2.8.33 3.83.92l2.02-2.02C13.77 3.59 11.68 3 9.5 3C4.81 3 1 5.69 1 9c0 1.19.5 2.34 1.44 3.33A6.8 6.8 0 0 0 1 16.5V20c0 1.11.89 2 2 2h13c1.11 0 2-.89 2-2v-3.5c0-1.22-.34-2.43-1-3.5zM5 17.5V20H3v-2.5A6.5 6.5 0 0 1 9.5 11c.34 0 .67.04 1 .09c-3.11.48-5.5 3.16-5.5 6.41M23 7.3c0 1.63-1.09 3.3-2.62 3.67l-.67-.68L19 9.6h.75c1 0 1.75-1.38 1.75-2.4s-.85-2.06-1.85-2.06v-1.5C21.5 3.64 23 5.45 23 7.3m-5.35-.57c-.62-.61-1-1.45-1-2.38C16.65 2.5 18.15 1 20 1v1.5c-1 0-1.85.83-1.85 1.85S19 6.2 20 6.2v1.5c-.82 0-1.58.25-2.21.68l-1.07-1.07c.28-.22.6-.42.93-.58"/></svg>
</template>

CSS

.icon-kettle-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m19%2011l-3-3l-2.1%202.1A9.2%209.2%200%200%200%209.5%209c-1.85%200-3.55.53-4.95%201.41C4.19%209.97%204%209.5%204%209c0-1.79%202.46-3.25%205.5-3.25c1.43%200%202.8.33%203.83.92l2.02-2.02C13.77%203.59%2011.68%203%209.5%203C4.81%203%201%205.69%201%209c0%201.19.5%202.34%201.44%203.33A6.8%206.8%200%200%200%201%2016.5V20c0%201.11.89%202%202%202h13c1.11%200%202-.89%202-2v-3.5c0-1.22-.34-2.43-1-3.5zM5%2017.5V20H3v-2.5A6.5%206.5%200%200%201%209.5%2011c.34%200%20.67.04%201%20.09c-3.11.48-5.5%203.16-5.5%206.41M23%207.3c0%201.63-1.09%203.3-2.62%203.67l-.67-.68L19%209.6h.75c1%200%201.75-1.38%201.75-2.4s-.85-2.06-1.85-2.06v-1.5C21.5%203.64%2023%205.45%2023%207.3m-5.35-.57c-.62-.61-1-1.45-1-2.38C16.65%202.5%2018.15%201%2020%201v1.5c-1%200-1.85.83-1.85%201.85S19%206.2%2020%206.2v1.5c-.82%200-1.58.25-2.21.68l-1.07-1.07c.28-.22.6-.42.93-.58%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m19%2011l-3-3l-2.1%202.1A9.2%209.2%200%200%200%209.5%209c-1.85%200-3.55.53-4.95%201.41C4.19%209.97%204%209.5%204%209c0-1.79%202.46-3.25%205.5-3.25c1.43%200%202.8.33%203.83.92l2.02-2.02C13.77%203.59%2011.68%203%209.5%203C4.81%203%201%205.69%201%209c0%201.19.5%202.34%201.44%203.33A6.8%206.8%200%200%200%201%2016.5V20c0%201.11.89%202%202%202h13c1.11%200%202-.89%202-2v-3.5c0-1.22-.34-2.43-1-3.5zM5%2017.5V20H3v-2.5A6.5%206.5%200%200%201%209.5%2011c.34%200%20.67.04%201%20.09c-3.11.48-5.5%203.16-5.5%206.41M23%207.3c0%201.63-1.09%203.3-2.62%203.67l-.67-.68L19%209.6h.75c1%200%201.75-1.38%201.75-2.4s-.85-2.06-1.85-2.06v-1.5C21.5%203.64%2023%205.45%2023%207.3m-5.35-.57c-.62-.61-1-1.45-1-2.38C16.65%202.5%2018.15%201%2020%201v1.5c-1%200-1.85.83-1.85%201.85S19%206.2%2020%206.2v1.5c-.82%200-1.58.25-2.21.68l-1.07-1.07c.28-.22.6-.42.93-.58%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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