Paperless Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Paperless 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/345507.svg" alt="Paperless icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/345507.svg" alt="Paperless icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/345507.svg" alt="Paperless icon" :width="24" :height="24" />
CSS background
.icon-paperless {
background-image: url('https://proicons.com/icon/345507.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 viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg">
<defs>
<style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style>
</defs>
<path class="a" d="m14.461 40.263q-9.8346-3.8767-7.3181-17.793c3.3434 6.3844 14.023 10.155 7.3181 17.793z"/>
<path class="a" d="m14.461 40.263a6.388 6.388 0 0 1 1.6253 2.586"/>
<path class="a" d="m15.813 43.5a14.419 14.419 0 0 1 4.0636-6.1q24.462-5.9131 21.083-32.9c-5.0593 10.964-30.366 13.489-21.083 32.9"/>
<path class="a" d="m10.86 29.54a8.5393 8.5393 0 0 1 4.17 7.7448"/>
</svg>
Copied!