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

Name
vacuum-outline-rounded
Set
Material Symbols Light
Style
Outline Rounded
Category
Household
Viewbox
24×24
License
Apache 2.0

3 other variants in Material Symbols Light

The same icon in other sets

More household icons from Material Symbols Light

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="M2.23 20.772q-.73-.729-.73-1.77t.729-1.771t1.769-.731t1.771.729t.731 1.769t-.728 1.771t-1.77.731t-1.771-.728m2.828-.713Q5.5 19.617 5.5 19t-.441-1.059Q4.617 17.5 4 17.5t-1.059.441Q2.5 18.383 2.5 19t.441 1.059Q3.383 20.5 4 20.5t1.059-.441M11.73 13v6.885q0 .666-.475 1.14t-1.14.475H8.539q-.213 0-.357-.144t-.143-.357t.143-.356t.357-.143h1.577q.269 0 .442-.173t.173-.442V13q0-1.031-.734-1.766q-.735-.734-1.766-.734H4.116q-.27 0-.443.173t-.173.443v2.826q0 .213-.144.357t-.357.143t-.356-.143t-.143-.357v-2.826q0-.667.475-1.141t1.14-.475H5.5V5.6q0-1.716 1.192-2.908T9.599 1.5q1.247 0 2.272.676t1.498 1.816L20.348 20.5H22q.213 0 .356.144t.144.357t-.144.356T22 21.5h-5q-.213 0-.356-.144t-.144-.357t.144-.356T17 20.5h2.27L12.466 4.408q-.377-.88-1.145-1.394T9.608 2.5q-1.3 0-2.204.904T6.5 5.6v3.9h1.73q1.459 0 2.48 1.021T11.73 13m-4.614 2.5"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightVacuumOutlineRounded(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="M2.23 20.772q-.73-.729-.73-1.77t.729-1.771t1.769-.731t1.771.729t.731 1.769t-.728 1.771t-1.77.731t-1.771-.728m2.828-.713Q5.5 19.617 5.5 19t-.441-1.059Q4.617 17.5 4 17.5t-1.059.441Q2.5 18.383 2.5 19t.441 1.059Q3.383 20.5 4 20.5t1.059-.441M11.73 13v6.885q0 .666-.475 1.14t-1.14.475H8.539q-.213 0-.357-.144t-.143-.357t.143-.356t.357-.143h1.577q.269 0 .442-.173t.173-.442V13q0-1.031-.734-1.766q-.735-.734-1.766-.734H4.116q-.27 0-.443.173t-.173.443v2.826q0 .213-.144.357t-.357.143t-.356-.143t-.143-.357v-2.826q0-.667.475-1.141t1.14-.475H5.5V5.6q0-1.716 1.192-2.908T9.599 1.5q1.247 0 2.272.676t1.498 1.816L20.348 20.5H22q.213 0 .356.144t.144.357t-.144.356T22 21.5h-5q-.213 0-.356-.144t-.144-.357t.144-.356T17 20.5h2.27L12.466 4.408q-.377-.88-1.145-1.394T9.608 2.5q-1.3 0-2.204.904T6.5 5.6v3.9h1.73q1.459 0 2.48 1.021T11.73 13m-4.614 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="M2.23 20.772q-.73-.729-.73-1.77t.729-1.771t1.769-.731t1.771.729t.731 1.769t-.728 1.771t-1.77.731t-1.771-.728m2.828-.713Q5.5 19.617 5.5 19t-.441-1.059Q4.617 17.5 4 17.5t-1.059.441Q2.5 18.383 2.5 19t.441 1.059Q3.383 20.5 4 20.5t1.059-.441M11.73 13v6.885q0 .666-.475 1.14t-1.14.475H8.539q-.213 0-.357-.144t-.143-.357t.143-.356t.357-.143h1.577q.269 0 .442-.173t.173-.442V13q0-1.031-.734-1.766q-.735-.734-1.766-.734H4.116q-.27 0-.443.173t-.173.443v2.826q0 .213-.144.357t-.357.143t-.356-.143t-.143-.357v-2.826q0-.667.475-1.141t1.14-.475H5.5V5.6q0-1.716 1.192-2.908T9.599 1.5q1.247 0 2.272.676t1.498 1.816L20.348 20.5H22q.213 0 .356.144t.144.357t-.144.356T22 21.5h-5q-.213 0-.356-.144t-.144-.357t.144-.356T17 20.5h2.27L12.466 4.408q-.377-.88-1.145-1.394T9.608 2.5q-1.3 0-2.204.904T6.5 5.6v3.9h1.73q1.459 0 2.48 1.021T11.73 13m-4.614 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%22M2.23%2020.772q-.73-.729-.73-1.77t.729-1.771t1.769-.731t1.771.729t.731%201.769t-.728%201.771t-1.77.731t-1.771-.728m2.828-.713Q5.5%2019.617%205.5%2019t-.441-1.059Q4.617%2017.5%204%2017.5t-1.059.441Q2.5%2018.383%202.5%2019t.441%201.059Q3.383%2020.5%204%2020.5t1.059-.441M11.73%2013v6.885q0%20.666-.475%201.14t-1.14.475H8.539q-.213%200-.357-.144t-.143-.357t.143-.356t.357-.143h1.577q.269%200%20.442-.173t.173-.442V13q0-1.031-.734-1.766q-.735-.734-1.766-.734H4.116q-.27%200-.443.173t-.173.443v2.826q0%20.213-.144.357t-.357.143t-.356-.143t-.143-.357v-2.826q0-.667.475-1.141t1.14-.475H5.5V5.6q0-1.716%201.192-2.908T9.599%201.5q1.247%200%202.272.676t1.498%201.816L20.348%2020.5H22q.213%200%20.356.144t.144.357t-.144.356T22%2021.5h-5q-.213%200-.356-.144t-.144-.357t.144-.356T17%2020.5h2.27L12.466%204.408q-.377-.88-1.145-1.394T9.608%202.5q-1.3%200-2.204.904T6.5%205.6v3.9h1.73q1.459%200%202.48%201.021T11.73%2013m-4.614%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%22M2.23%2020.772q-.73-.729-.73-1.77t.729-1.771t1.769-.731t1.771.729t.731%201.769t-.728%201.771t-1.77.731t-1.771-.728m2.828-.713Q5.5%2019.617%205.5%2019t-.441-1.059Q4.617%2017.5%204%2017.5t-1.059.441Q2.5%2018.383%202.5%2019t.441%201.059Q3.383%2020.5%204%2020.5t1.059-.441M11.73%2013v6.885q0%20.666-.475%201.14t-1.14.475H8.539q-.213%200-.357-.144t-.143-.357t.143-.356t.357-.143h1.577q.269%200%20.442-.173t.173-.442V13q0-1.031-.734-1.766q-.735-.734-1.766-.734H4.116q-.27%200-.443.173t-.173.443v2.826q0%20.213-.144.357t-.357.143t-.356-.143t-.143-.357v-2.826q0-.667.475-1.141t1.14-.475H5.5V5.6q0-1.716%201.192-2.908T9.599%201.5q1.247%200%202.272.676t1.498%201.816L20.348%2020.5H22q.213%200%20.356.144t.144.357t-.144.356T22%2021.5h-5q-.213%200-.356-.144t-.144-.357t.144-.356T17%2020.5h2.27L12.466%204.408q-.377-.88-1.145-1.394T9.608%202.5q-1.3%200-2.204.904T6.5%205.6v3.9h1.73q1.459%200%202.48%201.021T11.73%2013m-4.614%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-light/vacuum-outline-rounded.svg?color=%231a73e8&size=48