delete icon
delete-sharp-two-tone from Keyline Icons by Keyline Icons · Sharp Two Tone · MIT Free for personal and commercial use.
- Name
- delete-sharp-two-tone
- Set
- Keyline Icons
- Style
- Sharp Two Tone
- Viewbox
- 24×24
- License
- MIT
7 other variants in Keyline Icons
The same icon in other sets
delete-filledAnt Design IconsdeleteCarbondeleteElement PlusdeleteFeather Iconsdelete-12-filledFluent UI System IconsdeleteIconParkdeleteIconPark OutlinedeleteIconPark SoliddeleteIconPark TwoTonedeleteJam IconsdeleteLucidedeleteMaterial SymbolsdeleteMaterial Symbols LightdeleteMaterial Design Iconsdelete-fillMingCute IcondeleteMyna UI IconsdeleteOpenMojideletePixelarticonsdeleteTDesign Iconsdelete-outlinedWeUI Icon
Use the delete icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="2"><path fill="currentColor" fill-opacity=".4" 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.3415Z" stroke="none"/><path d="M2.0001 12L9 4L22 4L22 20L9 20L2.0001 12ZM10.7071 8.7071L17.2929 15.2929M17.2929 8.7071L10.7071 15.2929"/></g></svg>
React
import type { SVGProps } from "react";
export function KeylineIconsDeleteSharpTwoTone(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinejoin="round" strokeWidth="2"><path fill="currentColor" fillOpacity=".4" 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.3415Z" stroke="none"/><path d="M2.0001 12L9 4L22 4L22 20L9 20L2.0001 12ZM10.7071 8.7071L17.2929 15.2929M17.2929 8.7071L10.7071 15.2929"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="2"><path fill="currentColor" fill-opacity=".4" 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.3415Z" stroke="none"/><path d="M2.0001 12L9 4L22 4L22 20L9 20L2.0001 12ZM10.7071 8.7071L17.2929 15.2929M17.2929 8.7071L10.7071 15.2929"/></g></svg> </template>
CSS
.icon-delete-sharp-two-tone {
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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-opacity%3D%22.4%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.3415Z%22%20stroke%3D%22none%22%2F%3E%3Cpath%20d%3D%22M2.0001%2012L9%204L22%204L22%2020L9%2020L2.0001%2012ZM10.7071%208.7071L17.2929%2015.2929M17.2929%208.7071L10.7071%2015.2929%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-opacity%3D%22.4%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.3415Z%22%20stroke%3D%22none%22%2F%3E%3Cpath%20d%3D%22M2.0001%2012L9%204L22%204L22%2020L9%2020L2.0001%2012ZM10.7071%208.7071L17.2929%2015.2929M17.2929%208.7071L10.7071%2015.2929%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/keyline-icons/delete-sharp-two-tone.svg?color=%231a73e8&size=48