Nina Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Nina 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/344782.svg" alt="Nina icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/344782.svg" alt="Nina icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/344782.svg" alt="Nina icon" :width="24" :height="24" />
CSS background
.icon-nina {
background-image: url('https://proicons.com/icon/344782.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M28,26.33H20l2-3.49,2-3.49,2,3.49Zm9.76-16.12A19.5,19.5,0,0,1,43.5,24h0a19.5,19.5,0,0,1-5.71,13.79m-27.58,0a19.51,19.51,0,0,1,0-27.58m24.41,3.17A15,15,0,0,1,39,24h0a15,15,0,0,1-4.4,10.62m-21.24,0a15,15,0,0,1,0-21.24m18.16,3.08A10.67,10.67,0,0,1,34.67,24h0a10.67,10.67,0,0,1-3.13,7.54m-15.08,0a10.65,10.65,0,0,1,0-15.08M30.67,24A6.67,6.67,0,1,1,24,17.33,6.66,6.66,0,0,1,30.67,24Z"/></svg>
Copied!