Doctolib Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Doctolib 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/324646.svg" alt="Doctolib icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/324646.svg" alt="Doctolib icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/324646.svg" alt="Doctolib icon" :width="24" :height="24" />
CSS background
.icon-doctolib {
background-image: url('https://proicons.com/icon/324646.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M28.8879,11.5477a120.35,120.35,0,0,0-4.89,20.9639"/><path class="a" d="M17.2878,6.0272c9.2941-.9084,20.8242-1.5374,24.1085,6.08S42.4445,31.1839,39.23,35.7261s-10.46,7.449-17.4,6.6385C12.2565,41.2466,4.9854,37.706,4.989,29.5068a8.6364,8.6364,0,0,1,1.8919-5.0615"/></svg>
Copied!