vacuum 2 icon
vacuum-2-outline from Material Symbols by Google · Outline · Household · Apache-2.0 Free for personal and commercial use.
- Name
- vacuum-2-outline
- Set
- Material Symbols
- Style
- Outline
- Category
- Household
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- vacuum-2-outline-rounded, vacuum-2-outline-sharp
1 other variant in Material Symbols
The same icon in other sets
More household icons from Material Symbols
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 12q-.425 0-.712-.288T11 11t.288-.712T12 10t.713.288T13 11t-.288.713T12 12m-1.575 5l-1.35 1.35q.675.325 1.4.488T12 19t1.525-.162t1.4-.488L13.6 17zM12 5q-1.45 0-2.725.55T7.05 7.05t-1.5 2.225T5 12q0 1.575.638 2.925t1.737 2.3l1.4-1.4q-.8-.7-1.287-1.687T7 12q0-2.075 1.463-3.537T12 7t3.538 1.463T17 12q0 1.15-.488 2.138t-1.287 1.687l1.4 1.4q1.1-.95 1.738-2.3T19 12q0-1.45-.55-2.725t-1.5-2.225t-2.225-1.5T12 5m0 4q-1.25 0-2.125.875T9 12t.875 2.125T12 15t2.125-.875T15 12t-.875-2.125T12 9m0 12q-1.875 0-3.512-.712t-2.85-1.925t-1.925-2.85T3 12t.713-3.512t1.924-2.85t2.85-1.925T12 3t3.513.713t2.85 1.924t1.925 2.85T21 12t-.712 3.513t-1.925 2.85t-2.85 1.925T12 21"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsVacuum2Outline(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-.712-.288T11 11t.288-.712T12 10t.713.288T13 11t-.288.713T12 12m-1.575 5l-1.35 1.35q.675.325 1.4.488T12 19t1.525-.162t1.4-.488L13.6 17zM12 5q-1.45 0-2.725.55T7.05 7.05t-1.5 2.225T5 12q0 1.575.638 2.925t1.737 2.3l1.4-1.4q-.8-.7-1.287-1.687T7 12q0-2.075 1.463-3.537T12 7t3.538 1.463T17 12q0 1.15-.488 2.138t-1.287 1.687l1.4 1.4q1.1-.95 1.738-2.3T19 12q0-1.45-.55-2.725t-1.5-2.225t-2.225-1.5T12 5m0 4q-1.25 0-2.125.875T9 12t.875 2.125T12 15t2.125-.875T15 12t-.875-2.125T12 9m0 12q-1.875 0-3.512-.712t-2.85-1.925t-1.925-2.85T3 12t.713-3.512t1.924-2.85t2.85-1.925T12 3t3.513.713t2.85 1.924t1.925 2.85T21 12t-.712 3.513t-1.925 2.85t-2.85 1.925T12 21"/></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-.712-.288T11 11t.288-.712T12 10t.713.288T13 11t-.288.713T12 12m-1.575 5l-1.35 1.35q.675.325 1.4.488T12 19t1.525-.162t1.4-.488L13.6 17zM12 5q-1.45 0-2.725.55T7.05 7.05t-1.5 2.225T5 12q0 1.575.638 2.925t1.737 2.3l1.4-1.4q-.8-.7-1.287-1.687T7 12q0-2.075 1.463-3.537T12 7t3.538 1.463T17 12q0 1.15-.488 2.138t-1.287 1.687l1.4 1.4q1.1-.95 1.738-2.3T19 12q0-1.45-.55-2.725t-1.5-2.225t-2.225-1.5T12 5m0 4q-1.25 0-2.125.875T9 12t.875 2.125T12 15t2.125-.875T15 12t-.875-2.125T12 9m0 12q-1.875 0-3.512-.712t-2.85-1.925t-1.925-2.85T3 12t.713-3.512t1.924-2.85t2.85-1.925T12 3t3.513.713t2.85 1.924t1.925 2.85T21 12t-.712 3.513t-1.925 2.85t-2.85 1.925T12 21"/></svg> </template>
CSS
.icon-vacuum-2-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%22M12%2012q-.425%200-.712-.288T11%2011t.288-.712T12%2010t.713.288T13%2011t-.288.713T12%2012m-1.575%205l-1.35%201.35q.675.325%201.4.488T12%2019t1.525-.162t1.4-.488L13.6%2017zM12%205q-1.45%200-2.725.55T7.05%207.05t-1.5%202.225T5%2012q0%201.575.638%202.925t1.737%202.3l1.4-1.4q-.8-.7-1.287-1.687T7%2012q0-2.075%201.463-3.537T12%207t3.538%201.463T17%2012q0%201.15-.488%202.138t-1.287%201.687l1.4%201.4q1.1-.95%201.738-2.3T19%2012q0-1.45-.55-2.725t-1.5-2.225t-2.225-1.5T12%205m0%204q-1.25%200-2.125.875T9%2012t.875%202.125T12%2015t2.125-.875T15%2012t-.875-2.125T12%209m0%2012q-1.875%200-3.512-.712t-2.85-1.925t-1.925-2.85T3%2012t.713-3.512t1.924-2.85t2.85-1.925T12%203t3.513.713t2.85%201.924t1.925%202.85T21%2012t-.712%203.513t-1.925%202.85t-2.85%201.925T12%2021%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-.712-.288T11%2011t.288-.712T12%2010t.713.288T13%2011t-.288.713T12%2012m-1.575%205l-1.35%201.35q.675.325%201.4.488T12%2019t1.525-.162t1.4-.488L13.6%2017zM12%205q-1.45%200-2.725.55T7.05%207.05t-1.5%202.225T5%2012q0%201.575.638%202.925t1.737%202.3l1.4-1.4q-.8-.7-1.287-1.687T7%2012q0-2.075%201.463-3.537T12%207t3.538%201.463T17%2012q0%201.15-.488%202.138t-1.287%201.687l1.4%201.4q1.1-.95%201.738-2.3T19%2012q0-1.45-.55-2.725t-1.5-2.225t-2.225-1.5T12%205m0%204q-1.25%200-2.125.875T9%2012t.875%202.125T12%2015t2.125-.875T15%2012t-.875-2.125T12%209m0%2012q-1.875%200-3.512-.712t-2.85-1.925t-1.925-2.85T3%2012t.713-3.512t1.924-2.85t2.85-1.925T12%203t3.513.713t2.85%201.924t1.925%202.85T21%2012t-.712%203.513t-1.925%202.85t-2.85%201.925T12%2021%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-outline.svg?color=%231a73e8&size=48