Del2 Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Del2 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/338952.svg" alt="Del2 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/338952.svg" alt="Del2 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/338952.svg" alt="Del2 icon" :width="24" :height="24" />
CSS background
.icon-del2 {
background-image: url('https://proicons.com/icon/338952.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><rect class="b" x="4.5" y="14.7126" width="39" height="19.5" rx="5.3182" ry="5.3182"/><path class="b" d="M27.4895,20.8374l-2.5514,7.01c-.2398.6589.0999,1.1931.7589,1.1931h3.9339"/><line class="b" x1="18.6017" y1="24.9389" x2="22.3013" y2="24.9389"/><path class="b" d="M22.2358,29.0405h-3.9339c-.6589,0-.9987-.5342-.7589-1.1931l2.1172-5.8169c.2398-.6589.9684-1.1931,1.6274-1.1931h3.9339"/><path class="b" d="M8.3809,29.0405l2.9857-8.2031h2.8711c1.9821,0,3.004,1.6068,2.2826,3.5889l-.3732,1.0254c-.7214,1.9821-2.913,3.5889-4.8951,3.5889h-2.8711Z"/><path class="b" d="M39.2796,29.0405h-4.2855l.8829-2.4257c.1625-.4466.6563-.8086,1.1029-.8086h2.6683c.4466,0,.9403-.362,1.1029-.8086l.5886-1.6172c.1625-.4466-.0677-.8086-.5143-.8086h-3.4769"/><path class="b" d="M28.0593,19.2073c.7164-.5259,1.9644-.6966,3.5701-.6966,2.2029,0,3.9886.5341,3.9886,1.1929s-1.7858,1.1929-3.9886,1.1929l-1.0065,3.1561"/><path class="b" d="M35.2079,22.5988c-1.0686,1.0313-2.3822,1.4538-4.5851,1.4538"/><path class="b" d="M35.618,19.7036c0,1.8017-2.2562,2.6681-4.4591,2.6681"/></svg>
Copied!