bxs washer icon
bxs-washer from BoxIcons v2 by Boxicons · Regular · MIT Free for personal and commercial use.
- Name
- bxs-washer
- Set
- BoxIcons v2
- Style
- Regular
- Viewbox
- 24×24
- License
- MIT
Related icons in BoxIcons v2
bxs-add-to-queuebxs-adjustbxs-adjust-altbxs-alarmbxs-alarm-addbxs-alarm-exclamationbxs-alarm-offbxs-alarm-snoozebxs-albumbxs-ambulancebxs-analysebxs-angrybxs-archbxs-archivebxs-archive-inbxs-archive-outbxs-areabxs-arrow-from-bottombxs-arrow-from-leftbxs-arrow-from-rightbxs-arrow-from-topbxs-arrow-to-bottombxs-arrow-to-leftbxs-arrow-to-right
Use the bxs washer icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path 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 1zM18 3.924a1 1 0 1 1 0 2a1 1 0 0 1 0-2zm-3 0a1 1 0 1 1 0 2a1 1 0 0 1 0-2zM12 7c3.309 0 6 2.691 6 6s-2.691 6-6 6s-6-2.691-6-6s2.691-6 6-6z" fill="currentColor"/><path d="M12.766 16.929c1.399-.261 2.571-1.315 3.023-2.665a3.853 3.853 0 0 0-.153-2.893a.482.482 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.074z" fill="currentColor"/></svg>
React
import type { SVGProps } from "react";
export function BxBxsWasher(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path 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 1zM18 3.924a1 1 0 1 1 0 2a1 1 0 0 1 0-2zm-3 0a1 1 0 1 1 0 2a1 1 0 0 1 0-2zM12 7c3.309 0 6 2.691 6 6s-2.691 6-6 6s-6-2.691-6-6s2.691-6 6-6z" fill="currentColor"/><path d="M12.766 16.929c1.399-.261 2.571-1.315 3.023-2.665a3.853 3.853 0 0 0-.153-2.893a.482.482 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.074z" fill="currentColor"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path 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 1zM18 3.924a1 1 0 1 1 0 2a1 1 0 0 1 0-2zm-3 0a1 1 0 1 1 0 2a1 1 0 0 1 0-2zM12 7c3.309 0 6 2.691 6 6s-2.691 6-6 6s-6-2.691-6-6s2.691-6 6-6z" fill="currentColor"/><path d="M12.766 16.929c1.399-.261 2.571-1.315 3.023-2.665a3.853 3.853 0 0 0-.153-2.893a.482.482 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.074z" fill="currentColor"/></svg> </template>
CSS
.icon-bxs-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%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%201zM18%203.924a1%201%200%201%201%200%202a1%201%200%200%201%200-2zm-3%200a1%201%200%201%201%200%202a1%201%200%200%201%200-2zM12%207c3.309%200%206%202.691%206%206s-2.691%206-6%206s-6-2.691-6-6s2.691-6%206-6z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M12.766%2016.929c1.399-.261%202.571-1.315%203.023-2.665a3.853%203.853%200%200%200-.153-2.893a.482.482%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.074z%22%20fill%3D%22currentColor%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%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%201zM18%203.924a1%201%200%201%201%200%202a1%201%200%200%201%200-2zm-3%200a1%201%200%201%201%200%202a1%201%200%200%201%200-2zM12%207c3.309%200%206%202.691%206%206s-2.691%206-6%206s-6-2.691-6-6s2.691-6%206-6z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M12.766%2016.929c1.399-.261%202.571-1.315%203.023-2.665a3.853%203.853%200%200%200-.153-2.893a.482.482%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.074z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bx/bxs-washer.svg?color=%231a73e8&size=48