Zocdoc Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Zocdoc 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/335621.svg" alt="Zocdoc icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/335621.svg" alt="Zocdoc icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/335621.svg" alt="Zocdoc icon" :width="24" :height="24" />
CSS background
.icon-zocdoc {
background-image: url('https://proicons.com/icon/335621.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="m39.8034,21.2031c0,16.0381-.8997,22.2969-9.2317,22.2969-9.9749,0-22.3751-15.0993-22.3751-25.2698,0-7.583,6.1472-13.7302,13.7302-13.7302s17.8766,5.5155,17.8766,16.7031Z"/><circle class="b" cx="14.7683" cy="23.9196" r="1.895"/><circle class="b" cx="31.313" cy="23.9196" r="1.895"/><path class="b" d="m14.7683,12.3235h15.8034l-15.3993,22.7031c5.5351,2.6013,12.0352,2.1951,16.788-.2693"/></svg>
Copied!