Pdf Extra Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Pdf Extra 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/331080.svg" alt="Pdf Extra icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331080.svg" alt="Pdf Extra icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331080.svg" alt="Pdf Extra icon" :width="24" :height="24" />
CSS background
.icon-pdf-extra {
background-image: url('https://proicons.com/icon/331080.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="b" 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="m9.9593,20.0119c1.7384-7.4648,8.4874-12.9868,16.5658-12.9868,9.4077,0,16.9749,7.5671,16.9749,16.9749s-7.5671,16.9749-16.9749,16.9749"/><path class="c" d="m10.1638,19.2961l-5.6242,20.1449c-.2045.8181.409,1.5339,1.2271,1.5339h20.7584"/><polyline class="c" points="31.5358 28.6016 19.3671 28.6016 7.6074 28.6016"/><polyline class="c" points="31.3313 8.0477 25.4003 18.2735 19.3671 28.6016"/><line class="c" x1="36.751" y1="37.4981" x2="25.5026" y2="18.1713"/></svg>
Copied!