N11 Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The N11 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/329952.svg" alt="N11 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329952.svg" alt="N11 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329952.svg" alt="N11 icon" :width="24" :height="24" />
CSS background
.icon-n11 {
background-image: url('https://proicons.com/icon/329952.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="m21.5084,14.9771c-2.8546-.042-5.7143.9055-7.9791,2.6436-2.0361,1.5626-3.5644,3.7147-4.6771,6.0274-1.5092,3.137-2.2948,6.7438-1.4954,10.1323.4618,1.9577,1.441,3.7801,2.7532,5.3045,1.3122,1.5243,2.9517,2.7541,4.7439,3.6673,1.8117.9231,3.7927,1.5295,5.8189,1.6993s4.0974-.1031,5.9822-.8657c2.9963-1.2123,5.411-3.619,7.0425-6.4093,1.7197-2.941,2.6374-6.4087,2.2303-9.7908-.2676-2.2235-1.1046-4.3761-2.4094-6.1963,1.0771-1.7478,1.3528-3.9686.7358-5.9267-.5257-1.6682-1.7049-3.1446-3.2733-3.9188-1.4232-.7025-3.109-.8049-4.6424-.3955-2.0911.5582-3.9062,2.0726-4.8303,4.0296v-.0009Z"/><circle class="b" cx="25.4504" cy="4.7736" r="1.2736"/><path class="b" d="m25.5886,6.0162c.5471,1.4549.7936,2.9892.9191,4.5556"/><path class="b" d="m34.3336,14.7913c1.2894-.868,2.7255-1.4618,4.2206-1.9453"/><circle class="b" cx="39.6874" cy="12.3461" r="1.2736"/><circle class="b" cx="20.7435" cy="42.1143" r="1.2736"/><circle class="b" cx="11.3811" cy="36.93" r="1.2736"/><circle class="b" cx="13.5739" cy="25.0442" r="2.3096"/><circle class="b" cx="20.9073" cy="21.2738" r="1.8476"/><circle class="b" cx="28.3564" cy="29.2015" r="2.3711"/><circle class="b" cx="30.8192" cy="37.6025" r="1.4159"/><path class="b" d="m21.3857,14.8696c1.656,1.5281,3.7863,3.1199,5.7887,4.1531,2.0151,1.0398,4.1717,1.8052,6.3915,2.2685"/><path class="b" d="m27.103,18.9861l-12.232,23.7049"/></svg>
Copied!