dental hygiene negative icon
dental-hygiene-negative from Health Icons by Resolve to Save Lives · Filled · MIT Free for personal and commercial use.
- Name
- dental-hygiene-negative
- Set
- Health Icons
- Style
- Filled
- Viewbox
- 48×48
- License
- MIT
Related icons in Health Icons
Use the dental hygiene negative icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g clip-path="url(#healthiconsDentalHygieneNegative)"><path fill="currentColor" fill-rule="evenodd" d="M0 0h48v48H0zm41 6a1 1 0 0 1 1 1v12.364a1 1 0 0 1-.243.653L38 24.372V41a1 1 0 1 1-2 0V24a1 1 0 0 1 .243-.653L40 18.992V17h-6v-2h6v-2h-6v-2h6V9h-6V7h6a1 1 0 0 1 1-1M10 36L6.03 8.658a2.1 2.1 0 0 1 .068-.984c.1-.32.276-.617.514-.87a2.5 2.5 0 0 1 .867-.593A2.7 2.7 0 0 1 8.539 6h16.923c.366 0 .728.072 1.06.211c.333.14.628.342.866.594c.239.253.414.55.514.869c.1.32.124.656.069.984L24 36v2.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.5zm2 1v1.5c0 .41.157.797.424 1.075c.266.277.618.425.976.425h7.2c.358 0 .71-.148.976-.425c.267-.278.424-.664.424-1.075V37zm6.092-21.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.615z" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsDentalHygieneNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsDentalHygieneNegative(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g clipPath="url(#healthiconsDentalHygieneNegative)"><path fill="currentColor" fillRule="evenodd" d="M0 0h48v48H0zm41 6a1 1 0 0 1 1 1v12.364a1 1 0 0 1-.243.653L38 24.372V41a1 1 0 1 1-2 0V24a1 1 0 0 1 .243-.653L40 18.992V17h-6v-2h6v-2h-6v-2h6V9h-6V7h6a1 1 0 0 1 1-1M10 36L6.03 8.658a2.1 2.1 0 0 1 .068-.984c.1-.32.276-.617.514-.87a2.5 2.5 0 0 1 .867-.593A2.7 2.7 0 0 1 8.539 6h16.923c.366 0 .728.072 1.06.211c.333.14.628.342.866.594c.239.253.414.55.514.869c.1.32.124.656.069.984L24 36v2.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.5zm2 1v1.5c0 .41.157.797.424 1.075c.266.277.618.425.976.425h7.2c.358 0 .71-.148.976-.425c.267-.278.424-.664.424-1.075V37zm6.092-21.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.615z" clipRule="evenodd"/></g><defs><clipPath id="healthiconsDentalHygieneNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g clip-path="url(#healthiconsDentalHygieneNegative)"><path fill="currentColor" fill-rule="evenodd" d="M0 0h48v48H0zm41 6a1 1 0 0 1 1 1v12.364a1 1 0 0 1-.243.653L38 24.372V41a1 1 0 1 1-2 0V24a1 1 0 0 1 .243-.653L40 18.992V17h-6v-2h6v-2h-6v-2h6V9h-6V7h6a1 1 0 0 1 1-1M10 36L6.03 8.658a2.1 2.1 0 0 1 .068-.984c.1-.32.276-.617.514-.87a2.5 2.5 0 0 1 .867-.593A2.7 2.7 0 0 1 8.539 6h16.923c.366 0 .728.072 1.06.211c.333.14.628.342.866.594c.239.253.414.55.514.869c.1.32.124.656.069.984L24 36v2.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.5zm2 1v1.5c0 .41.157.797.424 1.075c.266.277.618.425.976.425h7.2c.358 0 .71-.148.976-.425c.267-.278.424-.664.424-1.075V37zm6.092-21.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.615z" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsDentalHygieneNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg> </template>
CSS
.icon-dental-hygiene-negative {
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%22none%22%3E%3Cg%20clip-path%3D%22url(%23healthiconsDentalHygieneNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M0%200h48v48H0zm41%206a1%201%200%200%201%201%201v12.364a1%201%200%200%201-.243.653L38%2024.372V41a1%201%200%201%201-2%200V24a1%201%200%200%201%20.243-.653L40%2018.992V17h-6v-2h6v-2h-6v-2h6V9h-6V7h6a1%201%200%200%201%201-1M10%2036L6.03%208.658a2.1%202.1%200%200%201%20.068-.984c.1-.32.276-.617.514-.87a2.5%202.5%200%200%201%20.867-.593A2.7%202.7%200%200%201%208.539%206h16.923c.366%200%20.728.072%201.06.211c.333.14.628.342.866.594c.239.253.414.55.514.869c.1.32.124.656.069.984L24%2036v2.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.5zm2%201v1.5c0%20.41.157.797.424%201.075c.266.277.618.425.976.425h7.2c.358%200%20.71-.148.976-.425c.267-.278.424-.664.424-1.075V37zm6.092-21.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.615z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsDentalHygieneNegative%22%3E%3Cpath%20d%3D%22M0%200h48v48H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%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%22none%22%3E%3Cg%20clip-path%3D%22url(%23healthiconsDentalHygieneNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M0%200h48v48H0zm41%206a1%201%200%200%201%201%201v12.364a1%201%200%200%201-.243.653L38%2024.372V41a1%201%200%201%201-2%200V24a1%201%200%200%201%20.243-.653L40%2018.992V17h-6v-2h6v-2h-6v-2h6V9h-6V7h6a1%201%200%200%201%201-1M10%2036L6.03%208.658a2.1%202.1%200%200%201%20.068-.984c.1-.32.276-.617.514-.87a2.5%202.5%200%200%201%20.867-.593A2.7%202.7%200%200%201%208.539%206h16.923c.366%200%20.728.072%201.06.211c.333.14.628.342.866.594c.239.253.414.55.514.869c.1.32.124.656.069.984L24%2036v2.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.5zm2%201v1.5c0%20.41.157.797.424%201.075c.266.277.618.425.976.425h7.2c.358%200%20.71-.148.976-.425c.267-.278.424-.664.424-1.075V37zm6.092-21.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.615z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsDentalHygieneNegative%22%3E%3Cpath%20d%3D%22M0%200h48v48H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%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-negative.svg?color=%231a73e8&size=48