Fetchit Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Fetchit 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/325789.svg" alt="Fetchit icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325789.svg" alt="Fetchit icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325789.svg" alt="Fetchit icon" :width="24" :height="24" />
CSS background
.icon-fetchit {
background-image: url('https://proicons.com/icon/325789.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="c" cx="24" cy="24" r="21.5"/><path class="c" d="M36.043,23.998v-7.8672c0-2.3125-1.8614-4.1738-4.1738-4.1738h-15.738c-2.3125,0-4.1738,1.8614-4.1738,4.1738v15.738c0,2.3125,1.8614,4.1738,4.1738,4.1738h8.0098"/><path class="c" d="M19.9211,29.1185l.008-10.2397,8.8638,5.1268-8.8718,5.113Z" marker-end=""/><path class="c" d="M32.031,36.543l4.6436-4.9027M27.3875,31.6403l4.6436,4.9027M32.0042,25.368l.0269,11.175"/></svg>
Copied!