vacuum icon
vacuum from Material Symbols by Google · Regular · Household · Apache-2.0 Free for personal and commercial use.
- Name
- vacuum
- Set
- Material Symbols
- Style
- Regular
- Category
- Household
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- vacuum-sharp
3 other variants in Material Symbols
The same icon in other sets
More household icons from Material Symbols
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="M1.875 21.125Q1 20.25 1 19t.875-2.125T4 16t2.125.875T7 19t-.875 2.125T4 22t-2.125-.875m2.838-1.412Q5 19.425 5 19t-.288-.712T4 18t-.712.288T3 19t.288.713T4 20t.713-.288M8 22q.5-.65.75-1.425T9 19q0-2.075-1.463-3.537T4 14q-.5 0-1.012.1T2 14.4V9h3V5.6q0-1.925 1.338-3.262T9.6 1q1.4 0 2.55.763t1.7 2.037L20.675 20H23v2h-7v-2h2.5L12.025 4.6q-.3-.725-.962-1.162T9.6 3q-1.075 0-1.837.763T7 5.6V9h2q1.65 0 2.825 1.175T13 13v9z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsVacuum(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="M1.875 21.125Q1 20.25 1 19t.875-2.125T4 16t2.125.875T7 19t-.875 2.125T4 22t-2.125-.875m2.838-1.412Q5 19.425 5 19t-.288-.712T4 18t-.712.288T3 19t.288.713T4 20t.713-.288M8 22q.5-.65.75-1.425T9 19q0-2.075-1.463-3.537T4 14q-.5 0-1.012.1T2 14.4V9h3V5.6q0-1.925 1.338-3.262T9.6 1q1.4 0 2.55.763t1.7 2.037L20.675 20H23v2h-7v-2h2.5L12.025 4.6q-.3-.725-.962-1.162T9.6 3q-1.075 0-1.837.763T7 5.6V9h2q1.65 0 2.825 1.175T13 13v9z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M1.875 21.125Q1 20.25 1 19t.875-2.125T4 16t2.125.875T7 19t-.875 2.125T4 22t-2.125-.875m2.838-1.412Q5 19.425 5 19t-.288-.712T4 18t-.712.288T3 19t.288.713T4 20t.713-.288M8 22q.5-.65.75-1.425T9 19q0-2.075-1.463-3.537T4 14q-.5 0-1.012.1T2 14.4V9h3V5.6q0-1.925 1.338-3.262T9.6 1q1.4 0 2.55.763t1.7 2.037L20.675 20H23v2h-7v-2h2.5L12.025 4.6q-.3-.725-.962-1.162T9.6 3q-1.075 0-1.837.763T7 5.6V9h2q1.65 0 2.825 1.175T13 13v9z"/></svg> </template>
CSS
.icon-vacuum {
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%22M1.875%2021.125Q1%2020.25%201%2019t.875-2.125T4%2016t2.125.875T7%2019t-.875%202.125T4%2022t-2.125-.875m2.838-1.412Q5%2019.425%205%2019t-.288-.712T4%2018t-.712.288T3%2019t.288.713T4%2020t.713-.288M8%2022q.5-.65.75-1.425T9%2019q0-2.075-1.463-3.537T4%2014q-.5%200-1.012.1T2%2014.4V9h3V5.6q0-1.925%201.338-3.262T9.6%201q1.4%200%202.55.763t1.7%202.037L20.675%2020H23v2h-7v-2h2.5L12.025%204.6q-.3-.725-.962-1.162T9.6%203q-1.075%200-1.837.763T7%205.6V9h2q1.65%200%202.825%201.175T13%2013v9z%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%22M1.875%2021.125Q1%2020.25%201%2019t.875-2.125T4%2016t2.125.875T7%2019t-.875%202.125T4%2022t-2.125-.875m2.838-1.412Q5%2019.425%205%2019t-.288-.712T4%2018t-.712.288T3%2019t.288.713T4%2020t.713-.288M8%2022q.5-.65.75-1.425T9%2019q0-2.075-1.463-3.537T4%2014q-.5%200-1.012.1T2%2014.4V9h3V5.6q0-1.925%201.338-3.262T9.6%201q1.4%200%202.55.763t1.7%202.037L20.675%2020H23v2h-7v-2h2.5L12.025%204.6q-.3-.725-.962-1.162T9.6%203q-1.075%200-1.837.763T7%205.6V9h2q1.65%200%202.825%201.175T13%2013v9z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/vacuum.svg?color=%231a73e8&size=48