tooth-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.

Name
tooth-light
Set
Phosphor
Style
Light
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="M170.23 69.57L144.16 80l26.07 10.43a6 6 0 1 1-4.46 11.14L128 86.46l-37.77 15.11a6 6 0 0 1-7.8-3.35a6 6 0 0 1 3.34-7.79L111.84 80L85.77 69.57a6 6 0 0 1 4.46-11.14L128 73.53l37.77-15.1a6 6 0 1 1 4.46 11.14M222 79.75c0 42.45-7.91 74.9-14.59 94.64c-8.59 25.41-20.22 44.74-31.91 53a13.7 13.7 0 0 1-13.94 1.23a14.1 14.1 0 0 1-8-11.69c-1.13-15.33-5.87-51-25.52-51s-24.39 35.64-25.52 51a14.1 14.1 0 0 1-14 13a13.7 13.7 0 0 1-8-2.58c-11.69-8.29-23.32-27.62-31.91-53C41.91 154.65 34 122.2 34 79.75A54 54 0 0 1 88 26h80a54 54 0 0 1 54 53.75m-12 0A42 42 0 0 0 168 38H88a42 42 0 0 0-42 41.76c-.07 73.93 24.69 126 41.44 137.88a1.77 1.77 0 0 0 1.88.15a2 2 0 0 0 1.19-1.71C93.46 176 106.77 154 128 154s34.54 22 37.49 62.09a2 2 0 0 0 1.19 1.71a1.77 1.77 0 0 0 1.88-.15c16.75-11.91 41.51-63.96 41.44-137.89Z"/></svg>

React

import type { SVGProps } from "react";

export function PhToothLight(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="M170.23 69.57L144.16 80l26.07 10.43a6 6 0 1 1-4.46 11.14L128 86.46l-37.77 15.11a6 6 0 0 1-7.8-3.35a6 6 0 0 1 3.34-7.79L111.84 80L85.77 69.57a6 6 0 0 1 4.46-11.14L128 73.53l37.77-15.1a6 6 0 1 1 4.46 11.14M222 79.75c0 42.45-7.91 74.9-14.59 94.64c-8.59 25.41-20.22 44.74-31.91 53a13.7 13.7 0 0 1-13.94 1.23a14.1 14.1 0 0 1-8-11.69c-1.13-15.33-5.87-51-25.52-51s-24.39 35.64-25.52 51a14.1 14.1 0 0 1-14 13a13.7 13.7 0 0 1-8-2.58c-11.69-8.29-23.32-27.62-31.91-53C41.91 154.65 34 122.2 34 79.75A54 54 0 0 1 88 26h80a54 54 0 0 1 54 53.75m-12 0A42 42 0 0 0 168 38H88a42 42 0 0 0-42 41.76c-.07 73.93 24.69 126 41.44 137.88a1.77 1.77 0 0 0 1.88.15a2 2 0 0 0 1.19-1.71C93.46 176 106.77 154 128 154s34.54 22 37.49 62.09a2 2 0 0 0 1.19 1.71a1.77 1.77 0 0 0 1.88-.15c16.75-11.91 41.51-63.96 41.44-137.89Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M170.23 69.57L144.16 80l26.07 10.43a6 6 0 1 1-4.46 11.14L128 86.46l-37.77 15.11a6 6 0 0 1-7.8-3.35a6 6 0 0 1 3.34-7.79L111.84 80L85.77 69.57a6 6 0 0 1 4.46-11.14L128 73.53l37.77-15.1a6 6 0 1 1 4.46 11.14M222 79.75c0 42.45-7.91 74.9-14.59 94.64c-8.59 25.41-20.22 44.74-31.91 53a13.7 13.7 0 0 1-13.94 1.23a14.1 14.1 0 0 1-8-11.69c-1.13-15.33-5.87-51-25.52-51s-24.39 35.64-25.52 51a14.1 14.1 0 0 1-14 13a13.7 13.7 0 0 1-8-2.58c-11.69-8.29-23.32-27.62-31.91-53C41.91 154.65 34 122.2 34 79.75A54 54 0 0 1 88 26h80a54 54 0 0 1 54 53.75m-12 0A42 42 0 0 0 168 38H88a42 42 0 0 0-42 41.76c-.07 73.93 24.69 126 41.44 137.88a1.77 1.77 0 0 0 1.88.15a2 2 0 0 0 1.19-1.71C93.46 176 106.77 154 128 154s34.54 22 37.49 62.09a2 2 0 0 0 1.19 1.71a1.77 1.77 0 0 0 1.88-.15c16.75-11.91 41.51-63.96 41.44-137.89Z"/></svg>
</template>

CSS

.icon-tooth-light {
  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%22M170.23%2069.57L144.16%2080l26.07%2010.43a6%206%200%201%201-4.46%2011.14L128%2086.46l-37.77%2015.11a6%206%200%200%201-7.8-3.35a6%206%200%200%201%203.34-7.79L111.84%2080L85.77%2069.57a6%206%200%200%201%204.46-11.14L128%2073.53l37.77-15.1a6%206%200%201%201%204.46%2011.14M222%2079.75c0%2042.45-7.91%2074.9-14.59%2094.64c-8.59%2025.41-20.22%2044.74-31.91%2053a13.7%2013.7%200%200%201-13.94%201.23a14.1%2014.1%200%200%201-8-11.69c-1.13-15.33-5.87-51-25.52-51s-24.39%2035.64-25.52%2051a14.1%2014.1%200%200%201-14%2013a13.7%2013.7%200%200%201-8-2.58c-11.69-8.29-23.32-27.62-31.91-53C41.91%20154.65%2034%20122.2%2034%2079.75A54%2054%200%200%201%2088%2026h80a54%2054%200%200%201%2054%2053.75m-12%200A42%2042%200%200%200%20168%2038H88a42%2042%200%200%200-42%2041.76c-.07%2073.93%2024.69%20126%2041.44%20137.88a1.77%201.77%200%200%200%201.88.15a2%202%200%200%200%201.19-1.71C93.46%20176%20106.77%20154%20128%20154s34.54%2022%2037.49%2062.09a2%202%200%200%200%201.19%201.71a1.77%201.77%200%200%200%201.88-.15c16.75-11.91%2041.51-63.96%2041.44-137.89Z%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%22M170.23%2069.57L144.16%2080l26.07%2010.43a6%206%200%201%201-4.46%2011.14L128%2086.46l-37.77%2015.11a6%206%200%200%201-7.8-3.35a6%206%200%200%201%203.34-7.79L111.84%2080L85.77%2069.57a6%206%200%200%201%204.46-11.14L128%2073.53l37.77-15.1a6%206%200%201%201%204.46%2011.14M222%2079.75c0%2042.45-7.91%2074.9-14.59%2094.64c-8.59%2025.41-20.22%2044.74-31.91%2053a13.7%2013.7%200%200%201-13.94%201.23a14.1%2014.1%200%200%201-8-11.69c-1.13-15.33-5.87-51-25.52-51s-24.39%2035.64-25.52%2051a14.1%2014.1%200%200%201-14%2013a13.7%2013.7%200%200%201-8-2.58c-11.69-8.29-23.32-27.62-31.91-53C41.91%20154.65%2034%20122.2%2034%2079.75A54%2054%200%200%201%2088%2026h80a54%2054%200%200%201%2054%2053.75m-12%200A42%2042%200%200%200%20168%2038H88a42%2042%200%200%200-42%2041.76c-.07%2073.93%2024.69%20126%2041.44%20137.88a1.77%201.77%200%200%200%201.88.15a2%202%200%200%200%201.19-1.71C93.46%20176%20106.77%20154%20128%20154s34.54%2022%2037.49%2062.09a2%202%200%200%200%201.19%201.71a1.77%201.77%200%200%200%201.88-.15c16.75-11.91%2041.51-63.96%2041.44-137.89Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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