Document Unknown Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Document Unknown icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/317652.svg" alt="Document Unknown icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/317652.svg" alt="Document Unknown icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/317652.svg" alt="Document Unknown icon" :width="24" :height="24" />
CSS background
.icon-document-unknown {
background-image: url('https://proicons.com/icon/317652.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg id="icon" xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
<defs>
<style>
.cls-1 {
fill: none;
}
</style>
</defs>
<title>document--unknown</title>
<circle cx="8.9999" cy="28.5" r="1.5"/>
<path d="M10,25H8V21h2a2,2,0,0,0,0-4H8a2.0023,2.0023,0,0,0-2,2v.5H4V19a4.0045,4.0045,0,0,1,4-4h2a4,4,0,0,1,0,8Z"/>
<path d="M27.7,9.3l-7-7A.9085.9085,0,0,0,20,2H10A2.0058,2.0058,0,0,0,8,4v8h2V4h8v6a2.0058,2.0058,0,0,0,2,2h6V28H14v2H26a2.0058,2.0058,0,0,0,2-2V10A.9092.9092,0,0,0,27.7,9.3ZM20,10V4.4L25.6,10Z"/>
<rect id="_Transparent_Rectangle_" data-name="<Transparent Rectangle>" class="cls-1" width="32" height="32"/>
</svg>
Copied!