vacuum icon
vacuum-outline-rounded from Material Symbols by Google · Outline Rounded · Household · Apache-2.0 Free for personal and commercial use.
- Name
- vacuum-outline-rounded
- Set
- Material Symbols
- Style
- Outline Rounded
- Category
- Household
- Viewbox
- 24×24
- License
- Apache 2.0
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-.288M13 13v7q0 .825-.587 1.413T11 22H9.5q-.425 0-.712-.288T8.5 21t.288-.712T9.5 20H11v-7q0-.825-.587-1.412T9 11H4v2q0 .425-.288.713T3 14t-.712-.288T2 13v-2q0-.825.588-1.412T4 9h1V5.6q0-1.925 1.338-3.262T9.6 1q1.4 0 2.55.763t1.7 2.037L20.675 20H22q.425 0 .713.288T23 21t-.288.713T22 22h-5q-.425 0-.712-.288T16 21t.288-.712T17 20h1.5L12.025 4.6q-.3-.725-.962-1.162T9.6 3q-1.1 0-1.85.75T7 5.6V9h2q1.65 0 2.825 1.175T13 13m-5.5 2.5"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsVacuumOutlineRounded(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-.288M13 13v7q0 .825-.587 1.413T11 22H9.5q-.425 0-.712-.288T8.5 21t.288-.712T9.5 20H11v-7q0-.825-.587-1.412T9 11H4v2q0 .425-.288.713T3 14t-.712-.288T2 13v-2q0-.825.588-1.412T4 9h1V5.6q0-1.925 1.338-3.262T9.6 1q1.4 0 2.55.763t1.7 2.037L20.675 20H22q.425 0 .713.288T23 21t-.288.713T22 22h-5q-.425 0-.712-.288T16 21t.288-.712T17 20h1.5L12.025 4.6q-.3-.725-.962-1.162T9.6 3q-1.1 0-1.85.75T7 5.6V9h2q1.65 0 2.825 1.175T13 13m-5.5 2.5"/></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-.288M13 13v7q0 .825-.587 1.413T11 22H9.5q-.425 0-.712-.288T8.5 21t.288-.712T9.5 20H11v-7q0-.825-.587-1.412T9 11H4v2q0 .425-.288.713T3 14t-.712-.288T2 13v-2q0-.825.588-1.412T4 9h1V5.6q0-1.925 1.338-3.262T9.6 1q1.4 0 2.55.763t1.7 2.037L20.675 20H22q.425 0 .713.288T23 21t-.288.713T22 22h-5q-.425 0-.712-.288T16 21t.288-.712T17 20h1.5L12.025 4.6q-.3-.725-.962-1.162T9.6 3q-1.1 0-1.85.75T7 5.6V9h2q1.65 0 2.825 1.175T13 13m-5.5 2.5"/></svg> </template>
CSS
.icon-vacuum-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%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-.288M13%2013v7q0%20.825-.587%201.413T11%2022H9.5q-.425%200-.712-.288T8.5%2021t.288-.712T9.5%2020H11v-7q0-.825-.587-1.412T9%2011H4v2q0%20.425-.288.713T3%2014t-.712-.288T2%2013v-2q0-.825.588-1.412T4%209h1V5.6q0-1.925%201.338-3.262T9.6%201q1.4%200%202.55.763t1.7%202.037L20.675%2020H22q.425%200%20.713.288T23%2021t-.288.713T22%2022h-5q-.425%200-.712-.288T16%2021t.288-.712T17%2020h1.5L12.025%204.6q-.3-.725-.962-1.162T9.6%203q-1.1%200-1.85.75T7%205.6V9h2q1.65%200%202.825%201.175T13%2013m-5.5%202.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%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-.288M13%2013v7q0%20.825-.587%201.413T11%2022H9.5q-.425%200-.712-.288T8.5%2021t.288-.712T9.5%2020H11v-7q0-.825-.587-1.412T9%2011H4v2q0%20.425-.288.713T3%2014t-.712-.288T2%2013v-2q0-.825.588-1.412T4%209h1V5.6q0-1.925%201.338-3.262T9.6%201q1.4%200%202.55.763t1.7%202.037L20.675%2020H22q.425%200%20.713.288T23%2021t-.288.713T22%2022h-5q-.425%200-.712-.288T16%2021t.288-.712T17%2020h1.5L12.025%204.6q-.3-.725-.962-1.162T9.6%203q-1.1%200-1.85.75T7%205.6V9h2q1.65%200%202.825%201.175T13%2013m-5.5%202.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/vacuum-outline-rounded.svg?color=%231a73e8&size=48