Freeprints Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Freeprints 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/326261.svg" alt="Freeprints icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/326261.svg" alt="Freeprints icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/326261.svg" alt="Freeprints icon" :width="24" :height="24" />
CSS background
.icon-freeprints {
background-image: url('https://proicons.com/icon/326261.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><path class="a" d="M18.5029,9.3906A9.4838,9.4838,0,0,1,24,18.1615c-3.7691,0-1.9191,10.5631,0,14.45"/><path class="a" d="M23.09,18.4221s-4.113-7.0856-11.5378-8.7864-8.2512,6.4967-5.8463,10.27,5.0813,6.3031,8.6421,5.975"/><path class="a" d="M23.1942,30.5769s.6981,3.9554-2.0117,6.3452c-2.6436,2.3314-8.09,2.2637-10.4443-.3089-1.9-2.076-2.3109-6.2409.4763-8.4391S21.9492,20.692,21.9492,20.692"/><path class="a" d="M29.4971,9.3906A9.4838,9.4838,0,0,0,24,18.1615c3.7691,0,1.9191,10.5631,0,14.45"/><path class="a" d="M24.91,18.4221s4.113-7.0856,11.5378-8.7864,8.2512,6.4967,5.8463,10.27-5.0813,6.3031-8.6421,5.975"/><path class="a" d="M24.8058,30.5769s-.6981,3.9554,2.0117,6.3452c2.6436,2.3314,8.09,2.2637,10.4443-.3089,1.9-2.076,2.3109-6.2409-.4763-8.4391S26.0508,20.692,26.0508,20.692"/></svg>
Copied!