Monolith Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Monolith 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/329521.svg" alt="Monolith icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329521.svg" alt="Monolith icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329521.svg" alt="Monolith icon" :width="24" :height="24" />
CSS background
.icon-monolith {
background-image: url('https://proicons.com/icon/329521.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><polygon class="c" points="26.5811 43.5 15.6436 36.7315 15.6436 8.137 26.5811 14.9055 26.5811 43.5"/><line class="c" x1="15.6436" y1="36.7315" x2="26.5811" y2="29.963"/><polyline class="c" points="15.6436 8.137 21.4189 4.5 32.3564 11.2685 32.3564 39.863 26.5811 43.5"/><line class="c" x1="26.5811" y1="14.9055" x2="32.3564" y2="11.2685"/></svg>
Copied!