trash alt solid icon

trash-alt-solid from Line Awesome by Icons8 · Line · Objects · Apache-2.0 Free for personal and commercial use.

Name
trash-alt-solid
Set
Line Awesome
Style
Line
Category
Objects
Viewbox
32×32
License
Apache 2.0

More objects icons from Line Awesome

Use the trash alt solid icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M15 4c-.523 0-1.059.184-1.438.563C13.184 4.94 13 5.476 13 6v1H7v2h1v16c0 1.645 1.355 3 3 3h12c1.645 0 3-1.355 3-3V9h1V7h-6V6c0-.523-.184-1.059-.563-1.438C20.06 4.184 19.523 4 19 4zm0 2h4v1h-4zm-5 3h14v16c0 .555-.445 1-1 1H11c-.555 0-1-.445-1-1zm2 3v11h2V12zm4 0v11h2V12zm4 0v11h2V12z"/></svg>

React

import type { SVGProps } from "react";

export function LaTrashAltSolid(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M15 4c-.523 0-1.059.184-1.438.563C13.184 4.94 13 5.476 13 6v1H7v2h1v16c0 1.645 1.355 3 3 3h12c1.645 0 3-1.355 3-3V9h1V7h-6V6c0-.523-.184-1.059-.563-1.438C20.06 4.184 19.523 4 19 4zm0 2h4v1h-4zm-5 3h14v16c0 .555-.445 1-1 1H11c-.555 0-1-.445-1-1zm2 3v11h2V12zm4 0v11h2V12zm4 0v11h2V12z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M15 4c-.523 0-1.059.184-1.438.563C13.184 4.94 13 5.476 13 6v1H7v2h1v16c0 1.645 1.355 3 3 3h12c1.645 0 3-1.355 3-3V9h1V7h-6V6c0-.523-.184-1.059-.563-1.438C20.06 4.184 19.523 4 19 4zm0 2h4v1h-4zm-5 3h14v16c0 .555-.445 1-1 1H11c-.555 0-1-.445-1-1zm2 3v11h2V12zm4 0v11h2V12zm4 0v11h2V12z"/></svg>
</template>

CSS

.icon-trash-alt-solid {
  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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15%204c-.523%200-1.059.184-1.438.563C13.184%204.94%2013%205.476%2013%206v1H7v2h1v16c0%201.645%201.355%203%203%203h12c1.645%200%203-1.355%203-3V9h1V7h-6V6c0-.523-.184-1.059-.563-1.438C20.06%204.184%2019.523%204%2019%204zm0%202h4v1h-4zm-5%203h14v16c0%20.555-.445%201-1%201H11c-.555%200-1-.445-1-1zm2%203v11h2V12zm4%200v11h2V12zm4%200v11h2V12z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15%204c-.523%200-1.059.184-1.438.563C13.184%204.94%2013%205.476%2013%206v1H7v2h1v16c0%201.645%201.355%203%203%203h12c1.645%200%203-1.355%203-3V9h1V7h-6V6c0-.523-.184-1.059-.563-1.438C20.06%204.184%2019.523%204%2019%204zm0%202h4v1h-4zm-5%203h14v16c0%20.555-.445%201-1%201H11c-.555%200-1-.445-1-1zm2%203v11h2V12zm4%200v11h2V12zm4%200v11h2V12z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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