tooth-bold from Phosphor by Phosphor Icons · Bold · MIT Free for personal and commercial use.

Name
tooth-bold
Set
Phosphor
Style
Bold
Viewbox
256×256
License
MIT

5 other variants in Phosphor

The same icon in other sets

Use the tooth icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M172.46 83.15L160.31 88l12.15 4.85a12 12 0 1 1-8.92 22.29L128 100.93l-35.54 14.22a12 12 0 0 1-8.92-22.29L95.69 88l-12.15-4.85a12 12 0 0 1 8.92-22.29L128 75.08l35.54-14.22a12 12 0 0 1 8.92 22.29m55.54-3.4c.08 76.45-25.2 135.68-49 152.59a20 20 0 0 1-31.44-14.92c-.67-9.06-2.33-22-6.46-32.23C135.76 172 129.92 172 128 172c-7.76 0-11.77 9.92-13.08 13.18c-4.13 10.22-5.79 23.17-6.46 32.23A20 20 0 0 1 88.51 236A19.86 19.86 0 0 1 77 232.34C53.2 215.43 27.92 156.2 28 79.75A60 60 0 0 1 88 20h80a60 60 0 0 1 60 59.75m-24 0A36 36 0 0 0 168 44H88a36 36 0 0 0-36 35.78c-.06 61.09 17.83 109.52 33.3 127.66C91.24 156 114.32 148 128 148s36.76 8 42.7 59.43c15.47-18.12 33.36-66.55 33.3-127.65Z"/></svg>

React

import type { SVGProps } from "react";

export function PhToothBold(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M172.46 83.15L160.31 88l12.15 4.85a12 12 0 1 1-8.92 22.29L128 100.93l-35.54 14.22a12 12 0 0 1-8.92-22.29L95.69 88l-12.15-4.85a12 12 0 0 1 8.92-22.29L128 75.08l35.54-14.22a12 12 0 0 1 8.92 22.29m55.54-3.4c.08 76.45-25.2 135.68-49 152.59a20 20 0 0 1-31.44-14.92c-.67-9.06-2.33-22-6.46-32.23C135.76 172 129.92 172 128 172c-7.76 0-11.77 9.92-13.08 13.18c-4.13 10.22-5.79 23.17-6.46 32.23A20 20 0 0 1 88.51 236A19.86 19.86 0 0 1 77 232.34C53.2 215.43 27.92 156.2 28 79.75A60 60 0 0 1 88 20h80a60 60 0 0 1 60 59.75m-24 0A36 36 0 0 0 168 44H88a36 36 0 0 0-36 35.78c-.06 61.09 17.83 109.52 33.3 127.66C91.24 156 114.32 148 128 148s36.76 8 42.7 59.43c15.47-18.12 33.36-66.55 33.3-127.65Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M172.46 83.15L160.31 88l12.15 4.85a12 12 0 1 1-8.92 22.29L128 100.93l-35.54 14.22a12 12 0 0 1-8.92-22.29L95.69 88l-12.15-4.85a12 12 0 0 1 8.92-22.29L128 75.08l35.54-14.22a12 12 0 0 1 8.92 22.29m55.54-3.4c.08 76.45-25.2 135.68-49 152.59a20 20 0 0 1-31.44-14.92c-.67-9.06-2.33-22-6.46-32.23C135.76 172 129.92 172 128 172c-7.76 0-11.77 9.92-13.08 13.18c-4.13 10.22-5.79 23.17-6.46 32.23A20 20 0 0 1 88.51 236A19.86 19.86 0 0 1 77 232.34C53.2 215.43 27.92 156.2 28 79.75A60 60 0 0 1 88 20h80a60 60 0 0 1 60 59.75m-24 0A36 36 0 0 0 168 44H88a36 36 0 0 0-36 35.78c-.06 61.09 17.83 109.52 33.3 127.66C91.24 156 114.32 148 128 148s36.76 8 42.7 59.43c15.47-18.12 33.36-66.55 33.3-127.65Z"/></svg>
</template>

CSS

.icon-tooth-bold {
  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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M172.46%2083.15L160.31%2088l12.15%204.85a12%2012%200%201%201-8.92%2022.29L128%20100.93l-35.54%2014.22a12%2012%200%200%201-8.92-22.29L95.69%2088l-12.15-4.85a12%2012%200%200%201%208.92-22.29L128%2075.08l35.54-14.22a12%2012%200%200%201%208.92%2022.29m55.54-3.4c.08%2076.45-25.2%20135.68-49%20152.59a20%2020%200%200%201-31.44-14.92c-.67-9.06-2.33-22-6.46-32.23C135.76%20172%20129.92%20172%20128%20172c-7.76%200-11.77%209.92-13.08%2013.18c-4.13%2010.22-5.79%2023.17-6.46%2032.23A20%2020%200%200%201%2088.51%20236A19.86%2019.86%200%200%201%2077%20232.34C53.2%20215.43%2027.92%20156.2%2028%2079.75A60%2060%200%200%201%2088%2020h80a60%2060%200%200%201%2060%2059.75m-24%200A36%2036%200%200%200%20168%2044H88a36%2036%200%200%200-36%2035.78c-.06%2061.09%2017.83%20109.52%2033.3%20127.66C91.24%20156%20114.32%20148%20128%20148s36.76%208%2042.7%2059.43c15.47-18.12%2033.36-66.55%2033.3-127.65Z%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M172.46%2083.15L160.31%2088l12.15%204.85a12%2012%200%201%201-8.92%2022.29L128%20100.93l-35.54%2014.22a12%2012%200%200%201-8.92-22.29L95.69%2088l-12.15-4.85a12%2012%200%200%201%208.92-22.29L128%2075.08l35.54-14.22a12%2012%200%200%201%208.92%2022.29m55.54-3.4c.08%2076.45-25.2%20135.68-49%20152.59a20%2020%200%200%201-31.44-14.92c-.67-9.06-2.33-22-6.46-32.23C135.76%20172%20129.92%20172%20128%20172c-7.76%200-11.77%209.92-13.08%2013.18c-4.13%2010.22-5.79%2023.17-6.46%2032.23A20%2020%200%200%201%2088.51%20236A19.86%2019.86%200%200%201%2077%20232.34C53.2%20215.43%2027.92%20156.2%2028%2079.75A60%2060%200%200%201%2088%2020h80a60%2060%200%200%201%2060%2059.75m-24%200A36%2036%200%200%200%20168%2044H88a36%2036%200%200%200-36%2035.78c-.06%2061.09%2017.83%20109.52%2033.3%20127.66C91.24%20156%20114.32%20148%20128%20148s36.76%208%2042.7%2059.43c15.47-18.12%2033.36-66.55%2033.3-127.65Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/tooth-bold.svg?color=%231a73e8&size=48