Doctor Care Anywhere Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Doctor Care Anywhere 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/324647.svg" alt="Doctor Care Anywhere icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/324647.svg" alt="Doctor Care Anywhere icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/324647.svg" alt="Doctor Care Anywhere icon" :width="24" :height="24" />
CSS background
.icon-doctor-care-anywhere {
background-image: url('https://proicons.com/icon/324647.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m24.2676,45.4062c-2.001,0-4.0088-.2881-5.9688-.8574-2.3867-.6924-3.7598-3.1895-3.0664-5.5762.6924-2.3857,3.1885-3.7617,5.5762-3.0664,1.1436.332,2.3076.5,3.459.5,6.8408,0,12.4062-5.5654,12.4062-12.4062s-5.5654-12.4062-12.4062-12.4062-12.4062,5.5654-12.4062,12.4062c0,1.3848.2432,2.7734.7227,4.1289.8291,2.3428-.3984,4.9141-2.7412,5.7432-2.3428.8301-4.9141-.3984-5.7432-2.7412-.8213-2.3223-1.2383-4.7217-1.2383-7.1309C2.8613,12.1963,12.4639,2.5938,24.2676,2.5938s21.4062,9.6025,21.4062,21.4062-9.6025,21.4062-21.4062,21.4062Z"/><circle class="c" cx="24.2676" cy="24" r="7.5"/></svg>
Copied!