delete forever icon
delete-forever-28-regular from Fluent UI System Icons by Microsoft Corporation · 28 Regular · MIT Free for personal and commercial use.
- Name
- delete-forever-28-regular
- Set
- Fluent UI System Icons
- Style
- 28 Regular
- Viewbox
- 28×28
- 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 forever icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path d="M19.5 16a5.5 5.5 0 1 1 0 11a5.5 5.5 0 0 1 0-11zM14 2.25a3.75 3.75 0 0 1 3.745 3.55l.005.2h5.5a.75.75 0 0 1 .102 1.493l-.102.007h-1.059l-.634 7.832a6.468 6.468 0 0 0-1.48-.307l.61-7.525H7.313l1.211 14.932a2.25 2.25 0 0 0 2.243 2.068l2.966.001c.287.551.651 1.056 1.077 1.5L10.767 26a3.75 3.75 0 0 1-3.738-3.447L5.808 7.5H4.75a.75.75 0 0 1-.743-.648L4 6.75a.75.75 0 0 1 .648-.743L4.75 6h5.5A3.75 3.75 0 0 1 14 2.25zm3.024 16.774a.5.5 0 0 0 0 .707l1.769 1.77l-1.767 1.766a.5.5 0 0 0 .707.708l1.767-1.767l1.77 1.769a.5.5 0 0 0 .707-.707L20.208 21.5l1.771-1.77a.5.5 0 1 0-.707-.707l-1.771 1.77l-1.77-1.77a.5.5 0 0 0-.707 0zM14 3.75a2.25 2.25 0 0 0-2.245 2.096L11.75 6h4.5l-.005-.154A2.25 2.25 0 0 0 14 3.75z" fill="currentColor" fill-rule="nonzero"/></svg>
React
import type { SVGProps } from "react";
export function FluentDeleteForever28Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path d="M19.5 16a5.5 5.5 0 1 1 0 11a5.5 5.5 0 0 1 0-11zM14 2.25a3.75 3.75 0 0 1 3.745 3.55l.005.2h5.5a.75.75 0 0 1 .102 1.493l-.102.007h-1.059l-.634 7.832a6.468 6.468 0 0 0-1.48-.307l.61-7.525H7.313l1.211 14.932a2.25 2.25 0 0 0 2.243 2.068l2.966.001c.287.551.651 1.056 1.077 1.5L10.767 26a3.75 3.75 0 0 1-3.738-3.447L5.808 7.5H4.75a.75.75 0 0 1-.743-.648L4 6.75a.75.75 0 0 1 .648-.743L4.75 6h5.5A3.75 3.75 0 0 1 14 2.25zm3.024 16.774a.5.5 0 0 0 0 .707l1.769 1.77l-1.767 1.766a.5.5 0 0 0 .707.708l1.767-1.767l1.77 1.769a.5.5 0 0 0 .707-.707L20.208 21.5l1.771-1.77a.5.5 0 1 0-.707-.707l-1.771 1.77l-1.77-1.77a.5.5 0 0 0-.707 0zM14 3.75a2.25 2.25 0 0 0-2.245 2.096L11.75 6h4.5l-.005-.154A2.25 2.25 0 0 0 14 3.75z" fill="currentColor" fillRule="nonzero"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path d="M19.5 16a5.5 5.5 0 1 1 0 11a5.5 5.5 0 0 1 0-11zM14 2.25a3.75 3.75 0 0 1 3.745 3.55l.005.2h5.5a.75.75 0 0 1 .102 1.493l-.102.007h-1.059l-.634 7.832a6.468 6.468 0 0 0-1.48-.307l.61-7.525H7.313l1.211 14.932a2.25 2.25 0 0 0 2.243 2.068l2.966.001c.287.551.651 1.056 1.077 1.5L10.767 26a3.75 3.75 0 0 1-3.738-3.447L5.808 7.5H4.75a.75.75 0 0 1-.743-.648L4 6.75a.75.75 0 0 1 .648-.743L4.75 6h5.5A3.75 3.75 0 0 1 14 2.25zm3.024 16.774a.5.5 0 0 0 0 .707l1.769 1.77l-1.767 1.766a.5.5 0 0 0 .707.708l1.767-1.767l1.77 1.769a.5.5 0 0 0 .707-.707L20.208 21.5l1.771-1.77a.5.5 0 1 0-.707-.707l-1.771 1.77l-1.77-1.77a.5.5 0 0 0-.707 0zM14 3.75a2.25 2.25 0 0 0-2.245 2.096L11.75 6h4.5l-.005-.154A2.25 2.25 0 0 0 14 3.75z" fill="currentColor" fill-rule="nonzero"/></svg> </template>
CSS
.icon-delete-forever-28-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%2028%2028%22%3E%3Cpath%20d%3D%22M19.5%2016a5.5%205.5%200%201%201%200%2011a5.5%205.5%200%200%201%200-11zM14%202.25a3.75%203.75%200%200%201%203.745%203.55l.005.2h5.5a.75.75%200%200%201%20.102%201.493l-.102.007h-1.059l-.634%207.832a6.468%206.468%200%200%200-1.48-.307l.61-7.525H7.313l1.211%2014.932a2.25%202.25%200%200%200%202.243%202.068l2.966.001c.287.551.651%201.056%201.077%201.5L10.767%2026a3.75%203.75%200%200%201-3.738-3.447L5.808%207.5H4.75a.75.75%200%200%201-.743-.648L4%206.75a.75.75%200%200%201%20.648-.743L4.75%206h5.5A3.75%203.75%200%200%201%2014%202.25zm3.024%2016.774a.5.5%200%200%200%200%20.707l1.769%201.77l-1.767%201.766a.5.5%200%200%200%20.707.708l1.767-1.767l1.77%201.769a.5.5%200%200%200%20.707-.707L20.208%2021.5l1.771-1.77a.5.5%200%201%200-.707-.707l-1.771%201.77l-1.77-1.77a.5.5%200%200%200-.707%200zM14%203.75a2.25%202.25%200%200%200-2.245%202.096L11.75%206h4.5l-.005-.154A2.25%202.25%200%200%200%2014%203.75z%22%20fill%3D%22currentColor%22%20fill-rule%3D%22nonzero%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%2028%2028%22%3E%3Cpath%20d%3D%22M19.5%2016a5.5%205.5%200%201%201%200%2011a5.5%205.5%200%200%201%200-11zM14%202.25a3.75%203.75%200%200%201%203.745%203.55l.005.2h5.5a.75.75%200%200%201%20.102%201.493l-.102.007h-1.059l-.634%207.832a6.468%206.468%200%200%200-1.48-.307l.61-7.525H7.313l1.211%2014.932a2.25%202.25%200%200%200%202.243%202.068l2.966.001c.287.551.651%201.056%201.077%201.5L10.767%2026a3.75%203.75%200%200%201-3.738-3.447L5.808%207.5H4.75a.75.75%200%200%201-.743-.648L4%206.75a.75.75%200%200%201%20.648-.743L4.75%206h5.5A3.75%203.75%200%200%201%2014%202.25zm3.024%2016.774a.5.5%200%200%200%200%20.707l1.769%201.77l-1.767%201.766a.5.5%200%200%200%20.707.708l1.767-1.767l1.77%201.769a.5.5%200%200%200%20.707-.707L20.208%2021.5l1.771-1.77a.5.5%200%201%200-.707-.707l-1.771%201.77l-1.77-1.77a.5.5%200%200%200-.707%200zM14%203.75a2.25%202.25%200%200%200-2.245%202.096L11.75%206h4.5l-.005-.154A2.25%202.25%200%200%200%2014%203.75z%22%20fill%3D%22currentColor%22%20fill-rule%3D%22nonzero%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/delete-forever-28-regular.svg?color=%231a73e8&size=48