bone-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.

Name
bone-light
Set
Phosphor
Style
Light
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="M230.14 62.17A33.88 33.88 0 0 0 206 50a34 34 0 1 0-62.81 20a2 2 0 0 1-.23 2.54L72.56 143a2.06 2.06 0 0 1-2.55.23A34 34 0 1 0 50 206a34 34 0 1 0 62.81-20a2 2 0 0 1 .23-2.54l70.4-70.4a2 2 0 0 1 2.54-.23a34 34 0 0 0 44.15-50.65Zm-9.54 36.31a22 22 0 0 1-28.24 4.17a14 14 0 0 0-17.4 1.92L104.57 175a14 14 0 0 0-1.92 17.4a22 22 0 1 1-40.41 8.26a6 6 0 0 0-5.93-6.93a7 7 0 0 0-.93.07a22 22 0 1 1 8.26-40.41A14 14 0 0 0 81 151.43L151.43 81a14 14 0 0 0 1.92-17.4a22 22 0 1 1 40.41-8.26a6 6 0 0 0 6.86 6.86a22 22 0 0 1 20 36.24Z"/></svg>

React

import type { SVGProps } from "react";

export function PhBoneLight(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="M230.14 62.17A33.88 33.88 0 0 0 206 50a34 34 0 1 0-62.81 20a2 2 0 0 1-.23 2.54L72.56 143a2.06 2.06 0 0 1-2.55.23A34 34 0 1 0 50 206a34 34 0 1 0 62.81-20a2 2 0 0 1 .23-2.54l70.4-70.4a2 2 0 0 1 2.54-.23a34 34 0 0 0 44.15-50.65Zm-9.54 36.31a22 22 0 0 1-28.24 4.17a14 14 0 0 0-17.4 1.92L104.57 175a14 14 0 0 0-1.92 17.4a22 22 0 1 1-40.41 8.26a6 6 0 0 0-5.93-6.93a7 7 0 0 0-.93.07a22 22 0 1 1 8.26-40.41A14 14 0 0 0 81 151.43L151.43 81a14 14 0 0 0 1.92-17.4a22 22 0 1 1 40.41-8.26a6 6 0 0 0 6.86 6.86a22 22 0 0 1 20 36.24Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M230.14 62.17A33.88 33.88 0 0 0 206 50a34 34 0 1 0-62.81 20a2 2 0 0 1-.23 2.54L72.56 143a2.06 2.06 0 0 1-2.55.23A34 34 0 1 0 50 206a34 34 0 1 0 62.81-20a2 2 0 0 1 .23-2.54l70.4-70.4a2 2 0 0 1 2.54-.23a34 34 0 0 0 44.15-50.65Zm-9.54 36.31a22 22 0 0 1-28.24 4.17a14 14 0 0 0-17.4 1.92L104.57 175a14 14 0 0 0-1.92 17.4a22 22 0 1 1-40.41 8.26a6 6 0 0 0-5.93-6.93a7 7 0 0 0-.93.07a22 22 0 1 1 8.26-40.41A14 14 0 0 0 81 151.43L151.43 81a14 14 0 0 0 1.92-17.4a22 22 0 1 1 40.41-8.26a6 6 0 0 0 6.86 6.86a22 22 0 0 1 20 36.24Z"/></svg>
</template>

CSS

.icon-bone-light {
  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%22M230.14%2062.17A33.88%2033.88%200%200%200%20206%2050a34%2034%200%201%200-62.81%2020a2%202%200%200%201-.23%202.54L72.56%20143a2.06%202.06%200%200%201-2.55.23A34%2034%200%201%200%2050%20206a34%2034%200%201%200%2062.81-20a2%202%200%200%201%20.23-2.54l70.4-70.4a2%202%200%200%201%202.54-.23a34%2034%200%200%200%2044.15-50.65Zm-9.54%2036.31a22%2022%200%200%201-28.24%204.17a14%2014%200%200%200-17.4%201.92L104.57%20175a14%2014%200%200%200-1.92%2017.4a22%2022%200%201%201-40.41%208.26a6%206%200%200%200-5.93-6.93a7%207%200%200%200-.93.07a22%2022%200%201%201%208.26-40.41A14%2014%200%200%200%2081%20151.43L151.43%2081a14%2014%200%200%200%201.92-17.4a22%2022%200%201%201%2040.41-8.26a6%206%200%200%200%206.86%206.86a22%2022%200%200%201%2020%2036.24Z%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%22M230.14%2062.17A33.88%2033.88%200%200%200%20206%2050a34%2034%200%201%200-62.81%2020a2%202%200%200%201-.23%202.54L72.56%20143a2.06%202.06%200%200%201-2.55.23A34%2034%200%201%200%2050%20206a34%2034%200%201%200%2062.81-20a2%202%200%200%201%20.23-2.54l70.4-70.4a2%202%200%200%201%202.54-.23a34%2034%200%200%200%2044.15-50.65Zm-9.54%2036.31a22%2022%200%200%201-28.24%204.17a14%2014%200%200%200-17.4%201.92L104.57%20175a14%2014%200%200%200-1.92%2017.4a22%2022%200%201%201-40.41%208.26a6%206%200%200%200-5.93-6.93a7%207%200%200%200-.93.07a22%2022%200%201%201%208.26-40.41A14%2014%200%200%200%2081%20151.43L151.43%2081a14%2014%200%200%200%201.92-17.4a22%2022%200%201%201%2040.41-8.26a6%206%200%200%200%206.86%206.86a22%2022%200%200%201%2020%2036.24Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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