Tooth Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Tooth 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/306688.svg" alt="Tooth icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306688.svg" alt="Tooth icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306688.svg" alt="Tooth icon" :width="24" :height="24" />
CSS background
.icon-tooth {
background-image: url('https://proicons.com/icon/306688.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M882 164c-2-39-24-90-43-113-20-23-57-45-83-49s-78-3-117 3L500 24 361 5c-40-6-92-7-118-3s-62 26-82 49-42 74-44 113c-4 70 1 181 51 282 0 0 36 72 36 186 0 84 32 265 73 345 18 35 73 28 84-10 38-133 66-468 139-467 73-1 100 334 139 467 11 38 65 45 83 10 42-80 74-261 74-345 0-114 35-186 35-186 50-101 55-212 51-282z"/></svg>
Copied!