kettle steam icon
kettle-steam-outline from Material Design Icons by Pictogrammers · Outline · Food / Drink · Apache-2.0 Free for personal and commercial use.
- Name
- kettle-steam-outline
- Set
- Material Design Icons
- Style
- Outline
- Category
- Food / Drink
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- kettle-empty-steam, tea-kettle-empty-steam, tea-kettle-steam-outline
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="M9.5 3C4.8 3 1 5.7 1 9c0 1.2.5 2.3 1.4 3.3C1.5 13.5.985 15 1 16.5V20c0 1.1.9 2 2 2h13c1.11 0 2-.89 2-2v-3.5c0-1.2-.3-2.4-1-3.5l2-2l-3-3l-2.1 2.1a9.19 9.19 0 0 0-9.3.3C4.22 10.03 4 9.53 4 9c0-1.8 2.5-3.3 5.5-3.3c1.4 0 2.8.4 3.8 1l2-2A10.05 10.05 0 0 0 9.5 3m0 8c3.5 0 6.5 3 6.5 5.5V20H3v-3.5C3 14 6 11 9.5 11m.5 1.5c-3 0-5 1.5-5 4.5v1h2v-1c0-1 0-3.5 3-4.5m13-5.2c0 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 MdiKettleSteamOutline(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="M9.5 3C4.8 3 1 5.7 1 9c0 1.2.5 2.3 1.4 3.3C1.5 13.5.985 15 1 16.5V20c0 1.1.9 2 2 2h13c1.11 0 2-.89 2-2v-3.5c0-1.2-.3-2.4-1-3.5l2-2l-3-3l-2.1 2.1a9.19 9.19 0 0 0-9.3.3C4.22 10.03 4 9.53 4 9c0-1.8 2.5-3.3 5.5-3.3c1.4 0 2.8.4 3.8 1l2-2A10.05 10.05 0 0 0 9.5 3m0 8c3.5 0 6.5 3 6.5 5.5V20H3v-3.5C3 14 6 11 9.5 11m.5 1.5c-3 0-5 1.5-5 4.5v1h2v-1c0-1 0-3.5 3-4.5m13-5.2c0 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="M9.5 3C4.8 3 1 5.7 1 9c0 1.2.5 2.3 1.4 3.3C1.5 13.5.985 15 1 16.5V20c0 1.1.9 2 2 2h13c1.11 0 2-.89 2-2v-3.5c0-1.2-.3-2.4-1-3.5l2-2l-3-3l-2.1 2.1a9.19 9.19 0 0 0-9.3.3C4.22 10.03 4 9.53 4 9c0-1.8 2.5-3.3 5.5-3.3c1.4 0 2.8.4 3.8 1l2-2A10.05 10.05 0 0 0 9.5 3m0 8c3.5 0 6.5 3 6.5 5.5V20H3v-3.5C3 14 6 11 9.5 11m.5 1.5c-3 0-5 1.5-5 4.5v1h2v-1c0-1 0-3.5 3-4.5m13-5.2c0 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-outline {
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%22M9.5%203C4.8%203%201%205.7%201%209c0%201.2.5%202.3%201.4%203.3C1.5%2013.5.985%2015%201%2016.5V20c0%201.1.9%202%202%202h13c1.11%200%202-.89%202-2v-3.5c0-1.2-.3-2.4-1-3.5l2-2l-3-3l-2.1%202.1a9.19%209.19%200%200%200-9.3.3C4.22%2010.03%204%209.53%204%209c0-1.8%202.5-3.3%205.5-3.3c1.4%200%202.8.4%203.8%201l2-2A10.05%2010.05%200%200%200%209.5%203m0%208c3.5%200%206.5%203%206.5%205.5V20H3v-3.5C3%2014%206%2011%209.5%2011m.5%201.5c-3%200-5%201.5-5%204.5v1h2v-1c0-1%200-3.5%203-4.5m13-5.2c0%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%22M9.5%203C4.8%203%201%205.7%201%209c0%201.2.5%202.3%201.4%203.3C1.5%2013.5.985%2015%201%2016.5V20c0%201.1.9%202%202%202h13c1.11%200%202-.89%202-2v-3.5c0-1.2-.3-2.4-1-3.5l2-2l-3-3l-2.1%202.1a9.19%209.19%200%200%200-9.3.3C4.22%2010.03%204%209.53%204%209c0-1.8%202.5-3.3%205.5-3.3c1.4%200%202.8.4%203.8%201l2-2A10.05%2010.05%200%200%200%209.5%203m0%208c3.5%200%206.5%203%206.5%205.5V20H3v-3.5C3%2014%206%2011%209.5%2011m.5%201.5c-3%200-5%201.5-5%204.5v1h2v-1c0-1%200-3.5%203-4.5m13-5.2c0%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-outline.svg?color=%231a73e8&size=48