document header dismiss icon
document-header-dismiss-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.
- Name
- document-header-dismiss-24-regular
- Set
- Fluent UI System Icons
- Style
- 24 Regular
- Viewbox
- 24×24
- License
- MIT
3 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 header dismiss icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.746 2a2.25 2.25 0 0 1 2.244 2.096l.006.154v7.248a6.5 6.5 0 0 0-1.5-.42V4.25a.75.75 0 0 0-.648-.743l-.102-.007H6.25a.75.75 0 0 0-.743.648L5.5 4.25v15.495c0 .38.282.693.648.743l.101.006h5.483c.286.551.65 1.056 1.075 1.5H6.249A2.25 2.25 0 0 1 4.005 19.9L4 19.745V4.25a2.25 2.25 0 0 1 2.095-2.245L6.25 2zM8.504 5.004a1.5 1.5 0 0 0 0 2.999h6.998a1.5 1.5 0 0 0 0-3zM23 17.5a5.5 5.5 0 1 1-11 0a5.5 5.5 0 0 1 11 0m-7.146-2.354a.5.5 0 0 0-.708.708l1.647 1.646l-1.647 1.646a.5.5 0 0 0 .708.708l1.646-1.647l1.646 1.647a.5.5 0 0 0 .708-.708L18.207 17.5l1.647-1.646a.5.5 0 0 0-.708-.708L17.5 16.793z"/></svg>
React
import type { SVGProps } from "react";
export function FluentDocumentHeaderDismiss24Regular(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="M17.746 2a2.25 2.25 0 0 1 2.244 2.096l.006.154v7.248a6.5 6.5 0 0 0-1.5-.42V4.25a.75.75 0 0 0-.648-.743l-.102-.007H6.25a.75.75 0 0 0-.743.648L5.5 4.25v15.495c0 .38.282.693.648.743l.101.006h5.483c.286.551.65 1.056 1.075 1.5H6.249A2.25 2.25 0 0 1 4.005 19.9L4 19.745V4.25a2.25 2.25 0 0 1 2.095-2.245L6.25 2zM8.504 5.004a1.5 1.5 0 0 0 0 2.999h6.998a1.5 1.5 0 0 0 0-3zM23 17.5a5.5 5.5 0 1 1-11 0a5.5 5.5 0 0 1 11 0m-7.146-2.354a.5.5 0 0 0-.708.708l1.647 1.646l-1.647 1.646a.5.5 0 0 0 .708.708l1.646-1.647l1.646 1.647a.5.5 0 0 0 .708-.708L18.207 17.5l1.647-1.646a.5.5 0 0 0-.708-.708L17.5 16.793z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.746 2a2.25 2.25 0 0 1 2.244 2.096l.006.154v7.248a6.5 6.5 0 0 0-1.5-.42V4.25a.75.75 0 0 0-.648-.743l-.102-.007H6.25a.75.75 0 0 0-.743.648L5.5 4.25v15.495c0 .38.282.693.648.743l.101.006h5.483c.286.551.65 1.056 1.075 1.5H6.249A2.25 2.25 0 0 1 4.005 19.9L4 19.745V4.25a2.25 2.25 0 0 1 2.095-2.245L6.25 2zM8.504 5.004a1.5 1.5 0 0 0 0 2.999h6.998a1.5 1.5 0 0 0 0-3zM23 17.5a5.5 5.5 0 1 1-11 0a5.5 5.5 0 0 1 11 0m-7.146-2.354a.5.5 0 0 0-.708.708l1.647 1.646l-1.647 1.646a.5.5 0 0 0 .708.708l1.646-1.647l1.646 1.647a.5.5 0 0 0 .708-.708L18.207 17.5l1.647-1.646a.5.5 0 0 0-.708-.708L17.5 16.793z"/></svg> </template>
CSS
.icon-document-header-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%22M17.746%202a2.25%202.25%200%200%201%202.244%202.096l.006.154v7.248a6.5%206.5%200%200%200-1.5-.42V4.25a.75.75%200%200%200-.648-.743l-.102-.007H6.25a.75.75%200%200%200-.743.648L5.5%204.25v15.495c0%20.38.282.693.648.743l.101.006h5.483c.286.551.65%201.056%201.075%201.5H6.249A2.25%202.25%200%200%201%204.005%2019.9L4%2019.745V4.25a2.25%202.25%200%200%201%202.095-2.245L6.25%202zM8.504%205.004a1.5%201.5%200%200%200%200%202.999h6.998a1.5%201.5%200%200%200%200-3zM23%2017.5a5.5%205.5%200%201%201-11%200a5.5%205.5%200%200%201%2011%200m-7.146-2.354a.5.5%200%200%200-.708.708l1.647%201.646l-1.647%201.646a.5.5%200%200%200%20.708.708l1.646-1.647l1.646%201.647a.5.5%200%200%200%20.708-.708L18.207%2017.5l1.647-1.646a.5.5%200%200%200-.708-.708L17.5%2016.793z%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%22M17.746%202a2.25%202.25%200%200%201%202.244%202.096l.006.154v7.248a6.5%206.5%200%200%200-1.5-.42V4.25a.75.75%200%200%200-.648-.743l-.102-.007H6.25a.75.75%200%200%200-.743.648L5.5%204.25v15.495c0%20.38.282.693.648.743l.101.006h5.483c.286.551.65%201.056%201.075%201.5H6.249A2.25%202.25%200%200%201%204.005%2019.9L4%2019.745V4.25a2.25%202.25%200%200%201%202.095-2.245L6.25%202zM8.504%205.004a1.5%201.5%200%200%200%200%202.999h6.998a1.5%201.5%200%200%200%200-3zM23%2017.5a5.5%205.5%200%201%201-11%200a5.5%205.5%200%200%201%2011%200m-7.146-2.354a.5.5%200%200%200-.708.708l1.647%201.646l-1.647%201.646a.5.5%200%200%200%20.708.708l1.646-1.647l1.646%201.647a.5.5%200%200%200%20.708-.708L18.207%2017.5l1.647-1.646a.5.5%200%200%200-.708-.708L17.5%2016.793z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/document-header-dismiss-24-regular.svg?color=%231a73e8&size=48