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

Name
dentist-28-regular
Set
Fluent UI System Icons
Style
28 Regular
Viewbox
28×28
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 28 28"><path fill="currentColor" d="M18.526 7.209a.75.75 0 0 0 0 1.5c.458 0 .841.135 1.12.383c.274.243.518.659.583 1.357a.75.75 0 0 0 1.494-.14c-.095-1.002-.471-1.797-1.08-2.338c-.603-.537-1.365-.762-2.117-.762m-6.17-2.565c-1.439-1.157-3.034-1.402-4.464-1.123c-1.406.275-2.65 1.053-3.477 1.949l-.002.002c-.927 1.011-1.836 2.275-1.906 4.145c-.043.931.084 2.278.812 3.282l.002.002c.781 1.07 1.235 1.706 1.46 2.324c.25.685.255 1.369.263 2.334l.002.205c.006.994.216 2.357.72 3.596c.5 1.224 1.347 2.47 2.718 2.981l.035.013l.036.01c.807.212 1.552.134 2.113-.39c.495-.465.702-1.157.818-1.782c.107-.575.16-1.243.212-1.9l.02-.25c.062-.758.133-1.515.282-2.229c.42-1.972 1.006-2.327 1.286-2.412c.677-.174 1.102-.085 1.39.079c.306.175.575.502.798 1.013c.46 1.051.592 2.536.705 3.879c.112 1.336.394 2.543.928 3.314c.276.4.667.748 1.194.861c.532.115 1.05-.042 1.51-.337c1.7-1.086 2.684-3.336 2.952-6.324c.128-1.424.275-2.08.496-2.615c.113-.273.253-.532.447-.866l.186-.319q.236-.394.538-.93c.38-.677.994-1.9 1.064-3.33c.073-1.484-.445-3.125-2.195-4.55c-1.68-1.365-3.243-1.86-4.637-1.786c-1.381.073-2.485.702-3.274 1.38l-.021.017l-.02.02c-.766.761-1.126.902-1.363.892c-.268-.011-.697-.22-1.564-1.098l-.03-.03zm-8.35 5.032c.05-1.347.68-2.282 1.512-3.19c.633-.684 1.599-1.285 2.662-1.493c1.03-.2 2.152-.036 3.204.795c.247.248.49.478.734.68c.58.48 1.164.803 1.803.83c.732.03 1.364-.33 1.96-.84q.255-.22.503-.467c.619-.526 1.413-.953 2.358-1.004c.867-.046 1.956.22 3.258 1.18q.174.128.353.274c1.37 1.115 1.693 2.29 1.643 3.31c-.053 1.074-.523 2.046-.874 2.67v.002c-.193.344-.359.625-.51.882l-.204.347c-.203.35-.383.678-.535 1.046c-.31.748-.472 1.587-.604 3.053c-.252 2.811-1.147 4.481-2.266 5.195l-.002.002c-.24.154-.355.14-.384.133c-.035-.007-.136-.044-.277-.248c-.301-.436-.56-1.314-.666-2.587l-.007-.079c-.106-1.26-.25-2.976-.819-4.275c-.296-.678-.74-1.323-1.43-1.715c-.705-.402-1.554-.476-2.521-.224l-.01.002l-.01.003c-1.103.32-1.888 1.398-2.344 3.545l-.001.002c-.17.816-.247 1.657-.309 2.415l-.02.249c-.054.673-.1 1.257-.192 1.749c-.106.573-.246.845-.368.96c-.056.052-.196.162-.669.045c-.782-.308-1.393-1.086-1.818-2.129a8.7 8.7 0 0 1-.61-3.04v-.003l-.002-.255c-.006-.905-.012-1.846-.353-2.785c-.31-.85-.904-1.662-1.629-2.653l-.029-.04c-.431-.596-.565-1.527-.528-2.335zM22 6.166l.353.275Z"/></svg>

React

import type { SVGProps } from "react";

export function FluentDentist28Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M18.526 7.209a.75.75 0 0 0 0 1.5c.458 0 .841.135 1.12.383c.274.243.518.659.583 1.357a.75.75 0 0 0 1.494-.14c-.095-1.002-.471-1.797-1.08-2.338c-.603-.537-1.365-.762-2.117-.762m-6.17-2.565c-1.439-1.157-3.034-1.402-4.464-1.123c-1.406.275-2.65 1.053-3.477 1.949l-.002.002c-.927 1.011-1.836 2.275-1.906 4.145c-.043.931.084 2.278.812 3.282l.002.002c.781 1.07 1.235 1.706 1.46 2.324c.25.685.255 1.369.263 2.334l.002.205c.006.994.216 2.357.72 3.596c.5 1.224 1.347 2.47 2.718 2.981l.035.013l.036.01c.807.212 1.552.134 2.113-.39c.495-.465.702-1.157.818-1.782c.107-.575.16-1.243.212-1.9l.02-.25c.062-.758.133-1.515.282-2.229c.42-1.972 1.006-2.327 1.286-2.412c.677-.174 1.102-.085 1.39.079c.306.175.575.502.798 1.013c.46 1.051.592 2.536.705 3.879c.112 1.336.394 2.543.928 3.314c.276.4.667.748 1.194.861c.532.115 1.05-.042 1.51-.337c1.7-1.086 2.684-3.336 2.952-6.324c.128-1.424.275-2.08.496-2.615c.113-.273.253-.532.447-.866l.186-.319q.236-.394.538-.93c.38-.677.994-1.9 1.064-3.33c.073-1.484-.445-3.125-2.195-4.55c-1.68-1.365-3.243-1.86-4.637-1.786c-1.381.073-2.485.702-3.274 1.38l-.021.017l-.02.02c-.766.761-1.126.902-1.363.892c-.268-.011-.697-.22-1.564-1.098l-.03-.03zm-8.35 5.032c.05-1.347.68-2.282 1.512-3.19c.633-.684 1.599-1.285 2.662-1.493c1.03-.2 2.152-.036 3.204.795c.247.248.49.478.734.68c.58.48 1.164.803 1.803.83c.732.03 1.364-.33 1.96-.84q.255-.22.503-.467c.619-.526 1.413-.953 2.358-1.004c.867-.046 1.956.22 3.258 1.18q.174.128.353.274c1.37 1.115 1.693 2.29 1.643 3.31c-.053 1.074-.523 2.046-.874 2.67v.002c-.193.344-.359.625-.51.882l-.204.347c-.203.35-.383.678-.535 1.046c-.31.748-.472 1.587-.604 3.053c-.252 2.811-1.147 4.481-2.266 5.195l-.002.002c-.24.154-.355.14-.384.133c-.035-.007-.136-.044-.277-.248c-.301-.436-.56-1.314-.666-2.587l-.007-.079c-.106-1.26-.25-2.976-.819-4.275c-.296-.678-.74-1.323-1.43-1.715c-.705-.402-1.554-.476-2.521-.224l-.01.002l-.01.003c-1.103.32-1.888 1.398-2.344 3.545l-.001.002c-.17.816-.247 1.657-.309 2.415l-.02.249c-.054.673-.1 1.257-.192 1.749c-.106.573-.246.845-.368.96c-.056.052-.196.162-.669.045c-.782-.308-1.393-1.086-1.818-2.129a8.7 8.7 0 0 1-.61-3.04v-.003l-.002-.255c-.006-.905-.012-1.846-.353-2.785c-.31-.85-.904-1.662-1.629-2.653l-.029-.04c-.431-.596-.565-1.527-.528-2.335zM22 6.166l.353.275Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M18.526 7.209a.75.75 0 0 0 0 1.5c.458 0 .841.135 1.12.383c.274.243.518.659.583 1.357a.75.75 0 0 0 1.494-.14c-.095-1.002-.471-1.797-1.08-2.338c-.603-.537-1.365-.762-2.117-.762m-6.17-2.565c-1.439-1.157-3.034-1.402-4.464-1.123c-1.406.275-2.65 1.053-3.477 1.949l-.002.002c-.927 1.011-1.836 2.275-1.906 4.145c-.043.931.084 2.278.812 3.282l.002.002c.781 1.07 1.235 1.706 1.46 2.324c.25.685.255 1.369.263 2.334l.002.205c.006.994.216 2.357.72 3.596c.5 1.224 1.347 2.47 2.718 2.981l.035.013l.036.01c.807.212 1.552.134 2.113-.39c.495-.465.702-1.157.818-1.782c.107-.575.16-1.243.212-1.9l.02-.25c.062-.758.133-1.515.282-2.229c.42-1.972 1.006-2.327 1.286-2.412c.677-.174 1.102-.085 1.39.079c.306.175.575.502.798 1.013c.46 1.051.592 2.536.705 3.879c.112 1.336.394 2.543.928 3.314c.276.4.667.748 1.194.861c.532.115 1.05-.042 1.51-.337c1.7-1.086 2.684-3.336 2.952-6.324c.128-1.424.275-2.08.496-2.615c.113-.273.253-.532.447-.866l.186-.319q.236-.394.538-.93c.38-.677.994-1.9 1.064-3.33c.073-1.484-.445-3.125-2.195-4.55c-1.68-1.365-3.243-1.86-4.637-1.786c-1.381.073-2.485.702-3.274 1.38l-.021.017l-.02.02c-.766.761-1.126.902-1.363.892c-.268-.011-.697-.22-1.564-1.098l-.03-.03zm-8.35 5.032c.05-1.347.68-2.282 1.512-3.19c.633-.684 1.599-1.285 2.662-1.493c1.03-.2 2.152-.036 3.204.795c.247.248.49.478.734.68c.58.48 1.164.803 1.803.83c.732.03 1.364-.33 1.96-.84q.255-.22.503-.467c.619-.526 1.413-.953 2.358-1.004c.867-.046 1.956.22 3.258 1.18q.174.128.353.274c1.37 1.115 1.693 2.29 1.643 3.31c-.053 1.074-.523 2.046-.874 2.67v.002c-.193.344-.359.625-.51.882l-.204.347c-.203.35-.383.678-.535 1.046c-.31.748-.472 1.587-.604 3.053c-.252 2.811-1.147 4.481-2.266 5.195l-.002.002c-.24.154-.355.14-.384.133c-.035-.007-.136-.044-.277-.248c-.301-.436-.56-1.314-.666-2.587l-.007-.079c-.106-1.26-.25-2.976-.819-4.275c-.296-.678-.74-1.323-1.43-1.715c-.705-.402-1.554-.476-2.521-.224l-.01.002l-.01.003c-1.103.32-1.888 1.398-2.344 3.545l-.001.002c-.17.816-.247 1.657-.309 2.415l-.02.249c-.054.673-.1 1.257-.192 1.749c-.106.573-.246.845-.368.96c-.056.052-.196.162-.669.045c-.782-.308-1.393-1.086-1.818-2.129a8.7 8.7 0 0 1-.61-3.04v-.003l-.002-.255c-.006-.905-.012-1.846-.353-2.785c-.31-.85-.904-1.662-1.629-2.653l-.029-.04c-.431-.596-.565-1.527-.528-2.335zM22 6.166l.353.275Z"/></svg>
</template>

CSS

.icon-dentist-28-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18.526%207.209a.75.75%200%200%200%200%201.5c.458%200%20.841.135%201.12.383c.274.243.518.659.583%201.357a.75.75%200%200%200%201.494-.14c-.095-1.002-.471-1.797-1.08-2.338c-.603-.537-1.365-.762-2.117-.762m-6.17-2.565c-1.439-1.157-3.034-1.402-4.464-1.123c-1.406.275-2.65%201.053-3.477%201.949l-.002.002c-.927%201.011-1.836%202.275-1.906%204.145c-.043.931.084%202.278.812%203.282l.002.002c.781%201.07%201.235%201.706%201.46%202.324c.25.685.255%201.369.263%202.334l.002.205c.006.994.216%202.357.72%203.596c.5%201.224%201.347%202.47%202.718%202.981l.035.013l.036.01c.807.212%201.552.134%202.113-.39c.495-.465.702-1.157.818-1.782c.107-.575.16-1.243.212-1.9l.02-.25c.062-.758.133-1.515.282-2.229c.42-1.972%201.006-2.327%201.286-2.412c.677-.174%201.102-.085%201.39.079c.306.175.575.502.798%201.013c.46%201.051.592%202.536.705%203.879c.112%201.336.394%202.543.928%203.314c.276.4.667.748%201.194.861c.532.115%201.05-.042%201.51-.337c1.7-1.086%202.684-3.336%202.952-6.324c.128-1.424.275-2.08.496-2.615c.113-.273.253-.532.447-.866l.186-.319q.236-.394.538-.93c.38-.677.994-1.9%201.064-3.33c.073-1.484-.445-3.125-2.195-4.55c-1.68-1.365-3.243-1.86-4.637-1.786c-1.381.073-2.485.702-3.274%201.38l-.021.017l-.02.02c-.766.761-1.126.902-1.363.892c-.268-.011-.697-.22-1.564-1.098l-.03-.03zm-8.35%205.032c.05-1.347.68-2.282%201.512-3.19c.633-.684%201.599-1.285%202.662-1.493c1.03-.2%202.152-.036%203.204.795c.247.248.49.478.734.68c.58.48%201.164.803%201.803.83c.732.03%201.364-.33%201.96-.84q.255-.22.503-.467c.619-.526%201.413-.953%202.358-1.004c.867-.046%201.956.22%203.258%201.18q.174.128.353.274c1.37%201.115%201.693%202.29%201.643%203.31c-.053%201.074-.523%202.046-.874%202.67v.002c-.193.344-.359.625-.51.882l-.204.347c-.203.35-.383.678-.535%201.046c-.31.748-.472%201.587-.604%203.053c-.252%202.811-1.147%204.481-2.266%205.195l-.002.002c-.24.154-.355.14-.384.133c-.035-.007-.136-.044-.277-.248c-.301-.436-.56-1.314-.666-2.587l-.007-.079c-.106-1.26-.25-2.976-.819-4.275c-.296-.678-.74-1.323-1.43-1.715c-.705-.402-1.554-.476-2.521-.224l-.01.002l-.01.003c-1.103.32-1.888%201.398-2.344%203.545l-.001.002c-.17.816-.247%201.657-.309%202.415l-.02.249c-.054.673-.1%201.257-.192%201.749c-.106.573-.246.845-.368.96c-.056.052-.196.162-.669.045c-.782-.308-1.393-1.086-1.818-2.129a8.7%208.7%200%200%201-.61-3.04v-.003l-.002-.255c-.006-.905-.012-1.846-.353-2.785c-.31-.85-.904-1.662-1.629-2.653l-.029-.04c-.431-.596-.565-1.527-.528-2.335zM22%206.166l.353.275Z%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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18.526%207.209a.75.75%200%200%200%200%201.5c.458%200%20.841.135%201.12.383c.274.243.518.659.583%201.357a.75.75%200%200%200%201.494-.14c-.095-1.002-.471-1.797-1.08-2.338c-.603-.537-1.365-.762-2.117-.762m-6.17-2.565c-1.439-1.157-3.034-1.402-4.464-1.123c-1.406.275-2.65%201.053-3.477%201.949l-.002.002c-.927%201.011-1.836%202.275-1.906%204.145c-.043.931.084%202.278.812%203.282l.002.002c.781%201.07%201.235%201.706%201.46%202.324c.25.685.255%201.369.263%202.334l.002.205c.006.994.216%202.357.72%203.596c.5%201.224%201.347%202.47%202.718%202.981l.035.013l.036.01c.807.212%201.552.134%202.113-.39c.495-.465.702-1.157.818-1.782c.107-.575.16-1.243.212-1.9l.02-.25c.062-.758.133-1.515.282-2.229c.42-1.972%201.006-2.327%201.286-2.412c.677-.174%201.102-.085%201.39.079c.306.175.575.502.798%201.013c.46%201.051.592%202.536.705%203.879c.112%201.336.394%202.543.928%203.314c.276.4.667.748%201.194.861c.532.115%201.05-.042%201.51-.337c1.7-1.086%202.684-3.336%202.952-6.324c.128-1.424.275-2.08.496-2.615c.113-.273.253-.532.447-.866l.186-.319q.236-.394.538-.93c.38-.677.994-1.9%201.064-3.33c.073-1.484-.445-3.125-2.195-4.55c-1.68-1.365-3.243-1.86-4.637-1.786c-1.381.073-2.485.702-3.274%201.38l-.021.017l-.02.02c-.766.761-1.126.902-1.363.892c-.268-.011-.697-.22-1.564-1.098l-.03-.03zm-8.35%205.032c.05-1.347.68-2.282%201.512-3.19c.633-.684%201.599-1.285%202.662-1.493c1.03-.2%202.152-.036%203.204.795c.247.248.49.478.734.68c.58.48%201.164.803%201.803.83c.732.03%201.364-.33%201.96-.84q.255-.22.503-.467c.619-.526%201.413-.953%202.358-1.004c.867-.046%201.956.22%203.258%201.18q.174.128.353.274c1.37%201.115%201.693%202.29%201.643%203.31c-.053%201.074-.523%202.046-.874%202.67v.002c-.193.344-.359.625-.51.882l-.204.347c-.203.35-.383.678-.535%201.046c-.31.748-.472%201.587-.604%203.053c-.252%202.811-1.147%204.481-2.266%205.195l-.002.002c-.24.154-.355.14-.384.133c-.035-.007-.136-.044-.277-.248c-.301-.436-.56-1.314-.666-2.587l-.007-.079c-.106-1.26-.25-2.976-.819-4.275c-.296-.678-.74-1.323-1.43-1.715c-.705-.402-1.554-.476-2.521-.224l-.01.002l-.01.003c-1.103.32-1.888%201.398-2.344%203.545l-.001.002c-.17.816-.247%201.657-.309%202.415l-.02.249c-.054.673-.1%201.257-.192%201.749c-.106.573-.246.845-.368.96c-.056.052-.196.162-.669.045c-.782-.308-1.393-1.086-1.818-2.129a8.7%208.7%200%200%201-.61-3.04v-.003l-.002-.255c-.006-.905-.012-1.846-.353-2.785c-.31-.85-.904-1.662-1.629-2.653l-.029-.04c-.431-.596-.565-1.527-.528-2.335zM22%206.166l.353.275Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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