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

Name
vacuum-2-on-outline
Set
Material Symbols Light
Style
Outline
Category
Household
Viewbox
24×24
License
Apache 2.0
Aliases
vacuum-2-on-outline-rounded, vacuum-2-on-outline-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 on icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 20.73q.31 0 .52-.22t.21-.51q0-.31-.21-.52T4 19.27q-.29 0-.51.21t-.22.52q0 .29.22.51t.51.22m-2 2q.31 0 .52-.22t.21-.51q0-.31-.21-.52T2 21.27q-.29 0-.51.21t-.22.52q0 .29.22.51t.51.22m10-10.922q-.31 0-.52-.22t-.21-.511q0-.31.21-.52t.52-.21q.29 0 .51.21t.22.52q0 .29-.22.51t-.51.22m-1.671 4.443l-1.812 1.812q.771.46 1.65.698q.88.24 1.833.24t1.833-.24q.879-.239 1.65-.699l-1.825-1.811zM12 5q-1.45 0-2.725.55T7.05 7.05t-1.5 2.225T5 12q0 1.69.724 3.108t1.959 2.367l1.958-1.958q-.858-.565-1.375-1.485q-.516-.92-.516-2.032q0-1.767 1.241-3.009T12 7.75t3.009 1.241Q16.25 10.233 16.25 12q0 1.112-.516 2.041q-.517.93-1.374 1.495l1.957 1.958q1.235-.95 1.959-2.377T19 12q0-1.45-.55-2.725t-1.5-2.225t-2.225-1.5T12 5m0 3.75q-1.365 0-2.308.952T8.75 12q0 1.366.942 2.308T12 15.25q1.346 0 2.298-.942T15.25 12q0-1.346-.952-2.298T12 8.75M12 20q-1.664 0-3.118-.626T6.34 17.66t-1.714-2.542T4 12t.626-3.118T6.34 6.34t2.542-1.714T12 4t3.118.626T17.66 6.34t1.714 2.542T20 12t-.626 3.118t-1.714 2.542t-2.542 1.714T12 20m8 .73q-.31 0-.52-.22t-.21-.51q0-.31.21-.52t.52-.21q.29 0 .51.21t.22.52q0 .29-.22.51t-.51.22m2 2q-.31 0-.52-.22t-.21-.51q0-.31.21-.52t.52-.21q.29 0 .51.21t.22.52q0 .29-.22.51t-.51.22"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightVacuum2OnOutline(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="M4 20.73q.31 0 .52-.22t.21-.51q0-.31-.21-.52T4 19.27q-.29 0-.51.21t-.22.52q0 .29.22.51t.51.22m-2 2q.31 0 .52-.22t.21-.51q0-.31-.21-.52T2 21.27q-.29 0-.51.21t-.22.52q0 .29.22.51t.51.22m10-10.922q-.31 0-.52-.22t-.21-.511q0-.31.21-.52t.52-.21q.29 0 .51.21t.22.52q0 .29-.22.51t-.51.22m-1.671 4.443l-1.812 1.812q.771.46 1.65.698q.88.24 1.833.24t1.833-.24q.879-.239 1.65-.699l-1.825-1.811zM12 5q-1.45 0-2.725.55T7.05 7.05t-1.5 2.225T5 12q0 1.69.724 3.108t1.959 2.367l1.958-1.958q-.858-.565-1.375-1.485q-.516-.92-.516-2.032q0-1.767 1.241-3.009T12 7.75t3.009 1.241Q16.25 10.233 16.25 12q0 1.112-.516 2.041q-.517.93-1.374 1.495l1.957 1.958q1.235-.95 1.959-2.377T19 12q0-1.45-.55-2.725t-1.5-2.225t-2.225-1.5T12 5m0 3.75q-1.365 0-2.308.952T8.75 12q0 1.366.942 2.308T12 15.25q1.346 0 2.298-.942T15.25 12q0-1.346-.952-2.298T12 8.75M12 20q-1.664 0-3.118-.626T6.34 17.66t-1.714-2.542T4 12t.626-3.118T6.34 6.34t2.542-1.714T12 4t3.118.626T17.66 6.34t1.714 2.542T20 12t-.626 3.118t-1.714 2.542t-2.542 1.714T12 20m8 .73q-.31 0-.52-.22t-.21-.51q0-.31.21-.52t.52-.21q.29 0 .51.21t.22.52q0 .29-.22.51t-.51.22m2 2q-.31 0-.52-.22t-.21-.51q0-.31.21-.52t.52-.21q.29 0 .51.21t.22.52q0 .29-.22.51t-.51.22"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 20.73q.31 0 .52-.22t.21-.51q0-.31-.21-.52T4 19.27q-.29 0-.51.21t-.22.52q0 .29.22.51t.51.22m-2 2q.31 0 .52-.22t.21-.51q0-.31-.21-.52T2 21.27q-.29 0-.51.21t-.22.52q0 .29.22.51t.51.22m10-10.922q-.31 0-.52-.22t-.21-.511q0-.31.21-.52t.52-.21q.29 0 .51.21t.22.52q0 .29-.22.51t-.51.22m-1.671 4.443l-1.812 1.812q.771.46 1.65.698q.88.24 1.833.24t1.833-.24q.879-.239 1.65-.699l-1.825-1.811zM12 5q-1.45 0-2.725.55T7.05 7.05t-1.5 2.225T5 12q0 1.69.724 3.108t1.959 2.367l1.958-1.958q-.858-.565-1.375-1.485q-.516-.92-.516-2.032q0-1.767 1.241-3.009T12 7.75t3.009 1.241Q16.25 10.233 16.25 12q0 1.112-.516 2.041q-.517.93-1.374 1.495l1.957 1.958q1.235-.95 1.959-2.377T19 12q0-1.45-.55-2.725t-1.5-2.225t-2.225-1.5T12 5m0 3.75q-1.365 0-2.308.952T8.75 12q0 1.366.942 2.308T12 15.25q1.346 0 2.298-.942T15.25 12q0-1.346-.952-2.298T12 8.75M12 20q-1.664 0-3.118-.626T6.34 17.66t-1.714-2.542T4 12t.626-3.118T6.34 6.34t2.542-1.714T12 4t3.118.626T17.66 6.34t1.714 2.542T20 12t-.626 3.118t-1.714 2.542t-2.542 1.714T12 20m8 .73q-.31 0-.52-.22t-.21-.51q0-.31.21-.52t.52-.21q.29 0 .51.21t.22.52q0 .29-.22.51t-.51.22m2 2q-.31 0-.52-.22t-.21-.51q0-.31.21-.52t.52-.21q.29 0 .51.21t.22.52q0 .29-.22.51t-.51.22"/></svg>
</template>

CSS

.icon-vacuum-2-on-outline {
  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%22M4%2020.73q.31%200%20.52-.22t.21-.51q0-.31-.21-.52T4%2019.27q-.29%200-.51.21t-.22.52q0%20.29.22.51t.51.22m-2%202q.31%200%20.52-.22t.21-.51q0-.31-.21-.52T2%2021.27q-.29%200-.51.21t-.22.52q0%20.29.22.51t.51.22m10-10.922q-.31%200-.52-.22t-.21-.511q0-.31.21-.52t.52-.21q.29%200%20.51.21t.22.52q0%20.29-.22.51t-.51.22m-1.671%204.443l-1.812%201.812q.771.46%201.65.698q.88.24%201.833.24t1.833-.24q.879-.239%201.65-.699l-1.825-1.811zM12%205q-1.45%200-2.725.55T7.05%207.05t-1.5%202.225T5%2012q0%201.69.724%203.108t1.959%202.367l1.958-1.958q-.858-.565-1.375-1.485q-.516-.92-.516-2.032q0-1.767%201.241-3.009T12%207.75t3.009%201.241Q16.25%2010.233%2016.25%2012q0%201.112-.516%202.041q-.517.93-1.374%201.495l1.957%201.958q1.235-.95%201.959-2.377T19%2012q0-1.45-.55-2.725t-1.5-2.225t-2.225-1.5T12%205m0%203.75q-1.365%200-2.308.952T8.75%2012q0%201.366.942%202.308T12%2015.25q1.346%200%202.298-.942T15.25%2012q0-1.346-.952-2.298T12%208.75M12%2020q-1.664%200-3.118-.626T6.34%2017.66t-1.714-2.542T4%2012t.626-3.118T6.34%206.34t2.542-1.714T12%204t3.118.626T17.66%206.34t1.714%202.542T20%2012t-.626%203.118t-1.714%202.542t-2.542%201.714T12%2020m8%20.73q-.31%200-.52-.22t-.21-.51q0-.31.21-.52t.52-.21q.29%200%20.51.21t.22.52q0%20.29-.22.51t-.51.22m2%202q-.31%200-.52-.22t-.21-.51q0-.31.21-.52t.52-.21q.29%200%20.51.21t.22.52q0%20.29-.22.51t-.51.22%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%22M4%2020.73q.31%200%20.52-.22t.21-.51q0-.31-.21-.52T4%2019.27q-.29%200-.51.21t-.22.52q0%20.29.22.51t.51.22m-2%202q.31%200%20.52-.22t.21-.51q0-.31-.21-.52T2%2021.27q-.29%200-.51.21t-.22.52q0%20.29.22.51t.51.22m10-10.922q-.31%200-.52-.22t-.21-.511q0-.31.21-.52t.52-.21q.29%200%20.51.21t.22.52q0%20.29-.22.51t-.51.22m-1.671%204.443l-1.812%201.812q.771.46%201.65.698q.88.24%201.833.24t1.833-.24q.879-.239%201.65-.699l-1.825-1.811zM12%205q-1.45%200-2.725.55T7.05%207.05t-1.5%202.225T5%2012q0%201.69.724%203.108t1.959%202.367l1.958-1.958q-.858-.565-1.375-1.485q-.516-.92-.516-2.032q0-1.767%201.241-3.009T12%207.75t3.009%201.241Q16.25%2010.233%2016.25%2012q0%201.112-.516%202.041q-.517.93-1.374%201.495l1.957%201.958q1.235-.95%201.959-2.377T19%2012q0-1.45-.55-2.725t-1.5-2.225t-2.225-1.5T12%205m0%203.75q-1.365%200-2.308.952T8.75%2012q0%201.366.942%202.308T12%2015.25q1.346%200%202.298-.942T15.25%2012q0-1.346-.952-2.298T12%208.75M12%2020q-1.664%200-3.118-.626T6.34%2017.66t-1.714-2.542T4%2012t.626-3.118T6.34%206.34t2.542-1.714T12%204t3.118.626T17.66%206.34t1.714%202.542T20%2012t-.626%203.118t-1.714%202.542t-2.542%201.714T12%2020m8%20.73q-.31%200-.52-.22t-.21-.51q0-.31.21-.52t.52-.21q.29%200%20.51.21t.22.52q0%20.29-.22.51t-.51.22m2%202q-.31%200-.52-.22t-.21-.51q0-.31.21-.52t.52-.21q.29%200%20.51.21t.22.52q0%20.29-.22.51t-.51.22%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-on-outline.svg?color=%231a73e8&size=48