washer icon
washer from BoxIcons v2 Solid by Boxicons · Solid · MIT Free for personal and commercial use.
- Name
- washer
- Set
- BoxIcons v2 Solid
- Style
- Solid
- Viewbox
- 24×24
- License
- MIT
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 24 24"><path fill="currentColor" d="M4 22h16a1 1 0 0 0 1-1V5c0-1.654-1.346-3-3-3H6C4.346 2 3 3.346 3 5v16a1 1 0 0 0 1 1M18 3.924a1 1 0 1 1 0 2a1 1 0 0 1 0-2m-3 0a1 1 0 1 1 0 2a1 1 0 0 1 0-2M12 7c3.309 0 6 2.691 6 6s-2.691 6-6 6s-6-2.691-6-6s2.691-6 6-6"/><path fill="currentColor" d="M12.766 16.929c1.399-.261 2.571-1.315 3.023-2.665a3.85 3.85 0 0 0-.153-2.893a.48.48 0 0 0-.544-.266c-.604.149-1.019.448-1.5.801c-.786.577-1.765 1.294-3.592 1.294c-.813 0-1.45-.146-1.984-.354l-.013.009a4.006 4.006 0 0 0 4.763 4.074"/></svg>
React
import type { SVGProps } from "react";
export function BxsWasher(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="M4 22h16a1 1 0 0 0 1-1V5c0-1.654-1.346-3-3-3H6C4.346 2 3 3.346 3 5v16a1 1 0 0 0 1 1M18 3.924a1 1 0 1 1 0 2a1 1 0 0 1 0-2m-3 0a1 1 0 1 1 0 2a1 1 0 0 1 0-2M12 7c3.309 0 6 2.691 6 6s-2.691 6-6 6s-6-2.691-6-6s2.691-6 6-6"/><path fill="currentColor" d="M12.766 16.929c1.399-.261 2.571-1.315 3.023-2.665a3.85 3.85 0 0 0-.153-2.893a.48.48 0 0 0-.544-.266c-.604.149-1.019.448-1.5.801c-.786.577-1.765 1.294-3.592 1.294c-.813 0-1.45-.146-1.984-.354l-.013.009a4.006 4.006 0 0 0 4.763 4.074"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 22h16a1 1 0 0 0 1-1V5c0-1.654-1.346-3-3-3H6C4.346 2 3 3.346 3 5v16a1 1 0 0 0 1 1M18 3.924a1 1 0 1 1 0 2a1 1 0 0 1 0-2m-3 0a1 1 0 1 1 0 2a1 1 0 0 1 0-2M12 7c3.309 0 6 2.691 6 6s-2.691 6-6 6s-6-2.691-6-6s2.691-6 6-6"/><path fill="currentColor" d="M12.766 16.929c1.399-.261 2.571-1.315 3.023-2.665a3.85 3.85 0 0 0-.153-2.893a.48.48 0 0 0-.544-.266c-.604.149-1.019.448-1.5.801c-.786.577-1.765 1.294-3.592 1.294c-.813 0-1.45-.146-1.984-.354l-.013.009a4.006 4.006 0 0 0 4.763 4.074"/></svg> </template>
CSS
.icon-washer {
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%22M4%2022h16a1%201%200%200%200%201-1V5c0-1.654-1.346-3-3-3H6C4.346%202%203%203.346%203%205v16a1%201%200%200%200%201%201M18%203.924a1%201%200%201%201%200%202a1%201%200%200%201%200-2m-3%200a1%201%200%201%201%200%202a1%201%200%200%201%200-2M12%207c3.309%200%206%202.691%206%206s-2.691%206-6%206s-6-2.691-6-6s2.691-6%206-6%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.766%2016.929c1.399-.261%202.571-1.315%203.023-2.665a3.85%203.85%200%200%200-.153-2.893a.48.48%200%200%200-.544-.266c-.604.149-1.019.448-1.5.801c-.786.577-1.765%201.294-3.592%201.294c-.813%200-1.45-.146-1.984-.354l-.013.009a4.006%204.006%200%200%200%204.763%204.074%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%22M4%2022h16a1%201%200%200%200%201-1V5c0-1.654-1.346-3-3-3H6C4.346%202%203%203.346%203%205v16a1%201%200%200%200%201%201M18%203.924a1%201%200%201%201%200%202a1%201%200%200%201%200-2m-3%200a1%201%200%201%201%200%202a1%201%200%200%201%200-2M12%207c3.309%200%206%202.691%206%206s-2.691%206-6%206s-6-2.691-6-6s2.691-6%206-6%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.766%2016.929c1.399-.261%202.571-1.315%203.023-2.665a3.85%203.85%200%200%200-.153-2.893a.48.48%200%200%200-.544-.266c-.604.149-1.019.448-1.5.801c-.786.577-1.765%201.294-3.592%201.294c-.813%200-1.45-.146-1.984-.354l-.013.009a4.006%204.006%200%200%200%204.763%204.074%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bxs/washer.svg?color=%231a73e8&size=48