delete 04 icon
delete-04 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- delete-04
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
Use the delete 04 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-linecap="round" stroke-width="1.5"><path d="m19.5 5.5l-.402 6.506M4.5 5.5l.605 10.025c.154 2.567.232 3.85.874 4.774c.317.456.726.842 1.2 1.131c.671.41 1.502.533 2.821.57"/><path stroke-linejoin="round" d="m20 15l-7 7m7 0l-7-7"/><path d="M3 5.5h18m-4.944 0l-.683-1.408c-.453-.936-.68-1.403-1.071-1.695a2 2 0 0 0-.275-.172C13.594 2 13.074 2 12.035 2c-1.066 0-1.599 0-2.04.234a2 2 0 0 0-.278.18c-.395.303-.616.788-1.058 1.757L8.053 5.5"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsDelete04(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" strokeLinecap="round" strokeWidth="1.5"><path d="m19.5 5.5l-.402 6.506M4.5 5.5l.605 10.025c.154 2.567.232 3.85.874 4.774c.317.456.726.842 1.2 1.131c.671.41 1.502.533 2.821.57"/><path strokeLinejoin="round" d="m20 15l-7 7m7 0l-7-7"/><path d="M3 5.5h18m-4.944 0l-.683-1.408c-.453-.936-.68-1.403-1.071-1.695a2 2 0 0 0-.275-.172C13.594 2 13.074 2 12.035 2c-1.066 0-1.599 0-2.04.234a2 2 0 0 0-.278.18c-.395.303-.616.788-1.058 1.757L8.053 5.5"/></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-linecap="round" stroke-width="1.5"><path d="m19.5 5.5l-.402 6.506M4.5 5.5l.605 10.025c.154 2.567.232 3.85.874 4.774c.317.456.726.842 1.2 1.131c.671.41 1.502.533 2.821.57"/><path stroke-linejoin="round" d="m20 15l-7 7m7 0l-7-7"/><path d="M3 5.5h18m-4.944 0l-.683-1.408c-.453-.936-.68-1.403-1.071-1.695a2 2 0 0 0-.275-.172C13.594 2 13.074 2 12.035 2c-1.066 0-1.599 0-2.04.234a2 2 0 0 0-.278.18c-.395.303-.616.788-1.058 1.757L8.053 5.5"/></g></svg> </template>
CSS
.icon-delete-04 {
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-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22m19.5%205.5l-.402%206.506M4.5%205.5l.605%2010.025c.154%202.567.232%203.85.874%204.774c.317.456.726.842%201.2%201.131c.671.41%201.502.533%202.821.57%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22m20%2015l-7%207m7%200l-7-7%22%2F%3E%3Cpath%20d%3D%22M3%205.5h18m-4.944%200l-.683-1.408c-.453-.936-.68-1.403-1.071-1.695a2%202%200%200%200-.275-.172C13.594%202%2013.074%202%2012.035%202c-1.066%200-1.599%200-2.04.234a2%202%200%200%200-.278.18c-.395.303-.616.788-1.058%201.757L8.053%205.5%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-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22m19.5%205.5l-.402%206.506M4.5%205.5l.605%2010.025c.154%202.567.232%203.85.874%204.774c.317.456.726.842%201.2%201.131c.671.41%201.502.533%202.821.57%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22m20%2015l-7%207m7%200l-7-7%22%2F%3E%3Cpath%20d%3D%22M3%205.5h18m-4.944%200l-.683-1.408c-.453-.936-.68-1.403-1.071-1.695a2%202%200%200%200-.275-.172C13.594%202%2013.074%202%2012.035%202c-1.066%200-1.599%200-2.04.234a2%202%200%200%200-.278.18c-.395.303-.616.788-1.058%201.757L8.053%205.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/delete-04.svg?color=%231a73e8&size=48