vacuum-rounded from Material Symbols by Google · Rounded · Household · Apache-2.0 Free for personal and commercial use.

Name
vacuum-rounded
Set
Material Symbols
Style
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-.288M9.375 22q-.45 0-.675-.4t-.025-.825q.175-.425.25-.875T9 19q0-2.075-1.463-3.537T4 14q-.2 0-.413.013t-.412.062q-.45.075-.812-.2t-.363-.7V11q0-.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.075 0-1.837.763T7 5.6V9h2q1.65 0 2.825 1.175T13 13v7q0 .825-.587 1.413T11 22z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsVacuumRounded(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-.288M9.375 22q-.45 0-.675-.4t-.025-.825q.175-.425.25-.875T9 19q0-2.075-1.463-3.537T4 14q-.2 0-.413.013t-.412.062q-.45.075-.812-.2t-.363-.7V11q0-.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.075 0-1.837.763T7 5.6V9h2q1.65 0 2.825 1.175T13 13v7q0 .825-.587 1.413T11 22z"/></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-.288M9.375 22q-.45 0-.675-.4t-.025-.825q.175-.425.25-.875T9 19q0-2.075-1.463-3.537T4 14q-.2 0-.413.013t-.412.062q-.45.075-.812-.2t-.363-.7V11q0-.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.075 0-1.837.763T7 5.6V9h2q1.65 0 2.825 1.175T13 13v7q0 .825-.587 1.413T11 22z"/></svg>
</template>

CSS

.icon-vacuum-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-.288M9.375%2022q-.45%200-.675-.4t-.025-.825q.175-.425.25-.875T9%2019q0-2.075-1.463-3.537T4%2014q-.2%200-.413.013t-.412.062q-.45.075-.812-.2t-.363-.7V11q0-.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.075%200-1.837.763T7%205.6V9h2q1.65%200%202.825%201.175T13%2013v7q0%20.825-.587%201.413T11%2022z%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-.288M9.375%2022q-.45%200-.675-.4t-.025-.825q.175-.425.25-.875T9%2019q0-2.075-1.463-3.537T4%2014q-.2%200-.413.013t-.412.062q-.45.075-.812-.2t-.363-.7V11q0-.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.075%200-1.837.763T7%205.6V9h2q1.65%200%202.825%201.175T13%2013v7q0%20.825-.587%201.413T11%2022z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/vacuum-rounded.svg?color=%231a73e8&size=48