Huafetcher Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Huafetcher 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/341721.svg" alt="Huafetcher icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/341721.svg" alt="Huafetcher icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/341721.svg" alt="Huafetcher icon" :width="24" :height="24" />
CSS background
.icon-huafetcher {
background-image: url('https://proicons.com/icon/341721.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="c" cx="23.831" cy="24" r="13.771"/><path class="c" d="M31.62,12.645l-.931-6.4315c-.1424-.9836-.9855-1.7135-1.9794-1.7135h-9.7573c-.9939,0-1.837.7298-1.9794,1.7135l-.931,6.4315"/><path class="c" d="M16.042,35.355l.931,6.4315c.1424.9836.9855,1.7135,1.9794,1.7135h9.7573c.9939,0,1.837-.7298,1.9794-1.7135l.931-6.4315"/><line class="c" x1="17.4065" y1="18.451" x2="17.4065" y2="29.549"/><path class="c" d="M17.4065,24.9711c0-1.5323,1.2422-2.7745,2.7745-2.7745h0c1.5323,0,2.7745,1.2422,2.7745,2.7745v4.5779"/><path class="c" d="M26.6895,29.549v-9.1559c0-1.0726.8695-1.9422,1.9422-1.9422h0c.9559,0,1.5526.283,1.9618.8126"/><line class="c" x1="25.0444" y1="22.1966" x2="28.9288" y2="22.1966"/></svg>
Copied!