Pdfconverter Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Pdfconverter 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/331084.svg" alt="Pdfconverter icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331084.svg" alt="Pdfconverter icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331084.svg" alt="Pdfconverter icon" :width="24" :height="24" />
CSS background
.icon-pdfconverter {
background-image: url('https://proicons.com/icon/331084.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="a" x="8.5" y="4.5" width="31" height="39" rx="4" ry="4"/><path class="a" d="M28,27.32,35.4,38.05a.56.56,0,0,1-.45.87H13.05a.56.56,0,0,1-.39-1l6.14-6.13a.54.54,0,0,1,.78,0l1.09,1.08a.54.54,0,0,0,.78,0l5.68-5.68A.55.55,0,0,1,28,27.32Z"/><polygon class="a" points="19.55 9.08 12.5 9.08 12.5 20.23 16.03 17.2 19.55 20.23 19.55 9.08"/></svg>
Copied!