unknown document icon
unknown-document-outline-rounded from Material Symbols Light by Google · Outline Rounded · Text · Apache-2.0 Free for personal and commercial use.
- Name
- unknown-document-outline-rounded
- Set
- Material Symbols Light
- Style
- Outline Rounded
- 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-.058V20zv4zm3 9.5h2.962q.212 0 .356-.144t.144-.357t-.144-.356t-.356-.143H8q-.213 0-.356.144t-.144.357t.144.356T8 13.5m0 4h1.462q.212 0 .356-.144t.144-.357t-.144-.356t-.356-.143H8q-.213 0-.356.144t-.144.357t.144.356T8 17.5M5.616 21q-.691 0-1.153-.462T4 19.385V4.615q0-.69.463-1.152T5.616 3h7.213q.331 0 .632.13t.518.349L17.52 7.02q.217.218.348.518t.131.632v1.787q0 .204-.144.342t-.357.138t-.356-.143T17 9.938V8h-3.2q-.34 0-.57-.23T13 7.2V4H5.616q-.231 0-.424.192T5 4.615v14.77q0 .23.192.423t.423.192h5.372q.212 0 .356.144t.143.357t-.143.356t-.357.143zm13.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-.376-5.61q-.468 0-.862.237t-.644.656q-.08.131-.018.26q.063.13.21.19q.125.06.266.014q.14-.046.227-.171q.144-.195.355-.323q.21-.13.464-.13q.365 0 .622.242q.257.241.257.577q0 .284-.17.49q-.169.207-.369.407q-.15.15-.293.31q-.144.16-.269.34q-.094.131-.122.293t-.028.321q0 .203.097.362q.096.159.267.159t.277-.127t.106-.296q0-.266.15-.472t.35-.399q.3-.266.525-.615q.225-.35.225-.764q0-.659-.478-1.11q-.477-.452-1.145-.452"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightUnknownDocumentOutlineRounded(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-.058V20zv4zm3 9.5h2.962q.212 0 .356-.144t.144-.357t-.144-.356t-.356-.143H8q-.213 0-.356.144t-.144.357t.144.356T8 13.5m0 4h1.462q.212 0 .356-.144t.144-.357t-.144-.356t-.356-.143H8q-.213 0-.356.144t-.144.357t.144.356T8 17.5M5.616 21q-.691 0-1.153-.462T4 19.385V4.615q0-.69.463-1.152T5.616 3h7.213q.331 0 .632.13t.518.349L17.52 7.02q.217.218.348.518t.131.632v1.787q0 .204-.144.342t-.357.138t-.356-.143T17 9.938V8h-3.2q-.34 0-.57-.23T13 7.2V4H5.616q-.231 0-.424.192T5 4.615v14.77q0 .23.192.423t.423.192h5.372q.212 0 .356.144t.143.357t-.143.356t-.357.143zm13.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-.376-5.61q-.468 0-.862.237t-.644.656q-.08.131-.018.26q.063.13.21.19q.125.06.266.014q.14-.046.227-.171q.144-.195.355-.323q.21-.13.464-.13q.365 0 .622.242q.257.241.257.577q0 .284-.17.49q-.169.207-.369.407q-.15.15-.293.31q-.144.16-.269.34q-.094.131-.122.293t-.028.321q0 .203.097.362q.096.159.267.159t.277-.127t.106-.296q0-.266.15-.472t.35-.399q.3-.266.525-.615q.225-.35.225-.764q0-.659-.478-1.11q-.477-.452-1.145-.452"/></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-.058V20zv4zm3 9.5h2.962q.212 0 .356-.144t.144-.357t-.144-.356t-.356-.143H8q-.213 0-.356.144t-.144.357t.144.356T8 13.5m0 4h1.462q.212 0 .356-.144t.144-.357t-.144-.356t-.356-.143H8q-.213 0-.356.144t-.144.357t.144.356T8 17.5M5.616 21q-.691 0-1.153-.462T4 19.385V4.615q0-.69.463-1.152T5.616 3h7.213q.331 0 .632.13t.518.349L17.52 7.02q.217.218.348.518t.131.632v1.787q0 .204-.144.342t-.357.138t-.356-.143T17 9.938V8h-3.2q-.34 0-.57-.23T13 7.2V4H5.616q-.231 0-.424.192T5 4.615v14.77q0 .23.192.423t.423.192h5.372q.212 0 .356.144t.143.357t-.143.356t-.357.143zm13.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-.376-5.61q-.468 0-.862.237t-.644.656q-.08.131-.018.26q.063.13.21.19q.125.06.266.014q.14-.046.227-.171q.144-.195.355-.323q.21-.13.464-.13q.365 0 .622.242q.257.241.257.577q0 .284-.17.49q-.169.207-.369.407q-.15.15-.293.31q-.144.16-.269.34q-.094.131-.122.293t-.028.321q0 .203.097.362q.096.159.267.159t.277-.127t.106-.296q0-.266.15-.472t.35-.399q.3-.266.525-.615q.225-.35.225-.764q0-.659-.478-1.11q-.477-.452-1.145-.452"/></svg> </template>
CSS
.icon-unknown-document-outline-rounded {
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-.058V20zv4zm3%209.5h2.962q.212%200%20.356-.144t.144-.357t-.144-.356t-.356-.143H8q-.213%200-.356.144t-.144.357t.144.356T8%2013.5m0%204h1.462q.212%200%20.356-.144t.144-.357t-.144-.356t-.356-.143H8q-.213%200-.356.144t-.144.357t.144.356T8%2017.5M5.616%2021q-.691%200-1.153-.462T4%2019.385V4.615q0-.69.463-1.152T5.616%203h7.213q.331%200%20.632.13t.518.349L17.52%207.02q.217.218.348.518t.131.632v1.787q0%20.204-.144.342t-.357.138t-.356-.143T17%209.938V8h-3.2q-.34%200-.57-.23T13%207.2V4H5.616q-.231%200-.424.192T5%204.615v14.77q0%20.23.192.423t.423.192h5.372q.212%200%20.356.144t.143.357t-.143.356t-.357.143zm13.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-.376-5.61q-.468%200-.862.237t-.644.656q-.08.131-.018.26q.063.13.21.19q.125.06.266.014q.14-.046.227-.171q.144-.195.355-.323q.21-.13.464-.13q.365%200%20.622.242q.257.241.257.577q0%20.284-.17.49q-.169.207-.369.407q-.15.15-.293.31q-.144.16-.269.34q-.094.131-.122.293t-.028.321q0%20.203.097.362q.096.159.267.159t.277-.127t.106-.296q0-.266.15-.472t.35-.399q.3-.266.525-.615q.225-.35.225-.764q0-.659-.478-1.11q-.477-.452-1.145-.452%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-.058V20zv4zm3%209.5h2.962q.212%200%20.356-.144t.144-.357t-.144-.356t-.356-.143H8q-.213%200-.356.144t-.144.357t.144.356T8%2013.5m0%204h1.462q.212%200%20.356-.144t.144-.357t-.144-.356t-.356-.143H8q-.213%200-.356.144t-.144.357t.144.356T8%2017.5M5.616%2021q-.691%200-1.153-.462T4%2019.385V4.615q0-.69.463-1.152T5.616%203h7.213q.331%200%20.632.13t.518.349L17.52%207.02q.217.218.348.518t.131.632v1.787q0%20.204-.144.342t-.357.138t-.356-.143T17%209.938V8h-3.2q-.34%200-.57-.23T13%207.2V4H5.616q-.231%200-.424.192T5%204.615v14.77q0%20.23.192.423t.423.192h5.372q.212%200%20.356.144t.143.357t-.143.356t-.357.143zm13.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-.376-5.61q-.468%200-.862.237t-.644.656q-.08.131-.018.26q.063.13.21.19q.125.06.266.014q.14-.046.227-.171q.144-.195.355-.323q.21-.13.464-.13q.365%200%20.622.242q.257.241.257.577q0%20.284-.17.49q-.169.207-.369.407q-.15.15-.293.31q-.144.16-.269.34q-.094.131-.122.293t-.028.321q0%20.203.097.362q.096.159.267.159t.277-.127t.106-.296q0-.266.15-.472t.35-.399q.3-.266.525-.615q.225-.35.225-.764q0-.659-.478-1.11q-.477-.452-1.145-.452%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-rounded.svg?color=%231a73e8&size=48