tooth emoji
tooth from Noto Emoji by Google Inc · Default · People & Body · Apache-2.0 Free for personal and commercial use.
- Name
- tooth
- Set
- Noto Emoji
- Style
- Default
- Category
- People & Body
- Viewbox
- 128×128
- License
- Apache 2.0
The same emoji in other sets
More people & body icons from Noto Emoji
anatomical-heartartistastronautbabybaby-angelbackhand-index-pointing-downbackhand-index-pointing-leftbackhand-index-pointing-rightbackhand-index-pointing-upballet-dancerbiting-lipboneboybrainbreast-feedingbust-in-silhouettebusts-in-silhouettecall-me-handchildclapping-handsconstruction-workercookcouple-with-heartcouple-with-heart-man-man
Use the tooth emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#e1e7ea" d="M53 7.71S34.91 2.48 28.22 9.85s-7.03 16.07-7.7 21.43s2.34 16.74 4.35 21.76s5.36 13.39 5.02 19.42s.76 21.55 1.34 25.11c1.31 8.04 7.37 22.77 13.73 24.44s8.37-1.34 8.37-7.7s2.01-42.52 13.39-41.18c11.38 1.33 10.71 14.72 11.05 21.42c.33 6.7 3.38 28.41 9.07 27.74s12.69-15.69 13.03-28.41s-3.01-18.41 0-28.12s7.7-19.08 7.7-29.13c0-7.8.45-20.57-7.37-26.78c-7.1-5.64-12.1-4.21-15.74-4.02c-9.08.48-14.1 6.89-31.46 1.88"/><path fill="#95cbde" d="M67.15 24.05c4.28 0 19.83-7.54 18-9.46c-2.79-2.93-14.74 3.63-19.2 3.34c-4.66-.3-9.47-2.2-13.97-2.69c-1.55-.17-3.54.33-1.85 2.32c1.23 1.44 12.74 6.49 17.02 6.49"/><path fill="#fff" d="M50.17 24.16c2.26 1.5 4.51 3.39 5.22 6.01c.1.37.17.77.04 1.14c-.12.33-.39.59-.67.8c-1.35 1-3.1 1.26-4.78 1.28c-4.75.05-9.5-1.62-13.17-4.63c-2.32-1.9-7.57-9.53-1.65-10.3c4.9-.65 11.13 3.14 15.01 5.7m40.78-3.82c1.11-.35 2.41-.63 3.37.03c.44.3.74.77.95 1.26c.78 1.81.4 3.97-.6 5.67s-2.56 3-4.18 4.13c-2.43 1.68-5.13 3.04-8.03 3.59s-6.03.22-8.58-1.27c-.33-.19-.66-.42-.84-.75c-.39-.73.1-1.63.72-2.17c5.1-4.41 10.69-8.42 17.19-10.49"/></svg>
React
import type { SVGProps } from "react";
export function NotoTooth(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#e1e7ea" d="M53 7.71S34.91 2.48 28.22 9.85s-7.03 16.07-7.7 21.43s2.34 16.74 4.35 21.76s5.36 13.39 5.02 19.42s.76 21.55 1.34 25.11c1.31 8.04 7.37 22.77 13.73 24.44s8.37-1.34 8.37-7.7s2.01-42.52 13.39-41.18c11.38 1.33 10.71 14.72 11.05 21.42c.33 6.7 3.38 28.41 9.07 27.74s12.69-15.69 13.03-28.41s-3.01-18.41 0-28.12s7.7-19.08 7.7-29.13c0-7.8.45-20.57-7.37-26.78c-7.1-5.64-12.1-4.21-15.74-4.02c-9.08.48-14.1 6.89-31.46 1.88"/><path fill="#95cbde" d="M67.15 24.05c4.28 0 19.83-7.54 18-9.46c-2.79-2.93-14.74 3.63-19.2 3.34c-4.66-.3-9.47-2.2-13.97-2.69c-1.55-.17-3.54.33-1.85 2.32c1.23 1.44 12.74 6.49 17.02 6.49"/><path fill="#fff" d="M50.17 24.16c2.26 1.5 4.51 3.39 5.22 6.01c.1.37.17.77.04 1.14c-.12.33-.39.59-.67.8c-1.35 1-3.1 1.26-4.78 1.28c-4.75.05-9.5-1.62-13.17-4.63c-2.32-1.9-7.57-9.53-1.65-10.3c4.9-.65 11.13 3.14 15.01 5.7m40.78-3.82c1.11-.35 2.41-.63 3.37.03c.44.3.74.77.95 1.26c.78 1.81.4 3.97-.6 5.67s-2.56 3-4.18 4.13c-2.43 1.68-5.13 3.04-8.03 3.59s-6.03.22-8.58-1.27c-.33-.19-.66-.42-.84-.75c-.39-.73.1-1.63.72-2.17c5.1-4.41 10.69-8.42 17.19-10.49"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#e1e7ea" d="M53 7.71S34.91 2.48 28.22 9.85s-7.03 16.07-7.7 21.43s2.34 16.74 4.35 21.76s5.36 13.39 5.02 19.42s.76 21.55 1.34 25.11c1.31 8.04 7.37 22.77 13.73 24.44s8.37-1.34 8.37-7.7s2.01-42.52 13.39-41.18c11.38 1.33 10.71 14.72 11.05 21.42c.33 6.7 3.38 28.41 9.07 27.74s12.69-15.69 13.03-28.41s-3.01-18.41 0-28.12s7.7-19.08 7.7-29.13c0-7.8.45-20.57-7.37-26.78c-7.1-5.64-12.1-4.21-15.74-4.02c-9.08.48-14.1 6.89-31.46 1.88"/><path fill="#95cbde" d="M67.15 24.05c4.28 0 19.83-7.54 18-9.46c-2.79-2.93-14.74 3.63-19.2 3.34c-4.66-.3-9.47-2.2-13.97-2.69c-1.55-.17-3.54.33-1.85 2.32c1.23 1.44 12.74 6.49 17.02 6.49"/><path fill="#fff" d="M50.17 24.16c2.26 1.5 4.51 3.39 5.22 6.01c.1.37.17.77.04 1.14c-.12.33-.39.59-.67.8c-1.35 1-3.1 1.26-4.78 1.28c-4.75.05-9.5-1.62-13.17-4.63c-2.32-1.9-7.57-9.53-1.65-10.3c4.9-.65 11.13 3.14 15.01 5.7m40.78-3.82c1.11-.35 2.41-.63 3.37.03c.44.3.74.77.95 1.26c.78 1.81.4 3.97-.6 5.67s-2.56 3-4.18 4.13c-2.43 1.68-5.13 3.04-8.03 3.59s-6.03.22-8.58-1.27c-.33-.19-.66-.42-.84-.75c-.39-.73.1-1.63.72-2.17c5.1-4.41 10.69-8.42 17.19-10.49"/></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%20128%20128%22%3E%3Cpath%20fill%3D%22%23e1e7ea%22%20d%3D%22M53%207.71S34.91%202.48%2028.22%209.85s-7.03%2016.07-7.7%2021.43s2.34%2016.74%204.35%2021.76s5.36%2013.39%205.02%2019.42s.76%2021.55%201.34%2025.11c1.31%208.04%207.37%2022.77%2013.73%2024.44s8.37-1.34%208.37-7.7s2.01-42.52%2013.39-41.18c11.38%201.33%2010.71%2014.72%2011.05%2021.42c.33%206.7%203.38%2028.41%209.07%2027.74s12.69-15.69%2013.03-28.41s-3.01-18.41%200-28.12s7.7-19.08%207.7-29.13c0-7.8.45-20.57-7.37-26.78c-7.1-5.64-12.1-4.21-15.74-4.02c-9.08.48-14.1%206.89-31.46%201.88%22%2F%3E%3Cpath%20fill%3D%22%2395cbde%22%20d%3D%22M67.15%2024.05c4.28%200%2019.83-7.54%2018-9.46c-2.79-2.93-14.74%203.63-19.2%203.34c-4.66-.3-9.47-2.2-13.97-2.69c-1.55-.17-3.54.33-1.85%202.32c1.23%201.44%2012.74%206.49%2017.02%206.49%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M50.17%2024.16c2.26%201.5%204.51%203.39%205.22%206.01c.1.37.17.77.04%201.14c-.12.33-.39.59-.67.8c-1.35%201-3.1%201.26-4.78%201.28c-4.75.05-9.5-1.62-13.17-4.63c-2.32-1.9-7.57-9.53-1.65-10.3c4.9-.65%2011.13%203.14%2015.01%205.7m40.78-3.82c1.11-.35%202.41-.63%203.37.03c.44.3.74.77.95%201.26c.78%201.81.4%203.97-.6%205.67s-2.56%203-4.18%204.13c-2.43%201.68-5.13%203.04-8.03%203.59s-6.03.22-8.58-1.27c-.33-.19-.66-.42-.84-.75c-.39-.73.1-1.63.72-2.17c5.1-4.41%2010.69-8.42%2017.19-10.49%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%20128%20128%22%3E%3Cpath%20fill%3D%22%23e1e7ea%22%20d%3D%22M53%207.71S34.91%202.48%2028.22%209.85s-7.03%2016.07-7.7%2021.43s2.34%2016.74%204.35%2021.76s5.36%2013.39%205.02%2019.42s.76%2021.55%201.34%2025.11c1.31%208.04%207.37%2022.77%2013.73%2024.44s8.37-1.34%208.37-7.7s2.01-42.52%2013.39-41.18c11.38%201.33%2010.71%2014.72%2011.05%2021.42c.33%206.7%203.38%2028.41%209.07%2027.74s12.69-15.69%2013.03-28.41s-3.01-18.41%200-28.12s7.7-19.08%207.7-29.13c0-7.8.45-20.57-7.37-26.78c-7.1-5.64-12.1-4.21-15.74-4.02c-9.08.48-14.1%206.89-31.46%201.88%22%2F%3E%3Cpath%20fill%3D%22%2395cbde%22%20d%3D%22M67.15%2024.05c4.28%200%2019.83-7.54%2018-9.46c-2.79-2.93-14.74%203.63-19.2%203.34c-4.66-.3-9.47-2.2-13.97-2.69c-1.55-.17-3.54.33-1.85%202.32c1.23%201.44%2012.74%206.49%2017.02%206.49%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M50.17%2024.16c2.26%201.5%204.51%203.39%205.22%206.01c.1.37.17.77.04%201.14c-.12.33-.39.59-.67.8c-1.35%201-3.1%201.26-4.78%201.28c-4.75.05-9.5-1.62-13.17-4.63c-2.32-1.9-7.57-9.53-1.65-10.3c4.9-.65%2011.13%203.14%2015.01%205.7m40.78-3.82c1.11-.35%202.41-.63%203.37.03c.44.3.74.77.95%201.26c.78%201.81.4%203.97-.6%205.67s-2.56%203-4.18%204.13c-2.43%201.68-5.13%203.04-8.03%203.59s-6.03.22-8.58-1.27c-.33-.19-.66-.42-.84-.75c-.39-.73.1-1.63.72-2.17c5.1-4.41%2010.69-8.42%2017.19-10.49%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/noto/tooth.svg?color=%231a73e8&size=48