tooth icon
tooth-24px from Health Icons by Resolve to Save Lives · Filled 24px · Body · MIT Free for personal and commercial use.
- Name
- tooth-24px
- Set
- Health Icons
- Style
- Filled 24px
- Category
- Body
- Viewbox
- 24×24
- 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 24 24"><path fill="currentColor" d="M10.003 3.417A5 5 0 0 0 3 8c0 4.49 1.467 8.668 4.21 12.267A1.5 1.5 0 0 0 10 19.5v-.02c.022-.928.534-2.48 2-2.48c1.467 0 1.978 1.552 2 2.48v.02a1.5 1.5 0 0 0 2.79.767C19.532 16.668 21 12.49 21 8a5 5 0 0 0-7.757-4.172l1.964 1.965a1 1 0 0 1-1.414 1.414z"/></svg>
React
import type { SVGProps } from "react";
export function HealthiconsTooth24px(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.003 3.417A5 5 0 0 0 3 8c0 4.49 1.467 8.668 4.21 12.267A1.5 1.5 0 0 0 10 19.5v-.02c.022-.928.534-2.48 2-2.48c1.467 0 1.978 1.552 2 2.48v.02a1.5 1.5 0 0 0 2.79.767C19.532 16.668 21 12.49 21 8a5 5 0 0 0-7.757-4.172l1.964 1.965a1 1 0 0 1-1.414 1.414z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.003 3.417A5 5 0 0 0 3 8c0 4.49 1.467 8.668 4.21 12.267A1.5 1.5 0 0 0 10 19.5v-.02c.022-.928.534-2.48 2-2.48c1.467 0 1.978 1.552 2 2.48v.02a1.5 1.5 0 0 0 2.79.767C19.532 16.668 21 12.49 21 8a5 5 0 0 0-7.757-4.172l1.964 1.965a1 1 0 0 1-1.414 1.414z"/></svg> </template>
CSS
.icon-tooth-24px {
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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.003%203.417A5%205%200%200%200%203%208c0%204.49%201.467%208.668%204.21%2012.267A1.5%201.5%200%200%200%2010%2019.5v-.02c.022-.928.534-2.48%202-2.48c1.467%200%201.978%201.552%202%202.48v.02a1.5%201.5%200%200%200%202.79.767C19.532%2016.668%2021%2012.49%2021%208a5%205%200%200%200-7.757-4.172l1.964%201.965a1%201%200%200%201-1.414%201.414z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.003%203.417A5%205%200%200%200%203%208c0%204.49%201.467%208.668%204.21%2012.267A1.5%201.5%200%200%200%2010%2019.5v-.02c.022-.928.534-2.48%202-2.48c1.467%200%201.978%201.552%202%202.48v.02a1.5%201.5%200%200%200%202.79.767C19.532%2016.668%2021%2012.49%2021%208a5%205%200%200%200-7.757-4.172l1.964%201.965a1%201%200%200%201-1.414%201.414z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/healthicons/tooth-24px.svg?color=%231a73e8&size=48