trash slash icon
trash-slash from Framework7 Icons by Vladimir Kharlampidi · Outline · MIT Free for personal and commercial use.
- Name
- trash-slash
- Set
- Framework7 Icons
- Style
- Outline
- Viewbox
- 56×56
- License
- MIT
1 other variant in Framework7 Icons
Related icons in Framework7 Icons
Use the trash slash icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="m41.148 34.926l3.563 3.562l1.148-24.093h2.344c.961 0 1.734-.797 1.734-1.758s-.773-1.782-1.734-1.782H37.961V7.34c0-3.352-2.274-5.531-5.883-5.531h-8.766c-3.609 0-5.859 2.18-5.859 5.53v3.024h-.82l4.008 4.032h21.468Zm8.18 17.25c.703.703 1.875.703 2.555 0c.68-.727.703-1.852 0-2.555L6.672 4.387c-.703-.703-1.875-.727-2.578 0c-.68.68-.68 1.851 0 2.531Zm-28.125-41.32V7.573c0-1.336.96-2.273 2.39-2.273h8.227c1.43 0 2.414.937 2.414 2.273v3.281ZM16.984 54.19h21.492c2.508 0 4.43-1.265 5.204-3.28l.023-.446l-3.117-3.094l-.024.914c-.07 1.383-1.054 2.39-2.46 2.39h-20.79c-1.336 0-2.343-1.03-2.414-2.39l-1.359-27.96l-3.844-3.844l1.524 32.203c.164 3.375 2.367 5.507 5.765 5.507m12.164-31.31v-2.625c0-.844-.656-1.524-1.43-1.524c-.398 0-.796.211-1.007.54v1.195Zm7.313 7.36l.281-9.962c.024-.89-.562-1.547-1.36-1.547c-.726 0-1.335.68-1.359 1.524l-.21 7.336ZM20.78 46.55c.797 0 1.383-.68 1.36-1.524l-.493-16.593l-2.789-2.813l.54 19.406c.023.891.609 1.524 1.382 1.524m6.938 0c.773 0 1.43-.68 1.43-1.524v-9.14l-2.837-2.79v11.93c0 .844.657 1.524 1.407 1.524m6.96 0c.774 0 1.337-.633 1.36-1.524l.07-2.156l-2.648-2.672l-.14 4.828c-.024.844.562 1.524 1.359 1.524"/></svg>
React
import type { SVGProps } from "react";
export function F7TrashSlash(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="m41.148 34.926l3.563 3.562l1.148-24.093h2.344c.961 0 1.734-.797 1.734-1.758s-.773-1.782-1.734-1.782H37.961V7.34c0-3.352-2.274-5.531-5.883-5.531h-8.766c-3.609 0-5.859 2.18-5.859 5.53v3.024h-.82l4.008 4.032h21.468Zm8.18 17.25c.703.703 1.875.703 2.555 0c.68-.727.703-1.852 0-2.555L6.672 4.387c-.703-.703-1.875-.727-2.578 0c-.68.68-.68 1.851 0 2.531Zm-28.125-41.32V7.573c0-1.336.96-2.273 2.39-2.273h8.227c1.43 0 2.414.937 2.414 2.273v3.281ZM16.984 54.19h21.492c2.508 0 4.43-1.265 5.204-3.28l.023-.446l-3.117-3.094l-.024.914c-.07 1.383-1.054 2.39-2.46 2.39h-20.79c-1.336 0-2.343-1.03-2.414-2.39l-1.359-27.96l-3.844-3.844l1.524 32.203c.164 3.375 2.367 5.507 5.765 5.507m12.164-31.31v-2.625c0-.844-.656-1.524-1.43-1.524c-.398 0-.796.211-1.007.54v1.195Zm7.313 7.36l.281-9.962c.024-.89-.562-1.547-1.36-1.547c-.726 0-1.335.68-1.359 1.524l-.21 7.336ZM20.78 46.55c.797 0 1.383-.68 1.36-1.524l-.493-16.593l-2.789-2.813l.54 19.406c.023.891.609 1.524 1.382 1.524m6.938 0c.773 0 1.43-.68 1.43-1.524v-9.14l-2.837-2.79v11.93c0 .844.657 1.524 1.407 1.524m6.96 0c.774 0 1.337-.633 1.36-1.524l.07-2.156l-2.648-2.672l-.14 4.828c-.024.844.562 1.524 1.359 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="m41.148 34.926l3.563 3.562l1.148-24.093h2.344c.961 0 1.734-.797 1.734-1.758s-.773-1.782-1.734-1.782H37.961V7.34c0-3.352-2.274-5.531-5.883-5.531h-8.766c-3.609 0-5.859 2.18-5.859 5.53v3.024h-.82l4.008 4.032h21.468Zm8.18 17.25c.703.703 1.875.703 2.555 0c.68-.727.703-1.852 0-2.555L6.672 4.387c-.703-.703-1.875-.727-2.578 0c-.68.68-.68 1.851 0 2.531Zm-28.125-41.32V7.573c0-1.336.96-2.273 2.39-2.273h8.227c1.43 0 2.414.937 2.414 2.273v3.281ZM16.984 54.19h21.492c2.508 0 4.43-1.265 5.204-3.28l.023-.446l-3.117-3.094l-.024.914c-.07 1.383-1.054 2.39-2.46 2.39h-20.79c-1.336 0-2.343-1.03-2.414-2.39l-1.359-27.96l-3.844-3.844l1.524 32.203c.164 3.375 2.367 5.507 5.765 5.507m12.164-31.31v-2.625c0-.844-.656-1.524-1.43-1.524c-.398 0-.796.211-1.007.54v1.195Zm7.313 7.36l.281-9.962c.024-.89-.562-1.547-1.36-1.547c-.726 0-1.335.68-1.359 1.524l-.21 7.336ZM20.78 46.55c.797 0 1.383-.68 1.36-1.524l-.493-16.593l-2.789-2.813l.54 19.406c.023.891.609 1.524 1.382 1.524m6.938 0c.773 0 1.43-.68 1.43-1.524v-9.14l-2.837-2.79v11.93c0 .844.657 1.524 1.407 1.524m6.96 0c.774 0 1.337-.633 1.36-1.524l.07-2.156l-2.648-2.672l-.14 4.828c-.024.844.562 1.524 1.359 1.524"/></svg> </template>
CSS
.icon-trash-slash {
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%22m41.148%2034.926l3.563%203.562l1.148-24.093h2.344c.961%200%201.734-.797%201.734-1.758s-.773-1.782-1.734-1.782H37.961V7.34c0-3.352-2.274-5.531-5.883-5.531h-8.766c-3.609%200-5.859%202.18-5.859%205.53v3.024h-.82l4.008%204.032h21.468Zm8.18%2017.25c.703.703%201.875.703%202.555%200c.68-.727.703-1.852%200-2.555L6.672%204.387c-.703-.703-1.875-.727-2.578%200c-.68.68-.68%201.851%200%202.531Zm-28.125-41.32V7.573c0-1.336.96-2.273%202.39-2.273h8.227c1.43%200%202.414.937%202.414%202.273v3.281ZM16.984%2054.19h21.492c2.508%200%204.43-1.265%205.204-3.28l.023-.446l-3.117-3.094l-.024.914c-.07%201.383-1.054%202.39-2.46%202.39h-20.79c-1.336%200-2.343-1.03-2.414-2.39l-1.359-27.96l-3.844-3.844l1.524%2032.203c.164%203.375%202.367%205.507%205.765%205.507m12.164-31.31v-2.625c0-.844-.656-1.524-1.43-1.524c-.398%200-.796.211-1.007.54v1.195Zm7.313%207.36l.281-9.962c.024-.89-.562-1.547-1.36-1.547c-.726%200-1.335.68-1.359%201.524l-.21%207.336ZM20.78%2046.55c.797%200%201.383-.68%201.36-1.524l-.493-16.593l-2.789-2.813l.54%2019.406c.023.891.609%201.524%201.382%201.524m6.938%200c.773%200%201.43-.68%201.43-1.524v-9.14l-2.837-2.79v11.93c0%20.844.657%201.524%201.407%201.524m6.96%200c.774%200%201.337-.633%201.36-1.524l.07-2.156l-2.648-2.672l-.14%204.828c-.024.844.562%201.524%201.359%201.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%22m41.148%2034.926l3.563%203.562l1.148-24.093h2.344c.961%200%201.734-.797%201.734-1.758s-.773-1.782-1.734-1.782H37.961V7.34c0-3.352-2.274-5.531-5.883-5.531h-8.766c-3.609%200-5.859%202.18-5.859%205.53v3.024h-.82l4.008%204.032h21.468Zm8.18%2017.25c.703.703%201.875.703%202.555%200c.68-.727.703-1.852%200-2.555L6.672%204.387c-.703-.703-1.875-.727-2.578%200c-.68.68-.68%201.851%200%202.531Zm-28.125-41.32V7.573c0-1.336.96-2.273%202.39-2.273h8.227c1.43%200%202.414.937%202.414%202.273v3.281ZM16.984%2054.19h21.492c2.508%200%204.43-1.265%205.204-3.28l.023-.446l-3.117-3.094l-.024.914c-.07%201.383-1.054%202.39-2.46%202.39h-20.79c-1.336%200-2.343-1.03-2.414-2.39l-1.359-27.96l-3.844-3.844l1.524%2032.203c.164%203.375%202.367%205.507%205.765%205.507m12.164-31.31v-2.625c0-.844-.656-1.524-1.43-1.524c-.398%200-.796.211-1.007.54v1.195Zm7.313%207.36l.281-9.962c.024-.89-.562-1.547-1.36-1.547c-.726%200-1.335.68-1.359%201.524l-.21%207.336ZM20.78%2046.55c.797%200%201.383-.68%201.36-1.524l-.493-16.593l-2.789-2.813l.54%2019.406c.023.891.609%201.524%201.382%201.524m6.938%200c.773%200%201.43-.68%201.43-1.524v-9.14l-2.837-2.79v11.93c0%20.844.657%201.524%201.407%201.524m6.96%200c.774%200%201.337-.633%201.36-1.524l.07-2.156l-2.648-2.672l-.14%204.828c-.024.844.562%201.524%201.359%201.524%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/f7/trash-slash.svg?color=%231a73e8&size=48