delete off icon
delete-off-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.
- Name
- delete-off-20-regular
- Set
- Fluent UI System Icons
- Style
- 20 Regular
- Viewbox
- 20×20
- License
- MIT
3 other variants in Fluent UI System Icons
The same icon in other sets
Related icons in Fluent UI System Icons
Use the delete off icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M3.293 4L2.146 2.854a.5.5 0 1 1 .708-.708l15 15a.5.5 0 0 1-.708.708l-1.998-2A3 3 0 0 1 12.272 18H7.728a3 3 0 0 1-2.98-2.656L3.554 5H2.5a.5.5 0 0 1 0-1zm10.993 10.993L12 12.707V14a.5.5 0 0 1-1 0v-2.293l-2-2V14a.5.5 0 0 1-1 0V8.707L4.596 5.303l1.145 9.926A2 2 0 0 0 7.728 17h4.544a2 2 0 0 0 1.987-1.77zM11 8.88l1 1V8a.5.5 0 0 0-1 0zM15.439 5l-.86 7.457l.902.903l.965-8.36H17.5a.5.5 0 0 0 0-1h-5a2.5 2.5 0 0 0-5 0H6.121l1 1zM11.5 4h-3a1.5 1.5 0 1 1 3 0"/></svg>
React
import type { SVGProps } from "react";
export function FluentDeleteOff20Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M3.293 4L2.146 2.854a.5.5 0 1 1 .708-.708l15 15a.5.5 0 0 1-.708.708l-1.998-2A3 3 0 0 1 12.272 18H7.728a3 3 0 0 1-2.98-2.656L3.554 5H2.5a.5.5 0 0 1 0-1zm10.993 10.993L12 12.707V14a.5.5 0 0 1-1 0v-2.293l-2-2V14a.5.5 0 0 1-1 0V8.707L4.596 5.303l1.145 9.926A2 2 0 0 0 7.728 17h4.544a2 2 0 0 0 1.987-1.77zM11 8.88l1 1V8a.5.5 0 0 0-1 0zM15.439 5l-.86 7.457l.902.903l.965-8.36H17.5a.5.5 0 0 0 0-1h-5a2.5 2.5 0 0 0-5 0H6.121l1 1zM11.5 4h-3a1.5 1.5 0 1 1 3 0"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M3.293 4L2.146 2.854a.5.5 0 1 1 .708-.708l15 15a.5.5 0 0 1-.708.708l-1.998-2A3 3 0 0 1 12.272 18H7.728a3 3 0 0 1-2.98-2.656L3.554 5H2.5a.5.5 0 0 1 0-1zm10.993 10.993L12 12.707V14a.5.5 0 0 1-1 0v-2.293l-2-2V14a.5.5 0 0 1-1 0V8.707L4.596 5.303l1.145 9.926A2 2 0 0 0 7.728 17h4.544a2 2 0 0 0 1.987-1.77zM11 8.88l1 1V8a.5.5 0 0 0-1 0zM15.439 5l-.86 7.457l.902.903l.965-8.36H17.5a.5.5 0 0 0 0-1h-5a2.5 2.5 0 0 0-5 0H6.121l1 1zM11.5 4h-3a1.5 1.5 0 1 1 3 0"/></svg> </template>
CSS
.icon-delete-off-20-regular {
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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3.293%204L2.146%202.854a.5.5%200%201%201%20.708-.708l15%2015a.5.5%200%200%201-.708.708l-1.998-2A3%203%200%200%201%2012.272%2018H7.728a3%203%200%200%201-2.98-2.656L3.554%205H2.5a.5.5%200%200%201%200-1zm10.993%2010.993L12%2012.707V14a.5.5%200%200%201-1%200v-2.293l-2-2V14a.5.5%200%200%201-1%200V8.707L4.596%205.303l1.145%209.926A2%202%200%200%200%207.728%2017h4.544a2%202%200%200%200%201.987-1.77zM11%208.88l1%201V8a.5.5%200%200%200-1%200zM15.439%205l-.86%207.457l.902.903l.965-8.36H17.5a.5.5%200%200%200%200-1h-5a2.5%202.5%200%200%200-5%200H6.121l1%201zM11.5%204h-3a1.5%201.5%200%201%201%203%200%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3.293%204L2.146%202.854a.5.5%200%201%201%20.708-.708l15%2015a.5.5%200%200%201-.708.708l-1.998-2A3%203%200%200%201%2012.272%2018H7.728a3%203%200%200%201-2.98-2.656L3.554%205H2.5a.5.5%200%200%201%200-1zm10.993%2010.993L12%2012.707V14a.5.5%200%200%201-1%200v-2.293l-2-2V14a.5.5%200%200%201-1%200V8.707L4.596%205.303l1.145%209.926A2%202%200%200%200%207.728%2017h4.544a2%202%200%200%200%201.987-1.77zM11%208.88l1%201V8a.5.5%200%200%200-1%200zM15.439%205l-.86%207.457l.902.903l.965-8.36H17.5a.5.5%200%200%200%200-1h-5a2.5%202.5%200%200%200-5%200H6.121l1%201zM11.5%204h-3a1.5%201.5%200%201%201%203%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/delete-off-20-regular.svg?color=%231a73e8&size=48