delete-forever-28-filled from Fluent UI System Icons by Microsoft Corporation · 28 Filled · MIT Free for personal and commercial use.

Name
delete-forever-28-filled
Set
Fluent UI System Icons
Style
28 Filled
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 2a4 4 0 0 1 3.995 3.8L18 6h5a1 1 0 0 1 .117 1.993L23 8h-.849l-.594 7.332a6.5 6.5 0 0 0-6.746 10.669L10.766 26a3.75 3.75 0 0 1-3.738-3.447L5.848 8H5a1 1 0 0 1-.993-.883L4 7a1 1 0 0 1 .883-.993L5 6h5a4 4 0 0 1 4-4zm3.73 17.024l-.068-.058a.5.5 0 0 0-.569 0l-.07.058l-.057.07a.5.5 0 0 0 0 .568l.058.07l1.77 1.769l-1.768 1.766l-.057.07a.5.5 0 0 0 0 .568l.057.07l.07.057a.5.5 0 0 0 .568 0l.07-.057l1.766-1.767l1.77 1.769l.069.058a.5.5 0 0 0 .568 0l.07-.058l.057-.07a.5.5 0 0 0 0-.568l-.057-.07l-1.77-1.768l1.772-1.77l.058-.069a.5.5 0 0 0 0-.569l-.058-.069l-.069-.058a.5.5 0 0 0-.569 0l-.069.058l-1.772 1.77l-1.77-1.77l-.068-.058l.069.058zM14 4a2 2 0 0 0-1.995 1.85L12 6h4l-.005-.15A2 2 0 0 0 14 4z" fill="currentColor" fill-rule="nonzero"/></svg>

React

import type { SVGProps } from "react";

export function FluentDeleteForever28Filled(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 2a4 4 0 0 1 3.995 3.8L18 6h5a1 1 0 0 1 .117 1.993L23 8h-.849l-.594 7.332a6.5 6.5 0 0 0-6.746 10.669L10.766 26a3.75 3.75 0 0 1-3.738-3.447L5.848 8H5a1 1 0 0 1-.993-.883L4 7a1 1 0 0 1 .883-.993L5 6h5a4 4 0 0 1 4-4zm3.73 17.024l-.068-.058a.5.5 0 0 0-.569 0l-.07.058l-.057.07a.5.5 0 0 0 0 .568l.058.07l1.77 1.769l-1.768 1.766l-.057.07a.5.5 0 0 0 0 .568l.057.07l.07.057a.5.5 0 0 0 .568 0l.07-.057l1.766-1.767l1.77 1.769l.069.058a.5.5 0 0 0 .568 0l.07-.058l.057-.07a.5.5 0 0 0 0-.568l-.057-.07l-1.77-1.768l1.772-1.77l.058-.069a.5.5 0 0 0 0-.569l-.058-.069l-.069-.058a.5.5 0 0 0-.569 0l-.069.058l-1.772 1.77l-1.77-1.77l-.068-.058l.069.058zM14 4a2 2 0 0 0-1.995 1.85L12 6h4l-.005-.15A2 2 0 0 0 14 4z" 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 2a4 4 0 0 1 3.995 3.8L18 6h5a1 1 0 0 1 .117 1.993L23 8h-.849l-.594 7.332a6.5 6.5 0 0 0-6.746 10.669L10.766 26a3.75 3.75 0 0 1-3.738-3.447L5.848 8H5a1 1 0 0 1-.993-.883L4 7a1 1 0 0 1 .883-.993L5 6h5a4 4 0 0 1 4-4zm3.73 17.024l-.068-.058a.5.5 0 0 0-.569 0l-.07.058l-.057.07a.5.5 0 0 0 0 .568l.058.07l1.77 1.769l-1.768 1.766l-.057.07a.5.5 0 0 0 0 .568l.057.07l.07.057a.5.5 0 0 0 .568 0l.07-.057l1.766-1.767l1.77 1.769l.069.058a.5.5 0 0 0 .568 0l.07-.058l.057-.07a.5.5 0 0 0 0-.568l-.057-.07l-1.77-1.768l1.772-1.77l.058-.069a.5.5 0 0 0 0-.569l-.058-.069l-.069-.058a.5.5 0 0 0-.569 0l-.069.058l-1.772 1.77l-1.77-1.77l-.068-.058l.069.058zM14 4a2 2 0 0 0-1.995 1.85L12 6h4l-.005-.15A2 2 0 0 0 14 4z" fill="currentColor" fill-rule="nonzero"/></svg>
</template>

CSS

.icon-delete-forever-28-filled {
  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%202a4%204%200%200%201%203.995%203.8L18%206h5a1%201%200%200%201%20.117%201.993L23%208h-.849l-.594%207.332a6.5%206.5%200%200%200-6.746%2010.669L10.766%2026a3.75%203.75%200%200%201-3.738-3.447L5.848%208H5a1%201%200%200%201-.993-.883L4%207a1%201%200%200%201%20.883-.993L5%206h5a4%204%200%200%201%204-4zm3.73%2017.024l-.068-.058a.5.5%200%200%200-.569%200l-.07.058l-.057.07a.5.5%200%200%200%200%20.568l.058.07l1.77%201.769l-1.768%201.766l-.057.07a.5.5%200%200%200%200%20.568l.057.07l.07.057a.5.5%200%200%200%20.568%200l.07-.057l1.766-1.767l1.77%201.769l.069.058a.5.5%200%200%200%20.568%200l.07-.058l.057-.07a.5.5%200%200%200%200-.568l-.057-.07l-1.77-1.768l1.772-1.77l.058-.069a.5.5%200%200%200%200-.569l-.058-.069l-.069-.058a.5.5%200%200%200-.569%200l-.069.058l-1.772%201.77l-1.77-1.77l-.068-.058l.069.058zM14%204a2%202%200%200%200-1.995%201.85L12%206h4l-.005-.15A2%202%200%200%200%2014%204z%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%202a4%204%200%200%201%203.995%203.8L18%206h5a1%201%200%200%201%20.117%201.993L23%208h-.849l-.594%207.332a6.5%206.5%200%200%200-6.746%2010.669L10.766%2026a3.75%203.75%200%200%201-3.738-3.447L5.848%208H5a1%201%200%200%201-.993-.883L4%207a1%201%200%200%201%20.883-.993L5%206h5a4%204%200%200%201%204-4zm3.73%2017.024l-.068-.058a.5.5%200%200%200-.569%200l-.07.058l-.057.07a.5.5%200%200%200%200%20.568l.058.07l1.77%201.769l-1.768%201.766l-.057.07a.5.5%200%200%200%200%20.568l.057.07l.07.057a.5.5%200%200%200%20.568%200l.07-.057l1.766-1.767l1.77%201.769l.069.058a.5.5%200%200%200%20.568%200l.07-.058l.057-.07a.5.5%200%200%200%200-.568l-.057-.07l-1.77-1.768l1.772-1.77l.058-.069a.5.5%200%200%200%200-.569l-.058-.069l-.069-.058a.5.5%200%200%200-.569%200l-.069.058l-1.772%201.77l-1.77-1.77l-.068-.058l.069.058zM14%204a2%202%200%200%200-1.995%201.85L12%206h4l-.005-.15A2%202%200%200%200%2014%204z%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-filled.svg?color=%231a73e8&size=48