dentistry icon
dentistry-outline from Material Symbols Light by Google · Outline · Social · Apache-2.0 Free for personal and commercial use.
- Name
- dentistry-outline
- Set
- Material Symbols Light
- Style
- Outline
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- dentistry-outline-rounded, dentistry-outline-sharp
1 other variant in Material Symbols Light
The same icon in other sets
More social icons from Material Symbols Light
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="M16.808 3.125q1.246.02 2.123.887t.877 2.113q0 .237-.028.66t-.103 1.005l-1.394 10.076q-.067.584-.517.934q-.449.35-1.033.35q-.402 0-.707-.221t-.534-.537l-2.963-4.034q-.108-.139-.24-.224q-.131-.086-.314-.086q-.177 0-.554.36l-2.888 3.91q-.254.326-.584.579t-.732.253q-.584 0-1.02-.362q-.437-.363-.505-.947L4.323 7.79q-.075-.581-.103-1.005t-.028-.661q0-1.246.877-2.123t2.123-.877q.727 0 1.246.238t1.018.512t1.091.513T12 4.625q.88 0 1.482-.238t1.1-.512t1.012-.513t1.214-.237m0 1q-.575 0-1.013.238t-.943.512t-1.167.513T12 5.625q-.985 0-1.646-.238q-.662-.237-1.167-.512t-.963-.513t-1.032-.237q-.825 0-1.412.588t-.588 1.412q0 .2.025.575t.1.875L6.692 17.7q.025.2.175.313t.35.112q.183 0 .312-.136q.129-.137.236-.295l2.833-3.854q.254-.346.611-.569q.358-.223.791-.223q.413 0 .78.223t.622.57l2.863 3.928q.108.133.212.257t.28.124q.2 0 .363-.113t.188-.312l1.375-10.15q.075-.5.1-.875t.025-.575q0-.825-.588-1.413t-1.412-.587m-4.808 7"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightDentistryOutline(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="M16.808 3.125q1.246.02 2.123.887t.877 2.113q0 .237-.028.66t-.103 1.005l-1.394 10.076q-.067.584-.517.934q-.449.35-1.033.35q-.402 0-.707-.221t-.534-.537l-2.963-4.034q-.108-.139-.24-.224q-.131-.086-.314-.086q-.177 0-.554.36l-2.888 3.91q-.254.326-.584.579t-.732.253q-.584 0-1.02-.362q-.437-.363-.505-.947L4.323 7.79q-.075-.581-.103-1.005t-.028-.661q0-1.246.877-2.123t2.123-.877q.727 0 1.246.238t1.018.512t1.091.513T12 4.625q.88 0 1.482-.238t1.1-.512t1.012-.513t1.214-.237m0 1q-.575 0-1.013.238t-.943.512t-1.167.513T12 5.625q-.985 0-1.646-.238q-.662-.237-1.167-.512t-.963-.513t-1.032-.237q-.825 0-1.412.588t-.588 1.412q0 .2.025.575t.1.875L6.692 17.7q.025.2.175.313t.35.112q.183 0 .312-.136q.129-.137.236-.295l2.833-3.854q.254-.346.611-.569q.358-.223.791-.223q.413 0 .78.223t.622.57l2.863 3.928q.108.133.212.257t.28.124q.2 0 .363-.113t.188-.312l1.375-10.15q.075-.5.1-.875t.025-.575q0-.825-.588-1.413t-1.412-.587m-4.808 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="M16.808 3.125q1.246.02 2.123.887t.877 2.113q0 .237-.028.66t-.103 1.005l-1.394 10.076q-.067.584-.517.934q-.449.35-1.033.35q-.402 0-.707-.221t-.534-.537l-2.963-4.034q-.108-.139-.24-.224q-.131-.086-.314-.086q-.177 0-.554.36l-2.888 3.91q-.254.326-.584.579t-.732.253q-.584 0-1.02-.362q-.437-.363-.505-.947L4.323 7.79q-.075-.581-.103-1.005t-.028-.661q0-1.246.877-2.123t2.123-.877q.727 0 1.246.238t1.018.512t1.091.513T12 4.625q.88 0 1.482-.238t1.1-.512t1.012-.513t1.214-.237m0 1q-.575 0-1.013.238t-.943.512t-1.167.513T12 5.625q-.985 0-1.646-.238q-.662-.237-1.167-.512t-.963-.513t-1.032-.237q-.825 0-1.412.588t-.588 1.412q0 .2.025.575t.1.875L6.692 17.7q.025.2.175.313t.35.112q.183 0 .312-.136q.129-.137.236-.295l2.833-3.854q.254-.346.611-.569q.358-.223.791-.223q.413 0 .78.223t.622.57l2.863 3.928q.108.133.212.257t.28.124q.2 0 .363-.113t.188-.312l1.375-10.15q.075-.5.1-.875t.025-.575q0-.825-.588-1.413t-1.412-.587m-4.808 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%22M16.808%203.125q1.246.02%202.123.887t.877%202.113q0%20.237-.028.66t-.103%201.005l-1.394%2010.076q-.067.584-.517.934q-.449.35-1.033.35q-.402%200-.707-.221t-.534-.537l-2.963-4.034q-.108-.139-.24-.224q-.131-.086-.314-.086q-.177%200-.554.36l-2.888%203.91q-.254.326-.584.579t-.732.253q-.584%200-1.02-.362q-.437-.363-.505-.947L4.323%207.79q-.075-.581-.103-1.005t-.028-.661q0-1.246.877-2.123t2.123-.877q.727%200%201.246.238t1.018.512t1.091.513T12%204.625q.88%200%201.482-.238t1.1-.512t1.012-.513t1.214-.237m0%201q-.575%200-1.013.238t-.943.512t-1.167.513T12%205.625q-.985%200-1.646-.238q-.662-.237-1.167-.512t-.963-.513t-1.032-.237q-.825%200-1.412.588t-.588%201.412q0%20.2.025.575t.1.875L6.692%2017.7q.025.2.175.313t.35.112q.183%200%20.312-.136q.129-.137.236-.295l2.833-3.854q.254-.346.611-.569q.358-.223.791-.223q.413%200%20.78.223t.622.57l2.863%203.928q.108.133.212.257t.28.124q.2%200%20.363-.113t.188-.312l1.375-10.15q.075-.5.1-.875t.025-.575q0-.825-.588-1.413t-1.412-.587m-4.808%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%22M16.808%203.125q1.246.02%202.123.887t.877%202.113q0%20.237-.028.66t-.103%201.005l-1.394%2010.076q-.067.584-.517.934q-.449.35-1.033.35q-.402%200-.707-.221t-.534-.537l-2.963-4.034q-.108-.139-.24-.224q-.131-.086-.314-.086q-.177%200-.554.36l-2.888%203.91q-.254.326-.584.579t-.732.253q-.584%200-1.02-.362q-.437-.363-.505-.947L4.323%207.79q-.075-.581-.103-1.005t-.028-.661q0-1.246.877-2.123t2.123-.877q.727%200%201.246.238t1.018.512t1.091.513T12%204.625q.88%200%201.482-.238t1.1-.512t1.012-.513t1.214-.237m0%201q-.575%200-1.013.238t-.943.512t-1.167.513T12%205.625q-.985%200-1.646-.238q-.662-.237-1.167-.512t-.963-.513t-1.032-.237q-.825%200-1.412.588t-.588%201.412q0%20.2.025.575t.1.875L6.692%2017.7q.025.2.175.313t.35.112q.183%200%20.312-.136q.129-.137.236-.295l2.833-3.854q.254-.346.611-.569q.358-.223.791-.223q.413%200%20.78.223t.622.57l2.863%203.928q.108.133.212.257t.28.124q.2%200%20.363-.113t.188-.312l1.375-10.15q.075-.5.1-.875t.025-.575q0-.825-.588-1.413t-1.412-.587m-4.808%207%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/dentistry-outline.svg?color=%231a73e8&size=48