dentist-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.

Name
dentist-24-regular
Set
Fluent UI System Icons
Style
24 Regular
Viewbox
24×24
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 24 24"><path fill="currentColor" d="M15.75 6a.75.75 0 0 0 0 1.5c.714 0 1.25.536 1.25 1.25a.75.75 0 0 0 1.5 0A2.72 2.72 0 0 0 15.75 6m-8-3c-1.106 0-2.395.552-3.395 1.387C3.349 5.227 2.5 6.468 2.5 7.948v.018c0 .715 0 2.304 1.214 3.745c.128.152.206.249.262.346c.317.552.521 1.165.524 1.697c.01 1.9.353 3.526.96 4.707c.601 1.168 1.55 2.039 2.79 2.039c.367 0 .718-.086 1.021-.292c.3-.204.494-.484.62-.769c.236-.53.293-1.211.33-1.826q.015-.232.027-.468c.065-1.202.132-2.455.676-3.565c.183-.375.512-.58.826-.58h.5c.307 0 .627.196.813.553c.393 1.036.512 2.187.627 3.296q.04.405.087.798c.075.63.178 1.29.418 1.802c.125.268.306.538.58.74c.284.21.617.311.975.311c1.11 0 2.051-.902 2.667-2.02c.646-1.173 1.072-2.8 1.083-4.726c.003-.593.257-1.283.627-1.868c1.37-1.632 1.373-3.16 1.373-3.938c0-1.48-.849-2.721-1.855-3.561C18.645 3.552 17.356 3 16.25 3c-.869 0-1.551.138-2.107.37a4 4 0 0 0-1.255.843c-.132.13-.25.258-.347.364l-.03.033c-.11.12-.187.202-.26.267c-.124.11-.18.123-.251.123s-.127-.013-.25-.123a4 4 0 0 1-.261-.267l-.03-.033c-.098-.106-.215-.235-.347-.364a3.9 3.9 0 0 0-1.255-.842C9.301 3.138 8.62 3 7.75 3M4 7.948c0-.884.515-1.741 1.316-2.41C6.123 4.865 7.084 4.5 7.75 4.5c.708 0 1.188.112 1.529.254c.337.141.575.328.785.533c.1.098.19.196.29.306l.03.031c.105.115.23.251.369.374c.297.265.692.502 1.247.502s.95-.237 1.247-.502c.138-.123.264-.259.37-.374l.028-.031c.1-.11.191-.208.291-.306a2.4 2.4 0 0 1 .785-.533c.341-.142.821-.254 1.529-.254c.666 0 1.627.365 2.434 1.038c.8.669 1.316 1.526 1.316 2.41v.004c0 .68 0 1.772-1.049 3.001a1 1 0 0 0-.059.08c-.48.743-.887 1.728-.892 2.713c-.01 1.72-.392 3.094-.897 4.01C16.57 18.726 16.02 19 15.75 19c-.063 0-.079-.013-.082-.016a.45.45 0 0 1-.115-.17c-.124-.267-.21-.702-.287-1.344q-.038-.322-.074-.692c-.115-1.127-.259-2.546-.742-3.798l-.026-.06c-.389-.793-1.188-1.42-2.174-1.42h-.5c-.986 0-1.785.627-2.174 1.42c-.689 1.407-.768 2.987-.828 4.161l-.023.442c-.04.654-.096 1.064-.205 1.307c-.045.103-.081.13-.091.137c-.007.005-.049.033-.179.033c-.441 0-.982-.305-1.456-1.226c-.467-.907-.784-2.281-.794-4.028c-.005-.872-.324-1.74-.723-2.436a4 4 0 0 0-.407-.555l-.01-.01C4.01 9.734 4 8.624 4 7.947"/></svg>

React

import type { SVGProps } from "react";

export function FluentDentist24Regular(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="M15.75 6a.75.75 0 0 0 0 1.5c.714 0 1.25.536 1.25 1.25a.75.75 0 0 0 1.5 0A2.72 2.72 0 0 0 15.75 6m-8-3c-1.106 0-2.395.552-3.395 1.387C3.349 5.227 2.5 6.468 2.5 7.948v.018c0 .715 0 2.304 1.214 3.745c.128.152.206.249.262.346c.317.552.521 1.165.524 1.697c.01 1.9.353 3.526.96 4.707c.601 1.168 1.55 2.039 2.79 2.039c.367 0 .718-.086 1.021-.292c.3-.204.494-.484.62-.769c.236-.53.293-1.211.33-1.826q.015-.232.027-.468c.065-1.202.132-2.455.676-3.565c.183-.375.512-.58.826-.58h.5c.307 0 .627.196.813.553c.393 1.036.512 2.187.627 3.296q.04.405.087.798c.075.63.178 1.29.418 1.802c.125.268.306.538.58.74c.284.21.617.311.975.311c1.11 0 2.051-.902 2.667-2.02c.646-1.173 1.072-2.8 1.083-4.726c.003-.593.257-1.283.627-1.868c1.37-1.632 1.373-3.16 1.373-3.938c0-1.48-.849-2.721-1.855-3.561C18.645 3.552 17.356 3 16.25 3c-.869 0-1.551.138-2.107.37a4 4 0 0 0-1.255.843c-.132.13-.25.258-.347.364l-.03.033c-.11.12-.187.202-.26.267c-.124.11-.18.123-.251.123s-.127-.013-.25-.123a4 4 0 0 1-.261-.267l-.03-.033c-.098-.106-.215-.235-.347-.364a3.9 3.9 0 0 0-1.255-.842C9.301 3.138 8.62 3 7.75 3M4 7.948c0-.884.515-1.741 1.316-2.41C6.123 4.865 7.084 4.5 7.75 4.5c.708 0 1.188.112 1.529.254c.337.141.575.328.785.533c.1.098.19.196.29.306l.03.031c.105.115.23.251.369.374c.297.265.692.502 1.247.502s.95-.237 1.247-.502c.138-.123.264-.259.37-.374l.028-.031c.1-.11.191-.208.291-.306a2.4 2.4 0 0 1 .785-.533c.341-.142.821-.254 1.529-.254c.666 0 1.627.365 2.434 1.038c.8.669 1.316 1.526 1.316 2.41v.004c0 .68 0 1.772-1.049 3.001a1 1 0 0 0-.059.08c-.48.743-.887 1.728-.892 2.713c-.01 1.72-.392 3.094-.897 4.01C16.57 18.726 16.02 19 15.75 19c-.063 0-.079-.013-.082-.016a.45.45 0 0 1-.115-.17c-.124-.267-.21-.702-.287-1.344q-.038-.322-.074-.692c-.115-1.127-.259-2.546-.742-3.798l-.026-.06c-.389-.793-1.188-1.42-2.174-1.42h-.5c-.986 0-1.785.627-2.174 1.42c-.689 1.407-.768 2.987-.828 4.161l-.023.442c-.04.654-.096 1.064-.205 1.307c-.045.103-.081.13-.091.137c-.007.005-.049.033-.179.033c-.441 0-.982-.305-1.456-1.226c-.467-.907-.784-2.281-.794-4.028c-.005-.872-.324-1.74-.723-2.436a4 4 0 0 0-.407-.555l-.01-.01C4.01 9.734 4 8.624 4 7.947"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.75 6a.75.75 0 0 0 0 1.5c.714 0 1.25.536 1.25 1.25a.75.75 0 0 0 1.5 0A2.72 2.72 0 0 0 15.75 6m-8-3c-1.106 0-2.395.552-3.395 1.387C3.349 5.227 2.5 6.468 2.5 7.948v.018c0 .715 0 2.304 1.214 3.745c.128.152.206.249.262.346c.317.552.521 1.165.524 1.697c.01 1.9.353 3.526.96 4.707c.601 1.168 1.55 2.039 2.79 2.039c.367 0 .718-.086 1.021-.292c.3-.204.494-.484.62-.769c.236-.53.293-1.211.33-1.826q.015-.232.027-.468c.065-1.202.132-2.455.676-3.565c.183-.375.512-.58.826-.58h.5c.307 0 .627.196.813.553c.393 1.036.512 2.187.627 3.296q.04.405.087.798c.075.63.178 1.29.418 1.802c.125.268.306.538.58.74c.284.21.617.311.975.311c1.11 0 2.051-.902 2.667-2.02c.646-1.173 1.072-2.8 1.083-4.726c.003-.593.257-1.283.627-1.868c1.37-1.632 1.373-3.16 1.373-3.938c0-1.48-.849-2.721-1.855-3.561C18.645 3.552 17.356 3 16.25 3c-.869 0-1.551.138-2.107.37a4 4 0 0 0-1.255.843c-.132.13-.25.258-.347.364l-.03.033c-.11.12-.187.202-.26.267c-.124.11-.18.123-.251.123s-.127-.013-.25-.123a4 4 0 0 1-.261-.267l-.03-.033c-.098-.106-.215-.235-.347-.364a3.9 3.9 0 0 0-1.255-.842C9.301 3.138 8.62 3 7.75 3M4 7.948c0-.884.515-1.741 1.316-2.41C6.123 4.865 7.084 4.5 7.75 4.5c.708 0 1.188.112 1.529.254c.337.141.575.328.785.533c.1.098.19.196.29.306l.03.031c.105.115.23.251.369.374c.297.265.692.502 1.247.502s.95-.237 1.247-.502c.138-.123.264-.259.37-.374l.028-.031c.1-.11.191-.208.291-.306a2.4 2.4 0 0 1 .785-.533c.341-.142.821-.254 1.529-.254c.666 0 1.627.365 2.434 1.038c.8.669 1.316 1.526 1.316 2.41v.004c0 .68 0 1.772-1.049 3.001a1 1 0 0 0-.059.08c-.48.743-.887 1.728-.892 2.713c-.01 1.72-.392 3.094-.897 4.01C16.57 18.726 16.02 19 15.75 19c-.063 0-.079-.013-.082-.016a.45.45 0 0 1-.115-.17c-.124-.267-.21-.702-.287-1.344q-.038-.322-.074-.692c-.115-1.127-.259-2.546-.742-3.798l-.026-.06c-.389-.793-1.188-1.42-2.174-1.42h-.5c-.986 0-1.785.627-2.174 1.42c-.689 1.407-.768 2.987-.828 4.161l-.023.442c-.04.654-.096 1.064-.205 1.307c-.045.103-.081.13-.091.137c-.007.005-.049.033-.179.033c-.441 0-.982-.305-1.456-1.226c-.467-.907-.784-2.281-.794-4.028c-.005-.872-.324-1.74-.723-2.436a4 4 0 0 0-.407-.555l-.01-.01C4.01 9.734 4 8.624 4 7.947"/></svg>
</template>

CSS

.icon-dentist-24-regular {
  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%22M15.75%206a.75.75%200%200%200%200%201.5c.714%200%201.25.536%201.25%201.25a.75.75%200%200%200%201.5%200A2.72%202.72%200%200%200%2015.75%206m-8-3c-1.106%200-2.395.552-3.395%201.387C3.349%205.227%202.5%206.468%202.5%207.948v.018c0%20.715%200%202.304%201.214%203.745c.128.152.206.249.262.346c.317.552.521%201.165.524%201.697c.01%201.9.353%203.526.96%204.707c.601%201.168%201.55%202.039%202.79%202.039c.367%200%20.718-.086%201.021-.292c.3-.204.494-.484.62-.769c.236-.53.293-1.211.33-1.826q.015-.232.027-.468c.065-1.202.132-2.455.676-3.565c.183-.375.512-.58.826-.58h.5c.307%200%20.627.196.813.553c.393%201.036.512%202.187.627%203.296q.04.405.087.798c.075.63.178%201.29.418%201.802c.125.268.306.538.58.74c.284.21.617.311.975.311c1.11%200%202.051-.902%202.667-2.02c.646-1.173%201.072-2.8%201.083-4.726c.003-.593.257-1.283.627-1.868c1.37-1.632%201.373-3.16%201.373-3.938c0-1.48-.849-2.721-1.855-3.561C18.645%203.552%2017.356%203%2016.25%203c-.869%200-1.551.138-2.107.37a4%204%200%200%200-1.255.843c-.132.13-.25.258-.347.364l-.03.033c-.11.12-.187.202-.26.267c-.124.11-.18.123-.251.123s-.127-.013-.25-.123a4%204%200%200%201-.261-.267l-.03-.033c-.098-.106-.215-.235-.347-.364a3.9%203.9%200%200%200-1.255-.842C9.301%203.138%208.62%203%207.75%203M4%207.948c0-.884.515-1.741%201.316-2.41C6.123%204.865%207.084%204.5%207.75%204.5c.708%200%201.188.112%201.529.254c.337.141.575.328.785.533c.1.098.19.196.29.306l.03.031c.105.115.23.251.369.374c.297.265.692.502%201.247.502s.95-.237%201.247-.502c.138-.123.264-.259.37-.374l.028-.031c.1-.11.191-.208.291-.306a2.4%202.4%200%200%201%20.785-.533c.341-.142.821-.254%201.529-.254c.666%200%201.627.365%202.434%201.038c.8.669%201.316%201.526%201.316%202.41v.004c0%20.68%200%201.772-1.049%203.001a1%201%200%200%200-.059.08c-.48.743-.887%201.728-.892%202.713c-.01%201.72-.392%203.094-.897%204.01C16.57%2018.726%2016.02%2019%2015.75%2019c-.063%200-.079-.013-.082-.016a.45.45%200%200%201-.115-.17c-.124-.267-.21-.702-.287-1.344q-.038-.322-.074-.692c-.115-1.127-.259-2.546-.742-3.798l-.026-.06c-.389-.793-1.188-1.42-2.174-1.42h-.5c-.986%200-1.785.627-2.174%201.42c-.689%201.407-.768%202.987-.828%204.161l-.023.442c-.04.654-.096%201.064-.205%201.307c-.045.103-.081.13-.091.137c-.007.005-.049.033-.179.033c-.441%200-.982-.305-1.456-1.226c-.467-.907-.784-2.281-.794-4.028c-.005-.872-.324-1.74-.723-2.436a4%204%200%200%200-.407-.555l-.01-.01C4.01%209.734%204%208.624%204%207.947%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%22M15.75%206a.75.75%200%200%200%200%201.5c.714%200%201.25.536%201.25%201.25a.75.75%200%200%200%201.5%200A2.72%202.72%200%200%200%2015.75%206m-8-3c-1.106%200-2.395.552-3.395%201.387C3.349%205.227%202.5%206.468%202.5%207.948v.018c0%20.715%200%202.304%201.214%203.745c.128.152.206.249.262.346c.317.552.521%201.165.524%201.697c.01%201.9.353%203.526.96%204.707c.601%201.168%201.55%202.039%202.79%202.039c.367%200%20.718-.086%201.021-.292c.3-.204.494-.484.62-.769c.236-.53.293-1.211.33-1.826q.015-.232.027-.468c.065-1.202.132-2.455.676-3.565c.183-.375.512-.58.826-.58h.5c.307%200%20.627.196.813.553c.393%201.036.512%202.187.627%203.296q.04.405.087.798c.075.63.178%201.29.418%201.802c.125.268.306.538.58.74c.284.21.617.311.975.311c1.11%200%202.051-.902%202.667-2.02c.646-1.173%201.072-2.8%201.083-4.726c.003-.593.257-1.283.627-1.868c1.37-1.632%201.373-3.16%201.373-3.938c0-1.48-.849-2.721-1.855-3.561C18.645%203.552%2017.356%203%2016.25%203c-.869%200-1.551.138-2.107.37a4%204%200%200%200-1.255.843c-.132.13-.25.258-.347.364l-.03.033c-.11.12-.187.202-.26.267c-.124.11-.18.123-.251.123s-.127-.013-.25-.123a4%204%200%200%201-.261-.267l-.03-.033c-.098-.106-.215-.235-.347-.364a3.9%203.9%200%200%200-1.255-.842C9.301%203.138%208.62%203%207.75%203M4%207.948c0-.884.515-1.741%201.316-2.41C6.123%204.865%207.084%204.5%207.75%204.5c.708%200%201.188.112%201.529.254c.337.141.575.328.785.533c.1.098.19.196.29.306l.03.031c.105.115.23.251.369.374c.297.265.692.502%201.247.502s.95-.237%201.247-.502c.138-.123.264-.259.37-.374l.028-.031c.1-.11.191-.208.291-.306a2.4%202.4%200%200%201%20.785-.533c.341-.142.821-.254%201.529-.254c.666%200%201.627.365%202.434%201.038c.8.669%201.316%201.526%201.316%202.41v.004c0%20.68%200%201.772-1.049%203.001a1%201%200%200%200-.059.08c-.48.743-.887%201.728-.892%202.713c-.01%201.72-.392%203.094-.897%204.01C16.57%2018.726%2016.02%2019%2015.75%2019c-.063%200-.079-.013-.082-.016a.45.45%200%200%201-.115-.17c-.124-.267-.21-.702-.287-1.344q-.038-.322-.074-.692c-.115-1.127-.259-2.546-.742-3.798l-.026-.06c-.389-.793-1.188-1.42-2.174-1.42h-.5c-.986%200-1.785.627-2.174%201.42c-.689%201.407-.768%202.987-.828%204.161l-.023.442c-.04.654-.096%201.064-.205%201.307c-.045.103-.081.13-.091.137c-.007.005-.049.033-.179.033c-.441%200-.982-.305-1.456-1.226c-.467-.907-.784-2.281-.794-4.028c-.005-.872-.324-1.74-.723-2.436a4%204%200%200%200-.407-.555l-.01-.01C4.01%209.734%204%208.624%204%207.947%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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