tooth-outline from Material Design Icons by Pictogrammers · Outline · Medical / Hospital · Apache-2.0 Free for personal and commercial use.

Name
tooth-outline
Set
Material Design Icons
Style
Outline
Category
Medical / Hospital
Viewbox
24×24
License
Apache 2.0

1 other variant in Material Design Icons

The same icon in other sets

More medical / hospital icons from Material Design Icons

Use the tooth icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7 2C4 2 2 5 2 8c0 2.11 1 5 2 6s2 8 4 8c4.54 0 2-7 4-7s-.54 7 4 7c2 0 3-7 4-8s2-3.89 2-6c0-3-2-6-5-6s-3 1-5 1s-2-1-5-1m0 2c2 0 3 1 5 1s3-1 5-1c1.67 0 3 2 3 4c0 1.75-.86 4.11-1.81 5.06c-.86.86-2.13 6.88-2.69 6.88c-.21 0-.5-1.06-.5-2.35c0-2.04-.57-4.59-3-4.59s-3 2.55-3 4.59c0 1.29-.29 2.35-.5 2.35c-.56 0-1.83-6.02-2.69-6.88C4.86 12.11 4 9.75 4 8c0-2 1.33-4 3-4"/></svg>

React

import type { SVGProps } from "react";

export function MdiToothOutline(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7 2C4 2 2 5 2 8c0 2.11 1 5 2 6s2 8 4 8c4.54 0 2-7 4-7s-.54 7 4 7c2 0 3-7 4-8s2-3.89 2-6c0-3-2-6-5-6s-3 1-5 1s-2-1-5-1m0 2c2 0 3 1 5 1s3-1 5-1c1.67 0 3 2 3 4c0 1.75-.86 4.11-1.81 5.06c-.86.86-2.13 6.88-2.69 6.88c-.21 0-.5-1.06-.5-2.35c0-2.04-.57-4.59-3-4.59s-3 2.55-3 4.59c0 1.29-.29 2.35-.5 2.35c-.56 0-1.83-6.02-2.69-6.88C4.86 12.11 4 9.75 4 8c0-2 1.33-4 3-4"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7 2C4 2 2 5 2 8c0 2.11 1 5 2 6s2 8 4 8c4.54 0 2-7 4-7s-.54 7 4 7c2 0 3-7 4-8s2-3.89 2-6c0-3-2-6-5-6s-3 1-5 1s-2-1-5-1m0 2c2 0 3 1 5 1s3-1 5-1c1.67 0 3 2 3 4c0 1.75-.86 4.11-1.81 5.06c-.86.86-2.13 6.88-2.69 6.88c-.21 0-.5-1.06-.5-2.35c0-2.04-.57-4.59-3-4.59s-3 2.55-3 4.59c0 1.29-.29 2.35-.5 2.35c-.56 0-1.83-6.02-2.69-6.88C4.86 12.11 4 9.75 4 8c0-2 1.33-4 3-4"/></svg>
</template>

CSS

.icon-tooth-outline {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7%202C4%202%202%205%202%208c0%202.11%201%205%202%206s2%208%204%208c4.54%200%202-7%204-7s-.54%207%204%207c2%200%203-7%204-8s2-3.89%202-6c0-3-2-6-5-6s-3%201-5%201s-2-1-5-1m0%202c2%200%203%201%205%201s3-1%205-1c1.67%200%203%202%203%204c0%201.75-.86%204.11-1.81%205.06c-.86.86-2.13%206.88-2.69%206.88c-.21%200-.5-1.06-.5-2.35c0-2.04-.57-4.59-3-4.59s-3%202.55-3%204.59c0%201.29-.29%202.35-.5%202.35c-.56%200-1.83-6.02-2.69-6.88C4.86%2012.11%204%209.75%204%208c0-2%201.33-4%203-4%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7%202C4%202%202%205%202%208c0%202.11%201%205%202%206s2%208%204%208c4.54%200%202-7%204-7s-.54%207%204%207c2%200%203-7%204-8s2-3.89%202-6c0-3-2-6-5-6s-3%201-5%201s-2-1-5-1m0%202c2%200%203%201%205%201s3-1%205-1c1.67%200%203%202%203%204c0%201.75-.86%204.11-1.81%205.06c-.86.86-2.13%206.88-2.69%206.88c-.21%200-.5-1.06-.5-2.35c0-2.04-.57-4.59-3-4.59s-3%202.55-3%204.59c0%201.29-.29%202.35-.5%202.35c-.56%200-1.83-6.02-2.69-6.88C4.86%2012.11%204%209.75%204%208c0-2%201.33-4%203-4%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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