stove icon
stove-16-regular from Fluent UI System Icons by Microsoft Corporation · 16 Regular · MIT Free for personal and commercial use.
- Name
- stove-16-regular
- Set
- Fluent UI System Icons
- Style
- 16 Regular
- Viewbox
- 16×16
- License
- MIT
3 other variants in Fluent UI System Icons
The same icon in other sets
Use the stove icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M11 13a1 1 0 1 1 0 2H5a1 1 0 1 1 0-2zm2.5-7a1.5 1.5 0 0 1 0 3H12v.5A2.5 2.5 0 0 1 9.5 12h-3A2.5 2.5 0 0 1 4 9.5v-2A1.5 1.5 0 0 1 5.5 6zm-8 1a.5.5 0 0 0-.5.5v2A1.5 1.5 0 0 0 6.5 11h3A1.5 1.5 0 0 0 11 9.5v-2a.5.5 0 0 0-.5-.5zm6.413 0q.085.236.087.5V8h1.5a.5.5 0 0 0 0-1zM2.5 1a.5.5 0 0 1 .5.5c0 .47.275.706.8 1.1l.04.03C4.314 2.985 5 3.498 5 4.5a.5.5 0 0 1-1 0c0-.47-.275-.706-.8-1.1l-.04-.03C2.686 3.015 2 2.502 2 1.5a.5.5 0 0 1 .5-.5m3 0a.5.5 0 0 1 .5.5c0 .47.274.706.8 1.1l.04.03C7.314 2.985 8 3.498 8 4.5a.5.5 0 0 1-1 0c0-.47-.274-.706-.8-1.1l-.04-.03C5.686 3.015 5 2.502 5 1.5a.5.5 0 0 1 .5-.5m3 0a.5.5 0 0 1 .5.5c0 .47.274.706.8 1.1l.04.03c.474.355 1.16.868 1.16 1.87a.5.5 0 0 1-1 0c0-.47-.274-.706-.8-1.1l-.04-.03C8.686 3.015 8 2.502 8 1.5a.5.5 0 0 1 .5-.5"/></svg>
React
import type { SVGProps } from "react";
export function FluentStove16Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M11 13a1 1 0 1 1 0 2H5a1 1 0 1 1 0-2zm2.5-7a1.5 1.5 0 0 1 0 3H12v.5A2.5 2.5 0 0 1 9.5 12h-3A2.5 2.5 0 0 1 4 9.5v-2A1.5 1.5 0 0 1 5.5 6zm-8 1a.5.5 0 0 0-.5.5v2A1.5 1.5 0 0 0 6.5 11h3A1.5 1.5 0 0 0 11 9.5v-2a.5.5 0 0 0-.5-.5zm6.413 0q.085.236.087.5V8h1.5a.5.5 0 0 0 0-1zM2.5 1a.5.5 0 0 1 .5.5c0 .47.275.706.8 1.1l.04.03C4.314 2.985 5 3.498 5 4.5a.5.5 0 0 1-1 0c0-.47-.275-.706-.8-1.1l-.04-.03C2.686 3.015 2 2.502 2 1.5a.5.5 0 0 1 .5-.5m3 0a.5.5 0 0 1 .5.5c0 .47.274.706.8 1.1l.04.03C7.314 2.985 8 3.498 8 4.5a.5.5 0 0 1-1 0c0-.47-.274-.706-.8-1.1l-.04-.03C5.686 3.015 5 2.502 5 1.5a.5.5 0 0 1 .5-.5m3 0a.5.5 0 0 1 .5.5c0 .47.274.706.8 1.1l.04.03c.474.355 1.16.868 1.16 1.87a.5.5 0 0 1-1 0c0-.47-.274-.706-.8-1.1l-.04-.03C8.686 3.015 8 2.502 8 1.5a.5.5 0 0 1 .5-.5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M11 13a1 1 0 1 1 0 2H5a1 1 0 1 1 0-2zm2.5-7a1.5 1.5 0 0 1 0 3H12v.5A2.5 2.5 0 0 1 9.5 12h-3A2.5 2.5 0 0 1 4 9.5v-2A1.5 1.5 0 0 1 5.5 6zm-8 1a.5.5 0 0 0-.5.5v2A1.5 1.5 0 0 0 6.5 11h3A1.5 1.5 0 0 0 11 9.5v-2a.5.5 0 0 0-.5-.5zm6.413 0q.085.236.087.5V8h1.5a.5.5 0 0 0 0-1zM2.5 1a.5.5 0 0 1 .5.5c0 .47.275.706.8 1.1l.04.03C4.314 2.985 5 3.498 5 4.5a.5.5 0 0 1-1 0c0-.47-.275-.706-.8-1.1l-.04-.03C2.686 3.015 2 2.502 2 1.5a.5.5 0 0 1 .5-.5m3 0a.5.5 0 0 1 .5.5c0 .47.274.706.8 1.1l.04.03C7.314 2.985 8 3.498 8 4.5a.5.5 0 0 1-1 0c0-.47-.274-.706-.8-1.1l-.04-.03C5.686 3.015 5 2.502 5 1.5a.5.5 0 0 1 .5-.5m3 0a.5.5 0 0 1 .5.5c0 .47.274.706.8 1.1l.04.03c.474.355 1.16.868 1.16 1.87a.5.5 0 0 1-1 0c0-.47-.274-.706-.8-1.1l-.04-.03C8.686 3.015 8 2.502 8 1.5a.5.5 0 0 1 .5-.5"/></svg> </template>
CSS
.icon-stove-16-regular {
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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11%2013a1%201%200%201%201%200%202H5a1%201%200%201%201%200-2zm2.5-7a1.5%201.5%200%200%201%200%203H12v.5A2.5%202.5%200%200%201%209.5%2012h-3A2.5%202.5%200%200%201%204%209.5v-2A1.5%201.5%200%200%201%205.5%206zm-8%201a.5.5%200%200%200-.5.5v2A1.5%201.5%200%200%200%206.5%2011h3A1.5%201.5%200%200%200%2011%209.5v-2a.5.5%200%200%200-.5-.5zm6.413%200q.085.236.087.5V8h1.5a.5.5%200%200%200%200-1zM2.5%201a.5.5%200%200%201%20.5.5c0%20.47.275.706.8%201.1l.04.03C4.314%202.985%205%203.498%205%204.5a.5.5%200%200%201-1%200c0-.47-.275-.706-.8-1.1l-.04-.03C2.686%203.015%202%202.502%202%201.5a.5.5%200%200%201%20.5-.5m3%200a.5.5%200%200%201%20.5.5c0%20.47.274.706.8%201.1l.04.03C7.314%202.985%208%203.498%208%204.5a.5.5%200%200%201-1%200c0-.47-.274-.706-.8-1.1l-.04-.03C5.686%203.015%205%202.502%205%201.5a.5.5%200%200%201%20.5-.5m3%200a.5.5%200%200%201%20.5.5c0%20.47.274.706.8%201.1l.04.03c.474.355%201.16.868%201.16%201.87a.5.5%200%200%201-1%200c0-.47-.274-.706-.8-1.1l-.04-.03C8.686%203.015%208%202.502%208%201.5a.5.5%200%200%201%20.5-.5%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11%2013a1%201%200%201%201%200%202H5a1%201%200%201%201%200-2zm2.5-7a1.5%201.5%200%200%201%200%203H12v.5A2.5%202.5%200%200%201%209.5%2012h-3A2.5%202.5%200%200%201%204%209.5v-2A1.5%201.5%200%200%201%205.5%206zm-8%201a.5.5%200%200%200-.5.5v2A1.5%201.5%200%200%200%206.5%2011h3A1.5%201.5%200%200%200%2011%209.5v-2a.5.5%200%200%200-.5-.5zm6.413%200q.085.236.087.5V8h1.5a.5.5%200%200%200%200-1zM2.5%201a.5.5%200%200%201%20.5.5c0%20.47.275.706.8%201.1l.04.03C4.314%202.985%205%203.498%205%204.5a.5.5%200%200%201-1%200c0-.47-.275-.706-.8-1.1l-.04-.03C2.686%203.015%202%202.502%202%201.5a.5.5%200%200%201%20.5-.5m3%200a.5.5%200%200%201%20.5.5c0%20.47.274.706.8%201.1l.04.03C7.314%202.985%208%203.498%208%204.5a.5.5%200%200%201-1%200c0-.47-.274-.706-.8-1.1l-.04-.03C5.686%203.015%205%202.502%205%201.5a.5.5%200%200%201%20.5-.5m3%200a.5.5%200%200%201%20.5.5c0%20.47.274.706.8%201.1l.04.03c.474.355%201.16.868%201.16%201.87a.5.5%200%200%201-1%200c0-.47-.274-.706-.8-1.1l-.04-.03C8.686%203.015%208%202.502%208%201.5a.5.5%200%200%201%20.5-.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/stove-16-regular.svg?color=%231a73e8&size=48