Hirect Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Hirect 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/327050.svg" alt="Hirect icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/327050.svg" alt="Hirect icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/327050.svg" alt="Hirect icon" :width="24" :height="24" />
CSS background
.icon-hirect {
background-image: url('https://proicons.com/icon/327050.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="23.0687" r="21.5"/><path class="c" d="M24,44.5687h18.4882c1.2521,0,2.0957-1.2808,1.6014-2.4312l-2.7385-6.3724"/><circle class="c" cx="18.3992" cy="12.5542" r="2.5141"/><line class="c" x1="17.8245" y1="17.5464" x2="16.1006" y2="30.5835"/><line class="c" x1="23.0322" y1="22.6104" x2="17.16" y2="22.6104"/><circle class="c" cx="32.0347" cy="19.228" r="2.5141"/><line class="c" x1="31.4601" y1="24.2202" x2="29.7361" y2="37.2574"/><line class="c" x1="30.5981" y1="29.2842" x2="24.7258" y2="29.2842"/></svg>
Copied!