unknown document icon

unknown-document-rounded from Material Symbols by Google · Rounded · Text · Apache-2.0 Free for personal and commercial use.

Name
unknown-document-rounded
Set
Material Symbols
Style
Rounded
Category
Text
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols

The same icon in other sets

More text icons from Material Symbols

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="M17.463 19.813q.187-.188.187-.463t-.187-.462T17 18.7t-.462.188t-.188.462t.188.463T17 20t.463-.187M17 14q-.475 0-.875.238t-.65.637q-.1.15-.025.313t.25.237q.15.075.3 0t.275-.2q.125-.175.313-.275t.412-.1q.325 0 .563.213t.237.537q0 .275-.15.463t-.35.387q-.15.15-.312.3t-.288.35q-.075.15-.112.313t-.038.337q0 .225.125.413t.325.187t.325-.15t.125-.35q0-.275.15-.488t.35-.412q.3-.275.525-.612t.225-.738q0-.675-.5-1.138T17 14m-3.537 6.538Q12 19.075 12 17t1.463-3.537T17 12t3.538 1.463T22 17t-1.463 3.538T17 22t-3.537-1.463M13 9h4l-5-5l5 5l-5-5v4q0 .425.288.713T13 9M5 22q-.825 0-1.412-.587T3 20V4q0-.825.588-1.412T5 2h7.175q.4 0 .763.15t.637.425l4.85 4.85q.275.275.425.638t.15.762v.325q0 .425-.337.7t-.788.2q-.2-.025-.425-.038T17 10q-1.425 0-2.687.537T12.1 12H8q-.425 0-.712.288T7 13t.288.713T8 14h2.675q-.225.475-.375.975T10.075 16H8q-.425 0-.712.288T7 17t.288.713T8 18h2.075q.125.725.375 1.413t.65 1.312q.275.425.063.85T10.5 22z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsUnknownDocumentRounded(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="M17.463 19.813q.187-.188.187-.463t-.187-.462T17 18.7t-.462.188t-.188.462t.188.463T17 20t.463-.187M17 14q-.475 0-.875.238t-.65.637q-.1.15-.025.313t.25.237q.15.075.3 0t.275-.2q.125-.175.313-.275t.412-.1q.325 0 .563.213t.237.537q0 .275-.15.463t-.35.387q-.15.15-.312.3t-.288.35q-.075.15-.112.313t-.038.337q0 .225.125.413t.325.187t.325-.15t.125-.35q0-.275.15-.488t.35-.412q.3-.275.525-.612t.225-.738q0-.675-.5-1.138T17 14m-3.537 6.538Q12 19.075 12 17t1.463-3.537T17 12t3.538 1.463T22 17t-1.463 3.538T17 22t-3.537-1.463M13 9h4l-5-5l5 5l-5-5v4q0 .425.288.713T13 9M5 22q-.825 0-1.412-.587T3 20V4q0-.825.588-1.412T5 2h7.175q.4 0 .763.15t.637.425l4.85 4.85q.275.275.425.638t.15.762v.325q0 .425-.337.7t-.788.2q-.2-.025-.425-.038T17 10q-1.425 0-2.687.537T12.1 12H8q-.425 0-.712.288T7 13t.288.713T8 14h2.675q-.225.475-.375.975T10.075 16H8q-.425 0-.712.288T7 17t.288.713T8 18h2.075q.125.725.375 1.413t.65 1.312q.275.425.063.85T10.5 22z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.463 19.813q.187-.188.187-.463t-.187-.462T17 18.7t-.462.188t-.188.462t.188.463T17 20t.463-.187M17 14q-.475 0-.875.238t-.65.637q-.1.15-.025.313t.25.237q.15.075.3 0t.275-.2q.125-.175.313-.275t.412-.1q.325 0 .563.213t.237.537q0 .275-.15.463t-.35.387q-.15.15-.312.3t-.288.35q-.075.15-.112.313t-.038.337q0 .225.125.413t.325.187t.325-.15t.125-.35q0-.275.15-.488t.35-.412q.3-.275.525-.612t.225-.738q0-.675-.5-1.138T17 14m-3.537 6.538Q12 19.075 12 17t1.463-3.537T17 12t3.538 1.463T22 17t-1.463 3.538T17 22t-3.537-1.463M13 9h4l-5-5l5 5l-5-5v4q0 .425.288.713T13 9M5 22q-.825 0-1.412-.587T3 20V4q0-.825.588-1.412T5 2h7.175q.4 0 .763.15t.637.425l4.85 4.85q.275.275.425.638t.15.762v.325q0 .425-.337.7t-.788.2q-.2-.025-.425-.038T17 10q-1.425 0-2.687.537T12.1 12H8q-.425 0-.712.288T7 13t.288.713T8 14h2.675q-.225.475-.375.975T10.075 16H8q-.425 0-.712.288T7 17t.288.713T8 18h2.075q.125.725.375 1.413t.65 1.312q.275.425.063.85T10.5 22z"/></svg>
</template>

CSS

.icon-unknown-document-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%22M17.463%2019.813q.187-.188.187-.463t-.187-.462T17%2018.7t-.462.188t-.188.462t.188.463T17%2020t.463-.187M17%2014q-.475%200-.875.238t-.65.637q-.1.15-.025.313t.25.237q.15.075.3%200t.275-.2q.125-.175.313-.275t.412-.1q.325%200%20.563.213t.237.537q0%20.275-.15.463t-.35.387q-.15.15-.312.3t-.288.35q-.075.15-.112.313t-.038.337q0%20.225.125.413t.325.187t.325-.15t.125-.35q0-.275.15-.488t.35-.412q.3-.275.525-.612t.225-.738q0-.675-.5-1.138T17%2014m-3.537%206.538Q12%2019.075%2012%2017t1.463-3.537T17%2012t3.538%201.463T22%2017t-1.463%203.538T17%2022t-3.537-1.463M13%209h4l-5-5l5%205l-5-5v4q0%20.425.288.713T13%209M5%2022q-.825%200-1.412-.587T3%2020V4q0-.825.588-1.412T5%202h7.175q.4%200%20.763.15t.637.425l4.85%204.85q.275.275.425.638t.15.762v.325q0%20.425-.337.7t-.788.2q-.2-.025-.425-.038T17%2010q-1.425%200-2.687.537T12.1%2012H8q-.425%200-.712.288T7%2013t.288.713T8%2014h2.675q-.225.475-.375.975T10.075%2016H8q-.425%200-.712.288T7%2017t.288.713T8%2018h2.075q.125.725.375%201.413t.65%201.312q.275.425.063.85T10.5%2022z%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%22M17.463%2019.813q.187-.188.187-.463t-.187-.462T17%2018.7t-.462.188t-.188.462t.188.463T17%2020t.463-.187M17%2014q-.475%200-.875.238t-.65.637q-.1.15-.025.313t.25.237q.15.075.3%200t.275-.2q.125-.175.313-.275t.412-.1q.325%200%20.563.213t.237.537q0%20.275-.15.463t-.35.387q-.15.15-.312.3t-.288.35q-.075.15-.112.313t-.038.337q0%20.225.125.413t.325.187t.325-.15t.125-.35q0-.275.15-.488t.35-.412q.3-.275.525-.612t.225-.738q0-.675-.5-1.138T17%2014m-3.537%206.538Q12%2019.075%2012%2017t1.463-3.537T17%2012t3.538%201.463T22%2017t-1.463%203.538T17%2022t-3.537-1.463M13%209h4l-5-5l5%205l-5-5v4q0%20.425.288.713T13%209M5%2022q-.825%200-1.412-.587T3%2020V4q0-.825.588-1.412T5%202h7.175q.4%200%20.763.15t.637.425l4.85%204.85q.275.275.425.638t.15.762v.325q0%20.425-.337.7t-.788.2q-.2-.025-.425-.038T17%2010q-1.425%200-2.687.537T12.1%2012H8q-.425%200-.712.288T7%2013t.288.713T8%2014h2.675q-.225.475-.375.975T10.075%2016H8q-.425%200-.712.288T7%2017t.288.713T8%2018h2.075q.125.725.375%201.413t.65%201.312q.275.425.063.85T10.5%2022z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/unknown-document-rounded.svg?color=%231a73e8&size=48