document dismiss icon
document-dismiss-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.
- Name
- document-dismiss-24-regular
- Set
- Fluent UI System Icons
- Style
- 24 Regular
- Viewbox
- 24×24
- License
- MIT
7 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
document-100-16-filleddocument-add-16-filleddocument-arrow-down-16-filleddocument-arrow-down-off-20-filleddocument-arrow-left-16-filleddocument-arrow-right-16-filleddocument-arrow-up-16-filleddocument-autosave-24-regulardocument-border-20-filleddocument-border-print-20-filleddocument-briefcase-16-filleddocument-broken-20-filleddocument-bullet-list-16-filleddocument-bullet-list-arrow-left-16-filleddocument-bullet-list-clock-20-filleddocument-bullet-list-cube-16-filleddocument-bullet-list-multiple-20-filleddocument-bullet-list-off-20-filleddocument-catch-up-16-filleddocument-checkmark-16-filleddocument-chevron-double-20-filleddocument-code-16-filleddocument-contract-16-filleddocument-copy-16-filled
Use the document dismiss icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.5 12a5.5 5.5 0 1 1 0 11a5.5 5.5 0 0 1 0-11m5.629-10a2.25 2.25 0 0 1 1.59.658l2.812 2.81l2.808 2.813c.421.422.658.994.658 1.59v9.879a2.25 2.25 0 0 1-2.25 2.25l-6.557.001c.426-.444.79-.95 1.078-1.5l5.48-.001a.75.75 0 0 0 .75-.75l-.002-9.747H14.25a2.25 2.25 0 0 1-2.245-2.095L12 7.754L11.999 3.5H6.25a.75.75 0 0 0-.75.75l-.001 6.826a6.5 6.5 0 0 0-1.5.423L4 4.25A2.25 2.25 0 0 1 6.25 2zM8.854 15.147a.5.5 0 0 0-.708 0L6.5 16.793l-1.646-1.646a.5.5 0 1 0-.708.707L5.793 17.5l-1.647 1.646a.5.5 0 1 0 .708.707L6.5 18.208l1.646 1.646a.5.5 0 1 0 .708-.707L7.207 17.5l1.647-1.646a.5.5 0 0 0 0-.707M13.5 7.754c0 .38.282.693.648.743l.102.007l3.191-.001L13.5 4.559z"/></svg>
React
import type { SVGProps } from "react";
export function FluentDocumentDismiss24Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.5 12a5.5 5.5 0 1 1 0 11a5.5 5.5 0 0 1 0-11m5.629-10a2.25 2.25 0 0 1 1.59.658l2.812 2.81l2.808 2.813c.421.422.658.994.658 1.59v9.879a2.25 2.25 0 0 1-2.25 2.25l-6.557.001c.426-.444.79-.95 1.078-1.5l5.48-.001a.75.75 0 0 0 .75-.75l-.002-9.747H14.25a2.25 2.25 0 0 1-2.245-2.095L12 7.754L11.999 3.5H6.25a.75.75 0 0 0-.75.75l-.001 6.826a6.5 6.5 0 0 0-1.5.423L4 4.25A2.25 2.25 0 0 1 6.25 2zM8.854 15.147a.5.5 0 0 0-.708 0L6.5 16.793l-1.646-1.646a.5.5 0 1 0-.708.707L5.793 17.5l-1.647 1.646a.5.5 0 1 0 .708.707L6.5 18.208l1.646 1.646a.5.5 0 1 0 .708-.707L7.207 17.5l1.647-1.646a.5.5 0 0 0 0-.707M13.5 7.754c0 .38.282.693.648.743l.102.007l3.191-.001L13.5 4.559z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.5 12a5.5 5.5 0 1 1 0 11a5.5 5.5 0 0 1 0-11m5.629-10a2.25 2.25 0 0 1 1.59.658l2.812 2.81l2.808 2.813c.421.422.658.994.658 1.59v9.879a2.25 2.25 0 0 1-2.25 2.25l-6.557.001c.426-.444.79-.95 1.078-1.5l5.48-.001a.75.75 0 0 0 .75-.75l-.002-9.747H14.25a2.25 2.25 0 0 1-2.245-2.095L12 7.754L11.999 3.5H6.25a.75.75 0 0 0-.75.75l-.001 6.826a6.5 6.5 0 0 0-1.5.423L4 4.25A2.25 2.25 0 0 1 6.25 2zM8.854 15.147a.5.5 0 0 0-.708 0L6.5 16.793l-1.646-1.646a.5.5 0 1 0-.708.707L5.793 17.5l-1.647 1.646a.5.5 0 1 0 .708.707L6.5 18.208l1.646 1.646a.5.5 0 1 0 .708-.707L7.207 17.5l1.647-1.646a.5.5 0 0 0 0-.707M13.5 7.754c0 .38.282.693.648.743l.102.007l3.191-.001L13.5 4.559z"/></svg> </template>
CSS
.icon-document-dismiss-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.5%2012a5.5%205.5%200%201%201%200%2011a5.5%205.5%200%200%201%200-11m5.629-10a2.25%202.25%200%200%201%201.59.658l2.812%202.81l2.808%202.813c.421.422.658.994.658%201.59v9.879a2.25%202.25%200%200%201-2.25%202.25l-6.557.001c.426-.444.79-.95%201.078-1.5l5.48-.001a.75.75%200%200%200%20.75-.75l-.002-9.747H14.25a2.25%202.25%200%200%201-2.245-2.095L12%207.754L11.999%203.5H6.25a.75.75%200%200%200-.75.75l-.001%206.826a6.5%206.5%200%200%200-1.5.423L4%204.25A2.25%202.25%200%200%201%206.25%202zM8.854%2015.147a.5.5%200%200%200-.708%200L6.5%2016.793l-1.646-1.646a.5.5%200%201%200-.708.707L5.793%2017.5l-1.647%201.646a.5.5%200%201%200%20.708.707L6.5%2018.208l1.646%201.646a.5.5%200%201%200%20.708-.707L7.207%2017.5l1.647-1.646a.5.5%200%200%200%200-.707M13.5%207.754c0%20.38.282.693.648.743l.102.007l3.191-.001L13.5%204.559z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.5%2012a5.5%205.5%200%201%201%200%2011a5.5%205.5%200%200%201%200-11m5.629-10a2.25%202.25%200%200%201%201.59.658l2.812%202.81l2.808%202.813c.421.422.658.994.658%201.59v9.879a2.25%202.25%200%200%201-2.25%202.25l-6.557.001c.426-.444.79-.95%201.078-1.5l5.48-.001a.75.75%200%200%200%20.75-.75l-.002-9.747H14.25a2.25%202.25%200%200%201-2.245-2.095L12%207.754L11.999%203.5H6.25a.75.75%200%200%200-.75.75l-.001%206.826a6.5%206.5%200%200%200-1.5.423L4%204.25A2.25%202.25%200%200%201%206.25%202zM8.854%2015.147a.5.5%200%200%200-.708%200L6.5%2016.793l-1.646-1.646a.5.5%200%201%200-.708.707L5.793%2017.5l-1.647%201.646a.5.5%200%201%200%20.708.707L6.5%2018.208l1.646%201.646a.5.5%200%201%200%20.708-.707L7.207%2017.5l1.647-1.646a.5.5%200%200%200%200-.707M13.5%207.754c0%20.38.282.693.648.743l.102.007l3.191-.001L13.5%204.559z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/document-dismiss-24-regular.svg?color=%231a73e8&size=48