delete column icon
delete-column-outlined from Ant Design Icons by HeskeyBaozi · Outlined · MIT Free for personal and commercial use.
- Name
- delete-column-outlined
- Set
- Ant Design Icons
- Style
- Outlined
- Viewbox
- 1024×1024
- License
- MIT
- Aliases
- delete-column
The same icon in other sets
Related icons in Ant Design Icons
Use the delete column icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M651.1 641.9c-1.4-1.2-3.2-1.9-5.1-1.9h-54.7c-2.4 0-4.6 1.1-6.1 2.9L512 730.7l-73.1-87.8c-1.5-1.8-3.8-2.9-6.1-2.9H378c-1.9 0-3.7.7-5.1 1.9c-3.4 2.8-3.9 7.9-1 11.3L474.2 776L371.8 898.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.3L549.8 776l102.4-122.9c2.8-3.4 2.3-8.4-1.1-11.2M472 544h80c4.4 0 8-3.6 8-8V120c0-4.4-3.6-8-8-8h-80c-4.4 0-8 3.6-8 8v416c0 4.4 3.6 8 8 8M350 386H184V136c0-3.3-2.7-6-6-6h-60c-3.3 0-6 2.7-6 6v292c0 16.6 13.4 30 30 30h208c3.3 0 6-2.7 6-6v-60c0-3.3-2.7-6-6-6m556-256h-60c-3.3 0-6 2.7-6 6v250H674c-3.3 0-6 2.7-6 6v60c0 3.3 2.7 6 6 6h208c16.6 0 30-13.4 30-30V136c0-3.3-2.7-6-6-6"/></svg>
React
import type { SVGProps } from "react";
export function AntDesignDeleteColumnOutlined(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="M651.1 641.9c-1.4-1.2-3.2-1.9-5.1-1.9h-54.7c-2.4 0-4.6 1.1-6.1 2.9L512 730.7l-73.1-87.8c-1.5-1.8-3.8-2.9-6.1-2.9H378c-1.9 0-3.7.7-5.1 1.9c-3.4 2.8-3.9 7.9-1 11.3L474.2 776L371.8 898.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.3L549.8 776l102.4-122.9c2.8-3.4 2.3-8.4-1.1-11.2M472 544h80c4.4 0 8-3.6 8-8V120c0-4.4-3.6-8-8-8h-80c-4.4 0-8 3.6-8 8v416c0 4.4 3.6 8 8 8M350 386H184V136c0-3.3-2.7-6-6-6h-60c-3.3 0-6 2.7-6 6v292c0 16.6 13.4 30 30 30h208c3.3 0 6-2.7 6-6v-60c0-3.3-2.7-6-6-6m556-256h-60c-3.3 0-6 2.7-6 6v250H674c-3.3 0-6 2.7-6 6v60c0 3.3 2.7 6 6 6h208c16.6 0 30-13.4 30-30V136c0-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="M651.1 641.9c-1.4-1.2-3.2-1.9-5.1-1.9h-54.7c-2.4 0-4.6 1.1-6.1 2.9L512 730.7l-73.1-87.8c-1.5-1.8-3.8-2.9-6.1-2.9H378c-1.9 0-3.7.7-5.1 1.9c-3.4 2.8-3.9 7.9-1 11.3L474.2 776L371.8 898.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.3L549.8 776l102.4-122.9c2.8-3.4 2.3-8.4-1.1-11.2M472 544h80c4.4 0 8-3.6 8-8V120c0-4.4-3.6-8-8-8h-80c-4.4 0-8 3.6-8 8v416c0 4.4 3.6 8 8 8M350 386H184V136c0-3.3-2.7-6-6-6h-60c-3.3 0-6 2.7-6 6v292c0 16.6 13.4 30 30 30h208c3.3 0 6-2.7 6-6v-60c0-3.3-2.7-6-6-6m556-256h-60c-3.3 0-6 2.7-6 6v250H674c-3.3 0-6 2.7-6 6v60c0 3.3 2.7 6 6 6h208c16.6 0 30-13.4 30-30V136c0-3.3-2.7-6-6-6"/></svg> </template>
CSS
.icon-delete-column-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%22M651.1%20641.9c-1.4-1.2-3.2-1.9-5.1-1.9h-54.7c-2.4%200-4.6%201.1-6.1%202.9L512%20730.7l-73.1-87.8c-1.5-1.8-3.8-2.9-6.1-2.9H378c-1.9%200-3.7.7-5.1%201.9c-3.4%202.8-3.9%207.9-1%2011.3L474.2%20776L371.8%20898.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.3L549.8%20776l102.4-122.9c2.8-3.4%202.3-8.4-1.1-11.2M472%20544h80c4.4%200%208-3.6%208-8V120c0-4.4-3.6-8-8-8h-80c-4.4%200-8%203.6-8%208v416c0%204.4%203.6%208%208%208M350%20386H184V136c0-3.3-2.7-6-6-6h-60c-3.3%200-6%202.7-6%206v292c0%2016.6%2013.4%2030%2030%2030h208c3.3%200%206-2.7%206-6v-60c0-3.3-2.7-6-6-6m556-256h-60c-3.3%200-6%202.7-6%206v250H674c-3.3%200-6%202.7-6%206v60c0%203.3%202.7%206%206%206h208c16.6%200%2030-13.4%2030-30V136c0-3.3-2.7-6-6-6%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%22M651.1%20641.9c-1.4-1.2-3.2-1.9-5.1-1.9h-54.7c-2.4%200-4.6%201.1-6.1%202.9L512%20730.7l-73.1-87.8c-1.5-1.8-3.8-2.9-6.1-2.9H378c-1.9%200-3.7.7-5.1%201.9c-3.4%202.8-3.9%207.9-1%2011.3L474.2%20776L371.8%20898.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.3L549.8%20776l102.4-122.9c2.8-3.4%202.3-8.4-1.1-11.2M472%20544h80c4.4%200%208-3.6%208-8V120c0-4.4-3.6-8-8-8h-80c-4.4%200-8%203.6-8%208v416c0%204.4%203.6%208%208%208M350%20386H184V136c0-3.3-2.7-6-6-6h-60c-3.3%200-6%202.7-6%206v292c0%2016.6%2013.4%2030%2030%2030h208c3.3%200%206-2.7%206-6v-60c0-3.3-2.7-6-6-6m556-256h-60c-3.3%200-6%202.7-6%206v250H674c-3.3%200-6%202.7-6%206v60c0%203.3%202.7%206%206%206h208c16.6%200%2030-13.4%2030-30V136c0-3.3-2.7-6-6-6%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ant-design/delete-column-outlined.svg?color=%231a73e8&size=48