Medicover Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Medicover 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/329004.svg" alt="Medicover icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329004.svg" alt="Medicover icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329004.svg" alt="Medicover icon" :width="24" :height="24" />
CSS background
.icon-medicover {
background-image: url('https://proicons.com/icon/329004.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="m17.26,14.5301c10.737-4.425,19.863,1.408,23.786,9.221"/><path class="b" d="m12.147,20.5181c6.457-6.663,15.724-7.2,23.415-1.401"/><path class="b" d="m8.365,22.1871c4.244-9.28,11.735-12.944,23.36-9.532"/><path class="b" d="m28.045,36.6001c.576-7.487,8.232-9.741,15.455-11.474-6.704.191-13.129-.062-19.5,4.888-6.371-4.95-12.796-4.697-19.5-4.888,7.223,1.733,14.879,3.987,15.454,11.474h8.091Z"/><path class="b" d="m26.53,24.6211c-.0006,1.3969-1.1331,2.529-2.53,2.529s-2.53-1.1327-2.53-2.53h0c0-1.3973,1.1327-2.53,2.53-2.53s2.53,1.1327,2.53,2.53h0v.001Z"/></svg>
Copied!