Nesemu Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Nesemu 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/344640.svg" alt="Nesemu icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/344640.svg" alt="Nesemu icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/344640.svg" alt="Nesemu icon" :width="24" :height="24" />
CSS background
.icon-nesemu {
background-image: url('https://proicons.com/icon/344640.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>.o,.p,.q{fill:none;stroke:#fff;stroke-linecap:round;}.o,.q{stroke-linejoin:round;}.q{stroke-width:1px;}</style></defs><g id="b"><g id="c"><rect id="d" class="o" x="3.5" y="15.1689" width="41" height="17.6621" rx="1.1091" ry="1.1091"/><path id="e" class="o" d="M9.3614,21.7286v2.4888h-2.48v2.5538h2.48v2.4888h2.5482v-2.4888h2.4817v-2.5538h-2.4817v-2.4888h-2.5482Z"/><ellipse id="f" class="q" cx="33.4457" cy="27.6438" rx="1.6774" ry="1.6552" transform="translate(4.8942 60.3181) rotate(-88.427)"/><ellipse id="g" class="q" cx="38.7811" cy="27.6438" rx="1.6774" ry="1.6552" transform="translate(10.0831 65.6515) rotate(-88.427)"/><path id="h" class="o" d="M20.1372,27.3093h1.8541"/><path id="i" class="o" d="M24.9013,27.3093h1.8541"/><rect id="j" class="o" x="18.0477" y="25.3077" width="10.7972" height="4.0031"/><path id="k" class="p" d="M18.0477,23.1801h10.7972"/><path id="l" class="p" d="M18.0477,20.3357h10.7972"/><path id="m" class="p" d="M18.0477,17.4914h10.7972"/><path id="n" class="p" d="M18.0477,31.0711h10.7972"/></g></g></svg>
Copied!