delete left icon
delete-left from Framework7 Icons by Vladimir Kharlampidi · Outline · MIT Free for personal and commercial use.
- Name
- delete-left
- 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 delete left icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M46.035 49.574c4.899 0 7.36-2.414 7.36-7.265V13.69c0-4.851-2.461-7.265-7.36-7.265H25.668c-2.742 0-5.11.703-7.031 2.742L4.832 23.512c-1.523 1.57-2.226 2.976-2.226 4.453c0 1.453.68 2.883 2.226 4.453L18.66 46.691c1.946 2.016 4.29 2.86 7.032 2.86Zm-.046-3.773H25.62c-1.781 0-2.883-.422-4.125-1.688L7.762 29.933c-.797-.82-1.031-1.382-1.031-1.968c0-.61.257-1.172 1.03-1.992l13.712-14.227c1.219-1.242 2.367-1.547 4.125-1.547h20.39c2.344 0 3.633 1.242 3.633 3.68V42.12c0 2.438-1.289 3.68-3.633 3.68m-5.883-8.203c1.007 0 1.828-.797 1.828-1.782c0-.492-.211-.914-.563-1.265l-6.562-6.586l6.562-6.563c.352-.351.563-.797.563-1.265c0-1.008-.844-1.852-1.828-1.852c-.47 0-.915.211-1.266.563l-6.563 6.586l-6.585-6.586c-.352-.352-.774-.563-1.266-.563c-.984 0-1.828.844-1.828 1.852c0 .468.21.914.562 1.265l6.563 6.563l-6.563 6.586c-.351.351-.562.773-.562 1.265c0 .985.82 1.782 1.828 1.782c.516 0 .914-.164 1.242-.492l6.61-6.633l6.585 6.633c.328.328.75.492 1.243.492"/></svg>
React
import type { SVGProps } from "react";
export function F7DeleteLeft(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="M46.035 49.574c4.899 0 7.36-2.414 7.36-7.265V13.69c0-4.851-2.461-7.265-7.36-7.265H25.668c-2.742 0-5.11.703-7.031 2.742L4.832 23.512c-1.523 1.57-2.226 2.976-2.226 4.453c0 1.453.68 2.883 2.226 4.453L18.66 46.691c1.946 2.016 4.29 2.86 7.032 2.86Zm-.046-3.773H25.62c-1.781 0-2.883-.422-4.125-1.688L7.762 29.933c-.797-.82-1.031-1.382-1.031-1.968c0-.61.257-1.172 1.03-1.992l13.712-14.227c1.219-1.242 2.367-1.547 4.125-1.547h20.39c2.344 0 3.633 1.242 3.633 3.68V42.12c0 2.438-1.289 3.68-3.633 3.68m-5.883-8.203c1.007 0 1.828-.797 1.828-1.782c0-.492-.211-.914-.563-1.265l-6.562-6.586l6.562-6.563c.352-.351.563-.797.563-1.265c0-1.008-.844-1.852-1.828-1.852c-.47 0-.915.211-1.266.563l-6.563 6.586l-6.585-6.586c-.352-.352-.774-.563-1.266-.563c-.984 0-1.828.844-1.828 1.852c0 .468.21.914.562 1.265l6.563 6.563l-6.563 6.586c-.351.351-.562.773-.562 1.265c0 .985.82 1.782 1.828 1.782c.516 0 .914-.164 1.242-.492l6.61-6.633l6.585 6.633c.328.328.75.492 1.243.492"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M46.035 49.574c4.899 0 7.36-2.414 7.36-7.265V13.69c0-4.851-2.461-7.265-7.36-7.265H25.668c-2.742 0-5.11.703-7.031 2.742L4.832 23.512c-1.523 1.57-2.226 2.976-2.226 4.453c0 1.453.68 2.883 2.226 4.453L18.66 46.691c1.946 2.016 4.29 2.86 7.032 2.86Zm-.046-3.773H25.62c-1.781 0-2.883-.422-4.125-1.688L7.762 29.933c-.797-.82-1.031-1.382-1.031-1.968c0-.61.257-1.172 1.03-1.992l13.712-14.227c1.219-1.242 2.367-1.547 4.125-1.547h20.39c2.344 0 3.633 1.242 3.633 3.68V42.12c0 2.438-1.289 3.68-3.633 3.68m-5.883-8.203c1.007 0 1.828-.797 1.828-1.782c0-.492-.211-.914-.563-1.265l-6.562-6.586l6.562-6.563c.352-.351.563-.797.563-1.265c0-1.008-.844-1.852-1.828-1.852c-.47 0-.915.211-1.266.563l-6.563 6.586l-6.585-6.586c-.352-.352-.774-.563-1.266-.563c-.984 0-1.828.844-1.828 1.852c0 .468.21.914.562 1.265l6.563 6.563l-6.563 6.586c-.351.351-.562.773-.562 1.265c0 .985.82 1.782 1.828 1.782c.516 0 .914-.164 1.242-.492l6.61-6.633l6.585 6.633c.328.328.75.492 1.243.492"/></svg> </template>
CSS
.icon-delete-left {
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%22M46.035%2049.574c4.899%200%207.36-2.414%207.36-7.265V13.69c0-4.851-2.461-7.265-7.36-7.265H25.668c-2.742%200-5.11.703-7.031%202.742L4.832%2023.512c-1.523%201.57-2.226%202.976-2.226%204.453c0%201.453.68%202.883%202.226%204.453L18.66%2046.691c1.946%202.016%204.29%202.86%207.032%202.86Zm-.046-3.773H25.62c-1.781%200-2.883-.422-4.125-1.688L7.762%2029.933c-.797-.82-1.031-1.382-1.031-1.968c0-.61.257-1.172%201.03-1.992l13.712-14.227c1.219-1.242%202.367-1.547%204.125-1.547h20.39c2.344%200%203.633%201.242%203.633%203.68V42.12c0%202.438-1.289%203.68-3.633%203.68m-5.883-8.203c1.007%200%201.828-.797%201.828-1.782c0-.492-.211-.914-.563-1.265l-6.562-6.586l6.562-6.563c.352-.351.563-.797.563-1.265c0-1.008-.844-1.852-1.828-1.852c-.47%200-.915.211-1.266.563l-6.563%206.586l-6.585-6.586c-.352-.352-.774-.563-1.266-.563c-.984%200-1.828.844-1.828%201.852c0%20.468.21.914.562%201.265l6.563%206.563l-6.563%206.586c-.351.351-.562.773-.562%201.265c0%20.985.82%201.782%201.828%201.782c.516%200%20.914-.164%201.242-.492l6.61-6.633l6.585%206.633c.328.328.75.492%201.243.492%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%22M46.035%2049.574c4.899%200%207.36-2.414%207.36-7.265V13.69c0-4.851-2.461-7.265-7.36-7.265H25.668c-2.742%200-5.11.703-7.031%202.742L4.832%2023.512c-1.523%201.57-2.226%202.976-2.226%204.453c0%201.453.68%202.883%202.226%204.453L18.66%2046.691c1.946%202.016%204.29%202.86%207.032%202.86Zm-.046-3.773H25.62c-1.781%200-2.883-.422-4.125-1.688L7.762%2029.933c-.797-.82-1.031-1.382-1.031-1.968c0-.61.257-1.172%201.03-1.992l13.712-14.227c1.219-1.242%202.367-1.547%204.125-1.547h20.39c2.344%200%203.633%201.242%203.633%203.68V42.12c0%202.438-1.289%203.68-3.633%203.68m-5.883-8.203c1.007%200%201.828-.797%201.828-1.782c0-.492-.211-.914-.563-1.265l-6.562-6.586l6.562-6.563c.352-.351.563-.797.563-1.265c0-1.008-.844-1.852-1.828-1.852c-.47%200-.915.211-1.266.563l-6.563%206.586l-6.585-6.586c-.352-.352-.774-.563-1.266-.563c-.984%200-1.828.844-1.828%201.852c0%20.468.21.914.562%201.265l6.563%206.563l-6.563%206.586c-.351.351-.562.773-.562%201.265c0%20.985.82%201.782%201.828%201.782c.516%200%20.914-.164%201.242-.492l6.61-6.633l6.585%206.633c.328.328.75.492%201.243.492%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/f7/delete-left.svg?color=%231a73e8&size=48