dental hygiene icon
dental-hygiene from Health Icons by Resolve to Save Lives · Filled · Devices · MIT Free for personal and commercial use.
- Name
- dental-hygiene
- Set
- Health Icons
- Style
- Filled
- Category
- Devices
- Viewbox
- 48×48
- License
- MIT
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 fill-rule="evenodd" d="m24 36l3.97-27.342a2.1 2.1 0 0 0-.068-.984a2.25 2.25 0 0 0-.514-.869a2.5 2.5 0 0 0-.866-.594A2.8 2.8 0 0 0 25.462 6H8.54c-.366 0-.728.072-1.06.21a2.5 2.5 0 0 0-.867.595a2.25 2.25 0 0 0-.514.869c-.1.32-.124.656-.069.984L10 36v2.5c0 .915.349 1.801.982 2.46A3.35 3.35 0 0 0 13.4 42h7.2c.915 0 1.784-.38 2.418-1.04A3.55 3.55 0 0 0 24 38.5zm-5.908-20.688a1 1 0 1 0-2 0v3.533h-3.616a1 1 0 1 0 0 2h3.616v3.533a1 1 0 1 0 2 0v-3.533h3.615a1 1 0 1 0 0-2h-3.615zm3.484 24.263c.267-.278.424-.664.424-1.075V37H12v1.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 HealthiconsDentalHygiene(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 fillRule="evenodd" d="m24 36l3.97-27.342a2.1 2.1 0 0 0-.068-.984a2.25 2.25 0 0 0-.514-.869a2.5 2.5 0 0 0-.866-.594A2.8 2.8 0 0 0 25.462 6H8.54c-.366 0-.728.072-1.06.21a2.5 2.5 0 0 0-.867.595a2.25 2.25 0 0 0-.514.869c-.1.32-.124.656-.069.984L10 36v2.5c0 .915.349 1.801.982 2.46A3.35 3.35 0 0 0 13.4 42h7.2c.915 0 1.784-.38 2.418-1.04A3.55 3.55 0 0 0 24 38.5zm-5.908-20.688a1 1 0 1 0-2 0v3.533h-3.616a1 1 0 1 0 0 2h3.616v3.533a1 1 0 1 0 2 0v-3.533h3.615a1 1 0 1 0 0-2h-3.615zm3.484 24.263c.267-.278.424-.664.424-1.075V37H12v1.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 fill-rule="evenodd" d="m24 36l3.97-27.342a2.1 2.1 0 0 0-.068-.984a2.25 2.25 0 0 0-.514-.869a2.5 2.5 0 0 0-.866-.594A2.8 2.8 0 0 0 25.462 6H8.54c-.366 0-.728.072-1.06.21a2.5 2.5 0 0 0-.867.595a2.25 2.25 0 0 0-.514.869c-.1.32-.124.656-.069.984L10 36v2.5c0 .915.349 1.801.982 2.46A3.35 3.35 0 0 0 13.4 42h7.2c.915 0 1.784-.38 2.418-1.04A3.55 3.55 0 0 0 24 38.5zm-5.908-20.688a1 1 0 1 0-2 0v3.533h-3.616a1 1 0 1 0 0 2h3.616v3.533a1 1 0 1 0 2 0v-3.533h3.615a1 1 0 1 0 0-2h-3.615zm3.484 24.263c.267-.278.424-.664.424-1.075V37H12v1.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 {
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%20fill-rule%3D%22evenodd%22%20d%3D%22m24%2036l3.97-27.342a2.1%202.1%200%200%200-.068-.984a2.25%202.25%200%200%200-.514-.869a2.5%202.5%200%200%200-.866-.594A2.8%202.8%200%200%200%2025.462%206H8.54c-.366%200-.728.072-1.06.21a2.5%202.5%200%200%200-.867.595a2.25%202.25%200%200%200-.514.869c-.1.32-.124.656-.069.984L10%2036v2.5c0%20.915.349%201.801.982%202.46A3.35%203.35%200%200%200%2013.4%2042h7.2c.915%200%201.784-.38%202.418-1.04A3.55%203.55%200%200%200%2024%2038.5zm-5.908-20.688a1%201%200%201%200-2%200v3.533h-3.616a1%201%200%201%200%200%202h3.616v3.533a1%201%200%201%200%202%200v-3.533h3.615a1%201%200%201%200%200-2h-3.615zm3.484%2024.263c.267-.278.424-.664.424-1.075V37H12v1.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%20fill-rule%3D%22evenodd%22%20d%3D%22m24%2036l3.97-27.342a2.1%202.1%200%200%200-.068-.984a2.25%202.25%200%200%200-.514-.869a2.5%202.5%200%200%200-.866-.594A2.8%202.8%200%200%200%2025.462%206H8.54c-.366%200-.728.072-1.06.21a2.5%202.5%200%200%200-.867.595a2.25%202.25%200%200%200-.514.869c-.1.32-.124.656-.069.984L10%2036v2.5c0%20.915.349%201.801.982%202.46A3.35%203.35%200%200%200%2013.4%2042h7.2c.915%200%201.784-.38%202.418-1.04A3.55%203.55%200%200%200%2024%2038.5zm-5.908-20.688a1%201%200%201%200-2%200v3.533h-3.616a1%201%200%201%200%200%202h3.616v3.533a1%201%200%201%200%202%200v-3.533h3.615a1%201%200%201%200%200-2h-3.615zm3.484%2024.263c.267-.278.424-.664.424-1.075V37H12v1.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.svg?color=%231a73e8&size=48