Nesnezeno Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Nesnezeno 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/330083.svg" alt="Nesnezeno icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/330083.svg" alt="Nesnezeno icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/330083.svg" alt="Nesnezeno icon" :width="24" :height="24" />
CSS background
.icon-nesnezeno {
background-image: url('https://proicons.com/icon/330083.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m17.7482,32.2716v-12.2087l3.0424-.2996,4.5272,5.7793,1.0531-5.6649,4.3516-.4717v13.0441h-3.074l-6.0297-5.2092-.5748,5.0286-3.2958.0021Z"/><path class="c" d="m4.8148,37.2103h38.5544c.9244-10.7489-2.8913-19.4059-16.4673-23.7557,3.141-7.6036-9.4222-6.4589-5.8167.1783C7.0394,18.2357,4.7351,27.2728,4.8148,37.2103Z"/><ellipse class="c" cx="23.9603" cy="11.663" rx="1.2246" ry="1.0928"/><path class="c" d="m4.5,39.808h38.7966"/></svg>
Copied!