odontology negative icon

odontology-negative from Health Icons by Resolve to Save Lives · Filled · MIT Free for personal and commercial use.

Name
odontology-negative
Set
Health Icons
Style
Filled
Viewbox
48×48
License
MIT

Related icons in Health Icons

Use the odontology negative icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g fill="currentColor" clip-path="url(#healthiconsOdontologyNegative)"><path d="M33 22a1 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"/><path fill-rule="evenodd" d="M48 0H0v48h48zM21.166 9.4c-4.422-2.596-8.336-1.473-11.58 2.466c-3.083 3.742-.982 10.488.53 15.338c.36 1.156.686 2.205.9 3.079c1.116 4.54 2.184 7.37 4.617 9.418c1.205 1.014 2.572-.729 4.014-2.567c1.25-1.594 2.556-3.26 3.863-3.264c1.285-.004 2.571 1.66 3.804 3.254c1.423 1.84 2.775 3.59 3.973 2.577c1.86-1.57 2.703-2.722 3.725-5.956a8 8 0 1 1 4.342-12.607c1.006-3.42 1.126-6.903-1.773-10.265c-4.128-4.786-9.844-2.335-12.524-.747l3.598 3.118a1 1 0 1 1-1.31 1.512zM33 32a6 6 0 0 0 5.508-8.384A6.001 6.001 0 0 0 27 26a6 6 0 0 0 6 6" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsOdontologyNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsOdontologyNegative(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 fill="currentColor" clipPath="url(#healthiconsOdontologyNegative)"><path d="M33 22a1 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"/><path fillRule="evenodd" d="M48 0H0v48h48zM21.166 9.4c-4.422-2.596-8.336-1.473-11.58 2.466c-3.083 3.742-.982 10.488.53 15.338c.36 1.156.686 2.205.9 3.079c1.116 4.54 2.184 7.37 4.617 9.418c1.205 1.014 2.572-.729 4.014-2.567c1.25-1.594 2.556-3.26 3.863-3.264c1.285-.004 2.571 1.66 3.804 3.254c1.423 1.84 2.775 3.59 3.973 2.577c1.86-1.57 2.703-2.722 3.725-5.956a8 8 0 1 1 4.342-12.607c1.006-3.42 1.126-6.903-1.773-10.265c-4.128-4.786-9.844-2.335-12.524-.747l3.598 3.118a1 1 0 1 1-1.31 1.512zM33 32a6 6 0 0 0 5.508-8.384A6.001 6.001 0 0 0 27 26a6 6 0 0 0 6 6" clipRule="evenodd"/></g><defs><clipPath id="healthiconsOdontologyNegative"><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 fill="currentColor" clip-path="url(#healthiconsOdontologyNegative)"><path d="M33 22a1 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"/><path fill-rule="evenodd" d="M48 0H0v48h48zM21.166 9.4c-4.422-2.596-8.336-1.473-11.58 2.466c-3.083 3.742-.982 10.488.53 15.338c.36 1.156.686 2.205.9 3.079c1.116 4.54 2.184 7.37 4.617 9.418c1.205 1.014 2.572-.729 4.014-2.567c1.25-1.594 2.556-3.26 3.863-3.264c1.285-.004 2.571 1.66 3.804 3.254c1.423 1.84 2.775 3.59 3.973 2.577c1.86-1.57 2.703-2.722 3.725-5.956a8 8 0 1 1 4.342-12.607c1.006-3.42 1.126-6.903-1.773-10.265c-4.128-4.786-9.844-2.335-12.524-.747l3.598 3.118a1 1 0 1 1-1.31 1.512zM33 32a6 6 0 0 0 5.508-8.384A6.001 6.001 0 0 0 27 26a6 6 0 0 0 6 6" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsOdontologyNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
</template>

CSS

.icon-odontology-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%20fill%3D%22currentColor%22%20clip-path%3D%22url(%23healthiconsOdontologyNegative)%22%3E%3Cpath%20d%3D%22M33%2022a1%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%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zM21.166%209.4c-4.422-2.596-8.336-1.473-11.58%202.466c-3.083%203.742-.982%2010.488.53%2015.338c.36%201.156.686%202.205.9%203.079c1.116%204.54%202.184%207.37%204.617%209.418c1.205%201.014%202.572-.729%204.014-2.567c1.25-1.594%202.556-3.26%203.863-3.264c1.285-.004%202.571%201.66%203.804%203.254c1.423%201.84%202.775%203.59%203.973%202.577c1.86-1.57%202.703-2.722%203.725-5.956a8%208%200%201%201%204.342-12.607c1.006-3.42%201.126-6.903-1.773-10.265c-4.128-4.786-9.844-2.335-12.524-.747l3.598%203.118a1%201%200%201%201-1.31%201.512zM33%2032a6%206%200%200%200%205.508-8.384A6.001%206.001%200%200%200%2027%2026a6%206%200%200%200%206%206%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsOdontologyNegative%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%20fill%3D%22currentColor%22%20clip-path%3D%22url(%23healthiconsOdontologyNegative)%22%3E%3Cpath%20d%3D%22M33%2022a1%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%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zM21.166%209.4c-4.422-2.596-8.336-1.473-11.58%202.466c-3.083%203.742-.982%2010.488.53%2015.338c.36%201.156.686%202.205.9%203.079c1.116%204.54%202.184%207.37%204.617%209.418c1.205%201.014%202.572-.729%204.014-2.567c1.25-1.594%202.556-3.26%203.863-3.264c1.285-.004%202.571%201.66%203.804%203.254c1.423%201.84%202.775%203.59%203.973%202.577c1.86-1.57%202.703-2.722%203.725-5.956a8%208%200%201%201%204.342-12.607c1.006-3.42%201.126-6.903-1.773-10.265c-4.128-4.786-9.844-2.335-12.524-.747l3.598%203.118a1%201%200%201%201-1.31%201.512zM33%2032a6%206%200%200%200%205.508-8.384A6.001%206.001%200%200%200%2027%2026a6%206%200%200%200%206%206%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsOdontologyNegative%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/odontology-negative.svg?color=%231a73e8&size=48