Rpur Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Rpur 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/332253.svg" alt="Rpur icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332253.svg" alt="Rpur icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332253.svg" alt="Rpur icon" :width="24" :height="24" />
CSS background
.icon-rpur {
background-image: url('https://proicons.com/icon/332253.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="M28.6892,28.7284l-5.0053-.01-2.4941-4.34,2.5112-4.33,5.0053.01,2.4942,4.34ZM37.04,42.4448l5.46-9.2471-3.663-2.2314-4.029,7.1178-8.3341.0706.0453,4.2889,10.5206.0011M37.0469,5.604,26.5226,5.5552l-.0487,4.2889,7.9628-.0949,4.3154,7.13,3.6648-2.2285-5.37-9.0468M5.5,23.8211l5.0029,8.7882,3.75-2.081-3.86-6.4914,3.86-6.9231-3.75-2.081L5.5,23.8211"/></svg>
Copied!