Doom Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The 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/324680.svg" alt="Doom icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/324680.svg" alt="Doom icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/324680.svg" alt="Doom icon" :width="24" :height="24" />
CSS background
.icon-doom {
background-image: url('https://proicons.com/icon/324680.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;}</style></defs><polygon class="a" points="13.846 27.971 6.568 33.436 6.568 14.564 13.846 14.564 13.846 27.971"/><polygon class="a" points="15.764 26.694 20.677 30.383 23.041 28.431 23.041 14.564 15.764 14.564 15.764 26.694"/><polygon class="a" points="32.236 26.694 27.323 30.383 24.959 28.431 24.959 14.564 32.236 14.564 32.236 26.694"/><line class="a" x1="6.5684" y1="14.5643" x2="4.5" y2="14.5643"/><polyline class="a" points="41.432 33.436 41.432 14.564 40.159 14.564 37.738 30.016 35.426 14.564 34.154 14.564 34.154 27.971"/><line class="a" x1="41.4316" y1="14.5643" x2="43.5" y2="14.5643"/></svg>
Copied!