Pdf Viewer Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Pdf Viewer 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/331083.svg" alt="Pdf Viewer icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331083.svg" alt="Pdf Viewer icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331083.svg" alt="Pdf Viewer icon" :width="24" :height="24" />
CSS background
.icon-pdf-viewer {
background-image: url('https://proicons.com/icon/331083.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>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M20.9039,29.598v-11.2033h1.8672c3.0937,0,5.6017,2.5079,5.6017,5.6017h0c0,3.0937-2.5079,5.6017-5.6017,5.6017h-1.8672Z"/><line class="c" x1="31.917" y1="18.4393" x2="37.5" y2="18.4393"/><line class="c" x1="31.917" y1="24.0223" x2="35.5581" y2="24.0223"/><line class="c" x1="31.917" y1="18.4393" x2="31.917" y2="29.6053"/><path class="c" d="M10.5,29.6053v-11.2033h3.7344c2.0625,0,3.7344,1.672,3.7344,3.7344s-1.672,3.7344-3.7344,3.7344h-3.7344"/><rect id="b" class="c" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/></svg>
Copied!