Egg Ns Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Egg Ns 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/324995.svg" alt="Egg Ns icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/324995.svg" alt="Egg Ns icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/324995.svg" alt="Egg Ns icon" :width="24" :height="24" />
CSS background
.icon-egg-ns {
background-image: url('https://proicons.com/icon/324995.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>.d{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="d" d="m34.2185,39.4435c-.0866.8561-.7773,1.5498-1.543,1.5498-.7658,0-1.3169-.6937-1.2311-1.5498.0866-.8561.7773-1.5498,1.543-1.5498.7658,0,1.3169.6937,1.2311,1.5498Zm1.9846-5.4673c-.0861.8564-.7769,1.5507-1.5429,1.5508h0c-.7654-.0005-1.3159-.6941-1.2301-1.5498.0861-.856.7763-1.5501,1.542-1.5508.7658,0,1.3169.6937,1.2311,1.5498Zm1.0059,3.0568c-.1312.7699-.7957,1.3938-1.4845,1.3939-.6887-.0002-1.1411-.624-1.0108-1.3939.1308-.7702.7954-1.3947,1.4845-1.3948.6887.0002,1.1411.624,1.0108,1.3939v.001Zm-4.3532-1.043c-.1789,1.0552-1.0895,1.9105-2.0338,1.9105h-.0005c-.9439-.0005-1.5639-.8557-1.3851-1.9105.1789-1.0552,1.0895-1.9105,2.0338-1.9105h.0005c.9434.0011,1.5629.8561,1.3841,1.9105h.001Zm-.2525-12.5507c.4825.1803,1.1102.3217,1.9456.4308.0877-.5761.0497-1.0059-.0692-1.3178m3.1806-1.2867c0,.513-.4159.9289-.9289.9289-.5126-.0005-.9279-.4163-.9279-.9289s.4153-.9284.9279-.9289c.513,0,.9289.4159.9289.9289Zm-9.8955-.0166c0,.4743-.3845.8587-.8587.8587h0c-.4743.0005-.8592-.3835-.8597-.8578v-.001c0-.4743.3845-.8587.8587-.8587h.001c.4739.0005.8578.3849.8578.8587h.001Zm11.3459-1.429c.6687,1.8881.9494,4.0179,1.004,6.29m-30.8465-5.365c-.503,2.1795-.965,4.3717-.6102,6.8349m17.6544-1.3266l-4.438,3.0997-6.8602-2.5382-4.0958,3.7615-3.4028-3.9847c-.3264,1.7121-.3376,3.4694-.0331,5.1856,1.5001,8.5211,10.2328,14.3579,19.5055,13.0361,9.2736-1.3217,15.5743-9.3,14.0752-17.8211h0c-.0882-.4994-.202-.9939-.3412-1.4816l-4.6826,4.1504-6.8768-4.0569m-8.5718-3.0724l.4581,1.0176-9.0261-5.2002-4.8834,4.1553c-.2819-1.1603-.424-2.3501-.423-3.5441,0-8.8145,7.6741-15.9603,17.1417-15.9603s17.1407,7.1448,17.1407,15.9603c0,.8812-.076,1.7448-.2242,2.587l-3.5295-3.8473-4.0949,3.55-1.274-.5546m-.1072-.2242c0,3.1891-2.5853,5.7743-5.7743,5.7743h-.001c-3.1891,0-5.7743-2.5853-5.7743-5.7743h0c0-3.1891,2.5853-5.7743,5.7743-5.7743h0c3.1891-.0005,5.7748,2.5843,5.7753,5.7734v.001Z"/></svg>
Copied!