bone icon
bone from Line Awesome by Icons8 · Line · Medical · Apache-2.0 Free for personal and commercial use.
- Name
- bone
- Set
- Line Awesome
- Style
- Line
- Category
- Medical
- Viewbox
- 32×32
- License
- Apache 2.0
- Aliases
- bone-solid
The same icon in other sets
boneBoxIcons v2boneBoxIcons v2 SolidboneFont Awesome 6 SolidboneFont Awesome Solidbone-outlineFlowbite IconsboneFluent EmojiboneFluent Emoji FlatboneFluent Emoji High ContrastboneIconParkboneIconPark OutlineboneLucideboneMaterial Design Iconsbone-fillMingCute IconboneNoto EmojiboneOpenMojibonePhosphorbone-boldSolarboneTabler IconsboneTDesign IconsboneTwitter Emoji
More medical icons from Line Awesome
Use the bone icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M20 4c-2.2 0-4 1.8-4 4c0 1 .453 1.832 1.063 2.531l-6.532 6.531C9.832 16.453 9 16 8 16c-2.2 0-4 1.8-4 4s1.8 4 4 4c0 2.2 1.8 4 4 4s4-1.8 4-4c0-1-.453-1.832-1.063-2.531l6.532-6.532C22.168 15.547 23 16 24 16c2.2 0 4-1.8 4-4s-1.8-4-4-4c0-2.2-1.8-4-4-4m0 2c1.117 0 2 .883 2 2c0 .172-.027.348-.094.563l-.187.593l.437.406l.282.282l.406.437l.593-.187c.215-.067.391-.094.563-.094c1.117 0 2 .883 2 2s-.883 2-2 2c-.73 0-1.332-.387-1.688-.969l-.687-1.094l-.875.907l-7.906 7.906l-.906.875l1.093.688c.582.355.969.957.969 1.687c0 1.117-.883 2-2 2s-2-.883-2-2c0-.172.027-.348.094-.563l.187-.593l-.437-.407l-.281-.28l-.407-.438l-.594.187c-.214.067-.39.094-.562.094c-1.117 0-2-.883-2-2s.883-2 2-2c.73 0 1.332.387 1.688.969l.687 1.093l.875-.906l7.906-7.906l.907-.875l-1.094-.688C18.387 9.332 18 8.73 18 8c0-1.117.883-2 2-2"/></svg>
React
import type { SVGProps } from "react";
export function LaBone(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="M20 4c-2.2 0-4 1.8-4 4c0 1 .453 1.832 1.063 2.531l-6.532 6.531C9.832 16.453 9 16 8 16c-2.2 0-4 1.8-4 4s1.8 4 4 4c0 2.2 1.8 4 4 4s4-1.8 4-4c0-1-.453-1.832-1.063-2.531l6.532-6.532C22.168 15.547 23 16 24 16c2.2 0 4-1.8 4-4s-1.8-4-4-4c0-2.2-1.8-4-4-4m0 2c1.117 0 2 .883 2 2c0 .172-.027.348-.094.563l-.187.593l.437.406l.282.282l.406.437l.593-.187c.215-.067.391-.094.563-.094c1.117 0 2 .883 2 2s-.883 2-2 2c-.73 0-1.332-.387-1.688-.969l-.687-1.094l-.875.907l-7.906 7.906l-.906.875l1.093.688c.582.355.969.957.969 1.687c0 1.117-.883 2-2 2s-2-.883-2-2c0-.172.027-.348.094-.563l.187-.593l-.437-.407l-.281-.28l-.407-.438l-.594.187c-.214.067-.39.094-.562.094c-1.117 0-2-.883-2-2s.883-2 2-2c.73 0 1.332.387 1.688.969l.687 1.093l.875-.906l7.906-7.906l.907-.875l-1.094-.688C18.387 9.332 18 8.73 18 8c0-1.117.883-2 2-2"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M20 4c-2.2 0-4 1.8-4 4c0 1 .453 1.832 1.063 2.531l-6.532 6.531C9.832 16.453 9 16 8 16c-2.2 0-4 1.8-4 4s1.8 4 4 4c0 2.2 1.8 4 4 4s4-1.8 4-4c0-1-.453-1.832-1.063-2.531l6.532-6.532C22.168 15.547 23 16 24 16c2.2 0 4-1.8 4-4s-1.8-4-4-4c0-2.2-1.8-4-4-4m0 2c1.117 0 2 .883 2 2c0 .172-.027.348-.094.563l-.187.593l.437.406l.282.282l.406.437l.593-.187c.215-.067.391-.094.563-.094c1.117 0 2 .883 2 2s-.883 2-2 2c-.73 0-1.332-.387-1.688-.969l-.687-1.094l-.875.907l-7.906 7.906l-.906.875l1.093.688c.582.355.969.957.969 1.687c0 1.117-.883 2-2 2s-2-.883-2-2c0-.172.027-.348.094-.563l.187-.593l-.437-.407l-.281-.28l-.407-.438l-.594.187c-.214.067-.39.094-.562.094c-1.117 0-2-.883-2-2s.883-2 2-2c.73 0 1.332.387 1.688.969l.687 1.093l.875-.906l7.906-7.906l.907-.875l-1.094-.688C18.387 9.332 18 8.73 18 8c0-1.117.883-2 2-2"/></svg> </template>
CSS
.icon-bone {
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%22M20%204c-2.2%200-4%201.8-4%204c0%201%20.453%201.832%201.063%202.531l-6.532%206.531C9.832%2016.453%209%2016%208%2016c-2.2%200-4%201.8-4%204s1.8%204%204%204c0%202.2%201.8%204%204%204s4-1.8%204-4c0-1-.453-1.832-1.063-2.531l6.532-6.532C22.168%2015.547%2023%2016%2024%2016c2.2%200%204-1.8%204-4s-1.8-4-4-4c0-2.2-1.8-4-4-4m0%202c1.117%200%202%20.883%202%202c0%20.172-.027.348-.094.563l-.187.593l.437.406l.282.282l.406.437l.593-.187c.215-.067.391-.094.563-.094c1.117%200%202%20.883%202%202s-.883%202-2%202c-.73%200-1.332-.387-1.688-.969l-.687-1.094l-.875.907l-7.906%207.906l-.906.875l1.093.688c.582.355.969.957.969%201.687c0%201.117-.883%202-2%202s-2-.883-2-2c0-.172.027-.348.094-.563l.187-.593l-.437-.407l-.281-.28l-.407-.438l-.594.187c-.214.067-.39.094-.562.094c-1.117%200-2-.883-2-2s.883-2%202-2c.73%200%201.332.387%201.688.969l.687%201.093l.875-.906l7.906-7.906l.907-.875l-1.094-.688C18.387%209.332%2018%208.73%2018%208c0-1.117.883-2%202-2%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%22M20%204c-2.2%200-4%201.8-4%204c0%201%20.453%201.832%201.063%202.531l-6.532%206.531C9.832%2016.453%209%2016%208%2016c-2.2%200-4%201.8-4%204s1.8%204%204%204c0%202.2%201.8%204%204%204s4-1.8%204-4c0-1-.453-1.832-1.063-2.531l6.532-6.532C22.168%2015.547%2023%2016%2024%2016c2.2%200%204-1.8%204-4s-1.8-4-4-4c0-2.2-1.8-4-4-4m0%202c1.117%200%202%20.883%202%202c0%20.172-.027.348-.094.563l-.187.593l.437.406l.282.282l.406.437l.593-.187c.215-.067.391-.094.563-.094c1.117%200%202%20.883%202%202s-.883%202-2%202c-.73%200-1.332-.387-1.688-.969l-.687-1.094l-.875.907l-7.906%207.906l-.906.875l1.093.688c.582.355.969.957.969%201.687c0%201.117-.883%202-2%202s-2-.883-2-2c0-.172.027-.348.094-.563l.187-.593l-.437-.407l-.281-.28l-.407-.438l-.594.187c-.214.067-.39.094-.562.094c-1.117%200-2-.883-2-2s.883-2%202-2c.73%200%201.332.387%201.688.969l.687%201.093l.875-.906l7.906-7.906l.907-.875l-1.094-.688C18.387%209.332%2018%208.73%2018%208c0-1.117.883-2%202-2%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/la/bone.svg?color=%231a73e8&size=48