Jihanpi Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Jihanpi 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/327672.svg" alt="Jihanpi icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/327672.svg" alt="Jihanpi icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/327672.svg" alt="Jihanpi icon" :width="24" :height="24" />
CSS background
.icon-jihanpi {
background-image: url('https://proicons.com/icon/327672.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="M8.9968,17.0122c1.8195-6.7904,7.9729-11.512,15.003-11.512s13.183,4.7217,15.003,11.512c1.8195,6.7904-1.1487,13.956-7.2368,17.471-6.9425,4.0083-7.766,8.0166-7.766,8.0166,0,0-.8235-4.0083-7.766-8.0166-6.0881-3.515-9.0563-10.681-7.2368-17.471h-.0004Z"/><circle class="b" cx="29.9996" cy="14.0332" r="3"/><path class="b" d="M27.9996,31.0332h-7c-1.5913,0-3.1174-.6321-4.2426-1.7574-1.1252-1.1252-1.7574-2.6513-1.7574-4.2426v-11.143"/><path class="b" d="M14.9996,21.0332s6.6675-.8221,13.824-2.7397"/></svg>
Copied!