odontology icon
odontology-outline from Health Icons by Resolve to Save Lives · Outline · Devices · MIT Free for personal and commercial use.
- Name
- odontology-outline
- Set
- Health Icons
- Style
- Outline
- Category
- Devices
- Viewbox
- 48×48
- License
- MIT
- Aliases
- odontology2x-outline
1 other variant in Health Icons
More devices icons from Health Icons
Use the odontology icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fill-rule="evenodd" d="M22.254 12.648a2 2 0 0 0 2.541.05l.003-.002l.005-.004l.05-.038q.074-.056.23-.167c.208-.147.519-.356.91-.591c.793-.476 1.874-1.032 3.08-1.406c2.392-.741 4.929-.705 6.993 1.689c1.246 1.444 1.765 2.84 1.898 4.21c.097.997-.006 2.038-.256 3.142a8 8 0 1 0-4.887 14.467c-.326.926-.62 1.572-.928 2.087c-.364.608-.784 1.097-1.431 1.683c-.327-.31-.74-.804-1.285-1.505l-.267-.345c-.562-.728-1.228-1.59-1.907-2.28c-.717-.726-1.923-1.773-3.5-1.768c-1.568.005-2.777 1.035-3.51 1.767c-.688.69-1.364 1.551-1.934 2.28q-.138.177-.27.343c-.556.705-.976 1.202-1.309 1.511c-1.611-1.574-2.5-3.808-3.52-7.965c-.232-.94-.584-2.072-.949-3.24v-.001l-.313-1.011c-.481-1.565-.959-3.212-1.286-4.839c-.687-3.416-.558-6.03.717-7.578c1.695-2.058 3.38-2.994 5.002-3.121c1.629-.128 3.66.522 6.123 2.632m12.758 21.097c-1.022 3.234-1.866 4.386-3.725 5.956c-1.198 1.013-2.55-.736-3.973-2.577c-1.233-1.595-2.519-3.258-3.804-3.254c-1.307.004-2.614 1.67-3.864 3.264c-1.441 1.838-2.808 3.581-4.013 2.567c-2.433-2.048-3.5-4.877-4.616-9.418c-.215-.874-.541-1.923-.902-3.08c-1.51-4.849-3.612-11.595-.53-15.337c3.818-4.635 8.562-5.37 13.97-.737c0 0 8.459-6.711 14.026-.256c2.9 3.362 2.779 6.844 1.773 10.265a8.003 8.003 0 0 1-4.342 12.607M39 26a6 6 0 1 1-12 0a6 6 0 0 1 12 0m-6-4a1 1 0 0 0-1 1v2h-2a1 1 0 1 0 0 2h2v2a1 1 0 1 0 2 0v-2h2a1 1 0 1 0 0-2h-2v-2a1 1 0 0 0-1-1" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function HealthiconsOdontologyOutline(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fillRule="evenodd" d="M22.254 12.648a2 2 0 0 0 2.541.05l.003-.002l.005-.004l.05-.038q.074-.056.23-.167c.208-.147.519-.356.91-.591c.793-.476 1.874-1.032 3.08-1.406c2.392-.741 4.929-.705 6.993 1.689c1.246 1.444 1.765 2.84 1.898 4.21c.097.997-.006 2.038-.256 3.142a8 8 0 1 0-4.887 14.467c-.326.926-.62 1.572-.928 2.087c-.364.608-.784 1.097-1.431 1.683c-.327-.31-.74-.804-1.285-1.505l-.267-.345c-.562-.728-1.228-1.59-1.907-2.28c-.717-.726-1.923-1.773-3.5-1.768c-1.568.005-2.777 1.035-3.51 1.767c-.688.69-1.364 1.551-1.934 2.28q-.138.177-.27.343c-.556.705-.976 1.202-1.309 1.511c-1.611-1.574-2.5-3.808-3.52-7.965c-.232-.94-.584-2.072-.949-3.24v-.001l-.313-1.011c-.481-1.565-.959-3.212-1.286-4.839c-.687-3.416-.558-6.03.717-7.578c1.695-2.058 3.38-2.994 5.002-3.121c1.629-.128 3.66.522 6.123 2.632m12.758 21.097c-1.022 3.234-1.866 4.386-3.725 5.956c-1.198 1.013-2.55-.736-3.973-2.577c-1.233-1.595-2.519-3.258-3.804-3.254c-1.307.004-2.614 1.67-3.864 3.264c-1.441 1.838-2.808 3.581-4.013 2.567c-2.433-2.048-3.5-4.877-4.616-9.418c-.215-.874-.541-1.923-.902-3.08c-1.51-4.849-3.612-11.595-.53-15.337c3.818-4.635 8.562-5.37 13.97-.737c0 0 8.459-6.711 14.026-.256c2.9 3.362 2.779 6.844 1.773 10.265a8.003 8.003 0 0 1-4.342 12.607M39 26a6 6 0 1 1-12 0a6 6 0 0 1 12 0m-6-4a1 1 0 0 0-1 1v2h-2a1 1 0 1 0 0 2h2v2a1 1 0 1 0 2 0v-2h2a1 1 0 1 0 0-2h-2v-2a1 1 0 0 0-1-1" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fill-rule="evenodd" d="M22.254 12.648a2 2 0 0 0 2.541.05l.003-.002l.005-.004l.05-.038q.074-.056.23-.167c.208-.147.519-.356.91-.591c.793-.476 1.874-1.032 3.08-1.406c2.392-.741 4.929-.705 6.993 1.689c1.246 1.444 1.765 2.84 1.898 4.21c.097.997-.006 2.038-.256 3.142a8 8 0 1 0-4.887 14.467c-.326.926-.62 1.572-.928 2.087c-.364.608-.784 1.097-1.431 1.683c-.327-.31-.74-.804-1.285-1.505l-.267-.345c-.562-.728-1.228-1.59-1.907-2.28c-.717-.726-1.923-1.773-3.5-1.768c-1.568.005-2.777 1.035-3.51 1.767c-.688.69-1.364 1.551-1.934 2.28q-.138.177-.27.343c-.556.705-.976 1.202-1.309 1.511c-1.611-1.574-2.5-3.808-3.52-7.965c-.232-.94-.584-2.072-.949-3.24v-.001l-.313-1.011c-.481-1.565-.959-3.212-1.286-4.839c-.687-3.416-.558-6.03.717-7.578c1.695-2.058 3.38-2.994 5.002-3.121c1.629-.128 3.66.522 6.123 2.632m12.758 21.097c-1.022 3.234-1.866 4.386-3.725 5.956c-1.198 1.013-2.55-.736-3.973-2.577c-1.233-1.595-2.519-3.258-3.804-3.254c-1.307.004-2.614 1.67-3.864 3.264c-1.441 1.838-2.808 3.581-4.013 2.567c-2.433-2.048-3.5-4.877-4.616-9.418c-.215-.874-.541-1.923-.902-3.08c-1.51-4.849-3.612-11.595-.53-15.337c3.818-4.635 8.562-5.37 13.97-.737c0 0 8.459-6.711 14.026-.256c2.9 3.362 2.779 6.844 1.773 10.265a8.003 8.003 0 0 1-4.342 12.607M39 26a6 6 0 1 1-12 0a6 6 0 0 1 12 0m-6-4a1 1 0 0 0-1 1v2h-2a1 1 0 1 0 0 2h2v2a1 1 0 1 0 2 0v-2h2a1 1 0 1 0 0-2h-2v-2a1 1 0 0 0-1-1" clip-rule="evenodd"/></svg> </template>
CSS
.icon-odontology-outline {
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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M22.254%2012.648a2%202%200%200%200%202.541.05l.003-.002l.005-.004l.05-.038q.074-.056.23-.167c.208-.147.519-.356.91-.591c.793-.476%201.874-1.032%203.08-1.406c2.392-.741%204.929-.705%206.993%201.689c1.246%201.444%201.765%202.84%201.898%204.21c.097.997-.006%202.038-.256%203.142a8%208%200%201%200-4.887%2014.467c-.326.926-.62%201.572-.928%202.087c-.364.608-.784%201.097-1.431%201.683c-.327-.31-.74-.804-1.285-1.505l-.267-.345c-.562-.728-1.228-1.59-1.907-2.28c-.717-.726-1.923-1.773-3.5-1.768c-1.568.005-2.777%201.035-3.51%201.767c-.688.69-1.364%201.551-1.934%202.28q-.138.177-.27.343c-.556.705-.976%201.202-1.309%201.511c-1.611-1.574-2.5-3.808-3.52-7.965c-.232-.94-.584-2.072-.949-3.24v-.001l-.313-1.011c-.481-1.565-.959-3.212-1.286-4.839c-.687-3.416-.558-6.03.717-7.578c1.695-2.058%203.38-2.994%205.002-3.121c1.629-.128%203.66.522%206.123%202.632m12.758%2021.097c-1.022%203.234-1.866%204.386-3.725%205.956c-1.198%201.013-2.55-.736-3.973-2.577c-1.233-1.595-2.519-3.258-3.804-3.254c-1.307.004-2.614%201.67-3.864%203.264c-1.441%201.838-2.808%203.581-4.013%202.567c-2.433-2.048-3.5-4.877-4.616-9.418c-.215-.874-.541-1.923-.902-3.08c-1.51-4.849-3.612-11.595-.53-15.337c3.818-4.635%208.562-5.37%2013.97-.737c0%200%208.459-6.711%2014.026-.256c2.9%203.362%202.779%206.844%201.773%2010.265a8.003%208.003%200%200%201-4.342%2012.607M39%2026a6%206%200%201%201-12%200a6%206%200%200%201%2012%200m-6-4a1%201%200%200%200-1%201v2h-2a1%201%200%201%200%200%202h2v2a1%201%200%201%200%202%200v-2h2a1%201%200%201%200%200-2h-2v-2a1%201%200%200%200-1-1%22%20clip-rule%3D%22evenodd%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M22.254%2012.648a2%202%200%200%200%202.541.05l.003-.002l.005-.004l.05-.038q.074-.056.23-.167c.208-.147.519-.356.91-.591c.793-.476%201.874-1.032%203.08-1.406c2.392-.741%204.929-.705%206.993%201.689c1.246%201.444%201.765%202.84%201.898%204.21c.097.997-.006%202.038-.256%203.142a8%208%200%201%200-4.887%2014.467c-.326.926-.62%201.572-.928%202.087c-.364.608-.784%201.097-1.431%201.683c-.327-.31-.74-.804-1.285-1.505l-.267-.345c-.562-.728-1.228-1.59-1.907-2.28c-.717-.726-1.923-1.773-3.5-1.768c-1.568.005-2.777%201.035-3.51%201.767c-.688.69-1.364%201.551-1.934%202.28q-.138.177-.27.343c-.556.705-.976%201.202-1.309%201.511c-1.611-1.574-2.5-3.808-3.52-7.965c-.232-.94-.584-2.072-.949-3.24v-.001l-.313-1.011c-.481-1.565-.959-3.212-1.286-4.839c-.687-3.416-.558-6.03.717-7.578c1.695-2.058%203.38-2.994%205.002-3.121c1.629-.128%203.66.522%206.123%202.632m12.758%2021.097c-1.022%203.234-1.866%204.386-3.725%205.956c-1.198%201.013-2.55-.736-3.973-2.577c-1.233-1.595-2.519-3.258-3.804-3.254c-1.307.004-2.614%201.67-3.864%203.264c-1.441%201.838-2.808%203.581-4.013%202.567c-2.433-2.048-3.5-4.877-4.616-9.418c-.215-.874-.541-1.923-.902-3.08c-1.51-4.849-3.612-11.595-.53-15.337c3.818-4.635%208.562-5.37%2013.97-.737c0%200%208.459-6.711%2014.026-.256c2.9%203.362%202.779%206.844%201.773%2010.265a8.003%208.003%200%200%201-4.342%2012.607M39%2026a6%206%200%201%201-12%200a6%206%200%200%201%2012%200m-6-4a1%201%200%200%200-1%201v2h-2a1%201%200%201%200%200%202h2v2a1%201%200%201%200%202%200v-2h2a1%201%200%201%200%200-2h-2v-2a1%201%200%200%200-1-1%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/healthicons/odontology-outline.svg?color=%231a73e8&size=48