dentistry-outline from Material Symbols by Google · Outline · Social · Apache-2.0 Free for personal and commercial use.

Name
dentistry-outline
Set
Material Symbols
Style
Outline
Category
Social
Viewbox
24×24
License
Apache 2.0
Aliases
dentistry-outline-rounded, dentistry-outline-sharp

1 other variant in Material Symbols

The same icon in other sets

More social icons from Material Symbols

Use the dentistry icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17 2.125q1.65 0 2.825 1.175T21 6.125q0 .275-.038.738t-.112 1.062L19.475 18q-.125.95-.862 1.55t-1.688.6q-.575 0-1.062-.25t-.813-.7l-2.675-3.9q-.05-.1-.162-.137t-.238-.038q-.1 0-.4.225l-2.6 3.775q-.35.5-.862.763t-1.088.262q-.95 0-1.675-.612t-.85-1.563L3.15 7.925q-.075-.6-.112-1.062T3 6.125Q3 4.475 4.175 3.3T7 2.125q.9 0 1.438.238t1.037.512t1.063.513T12 3.625t1.463-.238t1.062-.512t1.05-.513T17 2.125m0 2q-.575 0-1.012.238t-.963.512t-1.225.513t-1.8.237t-1.8-.238t-1.225-.512t-.962-.513T7 4.126q-.825 0-1.412.588T5 6.125q0 .2.025.575t.1.875L6.5 17.7q.025.2.175.313t.35.112q.125 0 .225-.05t.15-.15l2.525-3.7q.35-.5.9-.8t1.175-.3t1.175.3t.9.8L16.65 18q.05.075.125.113t.175.037q.2 0 .363-.112t.187-.313l1.375-10.15q.075-.5.1-.875T19 6.125q0-.825-.587-1.412T17 4.125m-5 7"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsDentistryOutline(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="M17 2.125q1.65 0 2.825 1.175T21 6.125q0 .275-.038.738t-.112 1.062L19.475 18q-.125.95-.862 1.55t-1.688.6q-.575 0-1.062-.25t-.813-.7l-2.675-3.9q-.05-.1-.162-.137t-.238-.038q-.1 0-.4.225l-2.6 3.775q-.35.5-.862.763t-1.088.262q-.95 0-1.675-.612t-.85-1.563L3.15 7.925q-.075-.6-.112-1.062T3 6.125Q3 4.475 4.175 3.3T7 2.125q.9 0 1.438.238t1.037.512t1.063.513T12 3.625t1.463-.238t1.062-.512t1.05-.513T17 2.125m0 2q-.575 0-1.012.238t-.963.512t-1.225.513t-1.8.237t-1.8-.238t-1.225-.512t-.962-.513T7 4.126q-.825 0-1.412.588T5 6.125q0 .2.025.575t.1.875L6.5 17.7q.025.2.175.313t.35.112q.125 0 .225-.05t.15-.15l2.525-3.7q.35-.5.9-.8t1.175-.3t1.175.3t.9.8L16.65 18q.05.075.125.113t.175.037q.2 0 .363-.112t.187-.313l1.375-10.15q.075-.5.1-.875T19 6.125q0-.825-.587-1.412T17 4.125m-5 7"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17 2.125q1.65 0 2.825 1.175T21 6.125q0 .275-.038.738t-.112 1.062L19.475 18q-.125.95-.862 1.55t-1.688.6q-.575 0-1.062-.25t-.813-.7l-2.675-3.9q-.05-.1-.162-.137t-.238-.038q-.1 0-.4.225l-2.6 3.775q-.35.5-.862.763t-1.088.262q-.95 0-1.675-.612t-.85-1.563L3.15 7.925q-.075-.6-.112-1.062T3 6.125Q3 4.475 4.175 3.3T7 2.125q.9 0 1.438.238t1.037.512t1.063.513T12 3.625t1.463-.238t1.062-.512t1.05-.513T17 2.125m0 2q-.575 0-1.012.238t-.963.512t-1.225.513t-1.8.237t-1.8-.238t-1.225-.512t-.962-.513T7 4.126q-.825 0-1.412.588T5 6.125q0 .2.025.575t.1.875L6.5 17.7q.025.2.175.313t.35.112q.125 0 .225-.05t.15-.15l2.525-3.7q.35-.5.9-.8t1.175-.3t1.175.3t.9.8L16.65 18q.05.075.125.113t.175.037q.2 0 .363-.112t.187-.313l1.375-10.15q.075-.5.1-.875T19 6.125q0-.825-.587-1.412T17 4.125m-5 7"/></svg>
</template>

CSS

.icon-dentistry-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%22M17%202.125q1.65%200%202.825%201.175T21%206.125q0%20.275-.038.738t-.112%201.062L19.475%2018q-.125.95-.862%201.55t-1.688.6q-.575%200-1.062-.25t-.813-.7l-2.675-3.9q-.05-.1-.162-.137t-.238-.038q-.1%200-.4.225l-2.6%203.775q-.35.5-.862.763t-1.088.262q-.95%200-1.675-.612t-.85-1.563L3.15%207.925q-.075-.6-.112-1.062T3%206.125Q3%204.475%204.175%203.3T7%202.125q.9%200%201.438.238t1.037.512t1.063.513T12%203.625t1.463-.238t1.062-.512t1.05-.513T17%202.125m0%202q-.575%200-1.012.238t-.963.512t-1.225.513t-1.8.237t-1.8-.238t-1.225-.512t-.962-.513T7%204.126q-.825%200-1.412.588T5%206.125q0%20.2.025.575t.1.875L6.5%2017.7q.025.2.175.313t.35.112q.125%200%20.225-.05t.15-.15l2.525-3.7q.35-.5.9-.8t1.175-.3t1.175.3t.9.8L16.65%2018q.05.075.125.113t.175.037q.2%200%20.363-.112t.187-.313l1.375-10.15q.075-.5.1-.875T19%206.125q0-.825-.587-1.412T17%204.125m-5%207%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%22M17%202.125q1.65%200%202.825%201.175T21%206.125q0%20.275-.038.738t-.112%201.062L19.475%2018q-.125.95-.862%201.55t-1.688.6q-.575%200-1.062-.25t-.813-.7l-2.675-3.9q-.05-.1-.162-.137t-.238-.038q-.1%200-.4.225l-2.6%203.775q-.35.5-.862.763t-1.088.262q-.95%200-1.675-.612t-.85-1.563L3.15%207.925q-.075-.6-.112-1.062T3%206.125Q3%204.475%204.175%203.3T7%202.125q.9%200%201.438.238t1.037.512t1.063.513T12%203.625t1.463-.238t1.062-.512t1.05-.513T17%202.125m0%202q-.575%200-1.012.238t-.963.512t-1.225.513t-1.8.237t-1.8-.238t-1.225-.512t-.962-.513T7%204.126q-.825%200-1.412.588T5%206.125q0%20.2.025.575t.1.875L6.5%2017.7q.025.2.175.313t.35.112q.125%200%20.225-.05t.15-.15l2.525-3.7q.35-.5.9-.8t1.175-.3t1.175.3t.9.8L16.65%2018q.05.075.125.113t.175.037q.2%200%20.363-.112t.187-.313l1.375-10.15q.075-.5.1-.875T19%206.125q0-.825-.587-1.412T17%204.125m-5%207%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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