Trashcan Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Trashcan 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/348795.svg" alt="Trashcan icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/348795.svg" alt="Trashcan icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/348795.svg" alt="Trashcan icon" :width="24" :height="24" />
CSS background
.icon-trashcan {
background-image: url('https://proicons.com/icon/348795.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><polygon class="c" points="31.9449 7.6238 28.8403 4.5 19.1597 4.5 16.0551 7.6238 8.8724 7.6238 8.8724 12.2711 39.1276 12.2711 39.1276 7.6238 31.9449 7.6238"/><path class="c" d="m12.0445,12.2711h23.9496v28.1243c0,1.7135-1.3911,3.1046-3.1046,3.1046H15.1491c-1.7135,0-3.1046-1.3911-3.1046-3.1046V12.2711h0Z"/><line class="c" x1="24" y1="17.8855" x2="24" y2="37.8855"/><line class="c" x1="30" y1="17.8855" x2="30" y2="37.8855"/><line class="c" x1="18" y1="17.8855" x2="18" y2="37.8855"/></svg>
Copied!