Hinative Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Hinative 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/327041.svg" alt="Hinative icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/327041.svg" alt="Hinative icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/327041.svg" alt="Hinative icon" :width="24" :height="24" />
CSS background
.icon-hinative {
background-image: url('https://proicons.com/icon/327041.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="M24.5248,17.8543c1.2456-2.5663,3.3178-1.5971,6.0533,1.2037,5.1905,5.2984,11.3258,14.8776,3.7599,21.3001-3.9509,3.3533-9.3208.1145-12.6482.3331-3.3273-.2186-8.6974,3.02-12.6482-.3332-7.5663-6.4219-1.4302-16.0017,3.7604-21.3001,2.7357-2.8008,4.8078-3.7701,6.0533-1.2036.6831,1.4076,1.7766,1.4293,2.8347,1.4292,1.0582,0,2.1516-.0217,2.8347-1.4292h0ZM18.8267,37.5991l1.4316-1.3191,1.4316-1.3191,2.8633,2.6382M31.833,32.1453c0,1.9719-1.5985,3.5704-3.5704,3.5704,0,0,0,0,0,0-1.9719,0-3.5704-1.5985-3.5704-3.5704,0,0,0,0,0,0,0-1.9719,1.5985-3.5704,3.5704-3.5704,0,0,0,0,0,0,1.9719,0,3.5704,1.5985,3.5704,3.5704,0,0,0,0,0,0ZM18.6878,32.1452c0,1.9719-1.5985,3.5704-3.5704,3.5704,0,0,0,0,0,0-1.9719,0-3.5704-1.5985-3.5704-3.5704,0,0,0,0,0,0,0-1.9719,1.5985-3.5704,3.5704-3.5704,0,0,0,0,0,0,1.9719,0,3.5704,1.5985,3.5704,3.5704,0,0,0,0,0,0Z"/><path class="b" d="M19.981,18.9789c1.1777-2.3742,3.6264-4.0062,6.4563-4.0062,4.7996,0,7.511,4.0629,7.1974,7.6453M10.3878,21.5195c.344-8.567,7.3979-15.407,16.0498-15.407,8.871,0,16.0625,7.1914,16.0625,16.0625,0,3.4142-1.0652,6.5795-2.833,9.0623l1.3385,4.6598c.2293.8496-.5471,1.6288-1.3975,1.4025l-2.37-.6681"/></svg>
Copied!