bone from Phosphor by Phosphor Icons · Regular · MIT Free for personal and commercial use.

Name
bone
Set
Phosphor
Style
Regular
Viewbox
256×256
License
MIT

5 other variants in Phosphor

The same icon in other sets

Use the bone icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" 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"/></svg>

React

import type { SVGProps } from "react";

export function PhBone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" 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"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" 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"/></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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%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%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%3Cpath%20fill%3D%22currentColor%22%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%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/bone.svg?color=%231a73e8&size=48