vacuum icon
vacuum-outline from Material Symbols Light by Google · Outline · Household · Apache-2.0 Free for personal and commercial use.
- Name
- vacuum-outline
- Set
- Material Symbols Light
- Style
- Outline
- Category
- Household
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- vacuum-outline-sharp
3 other variants in Material Symbols Light
The same icon in other sets
More household icons from Material Symbols Light
Use the vacuum icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2.23 20.772q-.73-.729-.73-1.77t.729-1.771t1.769-.731t1.771.729t.731 1.769t-.728 1.771t-1.77.731t-1.771-.728m2.828-.713Q5.5 19.617 5.5 19t-.441-1.059Q4.617 17.5 4 17.5t-1.059.441Q2.5 18.383 2.5 19t.441 1.059Q3.383 20.5 4 20.5t1.059-.441M7.75 21.5q.177-.258.284-.495t.193-.505h2.504V13q0-1.031-.734-1.766q-.735-.734-1.766-.734H3.5v4.039q-.237.019-.509.07t-.491.137V9.5h3V5.6q0-1.716 1.192-2.908T9.599 1.5q1.247 0 2.272.676t1.498 1.816L20.348 20.5H22.5v1h-6v-1h2.77L12.466 4.408q-.377-.88-1.145-1.394T9.608 2.5q-1.3 0-2.204.904T6.5 5.6v3.9h1.73q1.459 0 2.48 1.021T11.73 13v8.5zm-.635-6"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightVacuumOutline(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="M2.23 20.772q-.73-.729-.73-1.77t.729-1.771t1.769-.731t1.771.729t.731 1.769t-.728 1.771t-1.77.731t-1.771-.728m2.828-.713Q5.5 19.617 5.5 19t-.441-1.059Q4.617 17.5 4 17.5t-1.059.441Q2.5 18.383 2.5 19t.441 1.059Q3.383 20.5 4 20.5t1.059-.441M7.75 21.5q.177-.258.284-.495t.193-.505h2.504V13q0-1.031-.734-1.766q-.735-.734-1.766-.734H3.5v4.039q-.237.019-.509.07t-.491.137V9.5h3V5.6q0-1.716 1.192-2.908T9.599 1.5q1.247 0 2.272.676t1.498 1.816L20.348 20.5H22.5v1h-6v-1h2.77L12.466 4.408q-.377-.88-1.145-1.394T9.608 2.5q-1.3 0-2.204.904T6.5 5.6v3.9h1.73q1.459 0 2.48 1.021T11.73 13v8.5zm-.635-6"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2.23 20.772q-.73-.729-.73-1.77t.729-1.771t1.769-.731t1.771.729t.731 1.769t-.728 1.771t-1.77.731t-1.771-.728m2.828-.713Q5.5 19.617 5.5 19t-.441-1.059Q4.617 17.5 4 17.5t-1.059.441Q2.5 18.383 2.5 19t.441 1.059Q3.383 20.5 4 20.5t1.059-.441M7.75 21.5q.177-.258.284-.495t.193-.505h2.504V13q0-1.031-.734-1.766q-.735-.734-1.766-.734H3.5v4.039q-.237.019-.509.07t-.491.137V9.5h3V5.6q0-1.716 1.192-2.908T9.599 1.5q1.247 0 2.272.676t1.498 1.816L20.348 20.5H22.5v1h-6v-1h2.77L12.466 4.408q-.377-.88-1.145-1.394T9.608 2.5q-1.3 0-2.204.904T6.5 5.6v3.9h1.73q1.459 0 2.48 1.021T11.73 13v8.5zm-.635-6"/></svg> </template>
CSS
.icon-vacuum-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%22M2.23%2020.772q-.73-.729-.73-1.77t.729-1.771t1.769-.731t1.771.729t.731%201.769t-.728%201.771t-1.77.731t-1.771-.728m2.828-.713Q5.5%2019.617%205.5%2019t-.441-1.059Q4.617%2017.5%204%2017.5t-1.059.441Q2.5%2018.383%202.5%2019t.441%201.059Q3.383%2020.5%204%2020.5t1.059-.441M7.75%2021.5q.177-.258.284-.495t.193-.505h2.504V13q0-1.031-.734-1.766q-.735-.734-1.766-.734H3.5v4.039q-.237.019-.509.07t-.491.137V9.5h3V5.6q0-1.716%201.192-2.908T9.599%201.5q1.247%200%202.272.676t1.498%201.816L20.348%2020.5H22.5v1h-6v-1h2.77L12.466%204.408q-.377-.88-1.145-1.394T9.608%202.5q-1.3%200-2.204.904T6.5%205.6v3.9h1.73q1.459%200%202.48%201.021T11.73%2013v8.5zm-.635-6%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%22M2.23%2020.772q-.73-.729-.73-1.77t.729-1.771t1.769-.731t1.771.729t.731%201.769t-.728%201.771t-1.77.731t-1.771-.728m2.828-.713Q5.5%2019.617%205.5%2019t-.441-1.059Q4.617%2017.5%204%2017.5t-1.059.441Q2.5%2018.383%202.5%2019t.441%201.059Q3.383%2020.5%204%2020.5t1.059-.441M7.75%2021.5q.177-.258.284-.495t.193-.505h2.504V13q0-1.031-.734-1.766q-.735-.734-1.766-.734H3.5v4.039q-.237.019-.509.07t-.491.137V9.5h3V5.6q0-1.716%201.192-2.908T9.599%201.5q1.247%200%202.272.676t1.498%201.816L20.348%2020.5H22.5v1h-6v-1h2.77L12.466%204.408q-.377-.88-1.145-1.394T9.608%202.5q-1.3%200-2.204.904T6.5%205.6v3.9h1.73q1.459%200%202.48%201.021T11.73%2013v8.5zm-.635-6%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/vacuum-outline.svg?color=%231a73e8&size=48