wash eco icon
wash-eco from Tabler Icons by Paweł Kuna · Outline · MIT Free for personal and commercial use.
- Name
- wash-eco
- Set
- Tabler Icons
- Style
- Outline
- Viewbox
- 24×24
- License
- MIT
Related icons in Tabler Icons
Use the wash eco 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-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="m3 6l1.721 10.329A2 2 0 0 0 6.694 18H12m8.162-6.972L21 6"/><path d="M3.486 8.965Q3.738 8.996 4 9c.79.009 1.539-.178 2-.5c.461-.32 1.21-.507 2-.5c.79-.007 1.539.18 2 .5c.461.322 1.21.509 2 .5c.79.009 1.539-.178 2-.5c.461-.32 1.21-.507 2-.5c.79-.007 1.539.18 2 .5c.461.322 1.21.509 2 .5q.256-.002.503-.034M16 22s0-2 3-4"/><path d="M19 21a3 3 0 0 1 0-6h3v3a3 3 0 0 1-3 3"/></g></svg>
React
import type { SVGProps } from "react";
export function TablerWashEco(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" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2"><path d="m3 6l1.721 10.329A2 2 0 0 0 6.694 18H12m8.162-6.972L21 6"/><path d="M3.486 8.965Q3.738 8.996 4 9c.79.009 1.539-.178 2-.5c.461-.32 1.21-.507 2-.5c.79-.007 1.539.18 2 .5c.461.322 1.21.509 2 .5c.79.009 1.539-.178 2-.5c.461-.32 1.21-.507 2-.5c.79-.007 1.539.18 2 .5c.461.322 1.21.509 2 .5q.256-.002.503-.034M16 22s0-2 3-4"/><path d="M19 21a3 3 0 0 1 0-6h3v3a3 3 0 0 1-3 3"/></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-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="m3 6l1.721 10.329A2 2 0 0 0 6.694 18H12m8.162-6.972L21 6"/><path d="M3.486 8.965Q3.738 8.996 4 9c.79.009 1.539-.178 2-.5c.461-.32 1.21-.507 2-.5c.79-.007 1.539.18 2 .5c.461.322 1.21.509 2 .5c.79.009 1.539-.178 2-.5c.461-.32 1.21-.507 2-.5c.79-.007 1.539.18 2 .5c.461.322 1.21.509 2 .5q.256-.002.503-.034M16 22s0-2 3-4"/><path d="M19 21a3 3 0 0 1 0-6h3v3a3 3 0 0 1-3 3"/></g></svg> </template>
CSS
.icon-wash-eco {
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-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22m3%206l1.721%2010.329A2%202%200%200%200%206.694%2018H12m8.162-6.972L21%206%22%2F%3E%3Cpath%20d%3D%22M3.486%208.965Q3.738%208.996%204%209c.79.009%201.539-.178%202-.5c.461-.32%201.21-.507%202-.5c.79-.007%201.539.18%202%20.5c.461.322%201.21.509%202%20.5c.79.009%201.539-.178%202-.5c.461-.32%201.21-.507%202-.5c.79-.007%201.539.18%202%20.5c.461.322%201.21.509%202%20.5q.256-.002.503-.034M16%2022s0-2%203-4%22%2F%3E%3Cpath%20d%3D%22M19%2021a3%203%200%200%201%200-6h3v3a3%203%200%200%201-3%203%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-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22m3%206l1.721%2010.329A2%202%200%200%200%206.694%2018H12m8.162-6.972L21%206%22%2F%3E%3Cpath%20d%3D%22M3.486%208.965Q3.738%208.996%204%209c.79.009%201.539-.178%202-.5c.461-.32%201.21-.507%202-.5c.79-.007%201.539.18%202%20.5c.461.322%201.21.509%202%20.5c.79.009%201.539-.178%202-.5c.461-.32%201.21-.507%202-.5c.79-.007%201.539.18%202%20.5c.461.322%201.21.509%202%20.5q.256-.002.503-.034M16%2022s0-2%203-4%22%2F%3E%3Cpath%20d%3D%22M19%2021a3%203%200%200%201%200-6h3v3a3%203%200%200%201-3%203%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/tabler/wash-eco.svg?color=%231a73e8&size=48