Renpho Health Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Renpho Health 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/332086.svg" alt="Renpho Health icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332086.svg" alt="Renpho Health icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332086.svg" alt="Renpho Health icon" :width="24" :height="24" />
CSS background
.icon-renpho-health {
background-image: url('https://proicons.com/icon/332086.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M14.2508,17.4993c-1.7949,0-3.25,1.4551-3.25,3.25s1.4551,3.25,3.25,3.25h11.652l-13.951,13.951c-1.2702,1.2694-1.2702,3.3283,0,4.5977,1.2694,1.2702,3.3283,1.2702,4.5977,0l13.951-13.951v11.652c0,1.7949,1.4551,3.25,3.25,3.25s3.25-1.4551,3.25-3.25v-19.5c-.0014-.2743-.0375-.5473-.1146-.8331-.0771-.2858-.1788-.5318-.3307-.795s-.3165-.4784-.5059-.6708c-.6098-.6094-1.4367-.9515-2.2988-.9512l-19.4997.0003Z"/><path class="b" d="M14.2508,4.4993c-1.7949,0-3.25,1.4551-3.25,3.25s1.4551,3.25,3.25,3.25h19.5c1.7949,0,3.25-1.4551,3.25-3.25s-1.4551-3.25-3.25-3.25H14.2508Z"/></svg>
Copied!