trash icon
trash-fill from Framework7 Icons by Vladimir Kharlampidi · Fill · MIT Free for personal and commercial use.
- Name
- trash-fill
- Set
- Framework7 Icons
- Style
- Fill
- Viewbox
- 56×56
- License
- MIT
1 other variant in Framework7 Icons
The same icon in other sets
trashAkar IconstrashBootstrap IconstrashBoxIcons v2trashBoxIcons v2 SolidtrashCodiconstrash-fillEva IconstrashFont Awesome 6 SolidtrashFont Awesome SolidtrashFeather Iconstrashcss.ggtrashHeroIconstrashHuge IconstrashHumbleiconstrashIconoirtrashIonIconstrashJam IconstrashLine AwesometrashMaterial Line IconstrashLucidetrashMage IconstrashMajesticonstrashMyna UI Iconstrash-16OcticonstrashPhosphor
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="m11.64 14.664l1.5 34.242c.118 2.93 1.876 4.524 4.758 4.524h20.227c2.883 0 4.64-1.594 4.758-4.524l1.5-34.242h2.695c.961 0 1.734-.797 1.734-1.758c0-.96-.773-1.781-1.734-1.781h-9.633V7.773c0-3.21-2.133-5.203-5.156-5.203h-8.625c-3.023 0-5.133 1.993-5.133 5.203v3.352H8.945c-.937 0-1.758.82-1.758 1.781s.82 1.758 1.758 1.758Zm10.079-6.89c0-1.336.984-2.274 2.39-2.274h7.758c1.43 0 2.414.938 2.414 2.273v3.352H21.72Zm13.898 40.874c-.914 0-1.547-.796-1.523-1.757l.96-27.188c.048-.937.727-1.71 1.571-1.71c.867 0 1.57.75 1.547 1.71l-1.055 27.211c-.023 1.008-.633 1.734-1.5 1.734m-15.21 0c-.868 0-1.477-.726-1.5-1.734l-1.055-27.21c-.024-.985.68-1.712 1.546-1.712c.844 0 1.547.774 1.57 1.711l.962 27.188c.023.96-.61 1.757-1.524 1.757m9.21-1.757c0 .96-.75 1.757-1.594 1.757c-.843 0-1.593-.796-1.593-1.757V19.703c0-.937.75-1.71 1.593-1.71c.844 0 1.618.773 1.618 1.71Z"/></svg>
React
import type { SVGProps } from "react";
export function F7TrashFill(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="m11.64 14.664l1.5 34.242c.118 2.93 1.876 4.524 4.758 4.524h20.227c2.883 0 4.64-1.594 4.758-4.524l1.5-34.242h2.695c.961 0 1.734-.797 1.734-1.758c0-.96-.773-1.781-1.734-1.781h-9.633V7.773c0-3.21-2.133-5.203-5.156-5.203h-8.625c-3.023 0-5.133 1.993-5.133 5.203v3.352H8.945c-.937 0-1.758.82-1.758 1.781s.82 1.758 1.758 1.758Zm10.079-6.89c0-1.336.984-2.274 2.39-2.274h7.758c1.43 0 2.414.938 2.414 2.273v3.352H21.72Zm13.898 40.874c-.914 0-1.547-.796-1.523-1.757l.96-27.188c.048-.937.727-1.71 1.571-1.71c.867 0 1.57.75 1.547 1.71l-1.055 27.211c-.023 1.008-.633 1.734-1.5 1.734m-15.21 0c-.868 0-1.477-.726-1.5-1.734l-1.055-27.21c-.024-.985.68-1.712 1.546-1.712c.844 0 1.547.774 1.57 1.711l.962 27.188c.023.96-.61 1.757-1.524 1.757m9.21-1.757c0 .96-.75 1.757-1.594 1.757c-.843 0-1.593-.796-1.593-1.757V19.703c0-.937.75-1.71 1.593-1.71c.844 0 1.618.773 1.618 1.71Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="m11.64 14.664l1.5 34.242c.118 2.93 1.876 4.524 4.758 4.524h20.227c2.883 0 4.64-1.594 4.758-4.524l1.5-34.242h2.695c.961 0 1.734-.797 1.734-1.758c0-.96-.773-1.781-1.734-1.781h-9.633V7.773c0-3.21-2.133-5.203-5.156-5.203h-8.625c-3.023 0-5.133 1.993-5.133 5.203v3.352H8.945c-.937 0-1.758.82-1.758 1.781s.82 1.758 1.758 1.758Zm10.079-6.89c0-1.336.984-2.274 2.39-2.274h7.758c1.43 0 2.414.938 2.414 2.273v3.352H21.72Zm13.898 40.874c-.914 0-1.547-.796-1.523-1.757l.96-27.188c.048-.937.727-1.71 1.571-1.71c.867 0 1.57.75 1.547 1.71l-1.055 27.211c-.023 1.008-.633 1.734-1.5 1.734m-15.21 0c-.868 0-1.477-.726-1.5-1.734l-1.055-27.21c-.024-.985.68-1.712 1.546-1.712c.844 0 1.547.774 1.57 1.711l.962 27.188c.023.96-.61 1.757-1.524 1.757m9.21-1.757c0 .96-.75 1.757-1.594 1.757c-.843 0-1.593-.796-1.593-1.757V19.703c0-.937.75-1.71 1.593-1.71c.844 0 1.618.773 1.618 1.71Z"/></svg> </template>
CSS
.icon-trash-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%22m11.64%2014.664l1.5%2034.242c.118%202.93%201.876%204.524%204.758%204.524h20.227c2.883%200%204.64-1.594%204.758-4.524l1.5-34.242h2.695c.961%200%201.734-.797%201.734-1.758c0-.96-.773-1.781-1.734-1.781h-9.633V7.773c0-3.21-2.133-5.203-5.156-5.203h-8.625c-3.023%200-5.133%201.993-5.133%205.203v3.352H8.945c-.937%200-1.758.82-1.758%201.781s.82%201.758%201.758%201.758Zm10.079-6.89c0-1.336.984-2.274%202.39-2.274h7.758c1.43%200%202.414.938%202.414%202.273v3.352H21.72Zm13.898%2040.874c-.914%200-1.547-.796-1.523-1.757l.96-27.188c.048-.937.727-1.71%201.571-1.71c.867%200%201.57.75%201.547%201.71l-1.055%2027.211c-.023%201.008-.633%201.734-1.5%201.734m-15.21%200c-.868%200-1.477-.726-1.5-1.734l-1.055-27.21c-.024-.985.68-1.712%201.546-1.712c.844%200%201.547.774%201.57%201.711l.962%2027.188c.023.96-.61%201.757-1.524%201.757m9.21-1.757c0%20.96-.75%201.757-1.594%201.757c-.843%200-1.593-.796-1.593-1.757V19.703c0-.937.75-1.71%201.593-1.71c.844%200%201.618.773%201.618%201.71Z%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%22m11.64%2014.664l1.5%2034.242c.118%202.93%201.876%204.524%204.758%204.524h20.227c2.883%200%204.64-1.594%204.758-4.524l1.5-34.242h2.695c.961%200%201.734-.797%201.734-1.758c0-.96-.773-1.781-1.734-1.781h-9.633V7.773c0-3.21-2.133-5.203-5.156-5.203h-8.625c-3.023%200-5.133%201.993-5.133%205.203v3.352H8.945c-.937%200-1.758.82-1.758%201.781s.82%201.758%201.758%201.758Zm10.079-6.89c0-1.336.984-2.274%202.39-2.274h7.758c1.43%200%202.414.938%202.414%202.273v3.352H21.72Zm13.898%2040.874c-.914%200-1.547-.796-1.523-1.757l.96-27.188c.048-.937.727-1.71%201.571-1.71c.867%200%201.57.75%201.547%201.71l-1.055%2027.211c-.023%201.008-.633%201.734-1.5%201.734m-15.21%200c-.868%200-1.477-.726-1.5-1.734l-1.055-27.21c-.024-.985.68-1.712%201.546-1.712c.844%200%201.547.774%201.57%201.711l.962%2027.188c.023.96-.61%201.757-1.524%201.757m9.21-1.757c0%20.96-.75%201.757-1.594%201.757c-.843%200-1.593-.796-1.593-1.757V19.703c0-.937.75-1.71%201.593-1.71c.844%200%201.618.773%201.618%201.71Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/f7/trash-fill.svg?color=%231a73e8&size=48