Doctor Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Doctor 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/319913.svg" alt="Doctor icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/319913.svg" alt="Doctor icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/319913.svg" alt="Doctor icon" :width="24" :height="24" />
CSS background
.icon-doctor {
background-image: url('https://proicons.com/icon/319913.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="iso-8859-1"?> <!-- Generator: Adobe Illustrator 24.1.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 32 32" style="enable-background:new 0 0 32 32;" xml:space="preserve"> <path id="doctor_1_" d="M31.36,31h-0.72c0-6.432-4.777-12.232-11.359-13.792c-0.15-0.036-0.261-0.163-0.275-0.317 s0.071-0.3,0.212-0.363c2.861-1.274,4.71-4.116,4.71-7.241c0-1.033-0.198-2.021-0.56-2.927H19.3c0.039,0.207,0.06,0.421,0.06,0.64 c0,1.853-1.508,3.36-3.36,3.36S12.64,8.853,12.64,7c0-0.219,0.021-0.433,0.061-0.64H8.632c-0.361,0.906-0.56,1.894-0.56,2.927 c0,3.125,1.849,5.967,4.71,7.241c0.141,0.063,0.226,0.209,0.212,0.363s-0.125,0.281-0.275,0.317C6.137,18.768,1.36,24.568,1.36,31 H0.64c0-6.46,4.574-12.312,11.002-14.248c-2.634-1.539-4.29-4.375-4.29-7.465c0-4.768,3.879-8.647,8.648-8.647 c4.768,0,8.647,3.879,8.647,8.647c0,3.089-1.657,5.926-4.291,7.465C26.785,18.688,31.36,24.54,31.36,31z M16,4.36 c-1.456,0-2.64,1.185-2.64,2.64S14.544,9.64,16,9.64S18.64,8.455,18.64,7S17.456,4.36,16,4.36z M19.072,5.64h3.965 C21.715,3.099,19.057,1.36,16,1.36s-5.716,1.739-7.038,4.28h3.966c0.523-1.177,1.703-2,3.072-2S18.549,4.463,19.072,5.64z M21.36,31 h-0.72v-3.637H17v-0.721h3.64V23h0.721v3.643H25v0.721h-3.64V31z"/> <rect id="_Transparent_Rectangle" style="fill:none;" width="32" height="32"/> </svg>
Copied!