Pdf File Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Pdf File icon is commonly used in file managers, document editors and upload areas. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/331081.svg" alt="Pdf File icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331081.svg" alt="Pdf File icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331081.svg" alt="Pdf File icon" :width="24" :height="24" />
CSS background
.icon-pdf-file {
background-image: url('https://proicons.com/icon/331081.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="m39.5,15.5h-9c-1.1046,0-2-.8954-2-2V4.5H10.5c-1.1046,0-2,.8954-2,2v35c0,1.1046.8954,2,2,2h27c1.1046,0,2-.8954,2-2V15.5Z"/><line class="b" x1="28.5" y1="4.5" x2="39.5" y2="15.5"/><g><line class="b" x1="29.9393" y1="24.5347" x2="34.4306" y2="24.5347"/><line class="b" x1="29.9393" y1="29.0173" x2="32.8699" y2="29.0173"/><line class="b" x1="29.9393" y1="24.5347" x2="29.9393" y2="33.5"/><path class="b" d="m13.5694,33.4827v-8.9653h3.0173c1.6616-.0006,3.0092,1.3459,3.0098,3.0075s-1.3459,3.0092-3.0075,3.0098h-3.0196"/><path class="b" d="m21.7543,33.5v-9h1.526c2.4853,0,4.5,2.0147,4.5,4.5h0c0,2.4853-2.0147,4.5-4.5,4.5h-1.526Z"/></g></svg>
Copied!