Flipkart Health Plus Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Flipkart Health Plus icon is commonly used in add-item buttons, floating action buttons and form toolbars. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/340543.svg" alt="Flipkart Health Plus icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340543.svg" alt="Flipkart Health Plus icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340543.svg" alt="Flipkart Health Plus icon" :width="24" :height="24" />
CSS background
.icon-flipkart-health-plus {
background-image: url('https://proicons.com/icon/340543.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>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="c" d="M16.1805,28.7363h-.3585M18.4572,28.7363h-.6845M21.7148,28.7363h-1.6655M33.4268,28.7363h-10.1199M35.9389,20.2171c-3.6733-.0038-5.8946,1.7475-6.4485,5.4055l-1.6016,10.5756M10.8417,5.4715v6.7746h-6.3417v6.4981h6.3446v6.6125h6.8737v-6.6125h6.5591v-6.4981h-6.5591v-6.7736l-6.8766-.001ZM5.4743,21.0589c0,2.5436.9124,4.8688,2.4196,6.6497l13.2602,13.4071c.6149.6216,1.8304,1.4129,3.332,1.4129s2.7171-.7913,3.3329-1.4129l13.2612-13.408c1.5696-1.8598,2.4272-4.217,2.4196-6.6506,0-5.6029-4.4264-10.1456-9.8863-10.1456-2.801,0-5.3293,1.1955-7.1283,3.1156"/></svg>
Copied!