washer icon
washer-48-filled from Fluent UI System Icons by Microsoft Corporation · 48 Filled · MIT Free for personal and commercial use.
- Name
- washer-48-filled
- Set
- Fluent UI System Icons
- Style
- 48 Filled
- Viewbox
- 48×48
- License
- MIT
7 other variants in Fluent UI System Icons
The same icon in other sets
Use the washer icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M15.75 27.25a8.25 8.25 0 0 1 16.218-2.147l-.099.106c-.462.496-.94 1.01-1.82 1.389c-1.064.46-2.819.733-5.847-.024c-3.38-.845-5.657-.342-7.25.645a7.2 7.2 0 0 0-1.157.897a8 8 0 0 1-.045-.866M6 12a6 6 0 0 1 6-6h24a6 6 0 0 1 6 6v24a6 6 0 0 1-6 6H12a6 6 0 0 1-6-6zm10 2.25a2 2 0 1 0 0-4a2 2 0 0 0 0 4m8-2c0 .69.56 1.25 1.25 1.25h7.5a1.25 1.25 0 1 0 0-2.5h-7.5c-.69 0-1.25.56-1.25 1.25m0 4.25c-5.937 0-10.75 4.813-10.75 10.75S18.063 38 24 38s10.75-4.813 10.75-10.75S29.937 16.5 24 16.5"/></svg>
React
import type { SVGProps } from "react";
export function FluentWasher48Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M15.75 27.25a8.25 8.25 0 0 1 16.218-2.147l-.099.106c-.462.496-.94 1.01-1.82 1.389c-1.064.46-2.819.733-5.847-.024c-3.38-.845-5.657-.342-7.25.645a7.2 7.2 0 0 0-1.157.897a8 8 0 0 1-.045-.866M6 12a6 6 0 0 1 6-6h24a6 6 0 0 1 6 6v24a6 6 0 0 1-6 6H12a6 6 0 0 1-6-6zm10 2.25a2 2 0 1 0 0-4a2 2 0 0 0 0 4m8-2c0 .69.56 1.25 1.25 1.25h7.5a1.25 1.25 0 1 0 0-2.5h-7.5c-.69 0-1.25.56-1.25 1.25m0 4.25c-5.937 0-10.75 4.813-10.75 10.75S18.063 38 24 38s10.75-4.813 10.75-10.75S29.937 16.5 24 16.5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M15.75 27.25a8.25 8.25 0 0 1 16.218-2.147l-.099.106c-.462.496-.94 1.01-1.82 1.389c-1.064.46-2.819.733-5.847-.024c-3.38-.845-5.657-.342-7.25.645a7.2 7.2 0 0 0-1.157.897a8 8 0 0 1-.045-.866M6 12a6 6 0 0 1 6-6h24a6 6 0 0 1 6 6v24a6 6 0 0 1-6 6H12a6 6 0 0 1-6-6zm10 2.25a2 2 0 1 0 0-4a2 2 0 0 0 0 4m8-2c0 .69.56 1.25 1.25 1.25h7.5a1.25 1.25 0 1 0 0-2.5h-7.5c-.69 0-1.25.56-1.25 1.25m0 4.25c-5.937 0-10.75 4.813-10.75 10.75S18.063 38 24 38s10.75-4.813 10.75-10.75S29.937 16.5 24 16.5"/></svg> </template>
CSS
.icon-washer-48-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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.75%2027.25a8.25%208.25%200%200%201%2016.218-2.147l-.099.106c-.462.496-.94%201.01-1.82%201.389c-1.064.46-2.819.733-5.847-.024c-3.38-.845-5.657-.342-7.25.645a7.2%207.2%200%200%200-1.157.897a8%208%200%200%201-.045-.866M6%2012a6%206%200%200%201%206-6h24a6%206%200%200%201%206%206v24a6%206%200%200%201-6%206H12a6%206%200%200%201-6-6zm10%202.25a2%202%200%201%200%200-4a2%202%200%200%200%200%204m8-2c0%20.69.56%201.25%201.25%201.25h7.5a1.25%201.25%200%201%200%200-2.5h-7.5c-.69%200-1.25.56-1.25%201.25m0%204.25c-5.937%200-10.75%204.813-10.75%2010.75S18.063%2038%2024%2038s10.75-4.813%2010.75-10.75S29.937%2016.5%2024%2016.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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.75%2027.25a8.25%208.25%200%200%201%2016.218-2.147l-.099.106c-.462.496-.94%201.01-1.82%201.389c-1.064.46-2.819.733-5.847-.024c-3.38-.845-5.657-.342-7.25.645a7.2%207.2%200%200%200-1.157.897a8%208%200%200%201-.045-.866M6%2012a6%206%200%200%201%206-6h24a6%206%200%200%201%206%206v24a6%206%200%200%201-6%206H12a6%206%200%200%201-6-6zm10%202.25a2%202%200%201%200%200-4a2%202%200%200%200%200%204m8-2c0%20.69.56%201.25%201.25%201.25h7.5a1.25%201.25%200%201%200%200-2.5h-7.5c-.69%200-1.25.56-1.25%201.25m0%204.25c-5.937%200-10.75%204.813-10.75%2010.75S18.063%2038%2024%2038s10.75-4.813%2010.75-10.75S29.937%2016.5%2024%2016.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/washer-48-filled.svg?color=%231a73e8&size=48