Mighty Doom Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Mighty Doom 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/343818.svg" alt="Mighty Doom icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/343818.svg" alt="Mighty Doom icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/343818.svg" alt="Mighty Doom icon" :width="24" :height="24" />
CSS background
.icon-mighty-doom {
background-image: url('https://proicons.com/icon/343818.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>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><polygon class="c" points="13.846 32.2206 6.568 37.6856 6.568 18.8136 13.846 18.8136 13.846 32.2206"/><polygon class="c" points="15.764 30.9436 20.677 34.6326 23.041 32.6806 23.041 18.8136 15.764 18.8136 15.764 30.9436"/><polygon class="c" points="32.236 30.9436 27.323 34.6326 24.959 32.6806 24.959 18.8136 32.236 18.8136 32.236 30.9436"/><line class="c" x1="6.5684" y1="18.8139" x2="4.5" y2="18.8139"/><polyline class="c" points="41.432 37.6856 41.432 18.8136 40.159 18.8136 37.738 34.2656 35.426 18.8136 34.154 18.8136 34.154 32.2206"/><line class="c" x1="41.4316" y1="18.8139" x2="43.5" y2="18.8139"/><line class="c" x1="15.9907" y1="10.3358" x2="15.9907" y2="16.3144"/><polyline class="c" points="7.309 16.3078 7.309 10.3358 10.2982 16.3144 13.2875 10.3449 13.2875 16.3144"/><line class="c" x1="30.6454" y1="10.3358" x2="34.6062" y2="10.3358"/><line class="c" x1="32.6258" y1="16.3144" x2="32.6258" y2="10.3358"/><line class="c" x1="24.5821" y1="10.3358" x2="24.5821" y2="16.3143"/><line class="c" x1="28.5429" y1="10.3358" x2="28.5429" y2="16.3143"/><line class="c" x1="24.5821" y1="13.3138" x2="28.5429" y2="13.3138"/><polyline class="c" points="40.691 10.3144 38.7107 13.3037 36.7303 10.3144"/><line class="c" x1="38.7107" y1="16.2929" x2="38.7107" y2="13.3037"/><path class="c" d="m22.3363,12.3162c0-1.0937-.8867-1.9804-1.9804-1.9804h0c-1.0937,0-1.9804.8867-1.9804,1.9804v2.0178c0,1.0937.8867,1.9804,1.9804,1.9804h0c1.0937,0,1.9804-.8867,1.9804-1.9804h-1.9804"/></svg>
Copied!