delete-sharp-fill from Keyline Icons by Keyline Icons · Sharp Fill · MIT Free for personal and commercial use.

Name
delete-sharp-fill
Set
Keyline Icons
Style
Sharp Fill
Viewbox
24×24
License
MIT

7 other variants in Keyline Icons

The same icon in other sets

Use the delete icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M1.2475 11.3415L8.2474 3.3415C8.4373 3.1245 8.7116 3 9 3L22 3C22.5523 3 23 3.4477 23 4L23 20C23 20.5523 22.5523 21 22 21L9 21C8.7116 21 8.4373 20.8755 8.2474 20.6585L1.2475 12.6585C1.088 12.4762 1 12.2422 1 12C1 11.7578 1.088 11.5238 1.2475 11.3415ZM11.4142 8L10 9.4142L12.5858 12L10 14.5858L11.4142 16L14 13.4142L16.5858 16L18 14.5858L15.4142 12L18 9.4142L16.5858 8L14 10.5858L11.4142 8Z" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function KeylineIconsDeleteSharpFill(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fillRule="evenodd" d="M1.2475 11.3415L8.2474 3.3415C8.4373 3.1245 8.7116 3 9 3L22 3C22.5523 3 23 3.4477 23 4L23 20C23 20.5523 22.5523 21 22 21L9 21C8.7116 21 8.4373 20.8755 8.2474 20.6585L1.2475 12.6585C1.088 12.4762 1 12.2422 1 12C1 11.7578 1.088 11.5238 1.2475 11.3415ZM11.4142 8L10 9.4142L12.5858 12L10 14.5858L11.4142 16L14 13.4142L16.5858 16L18 14.5858L15.4142 12L18 9.4142L16.5858 8L14 10.5858L11.4142 8Z" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M1.2475 11.3415L8.2474 3.3415C8.4373 3.1245 8.7116 3 9 3L22 3C22.5523 3 23 3.4477 23 4L23 20C23 20.5523 22.5523 21 22 21L9 21C8.7116 21 8.4373 20.8755 8.2474 20.6585L1.2475 12.6585C1.088 12.4762 1 12.2422 1 12C1 11.7578 1.088 11.5238 1.2475 11.3415ZM11.4142 8L10 9.4142L12.5858 12L10 14.5858L11.4142 16L14 13.4142L16.5858 16L18 14.5858L15.4142 12L18 9.4142L16.5858 8L14 10.5858L11.4142 8Z" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-delete-sharp-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M1.2475%2011.3415L8.2474%203.3415C8.4373%203.1245%208.7116%203%209%203L22%203C22.5523%203%2023%203.4477%2023%204L23%2020C23%2020.5523%2022.5523%2021%2022%2021L9%2021C8.7116%2021%208.4373%2020.8755%208.2474%2020.6585L1.2475%2012.6585C1.088%2012.4762%201%2012.2422%201%2012C1%2011.7578%201.088%2011.5238%201.2475%2011.3415ZM11.4142%208L10%209.4142L12.5858%2012L10%2014.5858L11.4142%2016L14%2013.4142L16.5858%2016L18%2014.5858L15.4142%2012L18%209.4142L16.5858%208L14%2010.5858L11.4142%208Z%22%20clip-rule%3D%22evenodd%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M1.2475%2011.3415L8.2474%203.3415C8.4373%203.1245%208.7116%203%209%203L22%203C22.5523%203%2023%203.4477%2023%204L23%2020C23%2020.5523%2022.5523%2021%2022%2021L9%2021C8.7116%2021%208.4373%2020.8755%208.2474%2020.6585L1.2475%2012.6585C1.088%2012.4762%201%2012.2422%201%2012C1%2011.7578%201.088%2011.5238%201.2475%2011.3415ZM11.4142%208L10%209.4142L12.5858%2012L10%2014.5858L11.4142%2016L14%2013.4142L16.5858%2016L18%2014.5858L15.4142%2012L18%209.4142L16.5858%208L14%2010.5858L11.4142%208Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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