Document Question Mark icon

Used to represent unsure, missing & questions within files. The Document Question Mark 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 Question Mark 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 { DocumentQuestionMark24Regular, DocumentQuestionMark24Filled } from "@fluentui/react-icons";

export function Example() {
  return <DocumentQuestionMark24Regular aria-label="Document Question Mark" />;
}

Use it in HTML

Reference the SVG file directly:

<img src="https://fluenticons.co/icons/ic_fluent_document_question_mark_24_regular.svg" width="24" height="24" alt="Document Question Mark">

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="M18.5 20C18.5 20.275 18.276 20.5 18 20.5H12.2678C11.9806 21.051 11.6168 21.5557 11.1904 22H18C19.104 22 20 21.104 20 20V9.828C20 9.298 19.789 8.789 19.414 8.414L13.585 2.586C13.2194 2.22035 12.6865 2 12.172 2H6C4.896 2 4 2.896 4 4V11.4982C4.47417 11.3004 4.97679 11.1572 5.5 11.0764V4C5.5 3.725 5.724 3.5 6 3.5H12V8C12 9.104 12.896 10 14 10H18.5V20ZM13.5 4.621L17.378 8.5H14C13.724 8.5 13.5 8.275 13.5 8V4.621ZM1 17.5C1 20.5376 3.46243 23 6.5 23C9.53757 23 12 20.5376 12 17.5C12 14.4624 9.53757 12 6.5 12C3.46243 12 1 14.4624 1 17.5ZM5.75 20.75C5.75 20.3358 6.08579 20 6.5 20C6.91421 20 7.25 20.3358 7.25 20.75C7.25 21.1642 6.91421 21.5 6.5 21.5C6.08579 21.5 5.75 21.1642 5.75 20.75ZM4.5 16C4.5 14.8954 5.39543 14 6.5 14C7.60457 14 8.5 14.8954 8.5 16C8.5 16.7305 8.28822 17.1397 7.74605 17.7079L7.48196 17.9775L7.36602 18.1025C7.08257 18.4207 7 18.6294 7 19C7 19.2761 6.77614 19.5 6.5 19.5C6.22386 19.5 6 19.2761 6 19C6 18.2695 6.21178 17.8603 6.75395 17.2921L7.01804 17.0225L7.13398 16.8975C7.41743 16.5793 7.5 16.3706 7.5 16C7.5 15.4477 7.05228 15 6.5 15C5.94772 15 5.5 15.4477 5.5 16C5.5 16.2761 5.27614 16.5 5 16.5C4.72386 16.5 4.5 16.2761 4.5 16Z" 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_question_mark_24_regular.svg";

Details

NameDocument Question Mark
StylesRegular (outlined), Filled
Size24 × 24 px (scalable SVG)
Regular (outlined) fileic_fluent_document_question_mark_24_regular.svg
Filled fileic_fluent_document_question_mark_24_filled.svg
React componentsDocumentQuestionMark24Regular, DocumentQuestionMark24Filled
LicenseMIT (© Microsoft Corporation)

Keywords

paperworkfileanaloghorizontal

Related icons