delete row icon
delete-row-outlined from Ant Design Icons by HeskeyBaozi · Outlined · MIT Free for personal and commercial use.
- Name
- delete-row-outlined
- Set
- Ant Design Icons
- Style
- Outlined
- Viewbox
- 1024×1024
- License
- MIT
- Aliases
- delete-row
The same icon in other sets
Related icons in Ant Design Icons
Use the delete row icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="m819.8 512l102.4-122.9c2.8-3.4 2.4-8.4-1-11.3c-1.4-1.2-3.2-1.9-5.1-1.9h-54.7c-2.4 0-4.6 1.1-6.1 2.9L782 466.7l-73.1-87.8c-1.5-1.8-3.8-2.9-6.1-2.9H648c-1.9 0-3.7.7-5.1 1.9c-3.4 2.8-3.9 7.9-1 11.3L744.2 512L641.8 634.9c-2.8 3.4-2.4 8.4 1 11.3c1.4 1.2 3.2 1.9 5.1 1.9h54.7c2.4 0 4.6-1.1 6.1-2.9l73.1-87.8l73.1 87.8c1.5 1.8 3.8 2.9 6.1 2.9h55c1.9 0 3.7-.7 5.1-1.9c3.4-2.8 3.9-7.9 1-11.3zM536 464H120c-4.4 0-8 3.6-8 8v80c0 4.4 3.6 8 8 8h416c4.4 0 8-3.6 8-8v-80c0-4.4-3.6-8-8-8m-84 204h-60c-3.3 0-6 2.7-6 6v166H136c-3.3 0-6 2.7-6 6v60c0 3.3 2.7 6 6 6h292c16.6 0 30-13.4 30-30V674c0-3.3-2.7-6-6-6M136 184h250v166c0 3.3 2.7 6 6 6h60c3.3 0 6-2.7 6-6V142c0-16.6-13.4-30-30-30H136c-3.3 0-6 2.7-6 6v60c0 3.3 2.7 6 6 6"/></svg>
React
import type { SVGProps } from "react";
export function AntDesignDeleteRowOutlined(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="m819.8 512l102.4-122.9c2.8-3.4 2.4-8.4-1-11.3c-1.4-1.2-3.2-1.9-5.1-1.9h-54.7c-2.4 0-4.6 1.1-6.1 2.9L782 466.7l-73.1-87.8c-1.5-1.8-3.8-2.9-6.1-2.9H648c-1.9 0-3.7.7-5.1 1.9c-3.4 2.8-3.9 7.9-1 11.3L744.2 512L641.8 634.9c-2.8 3.4-2.4 8.4 1 11.3c1.4 1.2 3.2 1.9 5.1 1.9h54.7c2.4 0 4.6-1.1 6.1-2.9l73.1-87.8l73.1 87.8c1.5 1.8 3.8 2.9 6.1 2.9h55c1.9 0 3.7-.7 5.1-1.9c3.4-2.8 3.9-7.9 1-11.3zM536 464H120c-4.4 0-8 3.6-8 8v80c0 4.4 3.6 8 8 8h416c4.4 0 8-3.6 8-8v-80c0-4.4-3.6-8-8-8m-84 204h-60c-3.3 0-6 2.7-6 6v166H136c-3.3 0-6 2.7-6 6v60c0 3.3 2.7 6 6 6h292c16.6 0 30-13.4 30-30V674c0-3.3-2.7-6-6-6M136 184h250v166c0 3.3 2.7 6 6 6h60c3.3 0 6-2.7 6-6V142c0-16.6-13.4-30-30-30H136c-3.3 0-6 2.7-6 6v60c0 3.3 2.7 6 6 6"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="m819.8 512l102.4-122.9c2.8-3.4 2.4-8.4-1-11.3c-1.4-1.2-3.2-1.9-5.1-1.9h-54.7c-2.4 0-4.6 1.1-6.1 2.9L782 466.7l-73.1-87.8c-1.5-1.8-3.8-2.9-6.1-2.9H648c-1.9 0-3.7.7-5.1 1.9c-3.4 2.8-3.9 7.9-1 11.3L744.2 512L641.8 634.9c-2.8 3.4-2.4 8.4 1 11.3c1.4 1.2 3.2 1.9 5.1 1.9h54.7c2.4 0 4.6-1.1 6.1-2.9l73.1-87.8l73.1 87.8c1.5 1.8 3.8 2.9 6.1 2.9h55c1.9 0 3.7-.7 5.1-1.9c3.4-2.8 3.9-7.9 1-11.3zM536 464H120c-4.4 0-8 3.6-8 8v80c0 4.4 3.6 8 8 8h416c4.4 0 8-3.6 8-8v-80c0-4.4-3.6-8-8-8m-84 204h-60c-3.3 0-6 2.7-6 6v166H136c-3.3 0-6 2.7-6 6v60c0 3.3 2.7 6 6 6h292c16.6 0 30-13.4 30-30V674c0-3.3-2.7-6-6-6M136 184h250v166c0 3.3 2.7 6 6 6h60c3.3 0 6-2.7 6-6V142c0-16.6-13.4-30-30-30H136c-3.3 0-6 2.7-6 6v60c0 3.3 2.7 6 6 6"/></svg> </template>
CSS
.icon-delete-row-outlined {
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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m819.8%20512l102.4-122.9c2.8-3.4%202.4-8.4-1-11.3c-1.4-1.2-3.2-1.9-5.1-1.9h-54.7c-2.4%200-4.6%201.1-6.1%202.9L782%20466.7l-73.1-87.8c-1.5-1.8-3.8-2.9-6.1-2.9H648c-1.9%200-3.7.7-5.1%201.9c-3.4%202.8-3.9%207.9-1%2011.3L744.2%20512L641.8%20634.9c-2.8%203.4-2.4%208.4%201%2011.3c1.4%201.2%203.2%201.9%205.1%201.9h54.7c2.4%200%204.6-1.1%206.1-2.9l73.1-87.8l73.1%2087.8c1.5%201.8%203.8%202.9%206.1%202.9h55c1.9%200%203.7-.7%205.1-1.9c3.4-2.8%203.9-7.9%201-11.3zM536%20464H120c-4.4%200-8%203.6-8%208v80c0%204.4%203.6%208%208%208h416c4.4%200%208-3.6%208-8v-80c0-4.4-3.6-8-8-8m-84%20204h-60c-3.3%200-6%202.7-6%206v166H136c-3.3%200-6%202.7-6%206v60c0%203.3%202.7%206%206%206h292c16.6%200%2030-13.4%2030-30V674c0-3.3-2.7-6-6-6M136%20184h250v166c0%203.3%202.7%206%206%206h60c3.3%200%206-2.7%206-6V142c0-16.6-13.4-30-30-30H136c-3.3%200-6%202.7-6%206v60c0%203.3%202.7%206%206%206%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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m819.8%20512l102.4-122.9c2.8-3.4%202.4-8.4-1-11.3c-1.4-1.2-3.2-1.9-5.1-1.9h-54.7c-2.4%200-4.6%201.1-6.1%202.9L782%20466.7l-73.1-87.8c-1.5-1.8-3.8-2.9-6.1-2.9H648c-1.9%200-3.7.7-5.1%201.9c-3.4%202.8-3.9%207.9-1%2011.3L744.2%20512L641.8%20634.9c-2.8%203.4-2.4%208.4%201%2011.3c1.4%201.2%203.2%201.9%205.1%201.9h54.7c2.4%200%204.6-1.1%206.1-2.9l73.1-87.8l73.1%2087.8c1.5%201.8%203.8%202.9%206.1%202.9h55c1.9%200%203.7-.7%205.1-1.9c3.4-2.8%203.9-7.9%201-11.3zM536%20464H120c-4.4%200-8%203.6-8%208v80c0%204.4%203.6%208%208%208h416c4.4%200%208-3.6%208-8v-80c0-4.4-3.6-8-8-8m-84%20204h-60c-3.3%200-6%202.7-6%206v166H136c-3.3%200-6%202.7-6%206v60c0%203.3%202.7%206%206%206h292c16.6%200%2030-13.4%2030-30V674c0-3.3-2.7-6-6-6M136%20184h250v166c0%203.3%202.7%206%206%206h60c3.3%200%206-2.7%206-6V142c0-16.6-13.4-30-30-30H136c-3.3%200-6%202.7-6%206v60c0%203.3%202.7%206%206%206%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ant-design/delete-row-outlined.svg?color=%231a73e8&size=48