Jinovel Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Jinovel 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/327674.svg" alt="Jinovel icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/327674.svg" alt="Jinovel icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/327674.svg" alt="Jinovel icon" :width="24" :height="24" />
CSS background
.icon-jinovel {
background-image: url('https://proicons.com/icon/327674.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>.h{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="b"><path id="c" class="h" d="M31.6353,5.4996l2.7757,3.0441"/><path id="d" class="h" d="M13.9027,27.1111l-2.7585-3.0597"/><path id="e" class="h" d="M11.1441,24.0514L31.6353,5.4996l-3.3721.1835L7.771,24.2358l3.3731-.1844Z"/><path id="f" class="h" d="M13.9027,27.1111l20.5084-18.5674.0018,3.2408L13.9035,30.3528l-.0008-3.2417Z"/></g><path id="g" class="h" d="M9.284,28.8839c-1.5435-.6148-1.3925.7886-.4439,3.1611.822.0151,2.0935.1259,2.5429-.5264,1.5655-2.2719-.5655-4.9372-1.9852-5.2666-4.7998-1.114-3.8209,4.2195-1.837,6.9759,3.6364,5.0523,8.3364,8.6632,14.1448,9.1347,4.7081.3822,7.4016-.073,12.1339-.8385,2.0324-.3287,4.2759-1.3421,8.2353-1.17"/></svg>
Copied!