Ilovepdf Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Ilovepdf 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/314736.svg" alt="Ilovepdf icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/314736.svg" alt="Ilovepdf icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/314736.svg" alt="Ilovepdf icon" :width="24" :height="24" />
CSS background
.icon-ilovepdf {
background-image: url('https://proicons.com/icon/314736.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>iLovePDF</title><path d="M15.374 2.094c-1.347.65-2.356 1.744-3.094 2.985C11.095 3.087 9.21 1.47 6.356 1.47 3.501 1.47 0 3.894 0 7.987c0 4.145 3.458 6.109 5.171 7.218 1.831 1.185 4.955 3.339 7.11 7.325 2.154-3.986 5.278-6.14 7.109-7.325 1.287-.834 3.56-2.151 4.61-4.514Zm-.104 8.832V3.138l7.788 7.788H15.27z"/></svg>
Copied!