Unive Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Unive 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/349085.svg" alt="Unive icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349085.svg" alt="Unive icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349085.svg" alt="Unive icon" :width="24" :height="24" />
CSS background
.icon-unive {
background-image: url('https://proicons.com/icon/349085.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M33.7855,4.5c-6.8197.4262-10.561,2.6639-9.827,9.1284,7.6603.3552,9.6494-3.694,9.827-9.1284Z"/><path class="c" d="M26.1134,16.7186c6.5355,0,10.7978,2.1311,10.7978,7.7432s-6.6066,9.0574-15.3798,8.5246c.6393,3.5874,3.2322,5.8962,12.6448,2.1667,0,0,1.1011,2.5219,2.735,5.541-4.4754,2.0601-7.3169,2.806-12.3962,2.806s-13.4262-2.9126-13.4262-12.6093,6.9973-14.1721,15.0246-14.1721Z"/><path class="c" d="M21.2828,28.4399c0-4.5109,2.2199-5.4877,4.7063-5.4877,1.2728,0,2.1134.9057,2.1134,2.1844s-.4973,3.3033-6.8197,3.3033Z"/></svg>
Copied!