dentist-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.

Name
dentist-20-filled
Set
Fluent UI System Icons
Style
20 Filled
Viewbox
20×20
License
MIT

11 other variants in Fluent UI System Icons

Use the dentist icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M8.94 3.929c-.936-.757-1.975-.918-2.906-.736A4.26 4.26 0 0 0 3.777 4.46c-.603.656-1.195 1.486-1.241 2.7c-.022.602.067 1.475.532 2.129l.002.002c.613.851.922 1.475 1.048 2.287c.04.26.062.543.067.867a6.7 6.7 0 0 0 .467 2.334c.322.795.873 1.608 1.77 1.939l.022.008l.023.006c.524.14 1.012.09 1.38-.255c.324-.303.459-.754.535-1.16c.07-.376.105-.812.14-1.241l.012-.153c.04-.491.085-.98.18-1.442c.267-1.273.648-1.497.825-1.55c.491-.127.779-.041.97.098c.278.202.49.615.637 1.224c.143.593.2 1.265.251 1.877c.072.866.255 1.654.603 2.158c.181.262.438.49.785.565c.35.075.69-.03.99-.224c1.104-.704 1.743-2.167 1.918-4.105c.08-.871.168-1.294.297-1.628c.1-.26.224-.47.418-.802a39 39 0 0 0 .364-.632c.244-.436.644-1.23.69-2.16c.048-.966-.29-2.033-1.431-2.961c-1.09-.886-2.106-1.207-3.013-1.158c-.899.05-1.617.458-2.128.896l-.013.01l-.012.013c-.5.49-.73.577-.879.57c-.168-.006-.442-.137-1.006-.705l-.019-.02zm3.995 1.669c.49 0 .987.148 1.382.498c.399.354.647.873.706 1.526a.5.5 0 1 1-.996.09c-.04-.445-.197-.712-.373-.868c-.18-.16-.428-.246-.719-.246a.5.5 0 0 1 0-1"/></svg>

React

import type { SVGProps } from "react";

export function FluentDentist20Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M8.94 3.929c-.936-.757-1.975-.918-2.906-.736A4.26 4.26 0 0 0 3.777 4.46c-.603.656-1.195 1.486-1.241 2.7c-.022.602.067 1.475.532 2.129l.002.002c.613.851.922 1.475 1.048 2.287c.04.26.062.543.067.867a6.7 6.7 0 0 0 .467 2.334c.322.795.873 1.608 1.77 1.939l.022.008l.023.006c.524.14 1.012.09 1.38-.255c.324-.303.459-.754.535-1.16c.07-.376.105-.812.14-1.241l.012-.153c.04-.491.085-.98.18-1.442c.267-1.273.648-1.497.825-1.55c.491-.127.779-.041.97.098c.278.202.49.615.637 1.224c.143.593.2 1.265.251 1.877c.072.866.255 1.654.603 2.158c.181.262.438.49.785.565c.35.075.69-.03.99-.224c1.104-.704 1.743-2.167 1.918-4.105c.08-.871.168-1.294.297-1.628c.1-.26.224-.47.418-.802a39 39 0 0 0 .364-.632c.244-.436.644-1.23.69-2.16c.048-.966-.29-2.033-1.431-2.961c-1.09-.886-2.106-1.207-3.013-1.158c-.899.05-1.617.458-2.128.896l-.013.01l-.012.013c-.5.49-.73.577-.879.57c-.168-.006-.442-.137-1.006-.705l-.019-.02zm3.995 1.669c.49 0 .987.148 1.382.498c.399.354.647.873.706 1.526a.5.5 0 1 1-.996.09c-.04-.445-.197-.712-.373-.868c-.18-.16-.428-.246-.719-.246a.5.5 0 0 1 0-1"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M8.94 3.929c-.936-.757-1.975-.918-2.906-.736A4.26 4.26 0 0 0 3.777 4.46c-.603.656-1.195 1.486-1.241 2.7c-.022.602.067 1.475.532 2.129l.002.002c.613.851.922 1.475 1.048 2.287c.04.26.062.543.067.867a6.7 6.7 0 0 0 .467 2.334c.322.795.873 1.608 1.77 1.939l.022.008l.023.006c.524.14 1.012.09 1.38-.255c.324-.303.459-.754.535-1.16c.07-.376.105-.812.14-1.241l.012-.153c.04-.491.085-.98.18-1.442c.267-1.273.648-1.497.825-1.55c.491-.127.779-.041.97.098c.278.202.49.615.637 1.224c.143.593.2 1.265.251 1.877c.072.866.255 1.654.603 2.158c.181.262.438.49.785.565c.35.075.69-.03.99-.224c1.104-.704 1.743-2.167 1.918-4.105c.08-.871.168-1.294.297-1.628c.1-.26.224-.47.418-.802a39 39 0 0 0 .364-.632c.244-.436.644-1.23.69-2.16c.048-.966-.29-2.033-1.431-2.961c-1.09-.886-2.106-1.207-3.013-1.158c-.899.05-1.617.458-2.128.896l-.013.01l-.012.013c-.5.49-.73.577-.879.57c-.168-.006-.442-.137-1.006-.705l-.019-.02zm3.995 1.669c.49 0 .987.148 1.382.498c.399.354.647.873.706 1.526a.5.5 0 1 1-.996.09c-.04-.445-.197-.712-.373-.868c-.18-.16-.428-.246-.719-.246a.5.5 0 0 1 0-1"/></svg>
</template>

CSS

.icon-dentist-20-filled {
  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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.94%203.929c-.936-.757-1.975-.918-2.906-.736A4.26%204.26%200%200%200%203.777%204.46c-.603.656-1.195%201.486-1.241%202.7c-.022.602.067%201.475.532%202.129l.002.002c.613.851.922%201.475%201.048%202.287c.04.26.062.543.067.867a6.7%206.7%200%200%200%20.467%202.334c.322.795.873%201.608%201.77%201.939l.022.008l.023.006c.524.14%201.012.09%201.38-.255c.324-.303.459-.754.535-1.16c.07-.376.105-.812.14-1.241l.012-.153c.04-.491.085-.98.18-1.442c.267-1.273.648-1.497.825-1.55c.491-.127.779-.041.97.098c.278.202.49.615.637%201.224c.143.593.2%201.265.251%201.877c.072.866.255%201.654.603%202.158c.181.262.438.49.785.565c.35.075.69-.03.99-.224c1.104-.704%201.743-2.167%201.918-4.105c.08-.871.168-1.294.297-1.628c.1-.26.224-.47.418-.802a39%2039%200%200%200%20.364-.632c.244-.436.644-1.23.69-2.16c.048-.966-.29-2.033-1.431-2.961c-1.09-.886-2.106-1.207-3.013-1.158c-.899.05-1.617.458-2.128.896l-.013.01l-.012.013c-.5.49-.73.577-.879.57c-.168-.006-.442-.137-1.006-.705l-.019-.02zm3.995%201.669c.49%200%20.987.148%201.382.498c.399.354.647.873.706%201.526a.5.5%200%201%201-.996.09c-.04-.445-.197-.712-.373-.868c-.18-.16-.428-.246-.719-.246a.5.5%200%200%201%200-1%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.94%203.929c-.936-.757-1.975-.918-2.906-.736A4.26%204.26%200%200%200%203.777%204.46c-.603.656-1.195%201.486-1.241%202.7c-.022.602.067%201.475.532%202.129l.002.002c.613.851.922%201.475%201.048%202.287c.04.26.062.543.067.867a6.7%206.7%200%200%200%20.467%202.334c.322.795.873%201.608%201.77%201.939l.022.008l.023.006c.524.14%201.012.09%201.38-.255c.324-.303.459-.754.535-1.16c.07-.376.105-.812.14-1.241l.012-.153c.04-.491.085-.98.18-1.442c.267-1.273.648-1.497.825-1.55c.491-.127.779-.041.97.098c.278.202.49.615.637%201.224c.143.593.2%201.265.251%201.877c.072.866.255%201.654.603%202.158c.181.262.438.49.785.565c.35.075.69-.03.99-.224c1.104-.704%201.743-2.167%201.918-4.105c.08-.871.168-1.294.297-1.628c.1-.26.224-.47.418-.802a39%2039%200%200%200%20.364-.632c.244-.436.644-1.23.69-2.16c.048-.966-.29-2.033-1.431-2.961c-1.09-.886-2.106-1.207-3.013-1.158c-.899.05-1.617.458-2.128.896l-.013.01l-.012.013c-.5.49-.73.577-.879.57c-.168-.006-.442-.137-1.006-.705l-.019-.02zm3.995%201.669c.49%200%20.987.148%201.382.498c.399.354.647.873.706%201.526a.5.5%200%201%201-.996.09c-.04-.445-.197-.712-.373-.868c-.18-.16-.428-.246-.719-.246a.5.5%200%200%201%200-1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/dentist-20-filled.svg?color=%231a73e8&size=48