Doom 2 Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Doom 2 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/339240.svg" alt="Doom 2 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/339240.svg" alt="Doom 2 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/339240.svg" alt="Doom 2 icon" :width="24" :height="24" />
CSS background
.icon-doom-2 {
background-image: url('https://proicons.com/icon/339240.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><line class="c" x1="6.5684" y1="11.5984" x2="4.5" y2="11.5984"/><line class="c" x1="41.4316" y1="11.5984" x2="43.5" y2="11.5984"/><g><polygon class="c" points="13.846 25.0051 6.568 30.4701 6.568 11.5981 13.846 11.5981 13.846 25.0051"/><polygon class="c" points="15.764 23.7281 20.677 27.4171 23.041 25.4651 23.041 11.5981 15.764 11.5981 15.764 23.7281"/><polygon class="c" points="32.236 23.7281 27.323 27.4171 24.959 25.4651 24.959 11.5981 32.236 11.5981 32.236 23.7281"/><polyline class="c" points="41.432 30.4701 41.432 11.5981 40.159 11.5981 37.738 27.0501 35.426 11.5981 34.154 11.5981 34.154 25.0051"/><g><line class="c" x1="21.4578" y1="29.0622" x2="26.5422" y2="29.0622"/><line class="c" x1="21.4578" y1="36.4019" x2="26.5422" y2="36.4019"/><line class="c" x1="22.5906" y1="29.0622" x2="22.5906" y2="36.4019"/><line class="c" x1="25.4094" y1="29.0622" x2="25.4094" y2="36.4019"/></g></g></svg>
Copied!