Tomb Of The Mask Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Tomb Of The Mask 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/348652.svg" alt="Tomb Of The Mask icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/348652.svg" alt="Tomb Of The Mask icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/348652.svg" alt="Tomb Of The Mask icon" :width="24" :height="24" />
CSS background
.icon-tomb-of-the-mask {
background-image: url('https://proicons.com/icon/348652.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><g><polygon class="c" points="40.254 5.5 18.1711 5.5 18.1711 24.7778 21.9835 24.7778 21.9835 28.1586 36.4416 28.1586 36.4416 24.7778 40.254 24.7778 40.254 5.5"/><line class="c" x1="25.4001" y1="22.9795" x2="33.0249" y2="22.9795"/><line class="c" x1="12.7692" y1="16.8293" x2="18.1711" y2="16.8293"/><line class="c" x1="12.7692" y1="10.5713" x2="18.1711" y2="10.5713"/><line class="c" x1="35.9741" y1="17.0092" x2="35.9741" y2="13.4845"/><line class="c" x1="25.4001" y1="17.0092" x2="25.4001" y2="13.4845"/></g><rect class="c" x="18.1711" y="31.3263" width="18.2705" height="11.1737"/><line class="c" x1="27.3063" y1="35.9499" x2="27.3063" y2="42.5"/><line class="c" x1="12.4338" y1="24.7778" x2="12.4338" y2="21.758"/><line class="c" x1="12.4338" y1="42.5" x2="12.4338" y2="36.6884"/><polygon class="c" points="18.1711 24.7778 7.746 24.7778 7.746 36.6884 12.4338 36.6884 12.4338 31.3263 18.1711 31.3263 18.1711 24.7778"/></svg>
Copied!