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

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

1 other variant in Material Symbols Light

The same icon in other sets

More household icons from Material Symbols Light

Use the vacuum 2 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 11.808q.29 0 .51-.22t.22-.511q0-.31-.22-.52t-.51-.21q-.31 0-.52.21t-.21.52q0 .29.21.51t.52.22m-2.575 5.655h5.137l1.46 1.44q-.899.517-1.908.808Q13.104 20 12 20t-2.11-.29q-1.007-.29-1.906-.808zM12 4q1.644 0 3.099.636q1.455.635 2.542 1.723T19.365 8.9Q20 10.356 20 12q0 1.956-.858 3.591q-.857 1.636-2.284 2.732l-1.818-1.817q1.085-.729 1.744-1.914q.658-1.184.658-2.592q0-2.27-1.586-3.866T12 6.538T8.144 8.134T6.558 12q0 1.408.658 2.592q.659 1.185 1.744 1.914l-1.818 1.817q-1.426-1.096-2.284-2.732Q4 13.956 4 12q0-1.644.626-3.099T6.34 6.359t2.542-1.724Q10.337 4 12 4m0 3.539q1.842 0 3.152 1.309q1.31 1.31 1.31 3.152q0 1.862-1.31 3.162T12 16.462q-1.861 0-3.161-1.3T7.539 12q0-1.842 1.3-3.152T12 7.538"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightVacuum2(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 11.808q.29 0 .51-.22t.22-.511q0-.31-.22-.52t-.51-.21q-.31 0-.52.21t-.21.52q0 .29.21.51t.52.22m-2.575 5.655h5.137l1.46 1.44q-.899.517-1.908.808Q13.104 20 12 20t-2.11-.29q-1.007-.29-1.906-.808zM12 4q1.644 0 3.099.636q1.455.635 2.542 1.723T19.365 8.9Q20 10.356 20 12q0 1.956-.858 3.591q-.857 1.636-2.284 2.732l-1.818-1.817q1.085-.729 1.744-1.914q.658-1.184.658-2.592q0-2.27-1.586-3.866T12 6.538T8.144 8.134T6.558 12q0 1.408.658 2.592q.659 1.185 1.744 1.914l-1.818 1.817q-1.426-1.096-2.284-2.732Q4 13.956 4 12q0-1.644.626-3.099T6.34 6.359t2.542-1.724Q10.337 4 12 4m0 3.539q1.842 0 3.152 1.309q1.31 1.31 1.31 3.152q0 1.862-1.31 3.162T12 16.462q-1.861 0-3.161-1.3T7.539 12q0-1.842 1.3-3.152T12 7.538"/></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 11.808q.29 0 .51-.22t.22-.511q0-.31-.22-.52t-.51-.21q-.31 0-.52.21t-.21.52q0 .29.21.51t.52.22m-2.575 5.655h5.137l1.46 1.44q-.899.517-1.908.808Q13.104 20 12 20t-2.11-.29q-1.007-.29-1.906-.808zM12 4q1.644 0 3.099.636q1.455.635 2.542 1.723T19.365 8.9Q20 10.356 20 12q0 1.956-.858 3.591q-.857 1.636-2.284 2.732l-1.818-1.817q1.085-.729 1.744-1.914q.658-1.184.658-2.592q0-2.27-1.586-3.866T12 6.538T8.144 8.134T6.558 12q0 1.408.658 2.592q.659 1.185 1.744 1.914l-1.818 1.817q-1.426-1.096-2.284-2.732Q4 13.956 4 12q0-1.644.626-3.099T6.34 6.359t2.542-1.724Q10.337 4 12 4m0 3.539q1.842 0 3.152 1.309q1.31 1.31 1.31 3.152q0 1.862-1.31 3.162T12 16.462q-1.861 0-3.161-1.3T7.539 12q0-1.842 1.3-3.152T12 7.538"/></svg>
</template>

CSS

.icon-vacuum-2 {
  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%2011.808q.29%200%20.51-.22t.22-.511q0-.31-.22-.52t-.51-.21q-.31%200-.52.21t-.21.52q0%20.29.21.51t.52.22m-2.575%205.655h5.137l1.46%201.44q-.899.517-1.908.808Q13.104%2020%2012%2020t-2.11-.29q-1.007-.29-1.906-.808zM12%204q1.644%200%203.099.636q1.455.635%202.542%201.723T19.365%208.9Q20%2010.356%2020%2012q0%201.956-.858%203.591q-.857%201.636-2.284%202.732l-1.818-1.817q1.085-.729%201.744-1.914q.658-1.184.658-2.592q0-2.27-1.586-3.866T12%206.538T8.144%208.134T6.558%2012q0%201.408.658%202.592q.659%201.185%201.744%201.914l-1.818%201.817q-1.426-1.096-2.284-2.732Q4%2013.956%204%2012q0-1.644.626-3.099T6.34%206.359t2.542-1.724Q10.337%204%2012%204m0%203.539q1.842%200%203.152%201.309q1.31%201.31%201.31%203.152q0%201.862-1.31%203.162T12%2016.462q-1.861%200-3.161-1.3T7.539%2012q0-1.842%201.3-3.152T12%207.538%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%2011.808q.29%200%20.51-.22t.22-.511q0-.31-.22-.52t-.51-.21q-.31%200-.52.21t-.21.52q0%20.29.21.51t.52.22m-2.575%205.655h5.137l1.46%201.44q-.899.517-1.908.808Q13.104%2020%2012%2020t-2.11-.29q-1.007-.29-1.906-.808zM12%204q1.644%200%203.099.636q1.455.635%202.542%201.723T19.365%208.9Q20%2010.356%2020%2012q0%201.956-.858%203.591q-.857%201.636-2.284%202.732l-1.818-1.817q1.085-.729%201.744-1.914q.658-1.184.658-2.592q0-2.27-1.586-3.866T12%206.538T8.144%208.134T6.558%2012q0%201.408.658%202.592q.659%201.185%201.744%201.914l-1.818%201.817q-1.426-1.096-2.284-2.732Q4%2013.956%204%2012q0-1.644.626-3.099T6.34%206.359t2.542-1.724Q10.337%204%2012%204m0%203.539q1.842%200%203.152%201.309q1.31%201.31%201.31%203.152q0%201.862-1.31%203.162T12%2016.462q-1.861%200-3.161-1.3T7.539%2012q0-1.842%201.3-3.152T12%207.538%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-2.svg?color=%231a73e8&size=48