Document Header Dismiss icon

Used to represent file type content styles and scenarios. The Document Header Dismiss icon is part of Microsoft's Fluent UI System Icons, available here in filled and regular (outlined) styles on a 24 px grid. Download it as SVG or PNG, or copy it as code — it's free to use under the MIT License.

Regular (outlined)

SVG

Filled

SVG

Use the Document Header Dismiss icon in React

Install Microsoft's @fluentui/react-icons package, then import the component. Icons inherit the current text color, and you can size them with CSS.

npm install @fluentui/react-icons

import { DocumentHeaderDismiss24Regular, DocumentHeaderDismiss24Filled } from "@fluentui/react-icons";

export function Example() {
  return <DocumentHeaderDismiss24Regular aria-label="Document Header Dismiss" />;
}

Use it in HTML

Reference the SVG file directly:

<img src="https://fluenticons.co/icons/ic_fluent_document_header_dismiss_24_regular.svg" width="24" height="24" alt="Document Header Dismiss">

Or paste the SVG markup inline. Setting fill="currentColor" makes the icon follow the text color of its parent:

<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M17.7462 2C18.9367 2 19.9112 2.92498 19.9904 4.09554L19.9956 4.24956V11.4983C19.5215 11.3011 19.019 11.1584 18.496 11.0781V4.24956C18.496 3.86993 18.2139 3.5562 17.8479 3.50655L17.7462 3.4997H6.24939C5.8698 3.4997 5.55609 3.7818 5.50644 4.14781L5.4996 4.24956V19.7446C5.4996 20.1242 5.78167 20.4379 6.14765 20.4876L6.24939 20.4944H11.7321C12.0184 21.0452 12.3812 21.5498 12.8065 21.9941H6.24939C5.05885 21.9941 4.08433 21.0691 4.00519 19.8986L4 19.7446V4.24956C4 3.05893 4.92491 2.08434 6.09539 2.00519L6.24939 2H17.7462ZM8.50391 5.00356C7.67571 5.00356 7.00432 5.675 7.00432 6.50326C7.00432 7.33152 7.67571 8.00296 8.50391 8.00296H15.502C16.3302 8.00296 17.0016 7.33152 17.0016 6.50326C17.0016 5.675 16.3302 5.00356 15.502 5.00356H8.50391ZM23 17.5C23 20.5376 20.5376 23 17.5 23C14.4624 23 12 20.5376 12 17.5C12 14.4624 14.4624 12 17.5 12C20.5376 12 23 14.4624 23 17.5ZM15.8536 15.1464C15.6583 14.9512 15.3417 14.9512 15.1464 15.1464C14.9512 15.3417 14.9512 15.6583 15.1464 15.8536L16.7929 17.5L15.1464 19.1464C14.9512 19.3417 14.9512 19.6583 15.1464 19.8536C15.3417 20.0488 15.6583 20.0488 15.8536 19.8536L17.5 18.2071L19.1464 19.8536C19.3417 20.0488 19.6583 20.0488 19.8536 19.8536C20.0488 19.6583 20.0488 19.3417 19.8536 19.1464L18.2071 17.5L19.8536 15.8536C20.0488 15.6583 20.0488 15.3417 19.8536 15.1464C19.6583 14.9512 19.3417 14.9512 19.1464 15.1464L17.5 16.7929L15.8536 15.1464Z" fill="currentColor"/></svg>

Use it from the SVG package

Microsoft's @fluentui/svg-icons package contains the raw SVG files, which works well with bundlers that import SVGs:

npm install @fluentui/svg-icons

import icon from "@fluentui/svg-icons/icons/document_header_dismiss_24_regular.svg";

Details

NameDocument Header Dismiss
StylesRegular (outlined), Filled
Size24 × 24 px (scalable SVG)
Regular (outlined) fileic_fluent_document_header_dismiss_24_regular.svg
Filled fileic_fluent_document_header_dismiss_24_filled.svg
React componentsDocumentHeaderDismiss24Regular, DocumentHeaderDismiss24Filled
LicenseMIT (© Microsoft Corporation)

Keywords

paperworkfileanalogeditimagecontentxcloseremovevertical

Related icons