dental hygiene icon
dental-hygiene-outline from Health Icons by Resolve to Save Lives · Outline · Devices · MIT Free for personal and commercial use.
- Name
- dental-hygiene-outline
- Set
- Health Icons
- Style
- Outline
- Category
- Devices
- Viewbox
- 48×48
- License
- MIT
- Aliases
- dental-hygiene2x-outline
1 other variant in Health Icons
More devices icons from Health Icons
Use the dental hygiene icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path d="M17.092 14.312a1 1 0 0 1 1 1v3.533h3.615a1 1 0 1 1 0 2h-3.615v3.533a1 1 0 1 1-2 0v-3.533h-3.616a1 1 0 1 1 0-2h3.616v-3.533a1 1 0 0 1 1-1"/><path fill-rule="evenodd" d="M10 36.54L6.038 9.761a3.23 3.23 0 0 1 .765-2.628a3.3 3.3 0 0 1 1.13-.838A3.3 3.3 0 0 1 9.308 6h15.386a3.34 3.34 0 0 1 2.504 1.133a3.23 3.23 0 0 1 .765 2.628L24 36.541V38.5c0 .915-.349 1.801-.982 2.46A3.35 3.35 0 0 1 20.6 42h-7.2c-.915 0-1.784-.38-2.418-1.04A3.55 3.55 0 0 1 10 38.5zM8.756 8.118c.172-.077.36-.118.552-.118h15.385a1.32 1.32 0 0 1 .998.449a1.23 1.23 0 0 1 .294 1.008L22.206 35H11.794L8.016 9.465l-.001-.008a1.23 1.23 0 0 1 .295-1.009c.121-.139.273-.252.446-.33m12.82 31.457c.267-.278.424-.664.424-1.075v-1.033H12V38.5c0 .41.157.797.424 1.075c.266.277.618.425.976.425h7.2c.358 0 .71-.148.976-.425" clip-rule="evenodd"/><path d="M42 7a1 1 0 1 0-2 0h-6v2h6v2h-6v2h6v2h-6v2h6v1.992l-3.757 4.355A1 1 0 0 0 36 24v17a1 1 0 1 0 2 0V24.372l3.757-4.355a1 1 0 0 0 .243-.653z"/></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsDentalHygieneOutline(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path d="M17.092 14.312a1 1 0 0 1 1 1v3.533h3.615a1 1 0 1 1 0 2h-3.615v3.533a1 1 0 1 1-2 0v-3.533h-3.616a1 1 0 1 1 0-2h3.616v-3.533a1 1 0 0 1 1-1"/><path fillRule="evenodd" d="M10 36.54L6.038 9.761a3.23 3.23 0 0 1 .765-2.628a3.3 3.3 0 0 1 1.13-.838A3.3 3.3 0 0 1 9.308 6h15.386a3.34 3.34 0 0 1 2.504 1.133a3.23 3.23 0 0 1 .765 2.628L24 36.541V38.5c0 .915-.349 1.801-.982 2.46A3.35 3.35 0 0 1 20.6 42h-7.2c-.915 0-1.784-.38-2.418-1.04A3.55 3.55 0 0 1 10 38.5zM8.756 8.118c.172-.077.36-.118.552-.118h15.385a1.32 1.32 0 0 1 .998.449a1.23 1.23 0 0 1 .294 1.008L22.206 35H11.794L8.016 9.465l-.001-.008a1.23 1.23 0 0 1 .295-1.009c.121-.139.273-.252.446-.33m12.82 31.457c.267-.278.424-.664.424-1.075v-1.033H12V38.5c0 .41.157.797.424 1.075c.266.277.618.425.976.425h7.2c.358 0 .71-.148.976-.425" clipRule="evenodd"/><path d="M42 7a1 1 0 1 0-2 0h-6v2h6v2h-6v2h6v2h-6v2h6v1.992l-3.757 4.355A1 1 0 0 0 36 24v17a1 1 0 1 0 2 0V24.372l3.757-4.355a1 1 0 0 0 .243-.653z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path d="M17.092 14.312a1 1 0 0 1 1 1v3.533h3.615a1 1 0 1 1 0 2h-3.615v3.533a1 1 0 1 1-2 0v-3.533h-3.616a1 1 0 1 1 0-2h3.616v-3.533a1 1 0 0 1 1-1"/><path fill-rule="evenodd" d="M10 36.54L6.038 9.761a3.23 3.23 0 0 1 .765-2.628a3.3 3.3 0 0 1 1.13-.838A3.3 3.3 0 0 1 9.308 6h15.386a3.34 3.34 0 0 1 2.504 1.133a3.23 3.23 0 0 1 .765 2.628L24 36.541V38.5c0 .915-.349 1.801-.982 2.46A3.35 3.35 0 0 1 20.6 42h-7.2c-.915 0-1.784-.38-2.418-1.04A3.55 3.55 0 0 1 10 38.5zM8.756 8.118c.172-.077.36-.118.552-.118h15.385a1.32 1.32 0 0 1 .998.449a1.23 1.23 0 0 1 .294 1.008L22.206 35H11.794L8.016 9.465l-.001-.008a1.23 1.23 0 0 1 .295-1.009c.121-.139.273-.252.446-.33m12.82 31.457c.267-.278.424-.664.424-1.075v-1.033H12V38.5c0 .41.157.797.424 1.075c.266.277.618.425.976.425h7.2c.358 0 .71-.148.976-.425" clip-rule="evenodd"/><path d="M42 7a1 1 0 1 0-2 0h-6v2h6v2h-6v2h6v2h-6v2h6v1.992l-3.757 4.355A1 1 0 0 0 36 24v17a1 1 0 1 0 2 0V24.372l3.757-4.355a1 1 0 0 0 .243-.653z"/></g></svg> </template>
CSS
.icon-dental-hygiene-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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M17.092%2014.312a1%201%200%200%201%201%201v3.533h3.615a1%201%200%201%201%200%202h-3.615v3.533a1%201%200%201%201-2%200v-3.533h-3.616a1%201%200%201%201%200-2h3.616v-3.533a1%201%200%200%201%201-1%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M10%2036.54L6.038%209.761a3.23%203.23%200%200%201%20.765-2.628a3.3%203.3%200%200%201%201.13-.838A3.3%203.3%200%200%201%209.308%206h15.386a3.34%203.34%200%200%201%202.504%201.133a3.23%203.23%200%200%201%20.765%202.628L24%2036.541V38.5c0%20.915-.349%201.801-.982%202.46A3.35%203.35%200%200%201%2020.6%2042h-7.2c-.915%200-1.784-.38-2.418-1.04A3.55%203.55%200%200%201%2010%2038.5zM8.756%208.118c.172-.077.36-.118.552-.118h15.385a1.32%201.32%200%200%201%20.998.449a1.23%201.23%200%200%201%20.294%201.008L22.206%2035H11.794L8.016%209.465l-.001-.008a1.23%201.23%200%200%201%20.295-1.009c.121-.139.273-.252.446-.33m12.82%2031.457c.267-.278.424-.664.424-1.075v-1.033H12V38.5c0%20.41.157.797.424%201.075c.266.277.618.425.976.425h7.2c.358%200%20.71-.148.976-.425%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M42%207a1%201%200%201%200-2%200h-6v2h6v2h-6v2h6v2h-6v2h6v1.992l-3.757%204.355A1%201%200%200%200%2036%2024v17a1%201%200%201%200%202%200V24.372l3.757-4.355a1%201%200%200%200%20.243-.653z%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M17.092%2014.312a1%201%200%200%201%201%201v3.533h3.615a1%201%200%201%201%200%202h-3.615v3.533a1%201%200%201%201-2%200v-3.533h-3.616a1%201%200%201%201%200-2h3.616v-3.533a1%201%200%200%201%201-1%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M10%2036.54L6.038%209.761a3.23%203.23%200%200%201%20.765-2.628a3.3%203.3%200%200%201%201.13-.838A3.3%203.3%200%200%201%209.308%206h15.386a3.34%203.34%200%200%201%202.504%201.133a3.23%203.23%200%200%201%20.765%202.628L24%2036.541V38.5c0%20.915-.349%201.801-.982%202.46A3.35%203.35%200%200%201%2020.6%2042h-7.2c-.915%200-1.784-.38-2.418-1.04A3.55%203.55%200%200%201%2010%2038.5zM8.756%208.118c.172-.077.36-.118.552-.118h15.385a1.32%201.32%200%200%201%20.998.449a1.23%201.23%200%200%201%20.294%201.008L22.206%2035H11.794L8.016%209.465l-.001-.008a1.23%201.23%200%200%201%20.295-1.009c.121-.139.273-.252.446-.33m12.82%2031.457c.267-.278.424-.664.424-1.075v-1.033H12V38.5c0%20.41.157.797.424%201.075c.266.277.618.425.976.425h7.2c.358%200%20.71-.148.976-.425%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M42%207a1%201%200%201%200-2%200h-6v2h6v2h-6v2h6v2h-6v2h6v1.992l-3.757%204.355A1%201%200%200%200%2036%2024v17a1%201%200%201%200%202%200V24.372l3.757-4.355a1%201%200%200%200%20.243-.653z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/healthicons/dental-hygiene-outline.svg?color=%231a73e8&size=48