Washer Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Washer 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/320964.svg" alt="Washer icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/320964.svg" alt="Washer icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/320964.svg" alt="Washer icon" :width="24" :height="24" />
CSS background
.icon-washer {
background-image: url('https://proicons.com/icon/320964.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="iso-8859-1"?> <!-- Generator: Adobe Illustrator 24.1.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 32 32" style="enable-background:new 0 0 32 32;" xml:space="preserve"> <path id="washer_1_" d="M29,31.36H3c-0.199,0-0.36-0.161-0.36-0.36V1c0-0.199,0.161-0.36,0.36-0.36h26c0.199,0,0.36,0.161,0.36,0.36 v30C29.36,31.199,29.199,31.36,29,31.36z M3.36,30.64h25.28V1.36H3.36V30.64z M16,24.36c-4.058,0-7.36-3.302-7.36-7.36 S11.942,9.64,16,9.64c4.059,0,7.36,3.302,7.36,7.36C23.36,21.059,20.059,24.36,16,24.36z M9.793,19.36 c0.954,2.499,3.376,4.279,6.207,4.279c2.83,0,5.253-1.78,6.207-4.279H9.793z M9.565,18.64h12.871 c0.134-0.524,0.204-1.074,0.204-1.64c0-3.661-2.979-6.64-6.64-6.64S9.36,13.339,9.36,17C9.36,17.565,9.431,18.115,9.565,18.64z M26,4.36h-6V3.64h6V4.36z"/> <rect id="_Transparent_Rectangle" style="fill:none;" width="32" height="32"/> </svg>
Copied!