bone icon
bone-duotone from Phosphor by Phosphor Icons · Duotone · MIT Free for personal and commercial use.
- Name
- bone-duotone
- Set
- Phosphor
- Style
- Duotone
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
The same icon in other sets
boneBoxIcons v2boneBoxIcons v2 SolidboneFont Awesome 6 SolidboneFont Awesome Solidbone-outlineFlowbite IconsboneFluent EmojiboneFluent Emoji FlatboneFluent Emoji High ContrastboneIconParkboneIconPark OutlineboneLine AwesomeboneLucideboneMaterial Design Iconsbone-fillMingCute IconboneNoto EmojiboneOpenMojibone-boldSolarboneTabler IconsboneTDesign IconsboneTwitter Emoji
Use the bone icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M225.09 102.44a28 28 0 0 1-35.92 5.3a8 8 0 0 0-10 1.07l-70.38 70.38a8 8 0 0 0-1.07 10A28 28 0 1 1 56.3 199.7a28 28 0 1 1 10.51-51.42a8 8 0 0 0 10-1.07l70.38-70.38a8 8 0 0 0 1.07-10a28 28 0 1 1 51.42-10.51a28 28 0 0 1 25.41 46.12" opacity=".2"/><path d="M231.67 60.89a35.82 35.82 0 0 0-23.82-12.74a36 36 0 1 0-66.37 22.92a.3.3 0 0 1 0 .08l-70.31 70.36h-.1a36 36 0 1 0-22.92 66.37a36 36 0 1 0 66.37-22.92v-.08l70.35-70.36h.1a36 36 0 0 0 46.74-53.63ZM219.1 97.16a20 20 0 0 1-25.67 3.8a16 16 0 0 0-19.88 2.19l-70.4 70.4a16 16 0 0 0-2.15 19.88a20 20 0 1 1-36.75 7.5a8 8 0 0 0-7.91-9.24a8.5 8.5 0 0 0-1.23.1A20 20 0 1 1 62.57 155a16 16 0 0 0 19.88-2.19l70.4-70.4A16 16 0 0 0 155 62.57a20 20 0 1 1 36.75-7.5a8 8 0 0 0 9.14 9.14a20 20 0 0 1 18.17 33Z"/></g></svg>
React
import type { SVGProps } from "react";
export function PhBoneDuotone(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M225.09 102.44a28 28 0 0 1-35.92 5.3a8 8 0 0 0-10 1.07l-70.38 70.38a8 8 0 0 0-1.07 10A28 28 0 1 1 56.3 199.7a28 28 0 1 1 10.51-51.42a8 8 0 0 0 10-1.07l70.38-70.38a8 8 0 0 0 1.07-10a28 28 0 1 1 51.42-10.51a28 28 0 0 1 25.41 46.12" opacity=".2"/><path d="M231.67 60.89a35.82 35.82 0 0 0-23.82-12.74a36 36 0 1 0-66.37 22.92a.3.3 0 0 1 0 .08l-70.31 70.36h-.1a36 36 0 1 0-22.92 66.37a36 36 0 1 0 66.37-22.92v-.08l70.35-70.36h.1a36 36 0 0 0 46.74-53.63ZM219.1 97.16a20 20 0 0 1-25.67 3.8a16 16 0 0 0-19.88 2.19l-70.4 70.4a16 16 0 0 0-2.15 19.88a20 20 0 1 1-36.75 7.5a8 8 0 0 0-7.91-9.24a8.5 8.5 0 0 0-1.23.1A20 20 0 1 1 62.57 155a16 16 0 0 0 19.88-2.19l70.4-70.4A16 16 0 0 0 155 62.57a20 20 0 1 1 36.75-7.5a8 8 0 0 0 9.14 9.14a20 20 0 0 1 18.17 33Z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M225.09 102.44a28 28 0 0 1-35.92 5.3a8 8 0 0 0-10 1.07l-70.38 70.38a8 8 0 0 0-1.07 10A28 28 0 1 1 56.3 199.7a28 28 0 1 1 10.51-51.42a8 8 0 0 0 10-1.07l70.38-70.38a8 8 0 0 0 1.07-10a28 28 0 1 1 51.42-10.51a28 28 0 0 1 25.41 46.12" opacity=".2"/><path d="M231.67 60.89a35.82 35.82 0 0 0-23.82-12.74a36 36 0 1 0-66.37 22.92a.3.3 0 0 1 0 .08l-70.31 70.36h-.1a36 36 0 1 0-22.92 66.37a36 36 0 1 0 66.37-22.92v-.08l70.35-70.36h.1a36 36 0 0 0 46.74-53.63ZM219.1 97.16a20 20 0 0 1-25.67 3.8a16 16 0 0 0-19.88 2.19l-70.4 70.4a16 16 0 0 0-2.15 19.88a20 20 0 1 1-36.75 7.5a8 8 0 0 0-7.91-9.24a8.5 8.5 0 0 0-1.23.1A20 20 0 1 1 62.57 155a16 16 0 0 0 19.88-2.19l70.4-70.4A16 16 0 0 0 155 62.57a20 20 0 1 1 36.75-7.5a8 8 0 0 0 9.14 9.14a20 20 0 0 1 18.17 33Z"/></g></svg> </template>
CSS
.icon-bone-duotone {
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%20256%20256%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M225.09%20102.44a28%2028%200%200%201-35.92%205.3a8%208%200%200%200-10%201.07l-70.38%2070.38a8%208%200%200%200-1.07%2010A28%2028%200%201%201%2056.3%20199.7a28%2028%200%201%201%2010.51-51.42a8%208%200%200%200%2010-1.07l70.38-70.38a8%208%200%200%200%201.07-10a28%2028%200%201%201%2051.42-10.51a28%2028%200%200%201%2025.41%2046.12%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22M231.67%2060.89a35.82%2035.82%200%200%200-23.82-12.74a36%2036%200%201%200-66.37%2022.92a.3.3%200%200%201%200%20.08l-70.31%2070.36h-.1a36%2036%200%201%200-22.92%2066.37a36%2036%200%201%200%2066.37-22.92v-.08l70.35-70.36h.1a36%2036%200%200%200%2046.74-53.63ZM219.1%2097.16a20%2020%200%200%201-25.67%203.8a16%2016%200%200%200-19.88%202.19l-70.4%2070.4a16%2016%200%200%200-2.15%2019.88a20%2020%200%201%201-36.75%207.5a8%208%200%200%200-7.91-9.24a8.5%208.5%200%200%200-1.23.1A20%2020%200%201%201%2062.57%20155a16%2016%200%200%200%2019.88-2.19l70.4-70.4A16%2016%200%200%200%20155%2062.57a20%2020%200%201%201%2036.75-7.5a8%208%200%200%200%209.14%209.14a20%2020%200%200%201%2018.17%2033Z%22%2F%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%20256%20256%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M225.09%20102.44a28%2028%200%200%201-35.92%205.3a8%208%200%200%200-10%201.07l-70.38%2070.38a8%208%200%200%200-1.07%2010A28%2028%200%201%201%2056.3%20199.7a28%2028%200%201%201%2010.51-51.42a8%208%200%200%200%2010-1.07l70.38-70.38a8%208%200%200%200%201.07-10a28%2028%200%201%201%2051.42-10.51a28%2028%200%200%201%2025.41%2046.12%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22M231.67%2060.89a35.82%2035.82%200%200%200-23.82-12.74a36%2036%200%201%200-66.37%2022.92a.3.3%200%200%201%200%20.08l-70.31%2070.36h-.1a36%2036%200%201%200-22.92%2066.37a36%2036%200%201%200%2066.37-22.92v-.08l70.35-70.36h.1a36%2036%200%200%200%2046.74-53.63ZM219.1%2097.16a20%2020%200%200%201-25.67%203.8a16%2016%200%200%200-19.88%202.19l-70.4%2070.4a16%2016%200%200%200-2.15%2019.88a20%2020%200%201%201-36.75%207.5a8%208%200%200%200-7.91-9.24a8.5%208.5%200%200%200-1.23.1A20%2020%200%201%201%2062.57%20155a16%2016%200%200%200%2019.88-2.19l70.4-70.4A16%2016%200%200%200%20155%2062.57a20%2020%200%201%201%2036.75-7.5a8%208%200%200%200%209.14%209.14a20%2020%200%200%201%2018.17%2033Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/bone-duotone.svg?color=%231a73e8&size=48