Netmeds Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Netmeds 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/344662.svg" alt="Netmeds icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/344662.svg" alt="Netmeds icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/344662.svg" alt="Netmeds icon" :width="24" :height="24" />
CSS background
.icon-netmeds {
background-image: url('https://proicons.com/icon/344662.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="M22.0262,9.316c-6.9426-2.3501-14.4746,1.3761-16.8234,8.3229l-.0007.0022c-2.3462,6.9466,1.379,14.4813,8.3211,16.8301l12.4496,4.2125c6.9423,2.3508,14.4748-1.3748,16.8241-8.3213.0003-.0009.0006-.0019.0009-.0028,2.3462-6.9466-1.379-14.4813-8.3211-16.8301l-12.4506-4.2135ZM23.714,9.8869v10.8268h-9.7529v10.2458h9.7539v6.9612M33.5309,38.9306v-7.9711h9.011M42.3469,20.7137h-8.816v-7.5051"/></svg>
Copied!