Freepaint Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Freepaint 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/340819.svg" alt="Freepaint icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340819.svg" alt="Freepaint icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340819.svg" alt="Freepaint icon" :width="24" :height="24" />
CSS background
.icon-freepaint {
background-image: url('https://proicons.com/icon/340819.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m25.106,4.7042l-8.6454.0262c-2.2708.0069-2.432,1.4676-1.6681,3.7217,2.9847,8.8073,8.835,26.404.8182,27.142-5.4346.5002-9.723-13.738.4965-16.228,2.6711-.6507,8.2234-.6314,8.2234-.6314"/><path class="c" d="m24.659,22.632c5.7528,5.6959,4.5851-2.4191,9.4687-2.9747,1.9774-.225,3.4546.8868,3.9169,3.6884.4128,2.5017-1.777,5.1756-4.7054,4.7452-1.2299-.1808-3.2179-1.8895-3.2179-1.8895-3.1538,9.8542-2.9086,12.838-1.7287,17.095"/></svg>
Copied!