vacuum-2-on from Material Symbols by Google · Regular · Household · Apache-2.0 Free for personal and commercial use.

Name
vacuum-2-on
Set
Material Symbols
Style
Regular
Category
Household
Viewbox
24×24
License
Apache 2.0
Aliases
vacuum-2-on-rounded, vacuum-2-on-sharp

1 other variant in Material Symbols

The same icon in other sets

More household icons from Material Symbols

Use the vacuum 2 on icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 12q.425 0 .713-.288T13 11t-.288-.712T12 10t-.712.288T11 11t.288.713T12 12m-2.575 6H14.6l1.825 1.825q-.975.575-2.1.875T12 21t-2.312-.3t-2.088-.875zM12 3q1.875 0 3.513.713t2.85 1.924t1.925 2.85T21 12q0 1.975-.8 3.688t-2.15 2.962l-2.125-2.125q.95-.825 1.513-2T18 12q0-2.5-1.75-4.25T12 6T7.75 7.75T6 12q0 1.35.563 2.525t1.512 2L5.95 18.65Q4.6 17.4 3.8 15.687T3 12q0-1.875.713-3.512t1.924-2.85t2.85-1.925T12 3m0 5q1.65 0 2.825 1.175T16 12t-1.175 2.825T12 16t-2.825-1.175T8 12t1.175-2.825T12 8M4 21q.425 0 .713-.288T5 20t-.288-.712T4 19t-.712.288T3 20t.288.713T4 21m-2 2q.425 0 .713-.288T3 22t-.288-.712T2 21t-.712.288T1 22t.288.713T2 23m18-2q-.425 0-.712-.288T19 20t.288-.712T20 19t.713.288T21 20t-.288.713T20 21m2 2q-.425 0-.712-.288T21 22t.288-.712T22 21t.713.288T23 22t-.288.713T22 23"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsVacuum2On(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="M12 12q.425 0 .713-.288T13 11t-.288-.712T12 10t-.712.288T11 11t.288.713T12 12m-2.575 6H14.6l1.825 1.825q-.975.575-2.1.875T12 21t-2.312-.3t-2.088-.875zM12 3q1.875 0 3.513.713t2.85 1.924t1.925 2.85T21 12q0 1.975-.8 3.688t-2.15 2.962l-2.125-2.125q.95-.825 1.513-2T18 12q0-2.5-1.75-4.25T12 6T7.75 7.75T6 12q0 1.35.563 2.525t1.512 2L5.95 18.65Q4.6 17.4 3.8 15.687T3 12q0-1.875.713-3.512t1.924-2.85t2.85-1.925T12 3m0 5q1.65 0 2.825 1.175T16 12t-1.175 2.825T12 16t-2.825-1.175T8 12t1.175-2.825T12 8M4 21q.425 0 .713-.288T5 20t-.288-.712T4 19t-.712.288T3 20t.288.713T4 21m-2 2q.425 0 .713-.288T3 22t-.288-.712T2 21t-.712.288T1 22t.288.713T2 23m18-2q-.425 0-.712-.288T19 20t.288-.712T20 19t.713.288T21 20t-.288.713T20 21m2 2q-.425 0-.712-.288T21 22t.288-.712T22 21t.713.288T23 22t-.288.713T22 23"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 12q.425 0 .713-.288T13 11t-.288-.712T12 10t-.712.288T11 11t.288.713T12 12m-2.575 6H14.6l1.825 1.825q-.975.575-2.1.875T12 21t-2.312-.3t-2.088-.875zM12 3q1.875 0 3.513.713t2.85 1.924t1.925 2.85T21 12q0 1.975-.8 3.688t-2.15 2.962l-2.125-2.125q.95-.825 1.513-2T18 12q0-2.5-1.75-4.25T12 6T7.75 7.75T6 12q0 1.35.563 2.525t1.512 2L5.95 18.65Q4.6 17.4 3.8 15.687T3 12q0-1.875.713-3.512t1.924-2.85t2.85-1.925T12 3m0 5q1.65 0 2.825 1.175T16 12t-1.175 2.825T12 16t-2.825-1.175T8 12t1.175-2.825T12 8M4 21q.425 0 .713-.288T5 20t-.288-.712T4 19t-.712.288T3 20t.288.713T4 21m-2 2q.425 0 .713-.288T3 22t-.288-.712T2 21t-.712.288T1 22t.288.713T2 23m18-2q-.425 0-.712-.288T19 20t.288-.712T20 19t.713.288T21 20t-.288.713T20 21m2 2q-.425 0-.712-.288T21 22t.288-.712T22 21t.713.288T23 22t-.288.713T22 23"/></svg>
</template>

CSS

.icon-vacuum-2-on {
  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%22M12%2012q.425%200%20.713-.288T13%2011t-.288-.712T12%2010t-.712.288T11%2011t.288.713T12%2012m-2.575%206H14.6l1.825%201.825q-.975.575-2.1.875T12%2021t-2.312-.3t-2.088-.875zM12%203q1.875%200%203.513.713t2.85%201.924t1.925%202.85T21%2012q0%201.975-.8%203.688t-2.15%202.962l-2.125-2.125q.95-.825%201.513-2T18%2012q0-2.5-1.75-4.25T12%206T7.75%207.75T6%2012q0%201.35.563%202.525t1.512%202L5.95%2018.65Q4.6%2017.4%203.8%2015.687T3%2012q0-1.875.713-3.512t1.924-2.85t2.85-1.925T12%203m0%205q1.65%200%202.825%201.175T16%2012t-1.175%202.825T12%2016t-2.825-1.175T8%2012t1.175-2.825T12%208M4%2021q.425%200%20.713-.288T5%2020t-.288-.712T4%2019t-.712.288T3%2020t.288.713T4%2021m-2%202q.425%200%20.713-.288T3%2022t-.288-.712T2%2021t-.712.288T1%2022t.288.713T2%2023m18-2q-.425%200-.712-.288T19%2020t.288-.712T20%2019t.713.288T21%2020t-.288.713T20%2021m2%202q-.425%200-.712-.288T21%2022t.288-.712T22%2021t.713.288T23%2022t-.288.713T22%2023%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%22M12%2012q.425%200%20.713-.288T13%2011t-.288-.712T12%2010t-.712.288T11%2011t.288.713T12%2012m-2.575%206H14.6l1.825%201.825q-.975.575-2.1.875T12%2021t-2.312-.3t-2.088-.875zM12%203q1.875%200%203.513.713t2.85%201.924t1.925%202.85T21%2012q0%201.975-.8%203.688t-2.15%202.962l-2.125-2.125q.95-.825%201.513-2T18%2012q0-2.5-1.75-4.25T12%206T7.75%207.75T6%2012q0%201.35.563%202.525t1.512%202L5.95%2018.65Q4.6%2017.4%203.8%2015.687T3%2012q0-1.875.713-3.512t1.924-2.85t2.85-1.925T12%203m0%205q1.65%200%202.825%201.175T16%2012t-1.175%202.825T12%2016t-2.825-1.175T8%2012t1.175-2.825T12%208M4%2021q.425%200%20.713-.288T5%2020t-.288-.712T4%2019t-.712.288T3%2020t.288.713T4%2021m-2%202q.425%200%20.713-.288T3%2022t-.288-.712T2%2021t-.712.288T1%2022t.288.713T2%2023m18-2q-.425%200-.712-.288T19%2020t.288-.712T20%2019t.713.288T21%2020t-.288.713T20%2021m2%202q-.425%200-.712-.288T21%2022t.288-.712T22%2021t.713.288T23%2022t-.288.713T22%2023%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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