multicooker icon
multicooker-outline from Material Symbols by Google · Outline · Household · Apache-2.0 Free for personal and commercial use.
- Name
- multicooker-outline
- Set
- Material Symbols
- Style
- Outline
- Category
- Household
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- multicooker-outline-rounded, multicooker-outline-sharp
1 other variant in Material Symbols
The same icon in other sets
More household icons from Material Symbols
Use the multicooker icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8 5V4q0-.825.588-1.412T10 2h4q.825 0 1.413.588T16 4v1h3q.825 0 1.413.588T21 7v12q0 .825-.587 1.413T19 21H5q-.825 0-1.412-.587T3 19V7q0-.825.588-1.412T5 5zM5 19h14v-9h-2v2q0 .825-.587 1.413T15 14H9q-.825 0-1.412-.587T7 12v-2H5zm2.288-1.287Q7 17.425 7 17t.288-.712T8 16t.713.288T9 17t-.288.713T8 18t-.712-.288m4 0Q11 17.426 11 17t.288-.712T12 16t.713.288T13 17t-.288.713T12 18t-.712-.288m4 0Q15 17.426 15 17t.288-.712T16 16t.713.288T17 17t-.288.713T16 18t-.712-.288M9 12h6v-2H9zM5 8h14V7H5zm5-3h4V4h-4z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsMulticookerOutline(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="M8 5V4q0-.825.588-1.412T10 2h4q.825 0 1.413.588T16 4v1h3q.825 0 1.413.588T21 7v12q0 .825-.587 1.413T19 21H5q-.825 0-1.412-.587T3 19V7q0-.825.588-1.412T5 5zM5 19h14v-9h-2v2q0 .825-.587 1.413T15 14H9q-.825 0-1.412-.587T7 12v-2H5zm2.288-1.287Q7 17.425 7 17t.288-.712T8 16t.713.288T9 17t-.288.713T8 18t-.712-.288m4 0Q11 17.426 11 17t.288-.712T12 16t.713.288T13 17t-.288.713T12 18t-.712-.288m4 0Q15 17.426 15 17t.288-.712T16 16t.713.288T17 17t-.288.713T16 18t-.712-.288M9 12h6v-2H9zM5 8h14V7H5zm5-3h4V4h-4z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8 5V4q0-.825.588-1.412T10 2h4q.825 0 1.413.588T16 4v1h3q.825 0 1.413.588T21 7v12q0 .825-.587 1.413T19 21H5q-.825 0-1.412-.587T3 19V7q0-.825.588-1.412T5 5zM5 19h14v-9h-2v2q0 .825-.587 1.413T15 14H9q-.825 0-1.412-.587T7 12v-2H5zm2.288-1.287Q7 17.425 7 17t.288-.712T8 16t.713.288T9 17t-.288.713T8 18t-.712-.288m4 0Q11 17.426 11 17t.288-.712T12 16t.713.288T13 17t-.288.713T12 18t-.712-.288m4 0Q15 17.426 15 17t.288-.712T16 16t.713.288T17 17t-.288.713T16 18t-.712-.288M9 12h6v-2H9zM5 8h14V7H5zm5-3h4V4h-4z"/></svg> </template>
CSS
.icon-multicooker-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%22M8%205V4q0-.825.588-1.412T10%202h4q.825%200%201.413.588T16%204v1h3q.825%200%201.413.588T21%207v12q0%20.825-.587%201.413T19%2021H5q-.825%200-1.412-.587T3%2019V7q0-.825.588-1.412T5%205zM5%2019h14v-9h-2v2q0%20.825-.587%201.413T15%2014H9q-.825%200-1.412-.587T7%2012v-2H5zm2.288-1.287Q7%2017.425%207%2017t.288-.712T8%2016t.713.288T9%2017t-.288.713T8%2018t-.712-.288m4%200Q11%2017.426%2011%2017t.288-.712T12%2016t.713.288T13%2017t-.288.713T12%2018t-.712-.288m4%200Q15%2017.426%2015%2017t.288-.712T16%2016t.713.288T17%2017t-.288.713T16%2018t-.712-.288M9%2012h6v-2H9zM5%208h14V7H5zm5-3h4V4h-4z%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%22M8%205V4q0-.825.588-1.412T10%202h4q.825%200%201.413.588T16%204v1h3q.825%200%201.413.588T21%207v12q0%20.825-.587%201.413T19%2021H5q-.825%200-1.412-.587T3%2019V7q0-.825.588-1.412T5%205zM5%2019h14v-9h-2v2q0%20.825-.587%201.413T15%2014H9q-.825%200-1.412-.587T7%2012v-2H5zm2.288-1.287Q7%2017.425%207%2017t.288-.712T8%2016t.713.288T9%2017t-.288.713T8%2018t-.712-.288m4%200Q11%2017.426%2011%2017t.288-.712T12%2016t.713.288T13%2017t-.288.713T12%2018t-.712-.288m4%200Q15%2017.426%2015%2017t.288-.712T16%2016t.713.288T17%2017t-.288.713T16%2018t-.712-.288M9%2012h6v-2H9zM5%208h14V7H5zm5-3h4V4h-4z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/multicooker-outline.svg?color=%231a73e8&size=48