delete icon
delete from Carbon by IBM · Outline · Actions · Apache-2.0 Free for personal and commercial use.
- Name
- delete
- Set
- Carbon
- Style
- Outline
- Category
- Actions
- Viewbox
- 32×32
- License
- Apache 2.0
The same icon in other sets
More actions icons from Carbon
activity-taskadapter-notificationaddadd-altadd-commentadd-largealign-box-bottom-centeralign-box-bottom-leftalign-box-bottom-rightalign-box-middle-centeralign-box-middle-leftalign-box-middle-rightalign-box-top-centeralign-box-top-leftalign-box-top-rightalign-horizontal-centeralign-horizontal-leftalign-horizontal-rightalign-vertical-bottomalign-vertical-centeralign-vertical-topappsareaarea-custom
Use the delete icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M29 26H12a1 1 0 0 1-.707-.293l-9-9a1 1 0 0 1 0-1.414l9-9A1 1 0 0 1 12 6h17a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1m-16.586-2H28V8H12.414l-8 8z"/><path fill="currentColor" d="M20.414 16L25 11.414L23.586 10L19 14.586L14.414 10L13 11.414L17.586 16L13 20.586L14.414 22L19 17.414L23.586 22L25 20.586z"/></svg>
React
import type { SVGProps } from "react";
export function CarbonDelete(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M29 26H12a1 1 0 0 1-.707-.293l-9-9a1 1 0 0 1 0-1.414l9-9A1 1 0 0 1 12 6h17a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1m-16.586-2H28V8H12.414l-8 8z"/><path fill="currentColor" d="M20.414 16L25 11.414L23.586 10L19 14.586L14.414 10L13 11.414L17.586 16L13 20.586L14.414 22L19 17.414L23.586 22L25 20.586z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M29 26H12a1 1 0 0 1-.707-.293l-9-9a1 1 0 0 1 0-1.414l9-9A1 1 0 0 1 12 6h17a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1m-16.586-2H28V8H12.414l-8 8z"/><path fill="currentColor" d="M20.414 16L25 11.414L23.586 10L19 14.586L14.414 10L13 11.414L17.586 16L13 20.586L14.414 22L19 17.414L23.586 22L25 20.586z"/></svg> </template>
CSS
.icon-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M29%2026H12a1%201%200%200%201-.707-.293l-9-9a1%201%200%200%201%200-1.414l9-9A1%201%200%200%201%2012%206h17a1%201%200%200%201%201%201v18a1%201%200%200%201-1%201m-16.586-2H28V8H12.414l-8%208z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20.414%2016L25%2011.414L23.586%2010L19%2014.586L14.414%2010L13%2011.414L17.586%2016L13%2020.586L14.414%2022L19%2017.414L23.586%2022L25%2020.586z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M29%2026H12a1%201%200%200%201-.707-.293l-9-9a1%201%200%200%201%200-1.414l9-9A1%201%200%200%201%2012%206h17a1%201%200%200%201%201%201v18a1%201%200%200%201-1%201m-16.586-2H28V8H12.414l-8%208z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20.414%2016L25%2011.414L23.586%2010L19%2014.586L14.414%2010L13%2011.414L17.586%2016L13%2020.586L14.414%2022L19%2017.414L23.586%2022L25%2020.586z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/delete.svg?color=%231a73e8&size=48