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

Name
dentist-48-filled
Set
Fluent UI System Icons
Style
48 Filled
Viewbox
48×48
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 48 48"><path fill="currentColor" d="M21.27 8.228c-2.328-2.164-5.132-2.479-7.581-1.943c-2.407.526-4.57 1.885-5.868 3.26c-1.6 1.693-3.103 3.863-3.23 6.998v.008c-.054 1.543.147 3.822 1.376 5.515l.138.192c1.235 1.71 1.965 2.722 2.327 3.736l.003.008c.414 1.134.425 2.263.44 3.865l.004.43c.022 2.22.655 5.784 2.354 8.386c.82 1.258 1.945 2.373 3.45 2.932l.058.022l.06.015c1.197.316 2.33.25 3.247-.428c.856-.633 1.272-1.622 1.513-2.542c.245-.941.363-2.043.456-3.134q.04-.48.077-.957c.064-.81.127-1.622.226-2.442a21 21 0 0 1 .283-1.78c.35-1.673.752-2.642 1.139-3.217c.342-.51.687-.733 1.07-.871c1.135-.287 1.854-.139 2.342.138c.524.297.979.852 1.357 1.715c.777 1.776.998 4.285 1.183 6.551v.003c.19 2.254.664 4.311 1.552 5.636c.457.682 1.104 1.289 1.987 1.502c.902.218 1.787-.037 2.571-.54l.001-.001c2.87-1.845 4.527-5.787 4.98-10.81c.19-2.128.439-3.255.83-4.244c.317-.8.727-1.522 1.353-2.622l.002-.002c.191-.337.404-.71.64-1.131c.644-1.144 1.681-3.208 1.797-5.617c.12-2.498-.759-5.252-3.723-7.629c-2.83-2.293-5.46-3.127-7.807-3.002c-2.328.124-4.192 1.181-5.523 2.328l-.031.027l-.029.028c-1.307 1.282-1.921 1.525-2.333 1.507c-.46-.02-1.187-.378-2.655-1.855l-.017-.018zm1.542 18.053l-.047.012l.088-.026zm8.847-14.037c2.689 0 5.122 2.346 5.385 5.226a1.25 1.25 0 1 1-2.49.227c-.157-1.72-1.623-2.953-2.895-2.953a1.25 1.25 0 0 1 0-2.5"/></svg>

React

import type { SVGProps } from "react";

export function FluentDentist48Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M21.27 8.228c-2.328-2.164-5.132-2.479-7.581-1.943c-2.407.526-4.57 1.885-5.868 3.26c-1.6 1.693-3.103 3.863-3.23 6.998v.008c-.054 1.543.147 3.822 1.376 5.515l.138.192c1.235 1.71 1.965 2.722 2.327 3.736l.003.008c.414 1.134.425 2.263.44 3.865l.004.43c.022 2.22.655 5.784 2.354 8.386c.82 1.258 1.945 2.373 3.45 2.932l.058.022l.06.015c1.197.316 2.33.25 3.247-.428c.856-.633 1.272-1.622 1.513-2.542c.245-.941.363-2.043.456-3.134q.04-.48.077-.957c.064-.81.127-1.622.226-2.442a21 21 0 0 1 .283-1.78c.35-1.673.752-2.642 1.139-3.217c.342-.51.687-.733 1.07-.871c1.135-.287 1.854-.139 2.342.138c.524.297.979.852 1.357 1.715c.777 1.776.998 4.285 1.183 6.551v.003c.19 2.254.664 4.311 1.552 5.636c.457.682 1.104 1.289 1.987 1.502c.902.218 1.787-.037 2.571-.54l.001-.001c2.87-1.845 4.527-5.787 4.98-10.81c.19-2.128.439-3.255.83-4.244c.317-.8.727-1.522 1.353-2.622l.002-.002c.191-.337.404-.71.64-1.131c.644-1.144 1.681-3.208 1.797-5.617c.12-2.498-.759-5.252-3.723-7.629c-2.83-2.293-5.46-3.127-7.807-3.002c-2.328.124-4.192 1.181-5.523 2.328l-.031.027l-.029.028c-1.307 1.282-1.921 1.525-2.333 1.507c-.46-.02-1.187-.378-2.655-1.855l-.017-.018zm1.542 18.053l-.047.012l.088-.026zm8.847-14.037c2.689 0 5.122 2.346 5.385 5.226a1.25 1.25 0 1 1-2.49.227c-.157-1.72-1.623-2.953-2.895-2.953a1.25 1.25 0 0 1 0-2.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M21.27 8.228c-2.328-2.164-5.132-2.479-7.581-1.943c-2.407.526-4.57 1.885-5.868 3.26c-1.6 1.693-3.103 3.863-3.23 6.998v.008c-.054 1.543.147 3.822 1.376 5.515l.138.192c1.235 1.71 1.965 2.722 2.327 3.736l.003.008c.414 1.134.425 2.263.44 3.865l.004.43c.022 2.22.655 5.784 2.354 8.386c.82 1.258 1.945 2.373 3.45 2.932l.058.022l.06.015c1.197.316 2.33.25 3.247-.428c.856-.633 1.272-1.622 1.513-2.542c.245-.941.363-2.043.456-3.134q.04-.48.077-.957c.064-.81.127-1.622.226-2.442a21 21 0 0 1 .283-1.78c.35-1.673.752-2.642 1.139-3.217c.342-.51.687-.733 1.07-.871c1.135-.287 1.854-.139 2.342.138c.524.297.979.852 1.357 1.715c.777 1.776.998 4.285 1.183 6.551v.003c.19 2.254.664 4.311 1.552 5.636c.457.682 1.104 1.289 1.987 1.502c.902.218 1.787-.037 2.571-.54l.001-.001c2.87-1.845 4.527-5.787 4.98-10.81c.19-2.128.439-3.255.83-4.244c.317-.8.727-1.522 1.353-2.622l.002-.002c.191-.337.404-.71.64-1.131c.644-1.144 1.681-3.208 1.797-5.617c.12-2.498-.759-5.252-3.723-7.629c-2.83-2.293-5.46-3.127-7.807-3.002c-2.328.124-4.192 1.181-5.523 2.328l-.031.027l-.029.028c-1.307 1.282-1.921 1.525-2.333 1.507c-.46-.02-1.187-.378-2.655-1.855l-.017-.018zm1.542 18.053l-.047.012l.088-.026zm8.847-14.037c2.689 0 5.122 2.346 5.385 5.226a1.25 1.25 0 1 1-2.49.227c-.157-1.72-1.623-2.953-2.895-2.953a1.25 1.25 0 0 1 0-2.5"/></svg>
</template>

CSS

.icon-dentist-48-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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21.27%208.228c-2.328-2.164-5.132-2.479-7.581-1.943c-2.407.526-4.57%201.885-5.868%203.26c-1.6%201.693-3.103%203.863-3.23%206.998v.008c-.054%201.543.147%203.822%201.376%205.515l.138.192c1.235%201.71%201.965%202.722%202.327%203.736l.003.008c.414%201.134.425%202.263.44%203.865l.004.43c.022%202.22.655%205.784%202.354%208.386c.82%201.258%201.945%202.373%203.45%202.932l.058.022l.06.015c1.197.316%202.33.25%203.247-.428c.856-.633%201.272-1.622%201.513-2.542c.245-.941.363-2.043.456-3.134q.04-.48.077-.957c.064-.81.127-1.622.226-2.442a21%2021%200%200%201%20.283-1.78c.35-1.673.752-2.642%201.139-3.217c.342-.51.687-.733%201.07-.871c1.135-.287%201.854-.139%202.342.138c.524.297.979.852%201.357%201.715c.777%201.776.998%204.285%201.183%206.551v.003c.19%202.254.664%204.311%201.552%205.636c.457.682%201.104%201.289%201.987%201.502c.902.218%201.787-.037%202.571-.54l.001-.001c2.87-1.845%204.527-5.787%204.98-10.81c.19-2.128.439-3.255.83-4.244c.317-.8.727-1.522%201.353-2.622l.002-.002c.191-.337.404-.71.64-1.131c.644-1.144%201.681-3.208%201.797-5.617c.12-2.498-.759-5.252-3.723-7.629c-2.83-2.293-5.46-3.127-7.807-3.002c-2.328.124-4.192%201.181-5.523%202.328l-.031.027l-.029.028c-1.307%201.282-1.921%201.525-2.333%201.507c-.46-.02-1.187-.378-2.655-1.855l-.017-.018zm1.542%2018.053l-.047.012l.088-.026zm8.847-14.037c2.689%200%205.122%202.346%205.385%205.226a1.25%201.25%200%201%201-2.49.227c-.157-1.72-1.623-2.953-2.895-2.953a1.25%201.25%200%200%201%200-2.5%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21.27%208.228c-2.328-2.164-5.132-2.479-7.581-1.943c-2.407.526-4.57%201.885-5.868%203.26c-1.6%201.693-3.103%203.863-3.23%206.998v.008c-.054%201.543.147%203.822%201.376%205.515l.138.192c1.235%201.71%201.965%202.722%202.327%203.736l.003.008c.414%201.134.425%202.263.44%203.865l.004.43c.022%202.22.655%205.784%202.354%208.386c.82%201.258%201.945%202.373%203.45%202.932l.058.022l.06.015c1.197.316%202.33.25%203.247-.428c.856-.633%201.272-1.622%201.513-2.542c.245-.941.363-2.043.456-3.134q.04-.48.077-.957c.064-.81.127-1.622.226-2.442a21%2021%200%200%201%20.283-1.78c.35-1.673.752-2.642%201.139-3.217c.342-.51.687-.733%201.07-.871c1.135-.287%201.854-.139%202.342.138c.524.297.979.852%201.357%201.715c.777%201.776.998%204.285%201.183%206.551v.003c.19%202.254.664%204.311%201.552%205.636c.457.682%201.104%201.289%201.987%201.502c.902.218%201.787-.037%202.571-.54l.001-.001c2.87-1.845%204.527-5.787%204.98-10.81c.19-2.128.439-3.255.83-4.244c.317-.8.727-1.522%201.353-2.622l.002-.002c.191-.337.404-.71.64-1.131c.644-1.144%201.681-3.208%201.797-5.617c.12-2.498-.759-5.252-3.723-7.629c-2.83-2.293-5.46-3.127-7.807-3.002c-2.328.124-4.192%201.181-5.523%202.328l-.031.027l-.029.028c-1.307%201.282-1.921%201.525-2.333%201.507c-.46-.02-1.187-.378-2.655-1.855l-.017-.018zm1.542%2018.053l-.047.012l.088-.026zm8.847-14.037c2.689%200%205.122%202.346%205.385%205.226a1.25%201.25%200%201%201-2.49.227c-.157-1.72-1.623-2.953-2.895-2.953a1.25%201.25%200%200%201%200-2.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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