Massive Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Massive 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/343457.svg" alt="Massive icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/343457.svg" alt="Massive icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/343457.svg" alt="Massive icon" :width="24" :height="24" />
CSS background
.icon-massive {
background-image: url('https://proicons.com/icon/343457.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="m22.843,7.5576l-2.0576-2.0576-2.666,2.666-2.6526-2.6526-3.867,3.867-1.924-1.924-2.14,2.14,1.9631,1.9631-3.9369,3.9368,2.5984,2.5844-2.6399,2.6488,2.0942,2.0942,15.2284-15.2662Z"/><path class="b" d="m25.2288,40.4239l2.0762,2.0761,2.6749-2.6749,2.6072,2.6072,3.8912-3.8912,1.9494,1.9494,2.0098-2.0098-2.0196-2.0196,3.9681-3.9681-2.5804-2.5804,2.6739-2.6739-2.0497-2.0496-15.2011,15.2349Z"/><line class="b" x1="15.1817" y1="15.2372" x2="32.7904" y2="32.846"/></svg>
Copied!