trash-slash-fill from Framework7 Icons by Vladimir Kharlampidi · Fill · MIT Free for personal and commercial use.

Name
trash-slash-fill
Set
Framework7 Icons
Style
Fill
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="m43.094 37.094l.984-22.43h2.695c.961 0 1.734-.797 1.734-1.758c0-.96-.773-1.781-1.734-1.781h-9.632V7.773c0-3.21-2.133-5.203-5.157-5.203H23.36c-3.023 0-5.133 1.993-5.133 5.203v3.352h-1.101l9.14 9.14v-1.218c.235-.633.797-1.055 1.43-1.055c.867 0 1.617.774 1.617 1.711v3.633l5.11 5.086l.328-8.719c.047-.937.726-1.71 1.57-1.71c.867 0 1.57.75 1.547 1.71l-.469 11.695Zm6.234 15.351c.703.703 1.875.703 2.555 0c.68-.726.703-1.851 0-2.554L6.672 4.656c-.703-.703-1.875-.726-2.578 0c-.68.68-.68 1.852 0 2.532Zm-27.914-41.32V7.773c0-1.335.96-2.273 2.39-2.273h7.758c1.43 0 2.414.938 2.414 2.273v3.352Zm-3.82 42.305h20.203c2.531 0 4.219-1.242 4.64-3.47l.024-.468l-5.508-5.508l-.14 2.93c-.024 1.008-.657 1.734-1.5 1.734c-.915 0-1.547-.796-1.524-1.757l.21-5.836l-4.687-4.688v10.524c0 .96-.75 1.757-1.617 1.757c-.843 0-1.57-.796-1.57-1.757V33.156l-5.18-5.203l.68 18.938c.023.96-.633 1.757-1.523 1.757c-.868 0-1.477-.726-1.5-1.734l-.868-22.148l-6.21-6.235l1.312 30.375c.117 2.93 1.851 4.524 4.758 4.524"/></svg>

React

import type { SVGProps } from "react";

export function F7TrashSlashFill(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="m43.094 37.094l.984-22.43h2.695c.961 0 1.734-.797 1.734-1.758c0-.96-.773-1.781-1.734-1.781h-9.632V7.773c0-3.21-2.133-5.203-5.157-5.203H23.36c-3.023 0-5.133 1.993-5.133 5.203v3.352h-1.101l9.14 9.14v-1.218c.235-.633.797-1.055 1.43-1.055c.867 0 1.617.774 1.617 1.711v3.633l5.11 5.086l.328-8.719c.047-.937.726-1.71 1.57-1.71c.867 0 1.57.75 1.547 1.71l-.469 11.695Zm6.234 15.351c.703.703 1.875.703 2.555 0c.68-.726.703-1.851 0-2.554L6.672 4.656c-.703-.703-1.875-.726-2.578 0c-.68.68-.68 1.852 0 2.532Zm-27.914-41.32V7.773c0-1.335.96-2.273 2.39-2.273h7.758c1.43 0 2.414.938 2.414 2.273v3.352Zm-3.82 42.305h20.203c2.531 0 4.219-1.242 4.64-3.47l.024-.468l-5.508-5.508l-.14 2.93c-.024 1.008-.657 1.734-1.5 1.734c-.915 0-1.547-.796-1.524-1.757l.21-5.836l-4.687-4.688v10.524c0 .96-.75 1.757-1.617 1.757c-.843 0-1.57-.796-1.57-1.757V33.156l-5.18-5.203l.68 18.938c.023.96-.633 1.757-1.523 1.757c-.868 0-1.477-.726-1.5-1.734l-.868-22.148l-6.21-6.235l1.312 30.375c.117 2.93 1.851 4.524 4.758 4.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="m43.094 37.094l.984-22.43h2.695c.961 0 1.734-.797 1.734-1.758c0-.96-.773-1.781-1.734-1.781h-9.632V7.773c0-3.21-2.133-5.203-5.157-5.203H23.36c-3.023 0-5.133 1.993-5.133 5.203v3.352h-1.101l9.14 9.14v-1.218c.235-.633.797-1.055 1.43-1.055c.867 0 1.617.774 1.617 1.711v3.633l5.11 5.086l.328-8.719c.047-.937.726-1.71 1.57-1.71c.867 0 1.57.75 1.547 1.71l-.469 11.695Zm6.234 15.351c.703.703 1.875.703 2.555 0c.68-.726.703-1.851 0-2.554L6.672 4.656c-.703-.703-1.875-.726-2.578 0c-.68.68-.68 1.852 0 2.532Zm-27.914-41.32V7.773c0-1.335.96-2.273 2.39-2.273h7.758c1.43 0 2.414.938 2.414 2.273v3.352Zm-3.82 42.305h20.203c2.531 0 4.219-1.242 4.64-3.47l.024-.468l-5.508-5.508l-.14 2.93c-.024 1.008-.657 1.734-1.5 1.734c-.915 0-1.547-.796-1.524-1.757l.21-5.836l-4.687-4.688v10.524c0 .96-.75 1.757-1.617 1.757c-.843 0-1.57-.796-1.57-1.757V33.156l-5.18-5.203l.68 18.938c.023.96-.633 1.757-1.523 1.757c-.868 0-1.477-.726-1.5-1.734l-.868-22.148l-6.21-6.235l1.312 30.375c.117 2.93 1.851 4.524 4.758 4.524"/></svg>
</template>

CSS

.icon-trash-slash-fill {
  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%22m43.094%2037.094l.984-22.43h2.695c.961%200%201.734-.797%201.734-1.758c0-.96-.773-1.781-1.734-1.781h-9.632V7.773c0-3.21-2.133-5.203-5.157-5.203H23.36c-3.023%200-5.133%201.993-5.133%205.203v3.352h-1.101l9.14%209.14v-1.218c.235-.633.797-1.055%201.43-1.055c.867%200%201.617.774%201.617%201.711v3.633l5.11%205.086l.328-8.719c.047-.937.726-1.71%201.57-1.71c.867%200%201.57.75%201.547%201.71l-.469%2011.695Zm6.234%2015.351c.703.703%201.875.703%202.555%200c.68-.726.703-1.851%200-2.554L6.672%204.656c-.703-.703-1.875-.726-2.578%200c-.68.68-.68%201.852%200%202.532Zm-27.914-41.32V7.773c0-1.335.96-2.273%202.39-2.273h7.758c1.43%200%202.414.938%202.414%202.273v3.352Zm-3.82%2042.305h20.203c2.531%200%204.219-1.242%204.64-3.47l.024-.468l-5.508-5.508l-.14%202.93c-.024%201.008-.657%201.734-1.5%201.734c-.915%200-1.547-.796-1.524-1.757l.21-5.836l-4.687-4.688v10.524c0%20.96-.75%201.757-1.617%201.757c-.843%200-1.57-.796-1.57-1.757V33.156l-5.18-5.203l.68%2018.938c.023.96-.633%201.757-1.523%201.757c-.868%200-1.477-.726-1.5-1.734l-.868-22.148l-6.21-6.235l1.312%2030.375c.117%202.93%201.851%204.524%204.758%204.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%22m43.094%2037.094l.984-22.43h2.695c.961%200%201.734-.797%201.734-1.758c0-.96-.773-1.781-1.734-1.781h-9.632V7.773c0-3.21-2.133-5.203-5.157-5.203H23.36c-3.023%200-5.133%201.993-5.133%205.203v3.352h-1.101l9.14%209.14v-1.218c.235-.633.797-1.055%201.43-1.055c.867%200%201.617.774%201.617%201.711v3.633l5.11%205.086l.328-8.719c.047-.937.726-1.71%201.57-1.71c.867%200%201.57.75%201.547%201.71l-.469%2011.695Zm6.234%2015.351c.703.703%201.875.703%202.555%200c.68-.726.703-1.851%200-2.554L6.672%204.656c-.703-.703-1.875-.726-2.578%200c-.68.68-.68%201.852%200%202.532Zm-27.914-41.32V7.773c0-1.335.96-2.273%202.39-2.273h7.758c1.43%200%202.414.938%202.414%202.273v3.352Zm-3.82%2042.305h20.203c2.531%200%204.219-1.242%204.64-3.47l.024-.468l-5.508-5.508l-.14%202.93c-.024%201.008-.657%201.734-1.5%201.734c-.915%200-1.547-.796-1.524-1.757l.21-5.836l-4.687-4.688v10.524c0%20.96-.75%201.757-1.617%201.757c-.843%200-1.57-.796-1.57-1.757V33.156l-5.18-5.203l.68%2018.938c.023.96-.633%201.757-1.523%201.757c-.868%200-1.477-.726-1.5-1.734l-.868-22.148l-6.21-6.235l1.312%2030.375c.117%202.93%201.851%204.524%204.758%204.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-fill.svg?color=%231a73e8&size=48