dentist icon
dentist-28-filled from Fluent UI System Icons by Microsoft Corporation · 28 Filled · MIT Free for personal and commercial use.
- Name
- dentist-28-filled
- Set
- Fluent UI System Icons
- Style
- 28 Filled
- 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="M12.356 4.644c-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-.03zm6.17 2.565c.752 0 1.514.225 2.117.762c.609.541.985 1.336 1.08 2.338a.75.75 0 1 1-1.494.14c-.065-.698-.309-1.114-.583-1.357c-.279-.248-.662-.383-1.12-.383a.75.75 0 0 1 0-1.5"/></svg>
React
import type { SVGProps } from "react";
export function FluentDentist28Filled(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="M12.356 4.644c-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-.03zm6.17 2.565c.752 0 1.514.225 2.117.762c.609.541.985 1.336 1.08 2.338a.75.75 0 1 1-1.494.14c-.065-.698-.309-1.114-.583-1.357c-.279-.248-.662-.383-1.12-.383a.75.75 0 0 1 0-1.5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M12.356 4.644c-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-.03zm6.17 2.565c.752 0 1.514.225 2.117.762c.609.541.985 1.336 1.08 2.338a.75.75 0 1 1-1.494.14c-.065-.698-.309-1.114-.583-1.357c-.279-.248-.662-.383-1.12-.383a.75.75 0 0 1 0-1.5"/></svg> </template>
CSS
.icon-dentist-28-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.356%204.644c-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-.03zm6.17%202.565c.752%200%201.514.225%202.117.762c.609.541.985%201.336%201.08%202.338a.75.75%200%201%201-1.494.14c-.065-.698-.309-1.114-.583-1.357c-.279-.248-.662-.383-1.12-.383a.75.75%200%200%201%200-1.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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.356%204.644c-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-.03zm6.17%202.565c.752%200%201.514.225%202.117.762c.609.541.985%201.336%201.08%202.338a.75.75%200%201%201-1.494.14c-.065-.698-.309-1.114-.583-1.357c-.279-.248-.662-.383-1.12-.383a.75.75%200%200%201%200-1.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/dentist-28-filled.svg?color=%231a73e8&size=48