tooth-outline-24px from Health Icons by Resolve to Save Lives · Outline 24px · Body · MIT Free for personal and commercial use.

Name
tooth-outline-24px
Set
Health Icons
Style
Outline 24px
Category
Body
Viewbox
24×24
License
MIT

3 other variants in Health Icons

The same icon in other sets

More body icons from Health Icons

Use the tooth icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M8.444 5A3.444 3.444 0 0 0 5 8.444c0 3.758.066 6.622 1.863 9.342l.116.176l.035.208A1 1 0 0 0 9 18c0-.66.17-1.391.813-1.906c.584-.467 1.37-.594 2.187-.594s1.603.127 2.187.594C14.83 16.61 15 17.34 15 18a1 1 0 0 0 1.986.17l.035-.208l.116-.176C18.934 15.066 19 12.204 19 8.447v-.003a3.445 3.445 0 0 0-5.727-2.58l1.257 1.887a1 1 0 1 1-1.664 1.109l-1.504-2.257l-.035-.056l-.127-.169A3.44 3.44 0 0 0 8.445 5M12 4.321a5.444 5.444 0 0 0-9 4.123c0 3.633.02 7.042 2.089 10.283A3 3 0 0 0 11 18c0-.172.022-.264.038-.305c.01-.028.017-.033.023-.038l.001-.001c.041-.033.255-.156.938-.156s.897.123.938.156c.007.006.014.01.024.039A.9.9 0 0 1 13 18a3 3 0 0 0 5.911.727C20.98 15.487 21 12.079 21 8.447m0 0v-.002a5.445 5.445 0 0 0-9-4.124" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function HealthiconsToothOutline24px(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fillRule="evenodd" d="M8.444 5A3.444 3.444 0 0 0 5 8.444c0 3.758.066 6.622 1.863 9.342l.116.176l.035.208A1 1 0 0 0 9 18c0-.66.17-1.391.813-1.906c.584-.467 1.37-.594 2.187-.594s1.603.127 2.187.594C14.83 16.61 15 17.34 15 18a1 1 0 0 0 1.986.17l.035-.208l.116-.176C18.934 15.066 19 12.204 19 8.447v-.003a3.445 3.445 0 0 0-5.727-2.58l1.257 1.887a1 1 0 1 1-1.664 1.109l-1.504-2.257l-.035-.056l-.127-.169A3.44 3.44 0 0 0 8.445 5M12 4.321a5.444 5.444 0 0 0-9 4.123c0 3.633.02 7.042 2.089 10.283A3 3 0 0 0 11 18c0-.172.022-.264.038-.305c.01-.028.017-.033.023-.038l.001-.001c.041-.033.255-.156.938-.156s.897.123.938.156c.007.006.014.01.024.039A.9.9 0 0 1 13 18a3 3 0 0 0 5.911.727C20.98 15.487 21 12.079 21 8.447m0 0v-.002a5.445 5.445 0 0 0-9-4.124" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M8.444 5A3.444 3.444 0 0 0 5 8.444c0 3.758.066 6.622 1.863 9.342l.116.176l.035.208A1 1 0 0 0 9 18c0-.66.17-1.391.813-1.906c.584-.467 1.37-.594 2.187-.594s1.603.127 2.187.594C14.83 16.61 15 17.34 15 18a1 1 0 0 0 1.986.17l.035-.208l.116-.176C18.934 15.066 19 12.204 19 8.447v-.003a3.445 3.445 0 0 0-5.727-2.58l1.257 1.887a1 1 0 1 1-1.664 1.109l-1.504-2.257l-.035-.056l-.127-.169A3.44 3.44 0 0 0 8.445 5M12 4.321a5.444 5.444 0 0 0-9 4.123c0 3.633.02 7.042 2.089 10.283A3 3 0 0 0 11 18c0-.172.022-.264.038-.305c.01-.028.017-.033.023-.038l.001-.001c.041-.033.255-.156.938-.156s.897.123.938.156c.007.006.014.01.024.039A.9.9 0 0 1 13 18a3 3 0 0 0 5.911.727C20.98 15.487 21 12.079 21 8.447m0 0v-.002a5.445 5.445 0 0 0-9-4.124" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-tooth-outline-24px {
  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%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M8.444%205A3.444%203.444%200%200%200%205%208.444c0%203.758.066%206.622%201.863%209.342l.116.176l.035.208A1%201%200%200%200%209%2018c0-.66.17-1.391.813-1.906c.584-.467%201.37-.594%202.187-.594s1.603.127%202.187.594C14.83%2016.61%2015%2017.34%2015%2018a1%201%200%200%200%201.986.17l.035-.208l.116-.176C18.934%2015.066%2019%2012.204%2019%208.447v-.003a3.445%203.445%200%200%200-5.727-2.58l1.257%201.887a1%201%200%201%201-1.664%201.109l-1.504-2.257l-.035-.056l-.127-.169A3.44%203.44%200%200%200%208.445%205M12%204.321a5.444%205.444%200%200%200-9%204.123c0%203.633.02%207.042%202.089%2010.283A3%203%200%200%200%2011%2018c0-.172.022-.264.038-.305c.01-.028.017-.033.023-.038l.001-.001c.041-.033.255-.156.938-.156s.897.123.938.156c.007.006.014.01.024.039A.9.9%200%200%201%2013%2018a3%203%200%200%200%205.911.727C20.98%2015.487%2021%2012.079%2021%208.447m0%200v-.002a5.445%205.445%200%200%200-9-4.124%22%20clip-rule%3D%22evenodd%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%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M8.444%205A3.444%203.444%200%200%200%205%208.444c0%203.758.066%206.622%201.863%209.342l.116.176l.035.208A1%201%200%200%200%209%2018c0-.66.17-1.391.813-1.906c.584-.467%201.37-.594%202.187-.594s1.603.127%202.187.594C14.83%2016.61%2015%2017.34%2015%2018a1%201%200%200%200%201.986.17l.035-.208l.116-.176C18.934%2015.066%2019%2012.204%2019%208.447v-.003a3.445%203.445%200%200%200-5.727-2.58l1.257%201.887a1%201%200%201%201-1.664%201.109l-1.504-2.257l-.035-.056l-.127-.169A3.44%203.44%200%200%200%208.445%205M12%204.321a5.444%205.444%200%200%200-9%204.123c0%203.633.02%207.042%202.089%2010.283A3%203%200%200%200%2011%2018c0-.172.022-.264.038-.305c.01-.028.017-.033.023-.038l.001-.001c.041-.033.255-.156.938-.156s.897.123.938.156c.007.006.014.01.024.039A.9.9%200%200%201%2013%2018a3%203%200%200%200%205.911.727C20.98%2015.487%2021%2012.079%2021%208.447m0%200v-.002a5.445%205.445%200%200%200-9-4.124%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/healthicons/tooth-outline-24px.svg?color=%231a73e8&size=48