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

Name
delete-right
Set
Framework7 Icons
Style
Outline
Viewbox
56×56
License
MIT

1 other variant in Framework7 Icons

Related icons in Framework7 Icons

Use the delete right icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="m9.965 49.574l20.344-.023c2.742 0 5.109-.844 7.03-2.86l13.829-14.273c1.547-1.57 2.227-3 2.227-4.453c0-1.477-.68-2.883-2.227-4.453L37.363 9.168c-1.922-2.04-4.289-2.742-7.031-2.742H9.965c-4.875 0-7.36 2.414-7.36 7.265V42.31c0 4.851 2.485 7.265 7.36 7.265m.07-3.773c-2.344 0-3.656-1.242-3.656-3.68V13.88c0-2.438 1.312-3.68 3.656-3.68h20.367c1.758 0 2.93.305 4.125 1.547l13.711 14.227c.774.82 1.055 1.383 1.055 1.992c0 .586-.258 1.148-1.055 1.969l-13.734 14.18c-1.219 1.265-2.344 1.687-4.125 1.687Zm5.86-8.203c.515 0 .913-.164 1.242-.492l6.609-6.633l6.61 6.633c.304.328.726.492 1.218.492c1.008 0 1.828-.797 1.828-1.782c0-.492-.21-.914-.562-1.265l-6.54-6.586l6.54-6.563c.351-.351.562-.797.562-1.265c0-1.008-.843-1.852-1.828-1.852c-.469 0-.89.211-1.242.563l-6.586 6.586l-6.586-6.586c-.352-.352-.773-.563-1.266-.563c-.984 0-1.804.844-1.804 1.852c0 .468.187.914.539 1.265l6.562 6.563l-6.562 6.586a1.74 1.74 0 0 0-.54 1.265c0 .985.798 1.782 1.805 1.782"/></svg>

React

import type { SVGProps } from "react";

export function F7DeleteRight(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="m9.965 49.574l20.344-.023c2.742 0 5.109-.844 7.03-2.86l13.829-14.273c1.547-1.57 2.227-3 2.227-4.453c0-1.477-.68-2.883-2.227-4.453L37.363 9.168c-1.922-2.04-4.289-2.742-7.031-2.742H9.965c-4.875 0-7.36 2.414-7.36 7.265V42.31c0 4.851 2.485 7.265 7.36 7.265m.07-3.773c-2.344 0-3.656-1.242-3.656-3.68V13.88c0-2.438 1.312-3.68 3.656-3.68h20.367c1.758 0 2.93.305 4.125 1.547l13.711 14.227c.774.82 1.055 1.383 1.055 1.992c0 .586-.258 1.148-1.055 1.969l-13.734 14.18c-1.219 1.265-2.344 1.687-4.125 1.687Zm5.86-8.203c.515 0 .913-.164 1.242-.492l6.609-6.633l6.61 6.633c.304.328.726.492 1.218.492c1.008 0 1.828-.797 1.828-1.782c0-.492-.21-.914-.562-1.265l-6.54-6.586l6.54-6.563c.351-.351.562-.797.562-1.265c0-1.008-.843-1.852-1.828-1.852c-.469 0-.89.211-1.242.563l-6.586 6.586l-6.586-6.586c-.352-.352-.773-.563-1.266-.563c-.984 0-1.804.844-1.804 1.852c0 .468.187.914.539 1.265l6.562 6.563l-6.562 6.586a1.74 1.74 0 0 0-.54 1.265c0 .985.798 1.782 1.805 1.782"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="m9.965 49.574l20.344-.023c2.742 0 5.109-.844 7.03-2.86l13.829-14.273c1.547-1.57 2.227-3 2.227-4.453c0-1.477-.68-2.883-2.227-4.453L37.363 9.168c-1.922-2.04-4.289-2.742-7.031-2.742H9.965c-4.875 0-7.36 2.414-7.36 7.265V42.31c0 4.851 2.485 7.265 7.36 7.265m.07-3.773c-2.344 0-3.656-1.242-3.656-3.68V13.88c0-2.438 1.312-3.68 3.656-3.68h20.367c1.758 0 2.93.305 4.125 1.547l13.711 14.227c.774.82 1.055 1.383 1.055 1.992c0 .586-.258 1.148-1.055 1.969l-13.734 14.18c-1.219 1.265-2.344 1.687-4.125 1.687Zm5.86-8.203c.515 0 .913-.164 1.242-.492l6.609-6.633l6.61 6.633c.304.328.726.492 1.218.492c1.008 0 1.828-.797 1.828-1.782c0-.492-.21-.914-.562-1.265l-6.54-6.586l6.54-6.563c.351-.351.562-.797.562-1.265c0-1.008-.843-1.852-1.828-1.852c-.469 0-.89.211-1.242.563l-6.586 6.586l-6.586-6.586c-.352-.352-.773-.563-1.266-.563c-.984 0-1.804.844-1.804 1.852c0 .468.187.914.539 1.265l6.562 6.563l-6.562 6.586a1.74 1.74 0 0 0-.54 1.265c0 .985.798 1.782 1.805 1.782"/></svg>
</template>

CSS

.icon-delete-right {
  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%22m9.965%2049.574l20.344-.023c2.742%200%205.109-.844%207.03-2.86l13.829-14.273c1.547-1.57%202.227-3%202.227-4.453c0-1.477-.68-2.883-2.227-4.453L37.363%209.168c-1.922-2.04-4.289-2.742-7.031-2.742H9.965c-4.875%200-7.36%202.414-7.36%207.265V42.31c0%204.851%202.485%207.265%207.36%207.265m.07-3.773c-2.344%200-3.656-1.242-3.656-3.68V13.88c0-2.438%201.312-3.68%203.656-3.68h20.367c1.758%200%202.93.305%204.125%201.547l13.711%2014.227c.774.82%201.055%201.383%201.055%201.992c0%20.586-.258%201.148-1.055%201.969l-13.734%2014.18c-1.219%201.265-2.344%201.687-4.125%201.687Zm5.86-8.203c.515%200%20.913-.164%201.242-.492l6.609-6.633l6.61%206.633c.304.328.726.492%201.218.492c1.008%200%201.828-.797%201.828-1.782c0-.492-.21-.914-.562-1.265l-6.54-6.586l6.54-6.563c.351-.351.562-.797.562-1.265c0-1.008-.843-1.852-1.828-1.852c-.469%200-.89.211-1.242.563l-6.586%206.586l-6.586-6.586c-.352-.352-.773-.563-1.266-.563c-.984%200-1.804.844-1.804%201.852c0%20.468.187.914.539%201.265l6.562%206.563l-6.562%206.586a1.74%201.74%200%200%200-.54%201.265c0%20.985.798%201.782%201.805%201.782%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%22m9.965%2049.574l20.344-.023c2.742%200%205.109-.844%207.03-2.86l13.829-14.273c1.547-1.57%202.227-3%202.227-4.453c0-1.477-.68-2.883-2.227-4.453L37.363%209.168c-1.922-2.04-4.289-2.742-7.031-2.742H9.965c-4.875%200-7.36%202.414-7.36%207.265V42.31c0%204.851%202.485%207.265%207.36%207.265m.07-3.773c-2.344%200-3.656-1.242-3.656-3.68V13.88c0-2.438%201.312-3.68%203.656-3.68h20.367c1.758%200%202.93.305%204.125%201.547l13.711%2014.227c.774.82%201.055%201.383%201.055%201.992c0%20.586-.258%201.148-1.055%201.969l-13.734%2014.18c-1.219%201.265-2.344%201.687-4.125%201.687Zm5.86-8.203c.515%200%20.913-.164%201.242-.492l6.609-6.633l6.61%206.633c.304.328.726.492%201.218.492c1.008%200%201.828-.797%201.828-1.782c0-.492-.21-.914-.562-1.265l-6.54-6.586l6.54-6.563c.351-.351.562-.797.562-1.265c0-1.008-.843-1.852-1.828-1.852c-.469%200-.89.211-1.242.563l-6.586%206.586l-6.586-6.586c-.352-.352-.773-.563-1.266-.563c-.984%200-1.804.844-1.804%201.852c0%20.468.187.914.539%201.265l6.562%206.563l-6.562%206.586a1.74%201.74%200%200%200-.54%201.265c0%20.985.798%201.782%201.805%201.782%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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