Jenius Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Jenius 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/342219.svg" alt="Jenius icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/342219.svg" alt="Jenius icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/342219.svg" alt="Jenius icon" :width="24" :height="24" />
CSS background
.icon-jenius {
background-image: url('https://proicons.com/icon/342219.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="m20.2512,13.0894c5.1344,0,9.3091,4.1747,9.3091,9.3091,0,5.1464-4.1747,9.3211-9.3091,9.3211-5.1464,0-9.3211-4.1747-9.3211-9.3211,0-5.1344,4.1747-9.3091,9.3211-9.3091Z"/><path class="b" d="m26.9331,7.5111c9.1532,0,16.5669,7.2818,16.5669,16.267,0,8.9732-7.4137,16.255-16.5669,16.255s-16.5789-7.2818-16.5789-16.255c0-8.9852,7.4257-16.267,16.5789-16.267Z"/><path class="b" d="m19.5074,12.8974c8.2775,0,14.9954,6.1781,14.9954,13.7958s-6.7179,13.7958-14.9954,13.7958c-8.2894,0-15.0074-6.1781-15.0074-13.7958s6.7179-13.7958,15.0074-13.7958Z"/></svg>
Copied!