Renpho Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Renpho 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/332085.svg" alt="Renpho icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332085.svg" alt="Renpho icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332085.svg" alt="Renpho icon" :width="24" :height="24" />
CSS background
.icon-renpho {
background-image: url('https://proicons.com/icon/332085.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 viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg">
<defs>
<style>.a{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style>
</defs>
<path class="a" d="m5.8349 42.5 18.169-17.688a12.445 12.445 0 0 0 9.9381-3.36 10.589 10.589 0 0 0 3.187-9.4172"/>
<ellipse class="a" cx="23.739" cy="11.52" rx="6.1838" ry="6.0199"/>
<path class="a" d="m42.165 42.493-10.374-10.099c-7.7947 3.081-15.218-0.3476-15.218-0.3476"/>
</svg>
Copied!