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

Name
dentist-24-filled
Set
Fluent UI System Icons
Style
24 Filled
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="M4.355 4.387C5.355 3.552 6.644 3 7.75 3c.869 0 1.551.138 2.107.37c.56.235.952.548 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-.123c.074-.065.152-.147.261-.267l.03-.033c.098-.106.215-.235.347-.364a3.9 3.9 0 0 1 1.255-.842C14.699 3.138 15.38 3 16.25 3c1.106 0 2.395.552 3.395 1.387c1.006.84 1.855 2.081 1.855 3.561c0 .778-.002 2.306-1.373 3.938c-.37.585-.624 1.275-.627 1.868c-.01 1.926-.437 3.553-1.083 4.725c-.616 1.12-1.556 2.021-2.667 2.021c-.358 0-.691-.1-.976-.31a1.9 1.9 0 0 1-.58-.74c-.239-.512-.343-1.174-.418-1.803a52 52 0 0 1-.086-.798c-.115-1.109-.234-2.26-.627-3.296c-.186-.357-.506-.553-.813-.553h-.5c-.314 0-.643.205-.826.58c-.544 1.11-.611 2.363-.676 3.565l-.026.468c-.037.615-.095 1.296-.33 1.826a1.8 1.8 0 0 1-.62.769a1.8 1.8 0 0 1-1.022.292c-1.24 0-2.189-.871-2.79-2.04c-.607-1.18-.95-2.806-.96-4.706c-.003-.532-.207-1.145-.524-1.697a2.5 2.5 0 0 0-.262-.346C2.5 10.27 2.5 8.68 2.5 7.966v-.018c0-1.48.849-2.721 1.855-3.561M15.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 6"/></svg>

React

import type { SVGProps } from "react";

export function FluentDentist24Filled(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="M4.355 4.387C5.355 3.552 6.644 3 7.75 3c.869 0 1.551.138 2.107.37c.56.235.952.548 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-.123c.074-.065.152-.147.261-.267l.03-.033c.098-.106.215-.235.347-.364a3.9 3.9 0 0 1 1.255-.842C14.699 3.138 15.38 3 16.25 3c1.106 0 2.395.552 3.395 1.387c1.006.84 1.855 2.081 1.855 3.561c0 .778-.002 2.306-1.373 3.938c-.37.585-.624 1.275-.627 1.868c-.01 1.926-.437 3.553-1.083 4.725c-.616 1.12-1.556 2.021-2.667 2.021c-.358 0-.691-.1-.976-.31a1.9 1.9 0 0 1-.58-.74c-.239-.512-.343-1.174-.418-1.803a52 52 0 0 1-.086-.798c-.115-1.109-.234-2.26-.627-3.296c-.186-.357-.506-.553-.813-.553h-.5c-.314 0-.643.205-.826.58c-.544 1.11-.611 2.363-.676 3.565l-.026.468c-.037.615-.095 1.296-.33 1.826a1.8 1.8 0 0 1-.62.769a1.8 1.8 0 0 1-1.022.292c-1.24 0-2.189-.871-2.79-2.04c-.607-1.18-.95-2.806-.96-4.706c-.003-.532-.207-1.145-.524-1.697a2.5 2.5 0 0 0-.262-.346C2.5 10.27 2.5 8.68 2.5 7.966v-.018c0-1.48.849-2.721 1.855-3.561M15.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 6"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.355 4.387C5.355 3.552 6.644 3 7.75 3c.869 0 1.551.138 2.107.37c.56.235.952.548 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-.123c.074-.065.152-.147.261-.267l.03-.033c.098-.106.215-.235.347-.364a3.9 3.9 0 0 1 1.255-.842C14.699 3.138 15.38 3 16.25 3c1.106 0 2.395.552 3.395 1.387c1.006.84 1.855 2.081 1.855 3.561c0 .778-.002 2.306-1.373 3.938c-.37.585-.624 1.275-.627 1.868c-.01 1.926-.437 3.553-1.083 4.725c-.616 1.12-1.556 2.021-2.667 2.021c-.358 0-.691-.1-.976-.31a1.9 1.9 0 0 1-.58-.74c-.239-.512-.343-1.174-.418-1.803a52 52 0 0 1-.086-.798c-.115-1.109-.234-2.26-.627-3.296c-.186-.357-.506-.553-.813-.553h-.5c-.314 0-.643.205-.826.58c-.544 1.11-.611 2.363-.676 3.565l-.026.468c-.037.615-.095 1.296-.33 1.826a1.8 1.8 0 0 1-.62.769a1.8 1.8 0 0 1-1.022.292c-1.24 0-2.189-.871-2.79-2.04c-.607-1.18-.95-2.806-.96-4.706c-.003-.532-.207-1.145-.524-1.697a2.5 2.5 0 0 0-.262-.346C2.5 10.27 2.5 8.68 2.5 7.966v-.018c0-1.48.849-2.721 1.855-3.561M15.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 6"/></svg>
</template>

CSS

.icon-dentist-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.355%204.387C5.355%203.552%206.644%203%207.75%203c.869%200%201.551.138%202.107.37c.56.235.952.548%201.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-.123c.074-.065.152-.147.261-.267l.03-.033c.098-.106.215-.235.347-.364a3.9%203.9%200%200%201%201.255-.842C14.699%203.138%2015.38%203%2016.25%203c1.106%200%202.395.552%203.395%201.387c1.006.84%201.855%202.081%201.855%203.561c0%20.778-.002%202.306-1.373%203.938c-.37.585-.624%201.275-.627%201.868c-.01%201.926-.437%203.553-1.083%204.725c-.616%201.12-1.556%202.021-2.667%202.021c-.358%200-.691-.1-.976-.31a1.9%201.9%200%200%201-.58-.74c-.239-.512-.343-1.174-.418-1.803a52%2052%200%200%201-.086-.798c-.115-1.109-.234-2.26-.627-3.296c-.186-.357-.506-.553-.813-.553h-.5c-.314%200-.643.205-.826.58c-.544%201.11-.611%202.363-.676%203.565l-.026.468c-.037.615-.095%201.296-.33%201.826a1.8%201.8%200%200%201-.62.769a1.8%201.8%200%200%201-1.022.292c-1.24%200-2.189-.871-2.79-2.04c-.607-1.18-.95-2.806-.96-4.706c-.003-.532-.207-1.145-.524-1.697a2.5%202.5%200%200%200-.262-.346C2.5%2010.27%202.5%208.68%202.5%207.966v-.018c0-1.48.849-2.721%201.855-3.561M15.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%206%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%22M4.355%204.387C5.355%203.552%206.644%203%207.75%203c.869%200%201.551.138%202.107.37c.56.235.952.548%201.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-.123c.074-.065.152-.147.261-.267l.03-.033c.098-.106.215-.235.347-.364a3.9%203.9%200%200%201%201.255-.842C14.699%203.138%2015.38%203%2016.25%203c1.106%200%202.395.552%203.395%201.387c1.006.84%201.855%202.081%201.855%203.561c0%20.778-.002%202.306-1.373%203.938c-.37.585-.624%201.275-.627%201.868c-.01%201.926-.437%203.553-1.083%204.725c-.616%201.12-1.556%202.021-2.667%202.021c-.358%200-.691-.1-.976-.31a1.9%201.9%200%200%201-.58-.74c-.239-.512-.343-1.174-.418-1.803a52%2052%200%200%201-.086-.798c-.115-1.109-.234-2.26-.627-3.296c-.186-.357-.506-.553-.813-.553h-.5c-.314%200-.643.205-.826.58c-.544%201.11-.611%202.363-.676%203.565l-.026.468c-.037.615-.095%201.296-.33%201.826a1.8%201.8%200%200%201-.62.769a1.8%201.8%200%200%201-1.022.292c-1.24%200-2.189-.871-2.79-2.04c-.607-1.18-.95-2.806-.96-4.706c-.003-.532-.207-1.145-.524-1.697a2.5%202.5%200%200%200-.262-.346C2.5%2010.27%202.5%208.68%202.5%207.966v-.018c0-1.48.849-2.721%201.855-3.561M15.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%206%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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