stove-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.

Name
stove-20-filled
Set
Fluent UI System Icons
Style
20 Filled
Viewbox
20×20
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 20 20"><path fill="currentColor" d="M13.5 15a1.5 1.5 0 0 1 0 3h-7a1.5 1.5 0 0 1 0-3zM18 7a1 1 0 1 1 0 2h-3v2a3 3 0 0 1-3 3H8a3 3 0 0 1-3-3V8.5A1.5 1.5 0 0 1 6.5 7zM5.5 2a.5.5 0 0 1 .5.5c0 .47.274.706.8 1.1l.04.03C7.314 3.985 8 4.498 8 5.5a.5.5 0 0 1-1 0c0-.47-.274-.706-.8-1.1l-.04-.03C5.686 4.015 5 3.502 5 2.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 4.015 8 3.502 8 2.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-.03C11.686 4.015 11 3.502 11 2.5a.5.5 0 0 1 .5-.5"/></svg>

React

import type { SVGProps } from "react";

export function FluentStove20Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M13.5 15a1.5 1.5 0 0 1 0 3h-7a1.5 1.5 0 0 1 0-3zM18 7a1 1 0 1 1 0 2h-3v2a3 3 0 0 1-3 3H8a3 3 0 0 1-3-3V8.5A1.5 1.5 0 0 1 6.5 7zM5.5 2a.5.5 0 0 1 .5.5c0 .47.274.706.8 1.1l.04.03C7.314 3.985 8 4.498 8 5.5a.5.5 0 0 1-1 0c0-.47-.274-.706-.8-1.1l-.04-.03C5.686 4.015 5 3.502 5 2.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 4.015 8 3.502 8 2.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-.03C11.686 4.015 11 3.502 11 2.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 20 20"><path fill="currentColor" d="M13.5 15a1.5 1.5 0 0 1 0 3h-7a1.5 1.5 0 0 1 0-3zM18 7a1 1 0 1 1 0 2h-3v2a3 3 0 0 1-3 3H8a3 3 0 0 1-3-3V8.5A1.5 1.5 0 0 1 6.5 7zM5.5 2a.5.5 0 0 1 .5.5c0 .47.274.706.8 1.1l.04.03C7.314 3.985 8 4.498 8 5.5a.5.5 0 0 1-1 0c0-.47-.274-.706-.8-1.1l-.04-.03C5.686 4.015 5 3.502 5 2.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 4.015 8 3.502 8 2.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-.03C11.686 4.015 11 3.502 11 2.5a.5.5 0 0 1 .5-.5"/></svg>
</template>

CSS

.icon-stove-20-filled {
  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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.5%2015a1.5%201.5%200%200%201%200%203h-7a1.5%201.5%200%200%201%200-3zM18%207a1%201%200%201%201%200%202h-3v2a3%203%200%200%201-3%203H8a3%203%200%200%201-3-3V8.5A1.5%201.5%200%200%201%206.5%207zM5.5%202a.5.5%200%200%201%20.5.5c0%20.47.274.706.8%201.1l.04.03C7.314%203.985%208%204.498%208%205.5a.5.5%200%200%201-1%200c0-.47-.274-.706-.8-1.1l-.04-.03C5.686%204.015%205%203.502%205%202.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%204.015%208%203.502%208%202.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-.03C11.686%204.015%2011%203.502%2011%202.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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.5%2015a1.5%201.5%200%200%201%200%203h-7a1.5%201.5%200%200%201%200-3zM18%207a1%201%200%201%201%200%202h-3v2a3%203%200%200%201-3%203H8a3%203%200%200%201-3-3V8.5A1.5%201.5%200%200%201%206.5%207zM5.5%202a.5.5%200%200%201%20.5.5c0%20.47.274.706.8%201.1l.04.03C7.314%203.985%208%204.498%208%205.5a.5.5%200%200%201-1%200c0-.47-.274-.706-.8-1.1l-.04-.03C5.686%204.015%205%203.502%205%202.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%204.015%208%203.502%208%202.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-.03C11.686%204.015%2011%203.502%2011%202.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-20-filled.svg?color=%231a73e8&size=48