Nos Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Nos 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/330302.svg" alt="Nos icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/330302.svg" alt="Nos icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/330302.svg" alt="Nos icon" :width="24" :height="24" />
CSS background
.icon-nos {
background-image: url('https://proicons.com/icon/330302.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M24.51,19a5,5,0,1,0,5,5A5,5,0,0,0,24.51,19Z"/><polyline class="a" points="9 28.82 9 19.22 16.39 28.82 16.39 19.22"/><path class="a" d="M32.31,27.91A2.76,2.76,0,0,0,34.74,29h1.78A2.48,2.48,0,0,0,39,26.51h0A2.48,2.48,0,0,0,36.52,24H34.59a2.48,2.48,0,0,1-2.48-2.48h0a2.48,2.48,0,0,1,2.48-2.48h1.78a2.76,2.76,0,0,1,2.43,1.09"/><path class="a" d="M24,2.5A21.51,21.51,0,0,0,2.5,24h0A21.51,21.51,0,0,0,24,45.5h0a21.5,21.5,0,0,0,0-43Z"/></svg>
Copied!