Pdf Reference Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Pdf Reference 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/316903.svg" alt="Pdf Reference icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/316903.svg" alt="Pdf Reference icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/316903.svg" alt="Pdf Reference icon" :width="24" :height="24" />
CSS background
.icon-pdf-reference {
background-image: url('https://proicons.com/icon/316903.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>
<polygon points="4 20 4 22 8.586 22 2 28.586 3.414 30 10 23.414 10 28 12 28 12 20 4 20"/>
<polygon points="22 16 24 16 24 10 29 10 29 8 24 8 24 4 30 4 30 2 22 2 22 16"/>
<path d="M16,2H12V16h4a4,4,0,0,0,4-4V6A4,4,0,0,0,16,2Zm2,10a2,2,0,0,1-2,2H14V4h2a2,2,0,0,1,2,2Z"/>
<path d="M8,2H2V16H4V11H8a2,2,0,0,0,2-2V4A2,2,0,0,0,8,2ZM8,9H4V4H8Z"/>
<rect id="_Transparent_Rectangle_" data-name="<Transparent Rectangle>" class="cls-1" width="32" height="32"/>
</svg>
Copied!