tooth icon
tooth from Font Awesome 6 Solid by Dave Gandy · Regular · Medical · CC-BY-4.0 Attribution required.
- Name
- tooth
- Set
- Font Awesome 6 Solid
- Style
- Regular
- Category
- Medical
- Viewbox
- 448×512
- License
- CC BY 4.0
The same icon in other sets
More medical icons from Font Awesome 6 Solid
Use the tooth icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 448 512"><path fill="currentColor" d="M186.1 52.1c-16.8-13-37.4-20.1-58.6-20.1C74.7 32 32 74.7 32 127.5v6.2c0 15.8 3.7 31.3 10.7 45.5l23.5 47.1c4.5 8.9 7.6 18.4 9.4 28.2l36.7 205.8c2 11.2 11.6 19.4 22.9 19.8s21.4-7.4 24-18.4l28.9-121.3C192.2 323.7 207 312 224 312s31.8 11.7 35.8 28.3l28.9 121.3c2.6 11.1 12.7 18.8 24 18.4s20.9-8.6 22.9-19.8l36.7-205.8c1.8-9.8 4.9-19.3 9.4-28.2l23.5-47.1c7.1-14.1 10.7-29.7 10.7-45.5v-2.1c0-55-44.6-99.6-99.6-99.6c-24.1 0-47.4 8.8-65.6 24.6l-3.2 2.8L267 74.5c7 5.4 8.2 15.5 2.8 22.5s-15.5 8.2-22.5 2.8l-24.4-19l-37-28.8z"/></svg>
React
import type { SVGProps } from "react";
export function Fa6SolidTooth(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 448 512"><path fill="currentColor" d="M186.1 52.1c-16.8-13-37.4-20.1-58.6-20.1C74.7 32 32 74.7 32 127.5v6.2c0 15.8 3.7 31.3 10.7 45.5l23.5 47.1c4.5 8.9 7.6 18.4 9.4 28.2l36.7 205.8c2 11.2 11.6 19.4 22.9 19.8s21.4-7.4 24-18.4l28.9-121.3C192.2 323.7 207 312 224 312s31.8 11.7 35.8 28.3l28.9 121.3c2.6 11.1 12.7 18.8 24 18.4s20.9-8.6 22.9-19.8l36.7-205.8c1.8-9.8 4.9-19.3 9.4-28.2l23.5-47.1c7.1-14.1 10.7-29.7 10.7-45.5v-2.1c0-55-44.6-99.6-99.6-99.6c-24.1 0-47.4 8.8-65.6 24.6l-3.2 2.8L267 74.5c7 5.4 8.2 15.5 2.8 22.5s-15.5 8.2-22.5 2.8l-24.4-19l-37-28.8z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 448 512"><path fill="currentColor" d="M186.1 52.1c-16.8-13-37.4-20.1-58.6-20.1C74.7 32 32 74.7 32 127.5v6.2c0 15.8 3.7 31.3 10.7 45.5l23.5 47.1c4.5 8.9 7.6 18.4 9.4 28.2l36.7 205.8c2 11.2 11.6 19.4 22.9 19.8s21.4-7.4 24-18.4l28.9-121.3C192.2 323.7 207 312 224 312s31.8 11.7 35.8 28.3l28.9 121.3c2.6 11.1 12.7 18.8 24 18.4s20.9-8.6 22.9-19.8l36.7-205.8c1.8-9.8 4.9-19.3 9.4-28.2l23.5-47.1c7.1-14.1 10.7-29.7 10.7-45.5v-2.1c0-55-44.6-99.6-99.6-99.6c-24.1 0-47.4 8.8-65.6 24.6l-3.2 2.8L267 74.5c7 5.4 8.2 15.5 2.8 22.5s-15.5 8.2-22.5 2.8l-24.4-19l-37-28.8z"/></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%20448%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M186.1%2052.1c-16.8-13-37.4-20.1-58.6-20.1C74.7%2032%2032%2074.7%2032%20127.5v6.2c0%2015.8%203.7%2031.3%2010.7%2045.5l23.5%2047.1c4.5%208.9%207.6%2018.4%209.4%2028.2l36.7%20205.8c2%2011.2%2011.6%2019.4%2022.9%2019.8s21.4-7.4%2024-18.4l28.9-121.3C192.2%20323.7%20207%20312%20224%20312s31.8%2011.7%2035.8%2028.3l28.9%20121.3c2.6%2011.1%2012.7%2018.8%2024%2018.4s20.9-8.6%2022.9-19.8l36.7-205.8c1.8-9.8%204.9-19.3%209.4-28.2l23.5-47.1c7.1-14.1%2010.7-29.7%2010.7-45.5v-2.1c0-55-44.6-99.6-99.6-99.6c-24.1%200-47.4%208.8-65.6%2024.6l-3.2%202.8L267%2074.5c7%205.4%208.2%2015.5%202.8%2022.5s-15.5%208.2-22.5%202.8l-24.4-19l-37-28.8z%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%20448%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M186.1%2052.1c-16.8-13-37.4-20.1-58.6-20.1C74.7%2032%2032%2074.7%2032%20127.5v6.2c0%2015.8%203.7%2031.3%2010.7%2045.5l23.5%2047.1c4.5%208.9%207.6%2018.4%209.4%2028.2l36.7%20205.8c2%2011.2%2011.6%2019.4%2022.9%2019.8s21.4-7.4%2024-18.4l28.9-121.3C192.2%20323.7%20207%20312%20224%20312s31.8%2011.7%2035.8%2028.3l28.9%20121.3c2.6%2011.1%2012.7%2018.8%2024%2018.4s20.9-8.6%2022.9-19.8l36.7-205.8c1.8-9.8%204.9-19.3%209.4-28.2l23.5-47.1c7.1-14.1%2010.7-29.7%2010.7-45.5v-2.1c0-55-44.6-99.6-99.6-99.6c-24.1%200-47.4%208.8-65.6%2024.6l-3.2%202.8L267%2074.5c7%205.4%208.2%2015.5%202.8%2022.5s-15.5%208.2-22.5%202.8l-24.4-19l-37-28.8z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-solid/tooth.svg?color=%231a73e8&size=48