delete icon
delete-solid from Myna UI Icons by Praveen Juge · Solid · MIT Free for personal and commercial use.
- Name
- delete-solid
- Set
- Myna UI Icons
- Style
- Solid
- Viewbox
- 24×24
- License
- MIT
1 other variant in Myna UI 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 IcondeleteOpenMojideletePixelarticonsdeleteTDesign 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"><path fill="currentColor" d="M7.378 5.531a2.75 2.75 0 0 1 1.92-.781h10.297c.598 0 1.294.166 1.863.519c.579.358 1.11.974 1.11 1.856v9.75c0 .882-.531 1.497-1.11 1.856a3.65 3.65 0 0 1-1.863.519H9.298a2.75 2.75 0 0 1-1.92-.781l-5.35-5.216a1.75 1.75 0 0 1 0-2.506zM14.03 9.47a.75.75 0 1 0-1.06 1.06L14.44 12l-1.47 1.47a.75.75 0 1 0 1.06 1.06l1.47-1.47l1.47 1.47a.75.75 0 1 0 1.06-1.06L16.56 12l1.47-1.47a.75.75 0 1 0-1.06-1.06l-1.47 1.47z"/></svg>
React
import type { SVGProps } from "react";
export function MynauiDeleteSolid(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" d="M7.378 5.531a2.75 2.75 0 0 1 1.92-.781h10.297c.598 0 1.294.166 1.863.519c.579.358 1.11.974 1.11 1.856v9.75c0 .882-.531 1.497-1.11 1.856a3.65 3.65 0 0 1-1.863.519H9.298a2.75 2.75 0 0 1-1.92-.781l-5.35-5.216a1.75 1.75 0 0 1 0-2.506zM14.03 9.47a.75.75 0 1 0-1.06 1.06L14.44 12l-1.47 1.47a.75.75 0 1 0 1.06 1.06l1.47-1.47l1.47 1.47a.75.75 0 1 0 1.06-1.06L16.56 12l1.47-1.47a.75.75 0 1 0-1.06-1.06l-1.47 1.47z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.378 5.531a2.75 2.75 0 0 1 1.92-.781h10.297c.598 0 1.294.166 1.863.519c.579.358 1.11.974 1.11 1.856v9.75c0 .882-.531 1.497-1.11 1.856a3.65 3.65 0 0 1-1.863.519H9.298a2.75 2.75 0 0 1-1.92-.781l-5.35-5.216a1.75 1.75 0 0 1 0-2.506zM14.03 9.47a.75.75 0 1 0-1.06 1.06L14.44 12l-1.47 1.47a.75.75 0 1 0 1.06 1.06l1.47-1.47l1.47 1.47a.75.75 0 1 0 1.06-1.06L16.56 12l1.47-1.47a.75.75 0 1 0-1.06-1.06l-1.47 1.47z"/></svg> </template>
CSS
.icon-delete-solid {
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%20d%3D%22M7.378%205.531a2.75%202.75%200%200%201%201.92-.781h10.297c.598%200%201.294.166%201.863.519c.579.358%201.11.974%201.11%201.856v9.75c0%20.882-.531%201.497-1.11%201.856a3.65%203.65%200%200%201-1.863.519H9.298a2.75%202.75%200%200%201-1.92-.781l-5.35-5.216a1.75%201.75%200%200%201%200-2.506zM14.03%209.47a.75.75%200%201%200-1.06%201.06L14.44%2012l-1.47%201.47a.75.75%200%201%200%201.06%201.06l1.47-1.47l1.47%201.47a.75.75%200%201%200%201.06-1.06L16.56%2012l1.47-1.47a.75.75%200%201%200-1.06-1.06l-1.47%201.47z%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%20d%3D%22M7.378%205.531a2.75%202.75%200%200%201%201.92-.781h10.297c.598%200%201.294.166%201.863.519c.579.358%201.11.974%201.11%201.856v9.75c0%20.882-.531%201.497-1.11%201.856a3.65%203.65%200%200%201-1.863.519H9.298a2.75%202.75%200%200%201-1.92-.781l-5.35-5.216a1.75%201.75%200%200%201%200-2.506zM14.03%209.47a.75.75%200%201%200-1.06%201.06L14.44%2012l-1.47%201.47a.75.75%200%201%200%201.06%201.06l1.47-1.47l1.47%201.47a.75.75%200%201%200%201.06-1.06L16.56%2012l1.47-1.47a.75.75%200%201%200-1.06-1.06l-1.47%201.47z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mynaui/delete-solid.svg?color=%231a73e8&size=48