tooth icon
tooth from Line Awesome by Icons8 · Line · Medical · Apache-2.0 Free for personal and commercial use.
- Name
- tooth
- Set
- Line Awesome
- Style
- Line
- Category
- Medical
- Viewbox
- 32×32
- License
- Apache 2.0
- Aliases
- tooth-solid
The same icon in other sets
More medical icons from Line Awesome
Use the tooth icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M13.281 4c-2.46 0-4.562.785-6.031 2.188C5.781 7.59 5 9.585 5 11.843c0 1.703.652 3.015 1.313 4.187S7.637 18.253 8 19.562c.438 1.613.742 3.542 1.25 5.156c.254.804.559 1.539 1.031 2.156c.473.617 1.223 1.125 2.094 1.125c.836 0 1.668-.434 2.094-1.094S15 25.464 15 24.624c0-1.031 0-2.64.219-3.906c.11-.633.297-1.16.469-1.438c.171-.277.18-.281.312-.281c.133 0 .14 0 .313.281c.171.282.359.805.468 1.438c.223 1.265.219 2.875.219 3.906c0 .84.105 1.621.531 2.281s1.258 1.094 2.094 1.094c.875 0 1.625-.504 2.094-1.125s.777-1.379 1.031-2.188c.508-1.617.816-3.539 1.25-5.125c.363-1.308 1.027-2.359 1.688-3.53c.66-1.173 1.312-2.485 1.312-4.188C27.05 7.304 23.594 4 19.062 4c-1.316 0-2.87.488-3.125.563c-.812-.32-1.699-.563-2.656-.563m0 2c2.317 0 4.969 2.438 4.969 2.438L19.656 7s-.66-.52-1.125-.906c.211-.032.395-.094.532-.094c3.62 0 5.976 2.238 5.937 5.813v.03c0 1.212-.414 2.126-1.031 3.22c-.617 1.093-1.45 2.316-1.907 3.968c-.476 1.739-.78 3.664-1.218 5.063c-.219.699-.489 1.261-.719 1.562s-.305.344-.5.344c-.305 0-.305-.031-.406-.188c-.102-.156-.219-.57-.219-1.187c0-1.02.02-2.71-.25-4.25c-.137-.77-.324-1.512-.719-2.156S16.883 17 16 17s-1.637.574-2.031 1.219c-.395.644-.586 1.386-.719 2.156c-.27 1.54-.25 3.23-.25 4.25c0 .617-.117 1.031-.219 1.188c-.101.156-.101.187-.406.187c-.2 0-.273-.047-.5-.344s-.5-.836-.719-1.531c-.437-1.39-.742-3.336-1.219-5.094c-.457-1.652-1.289-2.875-1.906-3.968C7.414 13.969 7 13.059 7 11.842c0-1.8.605-3.218 1.656-4.218S11.23 6 13.281 6"/></svg>
React
import type { SVGProps } from "react";
export function LaTooth(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M13.281 4c-2.46 0-4.562.785-6.031 2.188C5.781 7.59 5 9.585 5 11.843c0 1.703.652 3.015 1.313 4.187S7.637 18.253 8 19.562c.438 1.613.742 3.542 1.25 5.156c.254.804.559 1.539 1.031 2.156c.473.617 1.223 1.125 2.094 1.125c.836 0 1.668-.434 2.094-1.094S15 25.464 15 24.624c0-1.031 0-2.64.219-3.906c.11-.633.297-1.16.469-1.438c.171-.277.18-.281.312-.281c.133 0 .14 0 .313.281c.171.282.359.805.468 1.438c.223 1.265.219 2.875.219 3.906c0 .84.105 1.621.531 2.281s1.258 1.094 2.094 1.094c.875 0 1.625-.504 2.094-1.125s.777-1.379 1.031-2.188c.508-1.617.816-3.539 1.25-5.125c.363-1.308 1.027-2.359 1.688-3.53c.66-1.173 1.312-2.485 1.312-4.188C27.05 7.304 23.594 4 19.062 4c-1.316 0-2.87.488-3.125.563c-.812-.32-1.699-.563-2.656-.563m0 2c2.317 0 4.969 2.438 4.969 2.438L19.656 7s-.66-.52-1.125-.906c.211-.032.395-.094.532-.094c3.62 0 5.976 2.238 5.937 5.813v.03c0 1.212-.414 2.126-1.031 3.22c-.617 1.093-1.45 2.316-1.907 3.968c-.476 1.739-.78 3.664-1.218 5.063c-.219.699-.489 1.261-.719 1.562s-.305.344-.5.344c-.305 0-.305-.031-.406-.188c-.102-.156-.219-.57-.219-1.187c0-1.02.02-2.71-.25-4.25c-.137-.77-.324-1.512-.719-2.156S16.883 17 16 17s-1.637.574-2.031 1.219c-.395.644-.586 1.386-.719 2.156c-.27 1.54-.25 3.23-.25 4.25c0 .617-.117 1.031-.219 1.188c-.101.156-.101.187-.406.187c-.2 0-.273-.047-.5-.344s-.5-.836-.719-1.531c-.437-1.39-.742-3.336-1.219-5.094c-.457-1.652-1.289-2.875-1.906-3.968C7.414 13.969 7 13.059 7 11.842c0-1.8.605-3.218 1.656-4.218S11.23 6 13.281 6"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M13.281 4c-2.46 0-4.562.785-6.031 2.188C5.781 7.59 5 9.585 5 11.843c0 1.703.652 3.015 1.313 4.187S7.637 18.253 8 19.562c.438 1.613.742 3.542 1.25 5.156c.254.804.559 1.539 1.031 2.156c.473.617 1.223 1.125 2.094 1.125c.836 0 1.668-.434 2.094-1.094S15 25.464 15 24.624c0-1.031 0-2.64.219-3.906c.11-.633.297-1.16.469-1.438c.171-.277.18-.281.312-.281c.133 0 .14 0 .313.281c.171.282.359.805.468 1.438c.223 1.265.219 2.875.219 3.906c0 .84.105 1.621.531 2.281s1.258 1.094 2.094 1.094c.875 0 1.625-.504 2.094-1.125s.777-1.379 1.031-2.188c.508-1.617.816-3.539 1.25-5.125c.363-1.308 1.027-2.359 1.688-3.53c.66-1.173 1.312-2.485 1.312-4.188C27.05 7.304 23.594 4 19.062 4c-1.316 0-2.87.488-3.125.563c-.812-.32-1.699-.563-2.656-.563m0 2c2.317 0 4.969 2.438 4.969 2.438L19.656 7s-.66-.52-1.125-.906c.211-.032.395-.094.532-.094c3.62 0 5.976 2.238 5.937 5.813v.03c0 1.212-.414 2.126-1.031 3.22c-.617 1.093-1.45 2.316-1.907 3.968c-.476 1.739-.78 3.664-1.218 5.063c-.219.699-.489 1.261-.719 1.562s-.305.344-.5.344c-.305 0-.305-.031-.406-.188c-.102-.156-.219-.57-.219-1.187c0-1.02.02-2.71-.25-4.25c-.137-.77-.324-1.512-.719-2.156S16.883 17 16 17s-1.637.574-2.031 1.219c-.395.644-.586 1.386-.719 2.156c-.27 1.54-.25 3.23-.25 4.25c0 .617-.117 1.031-.219 1.188c-.101.156-.101.187-.406.187c-.2 0-.273-.047-.5-.344s-.5-.836-.719-1.531c-.437-1.39-.742-3.336-1.219-5.094c-.457-1.652-1.289-2.875-1.906-3.968C7.414 13.969 7 13.059 7 11.842c0-1.8.605-3.218 1.656-4.218S11.23 6 13.281 6"/></svg> </template>
CSS
.icon-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.281%204c-2.46%200-4.562.785-6.031%202.188C5.781%207.59%205%209.585%205%2011.843c0%201.703.652%203.015%201.313%204.187S7.637%2018.253%208%2019.562c.438%201.613.742%203.542%201.25%205.156c.254.804.559%201.539%201.031%202.156c.473.617%201.223%201.125%202.094%201.125c.836%200%201.668-.434%202.094-1.094S15%2025.464%2015%2024.624c0-1.031%200-2.64.219-3.906c.11-.633.297-1.16.469-1.438c.171-.277.18-.281.312-.281c.133%200%20.14%200%20.313.281c.171.282.359.805.468%201.438c.223%201.265.219%202.875.219%203.906c0%20.84.105%201.621.531%202.281s1.258%201.094%202.094%201.094c.875%200%201.625-.504%202.094-1.125s.777-1.379%201.031-2.188c.508-1.617.816-3.539%201.25-5.125c.363-1.308%201.027-2.359%201.688-3.53c.66-1.173%201.312-2.485%201.312-4.188C27.05%207.304%2023.594%204%2019.062%204c-1.316%200-2.87.488-3.125.563c-.812-.32-1.699-.563-2.656-.563m0%202c2.317%200%204.969%202.438%204.969%202.438L19.656%207s-.66-.52-1.125-.906c.211-.032.395-.094.532-.094c3.62%200%205.976%202.238%205.937%205.813v.03c0%201.212-.414%202.126-1.031%203.22c-.617%201.093-1.45%202.316-1.907%203.968c-.476%201.739-.78%203.664-1.218%205.063c-.219.699-.489%201.261-.719%201.562s-.305.344-.5.344c-.305%200-.305-.031-.406-.188c-.102-.156-.219-.57-.219-1.187c0-1.02.02-2.71-.25-4.25c-.137-.77-.324-1.512-.719-2.156S16.883%2017%2016%2017s-1.637.574-2.031%201.219c-.395.644-.586%201.386-.719%202.156c-.27%201.54-.25%203.23-.25%204.25c0%20.617-.117%201.031-.219%201.188c-.101.156-.101.187-.406.187c-.2%200-.273-.047-.5-.344s-.5-.836-.719-1.531c-.437-1.39-.742-3.336-1.219-5.094c-.457-1.652-1.289-2.875-1.906-3.968C7.414%2013.969%207%2013.059%207%2011.842c0-1.8.605-3.218%201.656-4.218S11.23%206%2013.281%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.281%204c-2.46%200-4.562.785-6.031%202.188C5.781%207.59%205%209.585%205%2011.843c0%201.703.652%203.015%201.313%204.187S7.637%2018.253%208%2019.562c.438%201.613.742%203.542%201.25%205.156c.254.804.559%201.539%201.031%202.156c.473.617%201.223%201.125%202.094%201.125c.836%200%201.668-.434%202.094-1.094S15%2025.464%2015%2024.624c0-1.031%200-2.64.219-3.906c.11-.633.297-1.16.469-1.438c.171-.277.18-.281.312-.281c.133%200%20.14%200%20.313.281c.171.282.359.805.468%201.438c.223%201.265.219%202.875.219%203.906c0%20.84.105%201.621.531%202.281s1.258%201.094%202.094%201.094c.875%200%201.625-.504%202.094-1.125s.777-1.379%201.031-2.188c.508-1.617.816-3.539%201.25-5.125c.363-1.308%201.027-2.359%201.688-3.53c.66-1.173%201.312-2.485%201.312-4.188C27.05%207.304%2023.594%204%2019.062%204c-1.316%200-2.87.488-3.125.563c-.812-.32-1.699-.563-2.656-.563m0%202c2.317%200%204.969%202.438%204.969%202.438L19.656%207s-.66-.52-1.125-.906c.211-.032.395-.094.532-.094c3.62%200%205.976%202.238%205.937%205.813v.03c0%201.212-.414%202.126-1.031%203.22c-.617%201.093-1.45%202.316-1.907%203.968c-.476%201.739-.78%203.664-1.218%205.063c-.219.699-.489%201.261-.719%201.562s-.305.344-.5.344c-.305%200-.305-.031-.406-.188c-.102-.156-.219-.57-.219-1.187c0-1.02.02-2.71-.25-4.25c-.137-.77-.324-1.512-.719-2.156S16.883%2017%2016%2017s-1.637.574-2.031%201.219c-.395.644-.586%201.386-.719%202.156c-.27%201.54-.25%203.23-.25%204.25c0%20.617-.117%201.031-.219%201.188c-.101.156-.101.187-.406.187c-.2%200-.273-.047-.5-.344s-.5-.836-.719-1.531c-.437-1.39-.742-3.336-1.219-5.094c-.457-1.652-1.289-2.875-1.906-3.968C7.414%2013.969%207%2013.059%207%2011.842c0-1.8.605-3.218%201.656-4.218S11.23%206%2013.281%206%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/la/tooth.svg?color=%231a73e8&size=48