Repainter Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Repainter 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/346652.svg" alt="Repainter icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/346652.svg" alt="Repainter icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/346652.svg" alt="Repainter icon" :width="24" :height="24" />
CSS background
.icon-repainter {
background-image: url('https://proicons.com/icon/346652.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="m38.5385,24.3264l.0006-18.8264h-3.726v10.2126h-4.4125l-.0696-10.2126.0403,5.8136-2.8954,2.7744h-1.8877v-1.907h-2.0291v-6.681h-14.0977l-.0006,18.8264"/><path class="b" d="m9.4608,24.3264v4.154c0,1.7206,1.3948,3.1155,3.1155,3.1155h7.7887v10.9041h7.2694v-10.9041h7.7887c1.7206,0,3.1155-1.3948,3.1155-3.1155v-4.154H9.4608Z"/></svg>
Copied!