Drastic Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Drastic 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/339291.svg" alt="Drastic icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/339291.svg" alt="Drastic icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/339291.svg" alt="Drastic icon" :width="24" :height="24" />
CSS background
.icon-drastic {
background-image: url('https://proicons.com/icon/339291.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="a" x="14.6509" y="9.1553" width="18.7219" height="11.2498" rx="1.7664"/><rect class="a" x="9.7546" y="5.9185" width="28.5147" height="16.8879" rx="1.7664"/><path class="a" d="M24.0119,25.7932H11.4176A2.6062,2.6062,0,0,0,8.9,27.7249L5.5646,40.1731a1.5343,1.5343,0,0,0,1.4823,1.9317h16.965"/><path class="a" d="M24.0119,28.6833H15.7161a1.2209,1.2209,0,0,0-1.197.98l-1.6044,7.9855a.8189.8189,0,0,0,.803.98H24.0119"/><path class="a" d="M24.0119,25.7932H36.6062a2.6064,2.6064,0,0,1,2.5176,1.9317l3.3354,12.4482a1.5343,1.5343,0,0,1-1.4823,1.9317H24.0119"/><path class="a" d="M24.0119,28.6833h8.2959a1.2209,1.2209,0,0,1,1.1969.98l1.6044,7.9855a.8188.8188,0,0,1-.803.98H24.0119"/></svg>
Copied!