dishwasher gen icon
dishwasher-gen-outline-rounded from Material Symbols Light by Google · Outline Rounded · Household · Apache-2.0 Free for personal and commercial use.
- Name
- dishwasher-gen-outline-rounded
- Set
- Material Symbols Light
- Style
- Outline Rounded
- Category
- Household
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols Light
The same icon in other sets
More household icons from Material Symbols Light
Use the dishwasher gen icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8 6.77q.31 0 .54-.23T8.77 6t-.23-.54T8 5.23t-.54.23t-.23.54t.23.54t.54.23m3.54-.23q.23-.23.23-.54t-.23-.54t-.54-.23t-.54.23t-.23.54t.23.54t.54.23t.54-.23M12 17.5q1.364 0 2.332-.93t.968-2.27q0-.629-.212-1.22q-.211-.591-.653-1.034l-1.87-1.869q-.242-.242-.565-.242t-.565.242l-1.789 1.789q-.473.473-.722 1.076T8.7 14.3q.05 1.339 1.006 2.27T12 17.5m-1.63-1.579q-.67-.66-.67-1.621q0-.452.147-.857t.48-.737L12 11.033l1.744 1.744q.295.294.425.702q.131.408.131.821q0 .962-.67 1.621q-.668.66-1.63.66t-1.63-.66M6.615 21q-.672 0-1.144-.472T5 19.385V4.615q0-.67.472-1.143Q5.944 3 6.616 3h10.769q.67 0 1.143.472q.472.472.472 1.144v14.769q0 .67-.472 1.143q-.472.472-1.143.472zm0-1h10.769q.269 0 .442-.173t.173-.442V4.615q0-.269-.173-.442T17.385 4H6.615q-.269 0-.442.173T6 4.616v14.769q0 .269.173.442t.443.173M6 20V4z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightDishwasherGenOutlineRounded(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 6.77q.31 0 .54-.23T8.77 6t-.23-.54T8 5.23t-.54.23t-.23.54t.23.54t.54.23m3.54-.23q.23-.23.23-.54t-.23-.54t-.54-.23t-.54.23t-.23.54t.23.54t.54.23t.54-.23M12 17.5q1.364 0 2.332-.93t.968-2.27q0-.629-.212-1.22q-.211-.591-.653-1.034l-1.87-1.869q-.242-.242-.565-.242t-.565.242l-1.789 1.789q-.473.473-.722 1.076T8.7 14.3q.05 1.339 1.006 2.27T12 17.5m-1.63-1.579q-.67-.66-.67-1.621q0-.452.147-.857t.48-.737L12 11.033l1.744 1.744q.295.294.425.702q.131.408.131.821q0 .962-.67 1.621q-.668.66-1.63.66t-1.63-.66M6.615 21q-.672 0-1.144-.472T5 19.385V4.615q0-.67.472-1.143Q5.944 3 6.616 3h10.769q.67 0 1.143.472q.472.472.472 1.144v14.769q0 .67-.472 1.143q-.472.472-1.143.472zm0-1h10.769q.269 0 .442-.173t.173-.442V4.615q0-.269-.173-.442T17.385 4H6.615q-.269 0-.442.173T6 4.616v14.769q0 .269.173.442t.443.173M6 20V4z"/></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 6.77q.31 0 .54-.23T8.77 6t-.23-.54T8 5.23t-.54.23t-.23.54t.23.54t.54.23m3.54-.23q.23-.23.23-.54t-.23-.54t-.54-.23t-.54.23t-.23.54t.23.54t.54.23t.54-.23M12 17.5q1.364 0 2.332-.93t.968-2.27q0-.629-.212-1.22q-.211-.591-.653-1.034l-1.87-1.869q-.242-.242-.565-.242t-.565.242l-1.789 1.789q-.473.473-.722 1.076T8.7 14.3q.05 1.339 1.006 2.27T12 17.5m-1.63-1.579q-.67-.66-.67-1.621q0-.452.147-.857t.48-.737L12 11.033l1.744 1.744q.295.294.425.702q.131.408.131.821q0 .962-.67 1.621q-.668.66-1.63.66t-1.63-.66M6.615 21q-.672 0-1.144-.472T5 19.385V4.615q0-.67.472-1.143Q5.944 3 6.616 3h10.769q.67 0 1.143.472q.472.472.472 1.144v14.769q0 .67-.472 1.143q-.472.472-1.143.472zm0-1h10.769q.269 0 .442-.173t.173-.442V4.615q0-.269-.173-.442T17.385 4H6.615q-.269 0-.442.173T6 4.616v14.769q0 .269.173.442t.443.173M6 20V4z"/></svg> </template>
CSS
.icon-dishwasher-gen-outline-rounded {
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%206.77q.31%200%20.54-.23T8.77%206t-.23-.54T8%205.23t-.54.23t-.23.54t.23.54t.54.23m3.54-.23q.23-.23.23-.54t-.23-.54t-.54-.23t-.54.23t-.23.54t.23.54t.54.23t.54-.23M12%2017.5q1.364%200%202.332-.93t.968-2.27q0-.629-.212-1.22q-.211-.591-.653-1.034l-1.87-1.869q-.242-.242-.565-.242t-.565.242l-1.789%201.789q-.473.473-.722%201.076T8.7%2014.3q.05%201.339%201.006%202.27T12%2017.5m-1.63-1.579q-.67-.66-.67-1.621q0-.452.147-.857t.48-.737L12%2011.033l1.744%201.744q.295.294.425.702q.131.408.131.821q0%20.962-.67%201.621q-.668.66-1.63.66t-1.63-.66M6.615%2021q-.672%200-1.144-.472T5%2019.385V4.615q0-.67.472-1.143Q5.944%203%206.616%203h10.769q.67%200%201.143.472q.472.472.472%201.144v14.769q0%20.67-.472%201.143q-.472.472-1.143.472zm0-1h10.769q.269%200%20.442-.173t.173-.442V4.615q0-.269-.173-.442T17.385%204H6.615q-.269%200-.442.173T6%204.616v14.769q0%20.269.173.442t.443.173M6%2020V4z%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%206.77q.31%200%20.54-.23T8.77%206t-.23-.54T8%205.23t-.54.23t-.23.54t.23.54t.54.23m3.54-.23q.23-.23.23-.54t-.23-.54t-.54-.23t-.54.23t-.23.54t.23.54t.54.23t.54-.23M12%2017.5q1.364%200%202.332-.93t.968-2.27q0-.629-.212-1.22q-.211-.591-.653-1.034l-1.87-1.869q-.242-.242-.565-.242t-.565.242l-1.789%201.789q-.473.473-.722%201.076T8.7%2014.3q.05%201.339%201.006%202.27T12%2017.5m-1.63-1.579q-.67-.66-.67-1.621q0-.452.147-.857t.48-.737L12%2011.033l1.744%201.744q.295.294.425.702q.131.408.131.821q0%20.962-.67%201.621q-.668.66-1.63.66t-1.63-.66M6.615%2021q-.672%200-1.144-.472T5%2019.385V4.615q0-.67.472-1.143Q5.944%203%206.616%203h10.769q.67%200%201.143.472q.472.472.472%201.144v14.769q0%20.67-.472%201.143q-.472.472-1.143.472zm0-1h10.769q.269%200%20.442-.173t.173-.442V4.615q0-.269-.173-.442T17.385%204H6.615q-.269%200-.442.173T6%204.616v14.769q0%20.269.173.442t.443.173M6%2020V4z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/dishwasher-gen-outline-rounded.svg?color=%231a73e8&size=48