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

Name
dentist-16-filled
Set
Fluent UI System Icons
Style
16 Filled
Viewbox
16×16
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 16 16"><path fill="currentColor" d="M4.503 2.141a3.1 3.1 0 0 1 2.604.656l.023.017l.02.02c.495.501.721.6.843.605c.1.004.285-.053.723-.49l.014-.015l.016-.014c.46-.389 1.106-.753 1.913-.796c.815-.042 1.721.247 2.687 1.03c1.015.823 1.318 1.778 1.275 2.645c-.04.833-.397 1.543-.613 1.93l-.001.002q-.175.309-.31.534q-.06.097-.107.18c-.11.19-.188.333-.25.483c-.12.292-.202.654-.273 1.464c-.15 1.71-.72 3.021-1.714 3.656c-.273.174-.588.271-.915.2c-.325-.069-.561-.281-.726-.52c-.315-.455-.474-1.157-.534-1.92c-.07-.768-.146-1.598-.404-2.182c-.124-.282-.269-.453-.425-.542c-.144-.082-.365-.132-.736-.037c-.125.039-.45.212-.676 1.315v.003c-.085.402-.126.83-.162 1.262l-.011.141c-.03.374-.062.759-.124 1.09c-.067.358-.189.772-.489 1.053c-.343.321-.796.363-1.269.237l-.021-.006l-.021-.007c-.816-.297-1.311-1.031-1.599-1.737a5.9 5.9 0 0 1-.417-2.073v-.048c0-.59 0-.984-.143-1.376c-.125-.343-.374-.697-.82-1.302l-.006-.007c-.422-.596-.498-1.375-.477-1.91c.046-1.089.58-1.834 1.104-2.408l.002-.003a3.8 3.8 0 0 1 2.019-1.13m6.08 2.098a.5.5 0 1 0 0 1c.242 0 .442.072.587.2c.142.127.275.347.313.728a.5.5 0 0 0 .995-.1c-.058-.583-.282-1.052-.643-1.374a1.86 1.86 0 0 0-1.252-.454"/></svg>

React

import type { SVGProps } from "react";

export function FluentDentist16Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M4.503 2.141a3.1 3.1 0 0 1 2.604.656l.023.017l.02.02c.495.501.721.6.843.605c.1.004.285-.053.723-.49l.014-.015l.016-.014c.46-.389 1.106-.753 1.913-.796c.815-.042 1.721.247 2.687 1.03c1.015.823 1.318 1.778 1.275 2.645c-.04.833-.397 1.543-.613 1.93l-.001.002q-.175.309-.31.534q-.06.097-.107.18c-.11.19-.188.333-.25.483c-.12.292-.202.654-.273 1.464c-.15 1.71-.72 3.021-1.714 3.656c-.273.174-.588.271-.915.2c-.325-.069-.561-.281-.726-.52c-.315-.455-.474-1.157-.534-1.92c-.07-.768-.146-1.598-.404-2.182c-.124-.282-.269-.453-.425-.542c-.144-.082-.365-.132-.736-.037c-.125.039-.45.212-.676 1.315v.003c-.085.402-.126.83-.162 1.262l-.011.141c-.03.374-.062.759-.124 1.09c-.067.358-.189.772-.489 1.053c-.343.321-.796.363-1.269.237l-.021-.006l-.021-.007c-.816-.297-1.311-1.031-1.599-1.737a5.9 5.9 0 0 1-.417-2.073v-.048c0-.59 0-.984-.143-1.376c-.125-.343-.374-.697-.82-1.302l-.006-.007c-.422-.596-.498-1.375-.477-1.91c.046-1.089.58-1.834 1.104-2.408l.002-.003a3.8 3.8 0 0 1 2.019-1.13m6.08 2.098a.5.5 0 1 0 0 1c.242 0 .442.072.587.2c.142.127.275.347.313.728a.5.5 0 0 0 .995-.1c-.058-.583-.282-1.052-.643-1.374a1.86 1.86 0 0 0-1.252-.454"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M4.503 2.141a3.1 3.1 0 0 1 2.604.656l.023.017l.02.02c.495.501.721.6.843.605c.1.004.285-.053.723-.49l.014-.015l.016-.014c.46-.389 1.106-.753 1.913-.796c.815-.042 1.721.247 2.687 1.03c1.015.823 1.318 1.778 1.275 2.645c-.04.833-.397 1.543-.613 1.93l-.001.002q-.175.309-.31.534q-.06.097-.107.18c-.11.19-.188.333-.25.483c-.12.292-.202.654-.273 1.464c-.15 1.71-.72 3.021-1.714 3.656c-.273.174-.588.271-.915.2c-.325-.069-.561-.281-.726-.52c-.315-.455-.474-1.157-.534-1.92c-.07-.768-.146-1.598-.404-2.182c-.124-.282-.269-.453-.425-.542c-.144-.082-.365-.132-.736-.037c-.125.039-.45.212-.676 1.315v.003c-.085.402-.126.83-.162 1.262l-.011.141c-.03.374-.062.759-.124 1.09c-.067.358-.189.772-.489 1.053c-.343.321-.796.363-1.269.237l-.021-.006l-.021-.007c-.816-.297-1.311-1.031-1.599-1.737a5.9 5.9 0 0 1-.417-2.073v-.048c0-.59 0-.984-.143-1.376c-.125-.343-.374-.697-.82-1.302l-.006-.007c-.422-.596-.498-1.375-.477-1.91c.046-1.089.58-1.834 1.104-2.408l.002-.003a3.8 3.8 0 0 1 2.019-1.13m6.08 2.098a.5.5 0 1 0 0 1c.242 0 .442.072.587.2c.142.127.275.347.313.728a.5.5 0 0 0 .995-.1c-.058-.583-.282-1.052-.643-1.374a1.86 1.86 0 0 0-1.252-.454"/></svg>
</template>

CSS

.icon-dentist-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.503%202.141a3.1%203.1%200%200%201%202.604.656l.023.017l.02.02c.495.501.721.6.843.605c.1.004.285-.053.723-.49l.014-.015l.016-.014c.46-.389%201.106-.753%201.913-.796c.815-.042%201.721.247%202.687%201.03c1.015.823%201.318%201.778%201.275%202.645c-.04.833-.397%201.543-.613%201.93l-.001.002q-.175.309-.31.534q-.06.097-.107.18c-.11.19-.188.333-.25.483c-.12.292-.202.654-.273%201.464c-.15%201.71-.72%203.021-1.714%203.656c-.273.174-.588.271-.915.2c-.325-.069-.561-.281-.726-.52c-.315-.455-.474-1.157-.534-1.92c-.07-.768-.146-1.598-.404-2.182c-.124-.282-.269-.453-.425-.542c-.144-.082-.365-.132-.736-.037c-.125.039-.45.212-.676%201.315v.003c-.085.402-.126.83-.162%201.262l-.011.141c-.03.374-.062.759-.124%201.09c-.067.358-.189.772-.489%201.053c-.343.321-.796.363-1.269.237l-.021-.006l-.021-.007c-.816-.297-1.311-1.031-1.599-1.737a5.9%205.9%200%200%201-.417-2.073v-.048c0-.59%200-.984-.143-1.376c-.125-.343-.374-.697-.82-1.302l-.006-.007c-.422-.596-.498-1.375-.477-1.91c.046-1.089.58-1.834%201.104-2.408l.002-.003a3.8%203.8%200%200%201%202.019-1.13m6.08%202.098a.5.5%200%201%200%200%201c.242%200%20.442.072.587.2c.142.127.275.347.313.728a.5.5%200%200%200%20.995-.1c-.058-.583-.282-1.052-.643-1.374a1.86%201.86%200%200%200-1.252-.454%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.503%202.141a3.1%203.1%200%200%201%202.604.656l.023.017l.02.02c.495.501.721.6.843.605c.1.004.285-.053.723-.49l.014-.015l.016-.014c.46-.389%201.106-.753%201.913-.796c.815-.042%201.721.247%202.687%201.03c1.015.823%201.318%201.778%201.275%202.645c-.04.833-.397%201.543-.613%201.93l-.001.002q-.175.309-.31.534q-.06.097-.107.18c-.11.19-.188.333-.25.483c-.12.292-.202.654-.273%201.464c-.15%201.71-.72%203.021-1.714%203.656c-.273.174-.588.271-.915.2c-.325-.069-.561-.281-.726-.52c-.315-.455-.474-1.157-.534-1.92c-.07-.768-.146-1.598-.404-2.182c-.124-.282-.269-.453-.425-.542c-.144-.082-.365-.132-.736-.037c-.125.039-.45.212-.676%201.315v.003c-.085.402-.126.83-.162%201.262l-.011.141c-.03.374-.062.759-.124%201.09c-.067.358-.189.772-.489%201.053c-.343.321-.796.363-1.269.237l-.021-.006l-.021-.007c-.816-.297-1.311-1.031-1.599-1.737a5.9%205.9%200%200%201-.417-2.073v-.048c0-.59%200-.984-.143-1.376c-.125-.343-.374-.697-.82-1.302l-.006-.007c-.422-.596-.498-1.375-.477-1.91c.046-1.089.58-1.834%201.104-2.408l.002-.003a3.8%203.8%200%200%201%202.019-1.13m6.08%202.098a.5.5%200%201%200%200%201c.242%200%20.442.072.587.2c.142.127.275.347.313.728a.5.5%200%200%200%20.995-.1c-.058-.583-.282-1.052-.643-1.374a1.86%201.86%200%200%200-1.252-.454%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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