washing machine icon
washing-machine-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.
- Name
- washing-machine-light
- Set
- Phosphor
- Style
- Light
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
The same icon in other sets
Use the washing machine icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M208 34H48a14 14 0 0 0-14 14v160a14 14 0 0 0 14 14h160a14 14 0 0 0 14-14V48a14 14 0 0 0-14-14m2 174a2 2 0 0 1-2 2H48a2 2 0 0 1-2-2V48a2 2 0 0 1 2-2h160a2 2 0 0 1 2 2ZM128 66a62 62 0 1 0 62 62a62.07 62.07 0 0 0-62-62m0 112a50 50 0 1 1 50-50a50.06 50.06 0 0 1-50 50m70-110a10 10 0 1 1-10-10a10 10 0 0 1 10 10m-73.76 48.24l-16 16a6 6 0 0 1-8.48-8.48l16-16a6 6 0 0 1 8.48 8.48m32-.48a6 6 0 0 1 0 8.48l-32 32a6 6 0 0 1-8.48-8.48l32-32a6 6 0 0 1 8.48 0"/></svg>
React
import type { SVGProps } from "react";
export function PhWashingMachineLight(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M208 34H48a14 14 0 0 0-14 14v160a14 14 0 0 0 14 14h160a14 14 0 0 0 14-14V48a14 14 0 0 0-14-14m2 174a2 2 0 0 1-2 2H48a2 2 0 0 1-2-2V48a2 2 0 0 1 2-2h160a2 2 0 0 1 2 2ZM128 66a62 62 0 1 0 62 62a62.07 62.07 0 0 0-62-62m0 112a50 50 0 1 1 50-50a50.06 50.06 0 0 1-50 50m70-110a10 10 0 1 1-10-10a10 10 0 0 1 10 10m-73.76 48.24l-16 16a6 6 0 0 1-8.48-8.48l16-16a6 6 0 0 1 8.48 8.48m32-.48a6 6 0 0 1 0 8.48l-32 32a6 6 0 0 1-8.48-8.48l32-32a6 6 0 0 1 8.48 0"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M208 34H48a14 14 0 0 0-14 14v160a14 14 0 0 0 14 14h160a14 14 0 0 0 14-14V48a14 14 0 0 0-14-14m2 174a2 2 0 0 1-2 2H48a2 2 0 0 1-2-2V48a2 2 0 0 1 2-2h160a2 2 0 0 1 2 2ZM128 66a62 62 0 1 0 62 62a62.07 62.07 0 0 0-62-62m0 112a50 50 0 1 1 50-50a50.06 50.06 0 0 1-50 50m70-110a10 10 0 1 1-10-10a10 10 0 0 1 10 10m-73.76 48.24l-16 16a6 6 0 0 1-8.48-8.48l16-16a6 6 0 0 1 8.48 8.48m32-.48a6 6 0 0 1 0 8.48l-32 32a6 6 0 0 1-8.48-8.48l32-32a6 6 0 0 1 8.48 0"/></svg> </template>
CSS
.icon-washing-machine-light {
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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M208%2034H48a14%2014%200%200%200-14%2014v160a14%2014%200%200%200%2014%2014h160a14%2014%200%200%200%2014-14V48a14%2014%200%200%200-14-14m2%20174a2%202%200%200%201-2%202H48a2%202%200%200%201-2-2V48a2%202%200%200%201%202-2h160a2%202%200%200%201%202%202ZM128%2066a62%2062%200%201%200%2062%2062a62.07%2062.07%200%200%200-62-62m0%20112a50%2050%200%201%201%2050-50a50.06%2050.06%200%200%201-50%2050m70-110a10%2010%200%201%201-10-10a10%2010%200%200%201%2010%2010m-73.76%2048.24l-16%2016a6%206%200%200%201-8.48-8.48l16-16a6%206%200%200%201%208.48%208.48m32-.48a6%206%200%200%201%200%208.48l-32%2032a6%206%200%200%201-8.48-8.48l32-32a6%206%200%200%201%208.48%200%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M208%2034H48a14%2014%200%200%200-14%2014v160a14%2014%200%200%200%2014%2014h160a14%2014%200%200%200%2014-14V48a14%2014%200%200%200-14-14m2%20174a2%202%200%200%201-2%202H48a2%202%200%200%201-2-2V48a2%202%200%200%201%202-2h160a2%202%200%200%201%202%202ZM128%2066a62%2062%200%201%200%2062%2062a62.07%2062.07%200%200%200-62-62m0%20112a50%2050%200%201%201%2050-50a50.06%2050.06%200%200%201-50%2050m70-110a10%2010%200%201%201-10-10a10%2010%200%200%201%2010%2010m-73.76%2048.24l-16%2016a6%206%200%200%201-8.48-8.48l16-16a6%206%200%200%201%208.48%208.48m32-.48a6%206%200%200%201%200%208.48l-32%2032a6%206%200%200%201-8.48-8.48l32-32a6%206%200%200%201%208.48%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/washing-machine-light.svg?color=%231a73e8&size=48