dental broken tooth icon

dental-broken-tooth from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
dental-broken-tooth
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Related icons in Huge Icons

Use the dental broken tooth icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M11.977 5.176q.33-.272.687-.626c2.3-2.284 5.432-1.837 6.899 0c3.605 4.514-.432 11.594-2.741 15.69c-.263.466-.787.76-1.35.76c-.9 0-1.603-.72-1.633-1.56c-.06-1.74-.464-3.845-1.839-3.94c-1.375.095-1.826 2.2-1.886 3.94c-.03.84-.733 1.56-1.632 1.56c-.564 0-1.088-.294-1.35-.76c-3.288-5.832-4.178-9.491-4.13-11.84c1.998.1 2.99-.9 2.99-2.7C8 6 9 4.829 9 3c1 0 1.575.84 2.29 1.55q.355.353.687.626m0 0C13.469 6.412 14.5 6.5 15 6"/></svg>

React

import type { SVGProps } from "react";

export function HugeiconsDentalBrokenTooth(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M11.977 5.176q.33-.272.687-.626c2.3-2.284 5.432-1.837 6.899 0c3.605 4.514-.432 11.594-2.741 15.69c-.263.466-.787.76-1.35.76c-.9 0-1.603-.72-1.633-1.56c-.06-1.74-.464-3.845-1.839-3.94c-1.375.095-1.826 2.2-1.886 3.94c-.03.84-.733 1.56-1.632 1.56c-.564 0-1.088-.294-1.35-.76c-3.288-5.832-4.178-9.491-4.13-11.84c1.998.1 2.99-.9 2.99-2.7C8 6 9 4.829 9 3c1 0 1.575.84 2.29 1.55q.355.353.687.626m0 0C13.469 6.412 14.5 6.5 15 6"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M11.977 5.176q.33-.272.687-.626c2.3-2.284 5.432-1.837 6.899 0c3.605 4.514-.432 11.594-2.741 15.69c-.263.466-.787.76-1.35.76c-.9 0-1.603-.72-1.633-1.56c-.06-1.74-.464-3.845-1.839-3.94c-1.375.095-1.826 2.2-1.886 3.94c-.03.84-.733 1.56-1.632 1.56c-.564 0-1.088-.294-1.35-.76c-3.288-5.832-4.178-9.491-4.13-11.84c1.998.1 2.99-.9 2.99-2.7C8 6 9 4.829 9 3c1 0 1.575.84 2.29 1.55q.355.353.687.626m0 0C13.469 6.412 14.5 6.5 15 6"/></svg>
</template>

CSS

.icon-dental-broken-tooth {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M11.977%205.176q.33-.272.687-.626c2.3-2.284%205.432-1.837%206.899%200c3.605%204.514-.432%2011.594-2.741%2015.69c-.263.466-.787.76-1.35.76c-.9%200-1.603-.72-1.633-1.56c-.06-1.74-.464-3.845-1.839-3.94c-1.375.095-1.826%202.2-1.886%203.94c-.03.84-.733%201.56-1.632%201.56c-.564%200-1.088-.294-1.35-.76c-3.288-5.832-4.178-9.491-4.13-11.84c1.998.1%202.99-.9%202.99-2.7C8%206%209%204.829%209%203c1%200%201.575.84%202.29%201.55q.355.353.687.626m0%200C13.469%206.412%2014.5%206.5%2015%206%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%2024%2024%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M11.977%205.176q.33-.272.687-.626c2.3-2.284%205.432-1.837%206.899%200c3.605%204.514-.432%2011.594-2.741%2015.69c-.263.466-.787.76-1.35.76c-.9%200-1.603-.72-1.633-1.56c-.06-1.74-.464-3.845-1.839-3.94c-1.375.095-1.826%202.2-1.886%203.94c-.03.84-.733%201.56-1.632%201.56c-.564%200-1.088-.294-1.35-.76c-3.288-5.832-4.178-9.491-4.13-11.84c1.998.1%202.99-.9%202.99-2.7C8%206%209%204.829%209%203c1%200%201.575.84%202.29%201.55q.355.353.687.626m0%200C13.469%206.412%2014.5%206.5%2015%206%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/dental-broken-tooth.svg?color=%231a73e8&size=48