tooth icon
tooth from Health Icons by Resolve to Save Lives · Filled · Body · MIT Free for personal and commercial use.
- Name
- tooth
- Set
- Health Icons
- Style
- Filled
- Category
- Body
- Viewbox
- 48×48
- License
- MIT
3 other variants in Health Icons
The same icon in other sets
More body icons from Health Icons
Use the tooth icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fill-rule="evenodd" d="M20.96 9.281c-4.338-2.44-8.18-1.293-11.375 2.585c-3.082 3.742-.98 10.488.53 15.338c.36 1.156.687 2.205.902 3.079c1.115 4.54 2.183 7.37 4.616 9.418c1.205 1.014 2.572-.729 4.014-2.567c1.25-1.594 2.556-3.26 3.863-3.264c1.285-.004 2.571 1.66 3.804 3.254c1.423 1.84 2.775 3.59 3.973 2.577c1.86-1.57 2.703-2.722 3.725-5.956c1.113-3.527 2.912-7.745 4.342-12.607c1.006-3.42 1.126-6.904-1.773-10.265c-4.14-4.8-9.877-2.32-12.548-.733l3.618 3.1a1 1 0 1 1-1.302 1.52z" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function HealthiconsTooth(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fillRule="evenodd" d="M20.96 9.281c-4.338-2.44-8.18-1.293-11.375 2.585c-3.082 3.742-.98 10.488.53 15.338c.36 1.156.687 2.205.902 3.079c1.115 4.54 2.183 7.37 4.616 9.418c1.205 1.014 2.572-.729 4.014-2.567c1.25-1.594 2.556-3.26 3.863-3.264c1.285-.004 2.571 1.66 3.804 3.254c1.423 1.84 2.775 3.59 3.973 2.577c1.86-1.57 2.703-2.722 3.725-5.956c1.113-3.527 2.912-7.745 4.342-12.607c1.006-3.42 1.126-6.904-1.773-10.265c-4.14-4.8-9.877-2.32-12.548-.733l3.618 3.1a1 1 0 1 1-1.302 1.52z" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fill-rule="evenodd" d="M20.96 9.281c-4.338-2.44-8.18-1.293-11.375 2.585c-3.082 3.742-.98 10.488.53 15.338c.36 1.156.687 2.205.902 3.079c1.115 4.54 2.183 7.37 4.616 9.418c1.205 1.014 2.572-.729 4.014-2.567c1.25-1.594 2.556-3.26 3.863-3.264c1.285-.004 2.571 1.66 3.804 3.254c1.423 1.84 2.775 3.59 3.973 2.577c1.86-1.57 2.703-2.722 3.725-5.956c1.113-3.527 2.912-7.745 4.342-12.607c1.006-3.42 1.126-6.904-1.773-10.265c-4.14-4.8-9.877-2.32-12.548-.733l3.618 3.1a1 1 0 1 1-1.302 1.52z" clip-rule="evenodd"/></svg> </template>
CSS
.icon-tooth {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M20.96%209.281c-4.338-2.44-8.18-1.293-11.375%202.585c-3.082%203.742-.98%2010.488.53%2015.338c.36%201.156.687%202.205.902%203.079c1.115%204.54%202.183%207.37%204.616%209.418c1.205%201.014%202.572-.729%204.014-2.567c1.25-1.594%202.556-3.26%203.863-3.264c1.285-.004%202.571%201.66%203.804%203.254c1.423%201.84%202.775%203.59%203.973%202.577c1.86-1.57%202.703-2.722%203.725-5.956c1.113-3.527%202.912-7.745%204.342-12.607c1.006-3.42%201.126-6.904-1.773-10.265c-4.14-4.8-9.877-2.32-12.548-.733l3.618%203.1a1%201%200%201%201-1.302%201.52z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M20.96%209.281c-4.338-2.44-8.18-1.293-11.375%202.585c-3.082%203.742-.98%2010.488.53%2015.338c.36%201.156.687%202.205.902%203.079c1.115%204.54%202.183%207.37%204.616%209.418c1.205%201.014%202.572-.729%204.014-2.567c1.25-1.594%202.556-3.26%203.863-3.264c1.285-.004%202.571%201.66%203.804%203.254c1.423%201.84%202.775%203.59%203.973%202.577c1.86-1.57%202.703-2.722%203.725-5.956c1.113-3.527%202.912-7.745%204.342-12.607c1.006-3.42%201.126-6.904-1.773-10.265c-4.14-4.8-9.877-2.32-12.548-.733l3.618%203.1a1%201%200%201%201-1.302%201.52z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/healthicons/tooth.svg?color=%231a73e8&size=48