Washtur Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Washtur icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/349551.svg" alt="Washtur icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349551.svg" alt="Washtur icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349551.svg" alt="Washtur icon" :width="24" :height="24" />
CSS background
.icon-washtur {
background-image: url('https://proicons.com/icon/349551.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="d" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.k{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect id="f" class="k" x="8.5" y="4.5" width="31" height="39" rx="4" ry="4"/><path id="g" class="k" d="M9,11h30"/><path id="h" class="k" d="M14.1702,19.6171c2.2457-3.2071,5.9146-5.1171,9.8298-5.1171s7.5842,1.91,9.8298,5.1171"/><path id="i" class="k" d="M35.9106,25.0376c.553,4.5038-1.4817,8.9343-5.2582,11.4498s-8.649,2.6856-12.5918.4397c-3.9428-2.2459-6.2816-6.5237-6.0441-11.0551"/><path id="j" class="k" d="M39.4264,18.963s-1.5751.1303-2.3523.7591c-1.1721.9483-5.0252,9.3781-6.5009,9.346-1.6836-.0367-2.8411-5.167-6.5731-5.0677M8.5736,18.9627s1.5751.1303,2.3523.7591c1.1721.9483,5.0252,9.3781,6.5009,9.346,1.6836-.0367,2.8411-5.167,6.5731-5.0677"/></svg>
Copied!