tooth icon
tooth from Font Awesome Solid by Dave Gandy · Solid · Medical · CC-BY-4.0 Attribution required.
- Name
- tooth
- Set
- Font Awesome Solid
- Style
- Solid
- Category
- Medical
- Viewbox
- 640×640
- License
- CC BY 4.0
The same icon in other sets
More medical icons from Font Awesome Solid
Use the tooth icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M241 69.7L320 96l79-26.3c11.3-3.8 23-5.7 34.9-5.7C494.7 64 544 113.3 544 174.1v68.5c0 29.4-9.5 58.1-27.2 81.6l-1.1 1.5c-12.9 17.2-21.3 37.4-24.3 58.7l-21.7 151.5c-3.3 23-23 40.1-46.2 40.1c-22.8 0-42.3-16.5-46-39l-20.2-121.4c-3-18.2-18.8-31.6-37.3-31.6s-34.2 13.4-37.3 31.6L262.5 537c-3.8 22.5-23.2 39-46 39c-23.2 0-42.9-17.1-46.2-40.1l-21.7-151.4c-3-21.3-11.4-41.5-24.3-58.7l-1.1-1.5C105.5 300.7 96 272.1 96 242.7v-68.5C96 113.3 145.3 64 206.1 64c11.9 0 23.6 1.9 34.9 5.7"/></svg>
React
import type { SVGProps } from "react";
export function Fa7SolidTooth(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M241 69.7L320 96l79-26.3c11.3-3.8 23-5.7 34.9-5.7C494.7 64 544 113.3 544 174.1v68.5c0 29.4-9.5 58.1-27.2 81.6l-1.1 1.5c-12.9 17.2-21.3 37.4-24.3 58.7l-21.7 151.5c-3.3 23-23 40.1-46.2 40.1c-22.8 0-42.3-16.5-46-39l-20.2-121.4c-3-18.2-18.8-31.6-37.3-31.6s-34.2 13.4-37.3 31.6L262.5 537c-3.8 22.5-23.2 39-46 39c-23.2 0-42.9-17.1-46.2-40.1l-21.7-151.4c-3-21.3-11.4-41.5-24.3-58.7l-1.1-1.5C105.5 300.7 96 272.1 96 242.7v-68.5C96 113.3 145.3 64 206.1 64c11.9 0 23.6 1.9 34.9 5.7"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M241 69.7L320 96l79-26.3c11.3-3.8 23-5.7 34.9-5.7C494.7 64 544 113.3 544 174.1v68.5c0 29.4-9.5 58.1-27.2 81.6l-1.1 1.5c-12.9 17.2-21.3 37.4-24.3 58.7l-21.7 151.5c-3.3 23-23 40.1-46.2 40.1c-22.8 0-42.3-16.5-46-39l-20.2-121.4c-3-18.2-18.8-31.6-37.3-31.6s-34.2 13.4-37.3 31.6L262.5 537c-3.8 22.5-23.2 39-46 39c-23.2 0-42.9-17.1-46.2-40.1l-21.7-151.4c-3-21.3-11.4-41.5-24.3-58.7l-1.1-1.5C105.5 300.7 96 272.1 96 242.7v-68.5C96 113.3 145.3 64 206.1 64c11.9 0 23.6 1.9 34.9 5.7"/></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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M241%2069.7L320%2096l79-26.3c11.3-3.8%2023-5.7%2034.9-5.7C494.7%2064%20544%20113.3%20544%20174.1v68.5c0%2029.4-9.5%2058.1-27.2%2081.6l-1.1%201.5c-12.9%2017.2-21.3%2037.4-24.3%2058.7l-21.7%20151.5c-3.3%2023-23%2040.1-46.2%2040.1c-22.8%200-42.3-16.5-46-39l-20.2-121.4c-3-18.2-18.8-31.6-37.3-31.6s-34.2%2013.4-37.3%2031.6L262.5%20537c-3.8%2022.5-23.2%2039-46%2039c-23.2%200-42.9-17.1-46.2-40.1l-21.7-151.4c-3-21.3-11.4-41.5-24.3-58.7l-1.1-1.5C105.5%20300.7%2096%20272.1%2096%20242.7v-68.5C96%20113.3%20145.3%2064%20206.1%2064c11.9%200%2023.6%201.9%2034.9%205.7%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M241%2069.7L320%2096l79-26.3c11.3-3.8%2023-5.7%2034.9-5.7C494.7%2064%20544%20113.3%20544%20174.1v68.5c0%2029.4-9.5%2058.1-27.2%2081.6l-1.1%201.5c-12.9%2017.2-21.3%2037.4-24.3%2058.7l-21.7%20151.5c-3.3%2023-23%2040.1-46.2%2040.1c-22.8%200-42.3-16.5-46-39l-20.2-121.4c-3-18.2-18.8-31.6-37.3-31.6s-34.2%2013.4-37.3%2031.6L262.5%20537c-3.8%2022.5-23.2%2039-46%2039c-23.2%200-42.9-17.1-46.2-40.1l-21.7-151.4c-3-21.3-11.4-41.5-24.3-58.7l-1.1-1.5C105.5%20300.7%2096%20272.1%2096%20242.7v-68.5C96%20113.3%20145.3%2064%20206.1%2064c11.9%200%2023.6%201.9%2034.9%205.7%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-solid/tooth.svg?color=%231a73e8&size=48