Pdf Scan Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Pdf Scan 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/331082.svg" alt="Pdf Scan icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331082.svg" alt="Pdf Scan icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331082.svg" alt="Pdf Scan icon" :width="24" :height="24" />
CSS background
.icon-pdf-scan {
background-image: url('https://proicons.com/icon/331082.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><g><path class="b" d="m39.5,10v-3.5c0-1.1-.9-2-2-2h-3.5"/><path class="b" d="m39.5,38v3.5c0,1.1-.9,2-2,2h-3.5"/></g><g><path class="b" d="m35.9231,17.4615h-6.9231c-.8497,0-1.5385-.6888-1.5385-1.5385v-6.9231h-13.8462c-.8497,0-1.5385.6888-1.5385,1.5385v26.9231c0,.8497.6888,1.5385,1.5385,1.5385h20.7692c.8497,0,1.5385-.6888,1.5385-1.5385v-20Z"/><line class="b" x1="27.4615" y1="9" x2="35.9231" y2="17.4615"/><g><line class="b" x1="28.5687" y1="24.4113" x2="32.0236" y2="24.4113"/><line class="b" x1="28.5687" y1="27.8595" x2="30.823" y2="27.8595"/><line class="b" x1="28.5687" y1="24.4113" x2="28.5687" y2="31.3077"/><path class="b" d="m15.9764,31.2944v-6.8964h2.321c1.2782-.0005,2.3147,1.0353,2.3152,2.3135s-1.0353,2.3147-2.3135,2.3152h-2.3228"/><path class="b" d="m22.2726,31.3077v-6.9231h1.1739c1.9118,0,3.4615,1.5498,3.4615,3.4615h0c0,1.9118-1.5498,3.4615-3.4615,3.4615h-1.1739Z"/></g></g><path class="b" d="m8.5,10v-3.5c0-1.1.9-2,2-2h3.5"/><path class="b" d="m14,43.5h-3.5c-1.1,0-2-.9-2-2v-3.5"/></svg>
Copied!