trash from Framework7 Icons by Vladimir Kharlampidi · Outline · MIT Free for personal and commercial use.

Name
trash
Set
Framework7 Icons
Style
Outline
Viewbox
56×56
License
MIT

1 other variant in Framework7 Icons

The same icon in other sets

Related icons in Framework7 Icons

Use the trash icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="m44.524 48.66l1.617-34.265h2.343c.961 0 1.735-.797 1.735-1.758s-.774-1.782-1.735-1.782H38.242V7.34c0-3.352-2.273-5.531-5.882-5.531h-8.766c-3.61 0-5.86 2.18-5.86 5.53v3.516H7.54c-.937 0-1.758.82-1.758 1.782c0 .96.82 1.758 1.758 1.758h2.344L11.5 48.684c.164 3.375 2.39 5.507 5.766 5.507h21.492c3.351 0 5.601-2.156 5.765-5.53M21.484 7.574c0-1.336.985-2.273 2.391-2.273h8.227c1.43 0 2.414.937 2.414 2.273v3.281H21.484Zm-3.867 43.102c-1.36 0-2.367-1.032-2.437-2.39l-1.64-33.891h28.85l-1.546 33.89c-.07 1.383-1.055 2.39-2.438 2.39Zm17.344-4.125c.773 0 1.36-.633 1.383-1.524l.703-24.75c.023-.89-.586-1.547-1.383-1.547c-.726 0-1.336.68-1.36 1.524l-.702 24.773c-.024.844.562 1.524 1.359 1.524m-13.898 0c.797 0 1.382-.68 1.359-1.524l-.703-24.773c-.024-.844-.656-1.524-1.383-1.524c-.797 0-1.383.657-1.36 1.547l.727 24.75c.024.891.586 1.524 1.36 1.524m8.367-1.524V20.254c0-.844-.633-1.524-1.407-1.524c-.773 0-1.43.68-1.43 1.524v24.773c0 .844.657 1.524 1.43 1.524c.75 0 1.407-.68 1.407-1.524"/></svg>

React

import type { SVGProps } from "react";

export function F7Trash(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="m44.524 48.66l1.617-34.265h2.343c.961 0 1.735-.797 1.735-1.758s-.774-1.782-1.735-1.782H38.242V7.34c0-3.352-2.273-5.531-5.882-5.531h-8.766c-3.61 0-5.86 2.18-5.86 5.53v3.516H7.54c-.937 0-1.758.82-1.758 1.782c0 .96.82 1.758 1.758 1.758h2.344L11.5 48.684c.164 3.375 2.39 5.507 5.766 5.507h21.492c3.351 0 5.601-2.156 5.765-5.53M21.484 7.574c0-1.336.985-2.273 2.391-2.273h8.227c1.43 0 2.414.937 2.414 2.273v3.281H21.484Zm-3.867 43.102c-1.36 0-2.367-1.032-2.437-2.39l-1.64-33.891h28.85l-1.546 33.89c-.07 1.383-1.055 2.39-2.438 2.39Zm17.344-4.125c.773 0 1.36-.633 1.383-1.524l.703-24.75c.023-.89-.586-1.547-1.383-1.547c-.726 0-1.336.68-1.36 1.524l-.702 24.773c-.024.844.562 1.524 1.359 1.524m-13.898 0c.797 0 1.382-.68 1.359-1.524l-.703-24.773c-.024-.844-.656-1.524-1.383-1.524c-.797 0-1.383.657-1.36 1.547l.727 24.75c.024.891.586 1.524 1.36 1.524m8.367-1.524V20.254c0-.844-.633-1.524-1.407-1.524c-.773 0-1.43.68-1.43 1.524v24.773c0 .844.657 1.524 1.43 1.524c.75 0 1.407-.68 1.407-1.524"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="m44.524 48.66l1.617-34.265h2.343c.961 0 1.735-.797 1.735-1.758s-.774-1.782-1.735-1.782H38.242V7.34c0-3.352-2.273-5.531-5.882-5.531h-8.766c-3.61 0-5.86 2.18-5.86 5.53v3.516H7.54c-.937 0-1.758.82-1.758 1.782c0 .96.82 1.758 1.758 1.758h2.344L11.5 48.684c.164 3.375 2.39 5.507 5.766 5.507h21.492c3.351 0 5.601-2.156 5.765-5.53M21.484 7.574c0-1.336.985-2.273 2.391-2.273h8.227c1.43 0 2.414.937 2.414 2.273v3.281H21.484Zm-3.867 43.102c-1.36 0-2.367-1.032-2.437-2.39l-1.64-33.891h28.85l-1.546 33.89c-.07 1.383-1.055 2.39-2.438 2.39Zm17.344-4.125c.773 0 1.36-.633 1.383-1.524l.703-24.75c.023-.89-.586-1.547-1.383-1.547c-.726 0-1.336.68-1.36 1.524l-.702 24.773c-.024.844.562 1.524 1.359 1.524m-13.898 0c.797 0 1.382-.68 1.359-1.524l-.703-24.773c-.024-.844-.656-1.524-1.383-1.524c-.797 0-1.383.657-1.36 1.547l.727 24.75c.024.891.586 1.524 1.36 1.524m8.367-1.524V20.254c0-.844-.633-1.524-1.407-1.524c-.773 0-1.43.68-1.43 1.524v24.773c0 .844.657 1.524 1.43 1.524c.75 0 1.407-.68 1.407-1.524"/></svg>
</template>

CSS

.icon-trash {
  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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m44.524%2048.66l1.617-34.265h2.343c.961%200%201.735-.797%201.735-1.758s-.774-1.782-1.735-1.782H38.242V7.34c0-3.352-2.273-5.531-5.882-5.531h-8.766c-3.61%200-5.86%202.18-5.86%205.53v3.516H7.54c-.937%200-1.758.82-1.758%201.782c0%20.96.82%201.758%201.758%201.758h2.344L11.5%2048.684c.164%203.375%202.39%205.507%205.766%205.507h21.492c3.351%200%205.601-2.156%205.765-5.53M21.484%207.574c0-1.336.985-2.273%202.391-2.273h8.227c1.43%200%202.414.937%202.414%202.273v3.281H21.484Zm-3.867%2043.102c-1.36%200-2.367-1.032-2.437-2.39l-1.64-33.891h28.85l-1.546%2033.89c-.07%201.383-1.055%202.39-2.438%202.39Zm17.344-4.125c.773%200%201.36-.633%201.383-1.524l.703-24.75c.023-.89-.586-1.547-1.383-1.547c-.726%200-1.336.68-1.36%201.524l-.702%2024.773c-.024.844.562%201.524%201.359%201.524m-13.898%200c.797%200%201.382-.68%201.359-1.524l-.703-24.773c-.024-.844-.656-1.524-1.383-1.524c-.797%200-1.383.657-1.36%201.547l.727%2024.75c.024.891.586%201.524%201.36%201.524m8.367-1.524V20.254c0-.844-.633-1.524-1.407-1.524c-.773%200-1.43.68-1.43%201.524v24.773c0%20.844.657%201.524%201.43%201.524c.75%200%201.407-.68%201.407-1.524%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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m44.524%2048.66l1.617-34.265h2.343c.961%200%201.735-.797%201.735-1.758s-.774-1.782-1.735-1.782H38.242V7.34c0-3.352-2.273-5.531-5.882-5.531h-8.766c-3.61%200-5.86%202.18-5.86%205.53v3.516H7.54c-.937%200-1.758.82-1.758%201.782c0%20.96.82%201.758%201.758%201.758h2.344L11.5%2048.684c.164%203.375%202.39%205.507%205.766%205.507h21.492c3.351%200%205.601-2.156%205.765-5.53M21.484%207.574c0-1.336.985-2.273%202.391-2.273h8.227c1.43%200%202.414.937%202.414%202.273v3.281H21.484Zm-3.867%2043.102c-1.36%200-2.367-1.032-2.437-2.39l-1.64-33.891h28.85l-1.546%2033.89c-.07%201.383-1.055%202.39-2.438%202.39Zm17.344-4.125c.773%200%201.36-.633%201.383-1.524l.703-24.75c.023-.89-.586-1.547-1.383-1.547c-.726%200-1.336.68-1.36%201.524l-.702%2024.773c-.024.844.562%201.524%201.359%201.524m-13.898%200c.797%200%201.382-.68%201.359-1.524l-.703-24.773c-.024-.844-.656-1.524-1.383-1.524c-.797%200-1.383.657-1.36%201.547l.727%2024.75c.024.891.586%201.524%201.36%201.524m8.367-1.524V20.254c0-.844-.633-1.524-1.407-1.524c-.773%200-1.43.68-1.43%201.524v24.773c0%20.844.657%201.524%201.43%201.524c.75%200%201.407-.68%201.407-1.524%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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