Neoemu Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Neoemu 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/344630.svg" alt="Neoemu icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/344630.svg" alt="Neoemu icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/344630.svg" alt="Neoemu icon" :width="24" :height="24" />
CSS background
.icon-neoemu {
background-image: url('https://proicons.com/icon/344630.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>.l{stroke-width:1px;}.l,.m,.n{fill:none;stroke:#fff;}.l,.n{stroke-linecap:round;stroke-linejoin:round;}.o{fill:#fff;stroke-width:0px;}</style></defs><path id="b" class="m" d="M13.8121,35.9512c-6.311,0-11.7135-7.8453-9.9863-13.9154s7.6602-9.987,20.1742-9.987,18.447,3.917,20.1742,9.987c1.7272,6.0701-3.6753,13.9154-9.9863,13.9154-4.2702,0-2.936-.9915-10.1879-.9915s-5.9177.9915-10.1879.9915Z"/><circle id="c" class="n" cx="13.2166" cy="21.0254" r="3.9236"/><circle id="d" class="n" cx="13.2166" cy="21.0254" r="2.0767"/><circle id="e" class="n" cx="24.2787" cy="20.7077" r="1.4304"/><circle id="f" class="o" cx="29.4058" cy="14.2964" r=".75"/><circle id="g" class="l" cx="28.6904" cy="18.3093" r="1.4304"/><circle id="h" class="n" cx="33.5659" cy="17.7399" r="1.4304"/><circle id="i" class="n" cx="38.2135" cy="18.4198" r="1.4304"/><path id="j" class="m" d="M22.216,34.9921c.5466-.0162,1.0943-.0317,1.784-.0317,7.2518,0,5.9181.9907,10.1883.9907,5.7002,0,10.6569-6.4003,10.2907-12.1119-12.9704-3.1209-22.2629.1607-22.2629,11.1529Z"/><circle id="k" class="o" cx="24.9942" cy="16.6948" r=".75"/></svg>
Copied!