Enigmbox Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Enigmbox 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/325451.svg" alt="Enigmbox icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325451.svg" alt="Enigmbox icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325451.svg" alt="Enigmbox icon" :width="24" :height="24" />
CSS background
.icon-enigmbox {
background-image: url('https://proicons.com/icon/325451.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}.b{fill:#000;}</style></defs><path class="a" d="M23.4091,40.5455h1.1818l17.7273-5.9091L43.5,13.3636,24.5909,18.0909H23.4091L4.5,13.3636,5.6818,34.6364Z"/><path class="a" d="M4.5,13.3636,23.4091,7.4545h1.1818L43.5,13.3636h0"/><path class="a" d="M30.1959,30.958A5.5446,5.5446,0,0,0,37.93,29.6689"/><path class="a" d="M30.1959,21.9344v2.5781"/><path class="a" d="M37.93,23.2235V20.6453"/><path class="a" d="M13.8037,30.605a2.0818,2.0818,0,0,1,.1508-1.4036,2.0545,2.0545,0,0,1,.5232-.6544c.2111-.1859.4421-.3479.6587-.5274a4.8671,4.8671,0,0,0,1.36-1.785,4.2277,4.2277,0,0,0,.33-2.2129,3.7394,3.7394,0,0,0-.9218-2.03,3.3544,3.3544,0,0,0-1.95-1.0628,3.1585,3.1585,0,0,0-3.5454,2.3636"/><circle class="b" cx="14.014" cy="32.5501" r="0.75"/></svg>
Copied!