washing machine icon
washing-machine-broken from Solar by 480 Design · Broken · Home · CC-BY-4.0 Attribution required.
- Name
- washing-machine-broken
- Set
- Solar
- Style
- Broken
- Category
- Home
- Viewbox
- 24×24
- License
- CC BY 4.0
5 other variants in Solar
The same icon in other sets
More home icons from Solar
armchair-2-boldarmchair-boldbar-chair-boldbath-boldbed-boldbedside-table-2-boldbedside-table-3-boldbedside-table-4-boldbedside-table-boldchair-2-boldchair-boldchandelier-boldcloset-2-boldcloset-boldconditioner-2-boldconditioner-boldfloor-lamp-boldfloor-lamp-minimalistic-boldfridge-boldlamp-boldmirror-boldremote-controller-2-boldremote-controller-boldremote-controller-minimalistic-bold
Use the washing machine icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" d="M6 22V21"/><path stroke-linecap="round" d="M18 22V21"/><path stroke-linecap="round" d="M3 10C3 6.22876 3 4.34315 4.17157 3.17157C5.34315 2 7.22876 2 11 2H13C16.7712 2 18.6569 2 19.8284 3.17157C21 4.34315 21 6.22876 21 10V13C21 16.7712 21 18.6569 19.8284 19.8284C18.6569 21 16.7712 21 13 21H11C7.22876 21 5.34315 21 4.17157 19.8284C3.10848 18.7653 3.01004 17.1143 3.00093 14"/><path stroke-linecap="round" d="M3 9H12M21 9H16"/><path d="M15 15C15 16.6569 13.6569 18 12 18C10.3431 18 9 16.6569 9 15C9 13.3431 10.3431 12 12 12C13.6569 12 15 13.3431 15 15Z"/><path stroke-linecap="round" d="M6.5 5.5H9.5"/><path stroke-linecap="round" stroke-linejoin="round" d="M14.5 5.5H14.5001"/><path stroke-linecap="round" stroke-linejoin="round" d="M17.5 5.5H17.5001"/></g></svg>
React
import type { SVGProps } from "react";
export function SolarWashingMachineBroken(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><path strokeLinecap="round" d="M6 22V21"/><path strokeLinecap="round" d="M18 22V21"/><path strokeLinecap="round" d="M3 10C3 6.22876 3 4.34315 4.17157 3.17157C5.34315 2 7.22876 2 11 2H13C16.7712 2 18.6569 2 19.8284 3.17157C21 4.34315 21 6.22876 21 10V13C21 16.7712 21 18.6569 19.8284 19.8284C18.6569 21 16.7712 21 13 21H11C7.22876 21 5.34315 21 4.17157 19.8284C3.10848 18.7653 3.01004 17.1143 3.00093 14"/><path strokeLinecap="round" d="M3 9H12M21 9H16"/><path d="M15 15C15 16.6569 13.6569 18 12 18C10.3431 18 9 16.6569 9 15C9 13.3431 10.3431 12 12 12C13.6569 12 15 13.3431 15 15Z"/><path strokeLinecap="round" d="M6.5 5.5H9.5"/><path strokeLinecap="round" strokeLinejoin="round" d="M14.5 5.5H14.5001"/><path strokeLinecap="round" strokeLinejoin="round" d="M17.5 5.5H17.5001"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" d="M6 22V21"/><path stroke-linecap="round" d="M18 22V21"/><path stroke-linecap="round" d="M3 10C3 6.22876 3 4.34315 4.17157 3.17157C5.34315 2 7.22876 2 11 2H13C16.7712 2 18.6569 2 19.8284 3.17157C21 4.34315 21 6.22876 21 10V13C21 16.7712 21 18.6569 19.8284 19.8284C18.6569 21 16.7712 21 13 21H11C7.22876 21 5.34315 21 4.17157 19.8284C3.10848 18.7653 3.01004 17.1143 3.00093 14"/><path stroke-linecap="round" d="M3 9H12M21 9H16"/><path d="M15 15C15 16.6569 13.6569 18 12 18C10.3431 18 9 16.6569 9 15C9 13.3431 10.3431 12 12 12C13.6569 12 15 13.3431 15 15Z"/><path stroke-linecap="round" d="M6.5 5.5H9.5"/><path stroke-linecap="round" stroke-linejoin="round" d="M14.5 5.5H14.5001"/><path stroke-linecap="round" stroke-linejoin="round" d="M17.5 5.5H17.5001"/></g></svg> </template>
CSS
.icon-washing-machine-broken {
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%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M6%2022V21%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M18%2022V21%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M3%2010C3%206.22876%203%204.34315%204.17157%203.17157C5.34315%202%207.22876%202%2011%202H13C16.7712%202%2018.6569%202%2019.8284%203.17157C21%204.34315%2021%206.22876%2021%2010V13C21%2016.7712%2021%2018.6569%2019.8284%2019.8284C18.6569%2021%2016.7712%2021%2013%2021H11C7.22876%2021%205.34315%2021%204.17157%2019.8284C3.10848%2018.7653%203.01004%2017.1143%203.00093%2014%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M3%209H12M21%209H16%22%2F%3E%3Cpath%20d%3D%22M15%2015C15%2016.6569%2013.6569%2018%2012%2018C10.3431%2018%209%2016.6569%209%2015C9%2013.3431%2010.3431%2012%2012%2012C13.6569%2012%2015%2013.3431%2015%2015Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M6.5%205.5H9.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M14.5%205.5H14.5001%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M17.5%205.5H17.5001%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%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M6%2022V21%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M18%2022V21%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M3%2010C3%206.22876%203%204.34315%204.17157%203.17157C5.34315%202%207.22876%202%2011%202H13C16.7712%202%2018.6569%202%2019.8284%203.17157C21%204.34315%2021%206.22876%2021%2010V13C21%2016.7712%2021%2018.6569%2019.8284%2019.8284C18.6569%2021%2016.7712%2021%2013%2021H11C7.22876%2021%205.34315%2021%204.17157%2019.8284C3.10848%2018.7653%203.01004%2017.1143%203.00093%2014%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M3%209H12M21%209H16%22%2F%3E%3Cpath%20d%3D%22M15%2015C15%2016.6569%2013.6569%2018%2012%2018C10.3431%2018%209%2016.6569%209%2015C9%2013.3431%2010.3431%2012%2012%2012C13.6569%2012%2015%2013.3431%2015%2015Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M6.5%205.5H9.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M14.5%205.5H14.5001%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M17.5%205.5H17.5001%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/washing-machine-broken.svg?color=%231a73e8&size=48