Em1nd3r Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Em1nd3r 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/325043.svg" alt="Em1nd3r icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325043.svg" alt="Em1nd3r icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325043.svg" alt="Em1nd3r icon" :width="24" :height="24" />
CSS background
.icon-em1nd3r {
background-image: url('https://proicons.com/icon/325043.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>.i{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="i" d="M38.5,5.4999H9.5c-2.2091,0-4,1.7909-4,4v29c0,2.2091,1.7909,4,4,4h29c2.2091,0,4-1.7909,4-4V9.4999c0-2.2091-1.7909-4-4-4Z"/><g id="c"><path id="d" class="i" d="M26.3012,37.4331v-11.7301h3.8402c2.1711,0,3.9311,1.7638,3.9311,3.9394s-1.76,3.9394-3.9311,3.9394h-3.8402"/><line id="e" class="i" x1="30.1413" y1="33.5819" x2="33.9813" y2="37.4302"/></g><path id="f" class="i" d="M13.5878,37.4331v-11.7302h2.6393c2.8343,0,5.1319,2.2977,5.1319,5.1319v1.4663c0,2.8343-2.2976,5.1319-5.1319,5.1319h-2.6393Z"/><polyline id="g" class="i" points="23.9284 22.1503 23.9284 10.4331 29.7935 22.1632 35.6586 10.451 35.6586 22.1632"/><path id="h" class="i" d="M20.681,19.9294c-.7625,1.3343-2.1994,2.2338-3.8464,2.2338h0c-2.4449,0-4.4267-1.9817-4.4267-4.4264v-2.8771c0-2.4447,1.9818-4.4264,4.4267-4.4264h0c2.4449,0,4.4267,1.9817,4.4267,4.4264v1.4386h-8.8534"/></svg>
Copied!