unknown document icon
unknown-document-outline from Material Symbols Light by Google · Outline · Text · Apache-2.0 Free for personal and commercial use.
- Name
- unknown-document-outline
- Set
- Material Symbols Light
- Style
- Outline
- Category
- Text
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols Light
The same icon in other sets
More text icons from Material Symbols Light
add-column-leftadd-column-rightadd-linkadd-notesadd-row-aboveadd-row-belowadd-to-drivealign-centeralign-endalign-flex-centeralign-flex-endalign-flex-startalign-horizontal-centeralign-horizontal-leftalign-horizontal-rightalign-items-stretchalign-justify-centeralign-justify-flex-endalign-justify-flex-startalign-justify-space-aroundalign-justify-space-betweenalign-justify-space-evenalign-justify-stretchalign-self-stretch
Use the unknown document icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5 4v6.366v-.058V20zv4zm2.5 9.5h3.29q.16-.287.34-.527t.38-.473H7.5zm0 4h2.479q-.037-.25-.046-.5t.008-.5H7.5zM5.616 21q-.691 0-1.153-.462T4 19.385V4.615q0-.69.463-1.152T5.616 3H13.5L18 7.5v3.03q-.244-.072-.484-.109q-.241-.036-.516-.055V8h-4V4H5.616q-.231 0-.424.192T5 4.615v14.77q0 .23.192.423t.423.192h5.233q.16.287.349.527q.19.24.409.473zm13.527-7.143q1.165 1.164 1.165 2.835t-1.165 2.836t-2.835 1.164t-2.836-1.164t-1.164-2.836q0-1.67 1.164-2.835q1.165-1.165 2.836-1.165t2.835 1.165m-2.46 5.523q.16-.159.16-.376q0-.218-.16-.376q-.158-.159-.375-.159t-.376.159t-.159.376t.159.376t.376.158t.376-.158m-.75-1.626h.747v-.173q0-.295.15-.478q.15-.184.35-.384q.35-.3.55-.613t.2-.775q0-.687-.446-1.124t-1.177-.438q-.537 0-1 .338t-.662.874l.685.273q.113-.3.37-.525t.607-.225q.413 0 .645.207q.232.206.232.62q0 .294-.17.491q-.169.197-.369.397q-.15.15-.293.32q-.143.169-.268.33q-.075.131-.113.29q-.037.16-.037.322z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightUnknownDocumentOutline(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="M5 4v6.366v-.058V20zv4zm2.5 9.5h3.29q.16-.287.34-.527t.38-.473H7.5zm0 4h2.479q-.037-.25-.046-.5t.008-.5H7.5zM5.616 21q-.691 0-1.153-.462T4 19.385V4.615q0-.69.463-1.152T5.616 3H13.5L18 7.5v3.03q-.244-.072-.484-.109q-.241-.036-.516-.055V8h-4V4H5.616q-.231 0-.424.192T5 4.615v14.77q0 .23.192.423t.423.192h5.233q.16.287.349.527q.19.24.409.473zm13.527-7.143q1.165 1.164 1.165 2.835t-1.165 2.836t-2.835 1.164t-2.836-1.164t-1.164-2.836q0-1.67 1.164-2.835q1.165-1.165 2.836-1.165t2.835 1.165m-2.46 5.523q.16-.159.16-.376q0-.218-.16-.376q-.158-.159-.375-.159t-.376.159t-.159.376t.159.376t.376.158t.376-.158m-.75-1.626h.747v-.173q0-.295.15-.478q.15-.184.35-.384q.35-.3.55-.613t.2-.775q0-.687-.446-1.124t-1.177-.438q-.537 0-1 .338t-.662.874l.685.273q.113-.3.37-.525t.607-.225q.413 0 .645.207q.232.206.232.62q0 .294-.17.491q-.169.197-.369.397q-.15.15-.293.32q-.143.169-.268.33q-.075.131-.113.29q-.037.16-.037.322z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5 4v6.366v-.058V20zv4zm2.5 9.5h3.29q.16-.287.34-.527t.38-.473H7.5zm0 4h2.479q-.037-.25-.046-.5t.008-.5H7.5zM5.616 21q-.691 0-1.153-.462T4 19.385V4.615q0-.69.463-1.152T5.616 3H13.5L18 7.5v3.03q-.244-.072-.484-.109q-.241-.036-.516-.055V8h-4V4H5.616q-.231 0-.424.192T5 4.615v14.77q0 .23.192.423t.423.192h5.233q.16.287.349.527q.19.24.409.473zm13.527-7.143q1.165 1.164 1.165 2.835t-1.165 2.836t-2.835 1.164t-2.836-1.164t-1.164-2.836q0-1.67 1.164-2.835q1.165-1.165 2.836-1.165t2.835 1.165m-2.46 5.523q.16-.159.16-.376q0-.218-.16-.376q-.158-.159-.375-.159t-.376.159t-.159.376t.159.376t.376.158t.376-.158m-.75-1.626h.747v-.173q0-.295.15-.478q.15-.184.35-.384q.35-.3.55-.613t.2-.775q0-.687-.446-1.124t-1.177-.438q-.537 0-1 .338t-.662.874l.685.273q.113-.3.37-.525t.607-.225q.413 0 .645.207q.232.206.232.62q0 .294-.17.491q-.169.197-.369.397q-.15.15-.293.32q-.143.169-.268.33q-.075.131-.113.29q-.037.16-.037.322z"/></svg> </template>
CSS
.icon-unknown-document-outline {
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%22M5%204v6.366v-.058V20zv4zm2.5%209.5h3.29q.16-.287.34-.527t.38-.473H7.5zm0%204h2.479q-.037-.25-.046-.5t.008-.5H7.5zM5.616%2021q-.691%200-1.153-.462T4%2019.385V4.615q0-.69.463-1.152T5.616%203H13.5L18%207.5v3.03q-.244-.072-.484-.109q-.241-.036-.516-.055V8h-4V4H5.616q-.231%200-.424.192T5%204.615v14.77q0%20.23.192.423t.423.192h5.233q.16.287.349.527q.19.24.409.473zm13.527-7.143q1.165%201.164%201.165%202.835t-1.165%202.836t-2.835%201.164t-2.836-1.164t-1.164-2.836q0-1.67%201.164-2.835q1.165-1.165%202.836-1.165t2.835%201.165m-2.46%205.523q.16-.159.16-.376q0-.218-.16-.376q-.158-.159-.375-.159t-.376.159t-.159.376t.159.376t.376.158t.376-.158m-.75-1.626h.747v-.173q0-.295.15-.478q.15-.184.35-.384q.35-.3.55-.613t.2-.775q0-.687-.446-1.124t-1.177-.438q-.537%200-1%20.338t-.662.874l.685.273q.113-.3.37-.525t.607-.225q.413%200%20.645.207q.232.206.232.62q0%20.294-.17.491q-.169.197-.369.397q-.15.15-.293.32q-.143.169-.268.33q-.075.131-.113.29q-.037.16-.037.322z%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%22M5%204v6.366v-.058V20zv4zm2.5%209.5h3.29q.16-.287.34-.527t.38-.473H7.5zm0%204h2.479q-.037-.25-.046-.5t.008-.5H7.5zM5.616%2021q-.691%200-1.153-.462T4%2019.385V4.615q0-.69.463-1.152T5.616%203H13.5L18%207.5v3.03q-.244-.072-.484-.109q-.241-.036-.516-.055V8h-4V4H5.616q-.231%200-.424.192T5%204.615v14.77q0%20.23.192.423t.423.192h5.233q.16.287.349.527q.19.24.409.473zm13.527-7.143q1.165%201.164%201.165%202.835t-1.165%202.836t-2.835%201.164t-2.836-1.164t-1.164-2.836q0-1.67%201.164-2.835q1.165-1.165%202.836-1.165t2.835%201.165m-2.46%205.523q.16-.159.16-.376q0-.218-.16-.376q-.158-.159-.375-.159t-.376.159t-.159.376t.159.376t.376.158t.376-.158m-.75-1.626h.747v-.173q0-.295.15-.478q.15-.184.35-.384q.35-.3.55-.613t.2-.775q0-.687-.446-1.124t-1.177-.438q-.537%200-1%20.338t-.662.874l.685.273q.113-.3.37-.525t.607-.225q.413%200%20.645.207q.232.206.232.62q0%20.294-.17.491q-.169.197-.369.397q-.15.15-.293.32q-.143.169-.268.33q-.075.131-.113.29q-.037.16-.037.322z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/unknown-document-outline.svg?color=%231a73e8&size=48