dentist icon
dentist-12-regular from Fluent UI System Icons by Microsoft Corporation · 12 Regular · MIT Free for personal and commercial use.
- Name
- dentist-12-regular
- Set
- Fluent UI System Icons
- Style
- 12 Regular
- 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="M7.812 3.078a.5.5 0 1 0 0 1a.46.46 0 0 1 .315.104c.067.058.146.174.167.41a.5.5 0 1 0 .996-.088c-.04-.445-.21-.814-.499-1.07a1.46 1.46 0 0 0-.98-.356m-2.346-.979a2.32 2.32 0 0 0-1.954-.492a2.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-.792a8 8 0 0 1 .113-.954c.152-.702.335-.798.371-.81c.323-.085.515.02.646.32c.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.75 3.126a1.83 1.83 0 0 1 .957-.538a1.32 1.32 0 0 1 1.11.272c.328.33.694.636 1.14.655c.47.02.835-.282 1.135-.58c.226-.19.502-.333.821-.35c.317-.015.752.09 1.303.54l.004.003c.502.402.606.809.59 1.155c-.019.38-.188.736-.324.98q-.091.164-.179.31c-.13.222-.249.422-.333.626c-.135.328-.203.688-.26 1.281v.005c-.094 1.098-.444 1.694-.818 1.93h-.002c-.087-.136-.18-.441-.223-.93l-.006-.064c-.042-.492-.102-1.196-.339-1.74c-.128-.293-.33-.595-.658-.78c-.354-.202-.786-.215-1.173-.104c-.558.16-.89.688-1.081 1.565l-.001.005a9 9 0 0 0-.13 1.054l-.001.017c-.022.279-.04.506-.076.695l-.009.056c-.016.107-.033.22-.152.191c-.233-.095-.443-.343-.601-.735a3.2 3.2 0 0 1-.231-1.172c0-.385 0-.818-.147-1.248c-.154-.419-.427-.793-.693-1.147c-.136-.18-.19-.497-.18-.805c.014-.464.23-.801.553-1.141z"/></svg>
React
import type { SVGProps } from "react";
export function FluentDentist12Regular(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="M7.812 3.078a.5.5 0 1 0 0 1a.46.46 0 0 1 .315.104c.067.058.146.174.167.41a.5.5 0 1 0 .996-.088c-.04-.445-.21-.814-.499-1.07a1.46 1.46 0 0 0-.98-.356m-2.346-.979a2.32 2.32 0 0 0-1.954-.492a2.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-.792a8 8 0 0 1 .113-.954c.152-.702.335-.798.371-.81c.323-.085.515.02.646.32c.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.75 3.126a1.83 1.83 0 0 1 .957-.538a1.32 1.32 0 0 1 1.11.272c.328.33.694.636 1.14.655c.47.02.835-.282 1.135-.58c.226-.19.502-.333.821-.35c.317-.015.752.09 1.303.54l.004.003c.502.402.606.809.59 1.155c-.019.38-.188.736-.324.98q-.091.164-.179.31c-.13.222-.249.422-.333.626c-.135.328-.203.688-.26 1.281v.005c-.094 1.098-.444 1.694-.818 1.93h-.002c-.087-.136-.18-.441-.223-.93l-.006-.064c-.042-.492-.102-1.196-.339-1.74c-.128-.293-.33-.595-.658-.78c-.354-.202-.786-.215-1.173-.104c-.558.16-.89.688-1.081 1.565l-.001.005a9 9 0 0 0-.13 1.054l-.001.017c-.022.279-.04.506-.076.695l-.009.056c-.016.107-.033.22-.152.191c-.233-.095-.443-.343-.601-.735a3.2 3.2 0 0 1-.231-1.172c0-.385 0-.818-.147-1.248c-.154-.419-.427-.793-.693-1.147c-.136-.18-.19-.497-.18-.805c.014-.464.23-.801.553-1.141z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 12 12"><path fill="currentColor" d="M7.812 3.078a.5.5 0 1 0 0 1a.46.46 0 0 1 .315.104c.067.058.146.174.167.41a.5.5 0 1 0 .996-.088c-.04-.445-.21-.814-.499-1.07a1.46 1.46 0 0 0-.98-.356m-2.346-.979a2.32 2.32 0 0 0-1.954-.492a2.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-.792a8 8 0 0 1 .113-.954c.152-.702.335-.798.371-.81c.323-.085.515.02.646.32c.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.75 3.126a1.83 1.83 0 0 1 .957-.538a1.32 1.32 0 0 1 1.11.272c.328.33.694.636 1.14.655c.47.02.835-.282 1.135-.58c.226-.19.502-.333.821-.35c.317-.015.752.09 1.303.54l.004.003c.502.402.606.809.59 1.155c-.019.38-.188.736-.324.98q-.091.164-.179.31c-.13.222-.249.422-.333.626c-.135.328-.203.688-.26 1.281v.005c-.094 1.098-.444 1.694-.818 1.93h-.002c-.087-.136-.18-.441-.223-.93l-.006-.064c-.042-.492-.102-1.196-.339-1.74c-.128-.293-.33-.595-.658-.78c-.354-.202-.786-.215-1.173-.104c-.558.16-.89.688-1.081 1.565l-.001.005a9 9 0 0 0-.13 1.054l-.001.017c-.022.279-.04.506-.076.695l-.009.056c-.016.107-.033.22-.152.191c-.233-.095-.443-.343-.601-.735a3.2 3.2 0 0 1-.231-1.172c0-.385 0-.818-.147-1.248c-.154-.419-.427-.793-.693-1.147c-.136-.18-.19-.497-.18-.805c.014-.464.23-.801.553-1.141z"/></svg> </template>
CSS
.icon-dentist-12-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%2012%2012%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.812%203.078a.5.5%200%201%200%200%201a.46.46%200%200%201%20.315.104c.067.058.146.174.167.41a.5.5%200%201%200%20.996-.088c-.04-.445-.21-.814-.499-1.07a1.46%201.46%200%200%200-.98-.356m-2.346-.979a2.32%202.32%200%200%200-1.954-.492a2.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-.792a8%208%200%200%201%20.113-.954c.152-.702.335-.798.371-.81c.323-.085.515.02.646.32c.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.75%203.126a1.83%201.83%200%200%201%20.957-.538a1.32%201.32%200%200%201%201.11.272c.328.33.694.636%201.14.655c.47.02.835-.282%201.135-.58c.226-.19.502-.333.821-.35c.317-.015.752.09%201.303.54l.004.003c.502.402.606.809.59%201.155c-.019.38-.188.736-.324.98q-.091.164-.179.31c-.13.222-.249.422-.333.626c-.135.328-.203.688-.26%201.281v.005c-.094%201.098-.444%201.694-.818%201.93h-.002c-.087-.136-.18-.441-.223-.93l-.006-.064c-.042-.492-.102-1.196-.339-1.74c-.128-.293-.33-.595-.658-.78c-.354-.202-.786-.215-1.173-.104c-.558.16-.89.688-1.081%201.565l-.001.005a9%209%200%200%200-.13%201.054l-.001.017c-.022.279-.04.506-.076.695l-.009.056c-.016.107-.033.22-.152.191c-.233-.095-.443-.343-.601-.735a3.2%203.2%200%200%201-.231-1.172c0-.385%200-.818-.147-1.248c-.154-.419-.427-.793-.693-1.147c-.136-.18-.19-.497-.18-.805c.014-.464.23-.801.553-1.141z%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%22M7.812%203.078a.5.5%200%201%200%200%201a.46.46%200%200%201%20.315.104c.067.058.146.174.167.41a.5.5%200%201%200%20.996-.088c-.04-.445-.21-.814-.499-1.07a1.46%201.46%200%200%200-.98-.356m-2.346-.979a2.32%202.32%200%200%200-1.954-.492a2.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-.792a8%208%200%200%201%20.113-.954c.152-.702.335-.798.371-.81c.323-.085.515.02.646.32c.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.75%203.126a1.83%201.83%200%200%201%20.957-.538a1.32%201.32%200%200%201%201.11.272c.328.33.694.636%201.14.655c.47.02.835-.282%201.135-.58c.226-.19.502-.333.821-.35c.317-.015.752.09%201.303.54l.004.003c.502.402.606.809.59%201.155c-.019.38-.188.736-.324.98q-.091.164-.179.31c-.13.222-.249.422-.333.626c-.135.328-.203.688-.26%201.281v.005c-.094%201.098-.444%201.694-.818%201.93h-.002c-.087-.136-.18-.441-.223-.93l-.006-.064c-.042-.492-.102-1.196-.339-1.74c-.128-.293-.33-.595-.658-.78c-.354-.202-.786-.215-1.173-.104c-.558.16-.89.688-1.081%201.565l-.001.005a9%209%200%200%200-.13%201.054l-.001.017c-.022.279-.04.506-.076.695l-.009.056c-.016.107-.033.22-.152.191c-.233-.095-.443-.343-.601-.735a3.2%203.2%200%200%201-.231-1.172c0-.385%200-.818-.147-1.248c-.154-.419-.427-.793-.693-1.147c-.136-.18-.19-.497-.18-.805c.014-.464.23-.801.553-1.141z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/dentist-12-regular.svg?color=%231a73e8&size=48