trash a icon

trash-a from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.

Name
trash-a
Set
IonIcons
Style
Regular
Viewbox
512×512
License
MIT

Related icons in IonIcons

Use the trash a icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M341 128V99c0-19.1-14.5-35-34.5-35H205.4C185.5 64 171 79.9 171 99v29H80v32h9.2s5.4.6 8.2 3.4c2.8 2.8 3.9 9 3.9 9l19 241.7c1.5 29.4 1.5 33.9 36 33.9h199.4c34.5 0 34.5-4.4 36-33.8l19-241.6s1.1-6.3 3.9-9.1 8.2-3.4 8.2-3.4h9.2v-32h-91v-.1zM192 99c0-9.6 7.8-15 17.7-15h91.7c9.9 0 18.6 5.5 18.6 15v29H192V99zm-8.5 285l-10.3-192h20.3L204 384h-20.5zm83.6 0h-22V192h22v192zm61.6 0h-20.4l10.5-192h20.3l-10.4 192z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function IonTrashA(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M341 128V99c0-19.1-14.5-35-34.5-35H205.4C185.5 64 171 79.9 171 99v29H80v32h9.2s5.4.6 8.2 3.4c2.8 2.8 3.9 9 3.9 9l19 241.7c1.5 29.4 1.5 33.9 36 33.9h199.4c34.5 0 34.5-4.4 36-33.8l19-241.6s1.1-6.3 3.9-9.1 8.2-3.4 8.2-3.4h9.2v-32h-91v-.1zM192 99c0-9.6 7.8-15 17.7-15h91.7c9.9 0 18.6 5.5 18.6 15v29H192V99zm-8.5 285l-10.3-192h20.3L204 384h-20.5zm83.6 0h-22V192h22v192zm61.6 0h-20.4l10.5-192h20.3l-10.4 192z" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M341 128V99c0-19.1-14.5-35-34.5-35H205.4C185.5 64 171 79.9 171 99v29H80v32h9.2s5.4.6 8.2 3.4c2.8 2.8 3.9 9 3.9 9l19 241.7c1.5 29.4 1.5 33.9 36 33.9h199.4c34.5 0 34.5-4.4 36-33.8l19-241.6s1.1-6.3 3.9-9.1 8.2-3.4 8.2-3.4h9.2v-32h-91v-.1zM192 99c0-9.6 7.8-15 17.7-15h91.7c9.9 0 18.6 5.5 18.6 15v29H192V99zm-8.5 285l-10.3-192h20.3L204 384h-20.5zm83.6 0h-22V192h22v192zm61.6 0h-20.4l10.5-192h20.3l-10.4 192z" fill="currentColor"/></svg>
</template>

CSS

.icon-trash-a {
  width: 24px;
  height: 24px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20d%3D%22M341%20128V99c0-19.1-14.5-35-34.5-35H205.4C185.5%2064%20171%2079.9%20171%2099v29H80v32h9.2s5.4.6%208.2%203.4c2.8%202.8%203.9%209%203.9%209l19%20241.7c1.5%2029.4%201.5%2033.9%2036%2033.9h199.4c34.5%200%2034.5-4.4%2036-33.8l19-241.6s1.1-6.3%203.9-9.1%208.2-3.4%208.2-3.4h9.2v-32h-91v-.1zM192%2099c0-9.6%207.8-15%2017.7-15h91.7c9.9%200%2018.6%205.5%2018.6%2015v29H192V99zm-8.5%20285l-10.3-192h20.3L204%20384h-20.5zm83.6%200h-22V192h22v192zm61.6%200h-20.4l10.5-192h20.3l-10.4%20192z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20d%3D%22M341%20128V99c0-19.1-14.5-35-34.5-35H205.4C185.5%2064%20171%2079.9%20171%2099v29H80v32h9.2s5.4.6%208.2%203.4c2.8%202.8%203.9%209%203.9%209l19%20241.7c1.5%2029.4%201.5%2033.9%2036%2033.9h199.4c34.5%200%2034.5-4.4%2036-33.8l19-241.6s1.1-6.3%203.9-9.1%208.2-3.4%208.2-3.4h9.2v-32h-91v-.1zM192%2099c0-9.6%207.8-15%2017.7-15h91.7c9.9%200%2018.6%205.5%2018.6%2015v29H192V99zm-8.5%20285l-10.3-192h20.3L204%20384h-20.5zm83.6%200h-22V192h22v192zm61.6%200h-20.4l10.5-192h20.3l-10.4%20192z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ion/trash-a.svg?color=%231a73e8&size=48