tooth icon
tooth-duotone from Phosphor by Phosphor Icons · Duotone · MIT Free for personal and commercial use.
- Name
- tooth-duotone
- Set
- Phosphor
- Style
- Duotone
- 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"><g fill="currentColor"><path d="M216 79.76c.07 71.42-23.48 128.23-44 142.78a8 8 0 0 1-12.52-6C158 196.31 152 160 128 160s-30 36.31-31.51 56.53a8 8 0 0 1-12.52 6C63.48 208 39.93 151.18 40 79.76A47.94 47.94 0 0 1 88 32h80a47.94 47.94 0 0 1 48 47.76" opacity=".2"/><path d="M171 71.42L149.54 80L171 88.57a8 8 0 1 1-6 14.85l-37-14.81l-37 14.81a8 8 0 1 1-6-14.85L106.46 80L85 71.42a8 8 0 1 1 6-14.85l37 14.81l37-14.81a8 8 0 1 1 6 14.85m53 8.33c0 42.72-8 75.4-14.7 95.28c-8.72 25.8-20.62 45.49-32.64 54a15.69 15.69 0 0 1-15.95 1.41a16.09 16.09 0 0 1-9.18-13.36c-.85-11.5-5.05-49.08-23.53-49.08s-22.68 37.59-23.53 49.11a16.09 16.09 0 0 1-16 14.9a15.67 15.67 0 0 1-9.13-2.95c-12-8.53-23.92-28.22-32.64-54C40 155.15 32 122.47 32 79.75A56 56 0 0 1 88 24h80a56 56 0 0 1 56 55.75m-16 0A40 40 0 0 0 168 40H88a40 40 0 0 0-40 39.76c0 40.55 7.51 71.4 13.85 90.14c11.05 32.66 23 43.37 26.61 46C91.57 174.67 105.59 152 128 152s36.45 22.71 39.49 63.94c3.6-2.59 15.57-13.26 26.66-46c6.34-18.78 13.85-49.63 13.85-90.18Z"/></g></svg>
React
import type { SVGProps } from "react";
export function PhToothDuotone(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M216 79.76c.07 71.42-23.48 128.23-44 142.78a8 8 0 0 1-12.52-6C158 196.31 152 160 128 160s-30 36.31-31.51 56.53a8 8 0 0 1-12.52 6C63.48 208 39.93 151.18 40 79.76A47.94 47.94 0 0 1 88 32h80a47.94 47.94 0 0 1 48 47.76" opacity=".2"/><path d="M171 71.42L149.54 80L171 88.57a8 8 0 1 1-6 14.85l-37-14.81l-37 14.81a8 8 0 1 1-6-14.85L106.46 80L85 71.42a8 8 0 1 1 6-14.85l37 14.81l37-14.81a8 8 0 1 1 6 14.85m53 8.33c0 42.72-8 75.4-14.7 95.28c-8.72 25.8-20.62 45.49-32.64 54a15.69 15.69 0 0 1-15.95 1.41a16.09 16.09 0 0 1-9.18-13.36c-.85-11.5-5.05-49.08-23.53-49.08s-22.68 37.59-23.53 49.11a16.09 16.09 0 0 1-16 14.9a15.67 15.67 0 0 1-9.13-2.95c-12-8.53-23.92-28.22-32.64-54C40 155.15 32 122.47 32 79.75A56 56 0 0 1 88 24h80a56 56 0 0 1 56 55.75m-16 0A40 40 0 0 0 168 40H88a40 40 0 0 0-40 39.76c0 40.55 7.51 71.4 13.85 90.14c11.05 32.66 23 43.37 26.61 46C91.57 174.67 105.59 152 128 152s36.45 22.71 39.49 63.94c3.6-2.59 15.57-13.26 26.66-46c6.34-18.78 13.85-49.63 13.85-90.18Z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M216 79.76c.07 71.42-23.48 128.23-44 142.78a8 8 0 0 1-12.52-6C158 196.31 152 160 128 160s-30 36.31-31.51 56.53a8 8 0 0 1-12.52 6C63.48 208 39.93 151.18 40 79.76A47.94 47.94 0 0 1 88 32h80a47.94 47.94 0 0 1 48 47.76" opacity=".2"/><path d="M171 71.42L149.54 80L171 88.57a8 8 0 1 1-6 14.85l-37-14.81l-37 14.81a8 8 0 1 1-6-14.85L106.46 80L85 71.42a8 8 0 1 1 6-14.85l37 14.81l37-14.81a8 8 0 1 1 6 14.85m53 8.33c0 42.72-8 75.4-14.7 95.28c-8.72 25.8-20.62 45.49-32.64 54a15.69 15.69 0 0 1-15.95 1.41a16.09 16.09 0 0 1-9.18-13.36c-.85-11.5-5.05-49.08-23.53-49.08s-22.68 37.59-23.53 49.11a16.09 16.09 0 0 1-16 14.9a15.67 15.67 0 0 1-9.13-2.95c-12-8.53-23.92-28.22-32.64-54C40 155.15 32 122.47 32 79.75A56 56 0 0 1 88 24h80a56 56 0 0 1 56 55.75m-16 0A40 40 0 0 0 168 40H88a40 40 0 0 0-40 39.76c0 40.55 7.51 71.4 13.85 90.14c11.05 32.66 23 43.37 26.61 46C91.57 174.67 105.59 152 128 152s36.45 22.71 39.49 63.94c3.6-2.59 15.57-13.26 26.66-46c6.34-18.78 13.85-49.63 13.85-90.18Z"/></g></svg> </template>
CSS
.icon-tooth-duotone {
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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M216%2079.76c.07%2071.42-23.48%20128.23-44%20142.78a8%208%200%200%201-12.52-6C158%20196.31%20152%20160%20128%20160s-30%2036.31-31.51%2056.53a8%208%200%200%201-12.52%206C63.48%20208%2039.93%20151.18%2040%2079.76A47.94%2047.94%200%200%201%2088%2032h80a47.94%2047.94%200%200%201%2048%2047.76%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22M171%2071.42L149.54%2080L171%2088.57a8%208%200%201%201-6%2014.85l-37-14.81l-37%2014.81a8%208%200%201%201-6-14.85L106.46%2080L85%2071.42a8%208%200%201%201%206-14.85l37%2014.81l37-14.81a8%208%200%201%201%206%2014.85m53%208.33c0%2042.72-8%2075.4-14.7%2095.28c-8.72%2025.8-20.62%2045.49-32.64%2054a15.69%2015.69%200%200%201-15.95%201.41a16.09%2016.09%200%200%201-9.18-13.36c-.85-11.5-5.05-49.08-23.53-49.08s-22.68%2037.59-23.53%2049.11a16.09%2016.09%200%200%201-16%2014.9a15.67%2015.67%200%200%201-9.13-2.95c-12-8.53-23.92-28.22-32.64-54C40%20155.15%2032%20122.47%2032%2079.75A56%2056%200%200%201%2088%2024h80a56%2056%200%200%201%2056%2055.75m-16%200A40%2040%200%200%200%20168%2040H88a40%2040%200%200%200-40%2039.76c0%2040.55%207.51%2071.4%2013.85%2090.14c11.05%2032.66%2023%2043.37%2026.61%2046C91.57%20174.67%20105.59%20152%20128%20152s36.45%2022.71%2039.49%2063.94c3.6-2.59%2015.57-13.26%2026.66-46c6.34-18.78%2013.85-49.63%2013.85-90.18Z%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M216%2079.76c.07%2071.42-23.48%20128.23-44%20142.78a8%208%200%200%201-12.52-6C158%20196.31%20152%20160%20128%20160s-30%2036.31-31.51%2056.53a8%208%200%200%201-12.52%206C63.48%20208%2039.93%20151.18%2040%2079.76A47.94%2047.94%200%200%201%2088%2032h80a47.94%2047.94%200%200%201%2048%2047.76%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22M171%2071.42L149.54%2080L171%2088.57a8%208%200%201%201-6%2014.85l-37-14.81l-37%2014.81a8%208%200%201%201-6-14.85L106.46%2080L85%2071.42a8%208%200%201%201%206-14.85l37%2014.81l37-14.81a8%208%200%201%201%206%2014.85m53%208.33c0%2042.72-8%2075.4-14.7%2095.28c-8.72%2025.8-20.62%2045.49-32.64%2054a15.69%2015.69%200%200%201-15.95%201.41a16.09%2016.09%200%200%201-9.18-13.36c-.85-11.5-5.05-49.08-23.53-49.08s-22.68%2037.59-23.53%2049.11a16.09%2016.09%200%200%201-16%2014.9a15.67%2015.67%200%200%201-9.13-2.95c-12-8.53-23.92-28.22-32.64-54C40%20155.15%2032%20122.47%2032%2079.75A56%2056%200%200%201%2088%2024h80a56%2056%200%200%201%2056%2055.75m-16%200A40%2040%200%200%200%20168%2040H88a40%2040%200%200%200-40%2039.76c0%2040.55%207.51%2071.4%2013.85%2090.14c11.05%2032.66%2023%2043.37%2026.61%2046C91.57%20174.67%20105.59%20152%20128%20152s36.45%2022.71%2039.49%2063.94c3.6-2.59%2015.57-13.26%2026.66-46c6.34-18.78%2013.85-49.63%2013.85-90.18Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/tooth-duotone.svg?color=%231a73e8&size=48