row delete icon
row-delete from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- row-delete
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Related icons in Huge Icons
Use the row 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-width="1.5"><path d="M21 18.5c0 1.404 0 2.107-.38 2.611a2.1 2.1 0 0 1-.62.552c-.567.337-1.358.337-2.937.337H6.938c-1.58 0-2.37 0-2.938-.337a2.1 2.1 0 0 1-.62-.552C3 20.607 3 19.904 3 18.5s0-2.107.38-2.611c.163-.218.374-.406.62-.552C4.567 15 5.357 15 6.938 15h10.125c1.58 0 2.37 0 2.937.337c.246.146.457.334.62.552c.38.504.38 1.207.38 2.611Z"/><path stroke-linecap="round" d="M12.063 4H6.937C5.358 4 4.568 4 4 4.337a2.1 2.1 0 0 0-.62.552C3 5.393 3 6.096 3 7.5s0 2.107.38 2.611c.163.218.374.406.62.552C4.567 11 5.357 11 6.938 11h10.125c1.58 0 2.37 0 2.937-.337"/><path stroke-linecap="round" stroke-linejoin="round" d="m21 8l-6-6m6 0l-6 6"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsRowDelete(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" strokeWidth="1.5"><path d="M21 18.5c0 1.404 0 2.107-.38 2.611a2.1 2.1 0 0 1-.62.552c-.567.337-1.358.337-2.937.337H6.938c-1.58 0-2.37 0-2.938-.337a2.1 2.1 0 0 1-.62-.552C3 20.607 3 19.904 3 18.5s0-2.107.38-2.611c.163-.218.374-.406.62-.552C4.567 15 5.357 15 6.938 15h10.125c1.58 0 2.37 0 2.937.337c.246.146.457.334.62.552c.38.504.38 1.207.38 2.611Z"/><path strokeLinecap="round" d="M12.063 4H6.937C5.358 4 4.568 4 4 4.337a2.1 2.1 0 0 0-.62.552C3 5.393 3 6.096 3 7.5s0 2.107.38 2.611c.163.218.374.406.62.552C4.567 11 5.357 11 6.938 11h10.125c1.58 0 2.37 0 2.937-.337"/><path strokeLinecap="round" strokeLinejoin="round" d="m21 8l-6-6m6 0l-6 6"/></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-width="1.5"><path d="M21 18.5c0 1.404 0 2.107-.38 2.611a2.1 2.1 0 0 1-.62.552c-.567.337-1.358.337-2.937.337H6.938c-1.58 0-2.37 0-2.938-.337a2.1 2.1 0 0 1-.62-.552C3 20.607 3 19.904 3 18.5s0-2.107.38-2.611c.163-.218.374-.406.62-.552C4.567 15 5.357 15 6.938 15h10.125c1.58 0 2.37 0 2.937.337c.246.146.457.334.62.552c.38.504.38 1.207.38 2.611Z"/><path stroke-linecap="round" d="M12.063 4H6.937C5.358 4 4.568 4 4 4.337a2.1 2.1 0 0 0-.62.552C3 5.393 3 6.096 3 7.5s0 2.107.38 2.611c.163.218.374.406.62.552C4.567 11 5.357 11 6.938 11h10.125c1.58 0 2.37 0 2.937-.337"/><path stroke-linecap="round" stroke-linejoin="round" d="m21 8l-6-6m6 0l-6 6"/></g></svg> </template>
CSS
.icon-row-delete {
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-width%3D%221.5%22%3E%3Cpath%20d%3D%22M21%2018.5c0%201.404%200%202.107-.38%202.611a2.1%202.1%200%200%201-.62.552c-.567.337-1.358.337-2.937.337H6.938c-1.58%200-2.37%200-2.938-.337a2.1%202.1%200%200%201-.62-.552C3%2020.607%203%2019.904%203%2018.5s0-2.107.38-2.611c.163-.218.374-.406.62-.552C4.567%2015%205.357%2015%206.938%2015h10.125c1.58%200%202.37%200%202.937.337c.246.146.457.334.62.552c.38.504.38%201.207.38%202.611Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M12.063%204H6.937C5.358%204%204.568%204%204%204.337a2.1%202.1%200%200%200-.62.552C3%205.393%203%206.096%203%207.5s0%202.107.38%202.611c.163.218.374.406.62.552C4.567%2011%205.357%2011%206.938%2011h10.125c1.58%200%202.37%200%202.937-.337%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m21%208l-6-6m6%200l-6%206%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-width%3D%221.5%22%3E%3Cpath%20d%3D%22M21%2018.5c0%201.404%200%202.107-.38%202.611a2.1%202.1%200%200%201-.62.552c-.567.337-1.358.337-2.937.337H6.938c-1.58%200-2.37%200-2.938-.337a2.1%202.1%200%200%201-.62-.552C3%2020.607%203%2019.904%203%2018.5s0-2.107.38-2.611c.163-.218.374-.406.62-.552C4.567%2015%205.357%2015%206.938%2015h10.125c1.58%200%202.37%200%202.937.337c.246.146.457.334.62.552c.38.504.38%201.207.38%202.611Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M12.063%204H6.937C5.358%204%204.568%204%204%204.337a2.1%202.1%200%200%200-.62.552C3%205.393%203%206.096%203%207.5s0%202.107.38%202.611c.163.218.374.406.62.552C4.567%2011%205.357%2011%206.938%2011h10.125c1.58%200%202.37%200%202.937-.337%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m21%208l-6-6m6%200l-6%206%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/row-delete.svg?color=%231a73e8&size=48