Rakuten Healthcare Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Rakuten Healthcare 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/346471.svg" alt="Rakuten Healthcare icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/346471.svg" alt="Rakuten Healthcare icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/346471.svg" alt="Rakuten Healthcare icon" :width="24" :height="24" />
CSS background
.icon-rakuten-healthcare {
background-image: url('https://proicons.com/icon/346471.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>.d{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="d" d="M18.2213,35.2354l5.7787,5.3639,10.1046-9.3794"/><path id="c" class="d" d="M36.733,28.7802l1.0632-.9869h0c2.5272-2.3458,4.7037-5.3468,4.7037-9.1483,0-6.2101-5.0309-11.2443-11.0317-11.2443-2.8484,0-5.4782,1.1343-7.4683,2.9902-1.9901-1.8559-4.62-2.9902-7.4683-2.9902-6.0007,0-11.0317,5.0343-11.0317,11.2443,0,3.8015,2.1791,6.7997,4.7037,9.1483l5.388,5.0013"/></svg>
Copied!