vacuum icon

vacuum-filled from Reicon by REICON · Filled · Home · MIT Free for personal and commercial use.

Name
vacuum-filled
Set
Reicon
Style
Filled
Category
Home
Viewbox
24×24
License
MIT

2 other variants in Reicon

The same icon in other sets

All vacuum icons →

More home icons from Reicon

Use the vacuum icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M9.75 9a2.25 2.25 0 1 1 4.5 0a2.25 2.25 0 0 1-4.5 0"/><path fill-rule="evenodd" d="M21.21 15.904A10 10 0 0 0 22 12c0-5.523-4.477-10-10-10S2 6.477 2 12a10 10 0 0 0 .79 3.904L2.706 16A3.75 3.75 0 0 0 8 21.295l.096-.086c1.2.51 2.519.791 3.904.791a10 10 0 0 0 3.904-.79l.096.085A3.75 3.75 0 0 0 21.295 16zm-.768 1.459a10.05 10.05 0 0 1-3.08 3.079a2.25 2.25 0 0 0 3.08-3.08m-13.805 3.08a10.05 10.05 0 0 1-3.08-3.08a2.25 2.25 0 0 0 3.08 3.08M12 5.25a3.75 3.75 0 1 0 0 7.5a3.75 3.75 0 0 0 0-7.5m0 10a.75.75 0 0 1 .75.75v2a.75.75 0 0 1-1.5 0v-2a.75.75 0 0 1 .75-.75" clip-rule="evenodd"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconVacuumFilled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M9.75 9a2.25 2.25 0 1 1 4.5 0a2.25 2.25 0 0 1-4.5 0"/><path fillRule="evenodd" d="M21.21 15.904A10 10 0 0 0 22 12c0-5.523-4.477-10-10-10S2 6.477 2 12a10 10 0 0 0 .79 3.904L2.706 16A3.75 3.75 0 0 0 8 21.295l.096-.086c1.2.51 2.519.791 3.904.791a10 10 0 0 0 3.904-.79l.096.085A3.75 3.75 0 0 0 21.295 16zm-.768 1.459a10.05 10.05 0 0 1-3.08 3.079a2.25 2.25 0 0 0 3.08-3.08m-13.805 3.08a10.05 10.05 0 0 1-3.08-3.08a2.25 2.25 0 0 0 3.08 3.08M12 5.25a3.75 3.75 0 1 0 0 7.5a3.75 3.75 0 0 0 0-7.5m0 10a.75.75 0 0 1 .75.75v2a.75.75 0 0 1-1.5 0v-2a.75.75 0 0 1 .75-.75" clipRule="evenodd"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M9.75 9a2.25 2.25 0 1 1 4.5 0a2.25 2.25 0 0 1-4.5 0"/><path fill-rule="evenodd" d="M21.21 15.904A10 10 0 0 0 22 12c0-5.523-4.477-10-10-10S2 6.477 2 12a10 10 0 0 0 .79 3.904L2.706 16A3.75 3.75 0 0 0 8 21.295l.096-.086c1.2.51 2.519.791 3.904.791a10 10 0 0 0 3.904-.79l.096.085A3.75 3.75 0 0 0 21.295 16zm-.768 1.459a10.05 10.05 0 0 1-3.08 3.079a2.25 2.25 0 0 0 3.08-3.08m-13.805 3.08a10.05 10.05 0 0 1-3.08-3.08a2.25 2.25 0 0 0 3.08 3.08M12 5.25a3.75 3.75 0 1 0 0 7.5a3.75 3.75 0 0 0 0-7.5m0 10a.75.75 0 0 1 .75.75v2a.75.75 0 0 1-1.5 0v-2a.75.75 0 0 1 .75-.75" clip-rule="evenodd"/></g></svg>
</template>

CSS

.icon-vacuum-filled {
  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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M9.75%209a2.25%202.25%200%201%201%204.5%200a2.25%202.25%200%200%201-4.5%200%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M21.21%2015.904A10%2010%200%200%200%2022%2012c0-5.523-4.477-10-10-10S2%206.477%202%2012a10%2010%200%200%200%20.79%203.904L2.706%2016A3.75%203.75%200%200%200%208%2021.295l.096-.086c1.2.51%202.519.791%203.904.791a10%2010%200%200%200%203.904-.79l.096.085A3.75%203.75%200%200%200%2021.295%2016zm-.768%201.459a10.05%2010.05%200%200%201-3.08%203.079a2.25%202.25%200%200%200%203.08-3.08m-13.805%203.08a10.05%2010.05%200%200%201-3.08-3.08a2.25%202.25%200%200%200%203.08%203.08M12%205.25a3.75%203.75%200%201%200%200%207.5a3.75%203.75%200%200%200%200-7.5m0%2010a.75.75%200%200%201%20.75.75v2a.75.75%200%200%201-1.5%200v-2a.75.75%200%200%201%20.75-.75%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M9.75%209a2.25%202.25%200%201%201%204.5%200a2.25%202.25%200%200%201-4.5%200%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M21.21%2015.904A10%2010%200%200%200%2022%2012c0-5.523-4.477-10-10-10S2%206.477%202%2012a10%2010%200%200%200%20.79%203.904L2.706%2016A3.75%203.75%200%200%200%208%2021.295l.096-.086c1.2.51%202.519.791%203.904.791a10%2010%200%200%200%203.904-.79l.096.085A3.75%203.75%200%200%200%2021.295%2016zm-.768%201.459a10.05%2010.05%200%200%201-3.08%203.079a2.25%202.25%200%200%200%203.08-3.08m-13.805%203.08a10.05%2010.05%200%200%201-3.08-3.08a2.25%202.25%200%200%200%203.08%203.08M12%205.25a3.75%203.75%200%201%200%200%207.5a3.75%203.75%200%200%200%200-7.5m0%2010a.75.75%200%200%201%20.75.75v2a.75.75%200%200%201-1.5%200v-2a.75.75%200%200%201%20.75-.75%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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

Vacuum filled icon — Reicon · IconsDB