Unknown Document icon

Unknown Document is a Google Material Symbol from the Text category. It comes in outlined, rounded and sharp styles, filled or unfilled, at seven weights from 100 to 700. Download it as SVG or PNG, or copy code for HTML, React, Vue, Angular, Flutter and Android — it's free to use under the Apache License 2.0.

Outlined

SVG

Outlined, filled

SVG

Every style, fill and weight

Material Symbols are variable: each icon comes in three styles, with or without fill, at seven weights. Pick a combination to preview it, download it, or copy the code for your platform.

Outlined, unfilled, weight 400

unknown_document_outlined_fill0_wght400.svg

Unknown Document icon in HTML

Load the Material Symbols font from Google Fonts (this link loads just this icon), then use the icon's name as text.

<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,[email protected],100..700,0..1,-50..200&icon_names=unknown_document" />

<span class="material-symbols-outlined">unknown_document</span>

Unknown Document icon in React

// With the font from the HTML tab:
export function UnknownDocumentIcon() {
  return (
    <span className="material-symbols-outlined">
      unknown_document
    </span>
  );
}

// Or as an SVG component (Vite + vite-plugin-svgr) instead:
//   npm install @material-symbols/svg-400
//   import UnknownDocumentIcon from "@material-symbols/svg-400/outlined/unknown_document.svg?react";

Unknown Document icon in Vue

<!-- With the font from the HTML tab -->
<template>
  <span class="material-symbols-outlined">unknown_document</span>
</template>

<!-- Or as an SVG component (Vite + vite-svg-loader):
     npm install @material-symbols/svg-400
     import UnknownDocumentIcon from "@material-symbols/svg-400/outlined/unknown_document.svg?component"; -->

Unknown Document icon in Angular

With Angular Material and the font from the HTML tab:

<mat-icon fontSet="material-symbols-outlined">unknown_document</mat-icon>

Unknown Document icon in Flutter

Uses the community material_symbols_icons package.

flutter pub add material_symbols_icons

import 'package:material_symbols_icons/symbols.dart';

Icon(Symbols.unknown_document, fill: 0, weight: 400)

Unknown Document icon in Android

A vector drawable of the selected style, fill and weight:

<!-- res/drawable/unknown_document.xml -->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
    android:width="24dp"
    android:height="24dp"
    android:viewportWidth="24"
    android:viewportHeight="24"
    android:tint="?attr/colorControlNormal">
        <path android:fillColor="@android:color/white" android:pathData="M4.5 3.5v7.375-.1 9.725-17 4.65-4.65Zm2.475 10h4.2q.3-.425 .663-.8t.787-.7H6.975v1.5Zm0 4.25h3.075q-.05-.375-.037-.75t.062-.75H6.975v1.5ZM4.5 22q-.6 0-1.05-.45t-.45-1.05v-17q0-.6 .45-1.05t1.05-.45h9.025l5.475 5.475v3.875q-.35-.175-.725-.287t-.775-.188v-2.725H12.775v-4.65H4.5v17h6.5q.275 .425 .6 .8t.7 .7H4.5Zm15.313-8.312Q21.225 15.1 21.225 17.125t-1.412 3.438Q18.4 21.975 16.375 21.975t-3.437-1.412Q11.525 19.15 11.525 17.125t1.413-3.437Q14.35 12.275 16.375 12.275t3.438 1.413ZM16.9 20.022q.2-.202 .2-.5T16.897 19.025q-.202-.2-.5-.2T15.9 19.028q-.2 .203-.2 .5t.203 .497q.203 .2 .5 .2t.497-.203ZM15.9 18.175h1v-.274q0-.301 .163-.551t.38-.46Q17.825 16.575 18.063 16.263 18.3 15.95 18.3 15.45q0-.793-.532-1.271Q17.235 13.7 16.395 13.7 15.75 13.7 15.225 14.063t-.725 .999L15.4 15.45q.05-.35 .338-.587t.673-.238q.414 0 .652 .206T17.3 15.45q0 .275-.175 .488T16.75 16.35q-.2 .175-.387 .35T16.05 17.075q-.1 .175-.125 .333-.025 .157-.025 .367v.4Z" />
</vector>

Unknown Document icon in SVG

npm install @material-symbols/svg-400

import icon from "@material-symbols/svg-400/outlined/unknown_document.svg";

<!-- or load it from a CDN -->
<img src="https://cdn.jsdelivr.net/npm/@material-symbols/[email protected]/outlined/unknown_document.svg" width="24" height="24" alt="Unknown Document">

Unknown Document icon in Power Apps

Paste into an Image control's Image property. The Copy button copies the full formula with this icon's SVG.

"data:image/svg+xml;utf8, " & EncodeUrl("<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'>…</svg>")

Details

NameUnknown Document
Ligatureunknown_document
Code pointU+F804
CategoryText
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/unknown_document.svg, unknown_document-fill.svg
FlutterSymbols.unknown_document
LicenseApache License 2.0 (© Google LLC)

Keywords

textinformationfilemarkdochealthpapernewbusinesspagenoteofficehelp

Related icons