Smile Doctors Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Smile Doctors 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/347522.svg" alt="Smile Doctors icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/347522.svg" alt="Smile Doctors icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/347522.svg" alt="Smile Doctors icon" :width="24" :height="24" />
CSS background
.icon-smile-doctors {
background-image: url('https://proicons.com/icon/347522.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M15.0724,35.9967c-.7346-.7346-.7519-.9694-.2221-3.0137,1.0116-3.904,2.0016-4.387,7.6048-3.7098,1.7015.2056,2.4342.4122,2.8595.8061.7028.6509.7623,1.9693.1153,2.5548-.585.5294-8.605,3.9866-9.2481,3.9866-.267,0-.7662-.2807-1.1093-.6239h0ZM29.353,35.0089c-1.2871-1.1969-2.4183-2.346-2.4392-3.3444-.0111-.5297,1.8225-4.9081,2.4795-5.9204.5881-.9063,1.2218-1.146,2.0193-.7637.8005.3837.8833.7376,1.4681,6.2763.3475,3.2916.3469,3.7197-.0055,4.2574-.996,2.2727-2.2957.6379-3.5221-.5053ZM15.8799,27.6608c-1.4885-1.3507-5.7698-6.3981-5.9139-6.9721-.214-.8528.2707-1.8182,1.0643-2.12,1.0164-.3864,4.0992-.3042,4.9425.1319,1.6285.8421,2.1732,2.222,2.9605,7.4986.167,1.1191-.5906,2.0334-1.6848,2.0334-.4096,0-1.0191-.2547-1.3687-.5719h.0002ZM31.3065,23.4826c-.4437-.2532-1.7381-1.3414-2.8765-2.4181-1.8528-1.7524-2.0613-2.0428-1.9893-2.7709.0508-.5124.3195-.9908.7266-1.2932.6333-.4706.6882-.4706,2.796.0018,1.1825.265,3.1222.678,4.3105.9179,2.6926.5435,3.3289.8492,3.6255,1.7423.3082.9278-.152,1.6255-1.9846,3.0092-1.6961,1.2805-3.2932,1.5616-4.6081.811h0ZM19.0231,20.1768c-.6099-.218-1.0167-.881-1.0167-1.657,0-.9836,4.4665-8.4567,5.2744-8.8249.7861-.3582,1.7285-.1061,2.1641.5789.1916.3012.6126,1.2645.9356,2.1405,1.1077,3.0044.3883,4.3-3.5994,6.4834-2.6041,1.4258-2.9849,1.5554-3.7579,1.2791h0Z"/><circle class="b" cx="24" cy="24" r="21.5"/></svg>
Copied!