dentist icon
dentist-12-filled from Fluent UI System Icons by Microsoft Corporation · 12 Filled · MIT Free for personal and commercial use.
- Name
- dentist-12-filled
- Set
- Fluent UI System Icons
- Style
- 12 Filled
- Viewbox
- 12×12
- 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 12 12"><path fill="currentColor" d="M5.466 2.1a2.32 2.32 0 0 0-1.954-.493a2.83 2.83 0 0 0-1.496.84c-.397.419-.799.981-.824 1.796c-.011.37.035.97.376 1.43c.311.436.47.662.552.882c.087.256.092.53.092.953v.007c.005.412.092.982.304 1.505c.206.512.574 1.076 1.203 1.307l.022.008l.022.006c.364.097.742.071 1.035-.2c.249-.233.342-.566.39-.824c.046-.244.068-.527.09-.792l.006-.09a7 7 0 0 1 .107-.864c.152-.702.335-.798.371-.81c.237-.062.352-.025.412.01c.071.04.155.128.234.31c.168.385.218.942.265 1.49c.047.537.16 1.064.4 1.418c.127.187.321.37.599.43c.28.062.542-.023.757-.159c.765-.483 1.175-1.467 1.28-2.687c.054-.565.111-.805.189-.992a3 3 0 0 1 .225-.422c.062-.105.138-.234.235-.407c.154-.277.42-.8.45-1.422c.03-.656-.205-1.374-.962-1.981c-.698-.57-1.368-.793-1.985-.762c-.61.031-1.094.308-1.435.601l-.015.013l-.013.013c-.306.306-.397.302-.4.302c-.001 0-.036-.002-.122-.058a2.4 2.4 0 0 1-.368-.321l-.02-.02zm2.346.978c.339 0 .694.103.979.356c.289.256.46.625.499 1.07a.5.5 0 0 1-.997.087c-.02-.235-.1-.35-.166-.41a.46.46 0 0 0-.315-.103a.5.5 0 1 1 0-1"/></svg>
React
import type { SVGProps } from "react";
export function FluentDentist12Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 12 12"><path fill="currentColor" d="M5.466 2.1a2.32 2.32 0 0 0-1.954-.493a2.83 2.83 0 0 0-1.496.84c-.397.419-.799.981-.824 1.796c-.011.37.035.97.376 1.43c.311.436.47.662.552.882c.087.256.092.53.092.953v.007c.005.412.092.982.304 1.505c.206.512.574 1.076 1.203 1.307l.022.008l.022.006c.364.097.742.071 1.035-.2c.249-.233.342-.566.39-.824c.046-.244.068-.527.09-.792l.006-.09a7 7 0 0 1 .107-.864c.152-.702.335-.798.371-.81c.237-.062.352-.025.412.01c.071.04.155.128.234.31c.168.385.218.942.265 1.49c.047.537.16 1.064.4 1.418c.127.187.321.37.599.43c.28.062.542-.023.757-.159c.765-.483 1.175-1.467 1.28-2.687c.054-.565.111-.805.189-.992a3 3 0 0 1 .225-.422c.062-.105.138-.234.235-.407c.154-.277.42-.8.45-1.422c.03-.656-.205-1.374-.962-1.981c-.698-.57-1.368-.793-1.985-.762c-.61.031-1.094.308-1.435.601l-.015.013l-.013.013c-.306.306-.397.302-.4.302c-.001 0-.036-.002-.122-.058a2.4 2.4 0 0 1-.368-.321l-.02-.02zm2.346.978c.339 0 .694.103.979.356c.289.256.46.625.499 1.07a.5.5 0 0 1-.997.087c-.02-.235-.1-.35-.166-.41a.46.46 0 0 0-.315-.103a.5.5 0 1 1 0-1"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 12 12"><path fill="currentColor" d="M5.466 2.1a2.32 2.32 0 0 0-1.954-.493a2.83 2.83 0 0 0-1.496.84c-.397.419-.799.981-.824 1.796c-.011.37.035.97.376 1.43c.311.436.47.662.552.882c.087.256.092.53.092.953v.007c.005.412.092.982.304 1.505c.206.512.574 1.076 1.203 1.307l.022.008l.022.006c.364.097.742.071 1.035-.2c.249-.233.342-.566.39-.824c.046-.244.068-.527.09-.792l.006-.09a7 7 0 0 1 .107-.864c.152-.702.335-.798.371-.81c.237-.062.352-.025.412.01c.071.04.155.128.234.31c.168.385.218.942.265 1.49c.047.537.16 1.064.4 1.418c.127.187.321.37.599.43c.28.062.542-.023.757-.159c.765-.483 1.175-1.467 1.28-2.687c.054-.565.111-.805.189-.992a3 3 0 0 1 .225-.422c.062-.105.138-.234.235-.407c.154-.277.42-.8.45-1.422c.03-.656-.205-1.374-.962-1.981c-.698-.57-1.368-.793-1.985-.762c-.61.031-1.094.308-1.435.601l-.015.013l-.013.013c-.306.306-.397.302-.4.302c-.001 0-.036-.002-.122-.058a2.4 2.4 0 0 1-.368-.321l-.02-.02zm2.346.978c.339 0 .694.103.979.356c.289.256.46.625.499 1.07a.5.5 0 0 1-.997.087c-.02-.235-.1-.35-.166-.41a.46.46 0 0 0-.315-.103a.5.5 0 1 1 0-1"/></svg> </template>
CSS
.icon-dentist-12-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%2012%2012%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.466%202.1a2.32%202.32%200%200%200-1.954-.493a2.83%202.83%200%200%200-1.496.84c-.397.419-.799.981-.824%201.796c-.011.37.035.97.376%201.43c.311.436.47.662.552.882c.087.256.092.53.092.953v.007c.005.412.092.982.304%201.505c.206.512.574%201.076%201.203%201.307l.022.008l.022.006c.364.097.742.071%201.035-.2c.249-.233.342-.566.39-.824c.046-.244.068-.527.09-.792l.006-.09a7%207%200%200%201%20.107-.864c.152-.702.335-.798.371-.81c.237-.062.352-.025.412.01c.071.04.155.128.234.31c.168.385.218.942.265%201.49c.047.537.16%201.064.4%201.418c.127.187.321.37.599.43c.28.062.542-.023.757-.159c.765-.483%201.175-1.467%201.28-2.687c.054-.565.111-.805.189-.992a3%203%200%200%201%20.225-.422c.062-.105.138-.234.235-.407c.154-.277.42-.8.45-1.422c.03-.656-.205-1.374-.962-1.981c-.698-.57-1.368-.793-1.985-.762c-.61.031-1.094.308-1.435.601l-.015.013l-.013.013c-.306.306-.397.302-.4.302c-.001%200-.036-.002-.122-.058a2.4%202.4%200%200%201-.368-.321l-.02-.02zm2.346.978c.339%200%20.694.103.979.356c.289.256.46.625.499%201.07a.5.5%200%200%201-.997.087c-.02-.235-.1-.35-.166-.41a.46.46%200%200%200-.315-.103a.5.5%200%201%201%200-1%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%2012%2012%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.466%202.1a2.32%202.32%200%200%200-1.954-.493a2.83%202.83%200%200%200-1.496.84c-.397.419-.799.981-.824%201.796c-.011.37.035.97.376%201.43c.311.436.47.662.552.882c.087.256.092.53.092.953v.007c.005.412.092.982.304%201.505c.206.512.574%201.076%201.203%201.307l.022.008l.022.006c.364.097.742.071%201.035-.2c.249-.233.342-.566.39-.824c.046-.244.068-.527.09-.792l.006-.09a7%207%200%200%201%20.107-.864c.152-.702.335-.798.371-.81c.237-.062.352-.025.412.01c.071.04.155.128.234.31c.168.385.218.942.265%201.49c.047.537.16%201.064.4%201.418c.127.187.321.37.599.43c.28.062.542-.023.757-.159c.765-.483%201.175-1.467%201.28-2.687c.054-.565.111-.805.189-.992a3%203%200%200%201%20.225-.422c.062-.105.138-.234.235-.407c.154-.277.42-.8.45-1.422c.03-.656-.205-1.374-.962-1.981c-.698-.57-1.368-.793-1.985-.762c-.61.031-1.094.308-1.435.601l-.015.013l-.013.013c-.306.306-.397.302-.4.302c-.001%200-.036-.002-.122-.058a2.4%202.4%200%200%201-.368-.321l-.02-.02zm2.346.978c.339%200%20.694.103.979.356c.289.256.46.625.499%201.07a.5.5%200%200%201-.997.087c-.02-.235-.1-.35-.166-.41a.46.46%200%200%200-.315-.103a.5.5%200%201%201%200-1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/dentist-12-filled.svg?color=%231a73e8&size=48