Hiparty Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Hiparty 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/327048.svg" alt="Hiparty icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/327048.svg" alt="Hiparty icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/327048.svg" alt="Hiparty icon" :width="24" :height="24" />
CSS background
.icon-hiparty {
background-image: url('https://proicons.com/icon/327048.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M30.9542,10.8871v14.6244c0,3.8408-3.1134,6.9542-6.9542,6.9542s-6.9542-3.1134-6.9542-6.9542,3.1135-6.9542,6.9542-6.9542c1.2295,0,2.3843.3191,3.3864.8789.0786.0438.177-.0121.177-.1021v-9.6651"/><path class="b" d="M30.9496,10.9077c5.4393,2.6203,9.2767,8.1621,9.2767,14.6037,0,8.9616-7.2648,16.2264-16.2264,16.2264-3.1337,0-6.0597-.8883-8.5404-2.4268-.4545-.2819-1.0434-.253-1.445.1003l-4.3163,3.7973c-.7488.6587-1.9247.1287-1.9247-.8686v-16.8286c0-8.9616,7.2648-16.2264,16.2264-16.2264,1.2236,0,2.4156.1355,3.5618.3922"/><path class="b" d="M39.6211,11.6831c.2397-.2121.2625-.579.0439-.8128-3.0292-3.2412-6.9894-5.4625-11.3325-6.3585-.3522-.0726-.6765.2006-.6765.5601v1.909c0,.2757.1946.5123.4634.574,3.5493.8142,6.7817,2.6634,9.2843,5.3173.2196.2328.5852.2559.8249.0437l1.3926-1.2327Z"/></svg>
Copied!