Forkhub Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Forkhub 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/326161.svg" alt="Forkhub icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/326161.svg" alt="Forkhub icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/326161.svg" alt="Forkhub icon" :width="24" :height="24" />
CSS background
.icon-forkhub {
background-image: url('https://proicons.com/icon/326161.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="a" cx="16.1" cy="38.92" r="4.58"/><circle class="a" cx="16.1" cy="9.08" r="4.58"/><circle class="a" cx="31.9" cy="24" r="4.58"/><line class="a" x1="16.1" y1="34.34" x2="16.1" y2="13.66"/><path class="a" d="M16.1,32.67c0-5.4,5-8.67,11.22-8.67"/></svg>
Copied!