bone icon
bone-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.
- Name
- bone-thin
- Set
- Phosphor
- Style
- Thin
- 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="M228.6 63.46A31.83 31.83 0 0 0 204.1 52h-.1a32 32 0 1 0-59.17 17a4 4 0 0 1-.51 5L74 144.36a4 4 0 0 1-5 .51A32 32 0 1 0 51.9 204h.1a32 32 0 1 0 59.16-17a4 4 0 0 1 .51-5L182 111.64a4 4 0 0 1 5-.51a32 32 0 0 0 41.6-47.67m-6.5 36.34a24 24 0 0 1-30.8 4.55a12 12 0 0 0-14.93 1.65L106 176.37a12 12 0 0 0-1.63 14.93a24 24 0 1 1-44.09 9a4 4 0 0 0-1.12-3.45a4 4 0 0 0-2.83-1.17a4 4 0 0 0-.62.05a24 24 0 1 1 9-44.09A12 12 0 0 0 79.63 150L150 79.63a12 12 0 0 0 1.63-14.93a24 24 0 1 1 44.09-9a4 4 0 0 0 4.57 4.57A24 24 0 0 1 222.1 99.8"/></svg>
React
import type { SVGProps } from "react";
export function PhBoneThin(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="M228.6 63.46A31.83 31.83 0 0 0 204.1 52h-.1a32 32 0 1 0-59.17 17a4 4 0 0 1-.51 5L74 144.36a4 4 0 0 1-5 .51A32 32 0 1 0 51.9 204h.1a32 32 0 1 0 59.16-17a4 4 0 0 1 .51-5L182 111.64a4 4 0 0 1 5-.51a32 32 0 0 0 41.6-47.67m-6.5 36.34a24 24 0 0 1-30.8 4.55a12 12 0 0 0-14.93 1.65L106 176.37a12 12 0 0 0-1.63 14.93a24 24 0 1 1-44.09 9a4 4 0 0 0-1.12-3.45a4 4 0 0 0-2.83-1.17a4 4 0 0 0-.62.05a24 24 0 1 1 9-44.09A12 12 0 0 0 79.63 150L150 79.63a12 12 0 0 0 1.63-14.93a24 24 0 1 1 44.09-9a4 4 0 0 0 4.57 4.57A24 24 0 0 1 222.1 99.8"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M228.6 63.46A31.83 31.83 0 0 0 204.1 52h-.1a32 32 0 1 0-59.17 17a4 4 0 0 1-.51 5L74 144.36a4 4 0 0 1-5 .51A32 32 0 1 0 51.9 204h.1a32 32 0 1 0 59.16-17a4 4 0 0 1 .51-5L182 111.64a4 4 0 0 1 5-.51a32 32 0 0 0 41.6-47.67m-6.5 36.34a24 24 0 0 1-30.8 4.55a12 12 0 0 0-14.93 1.65L106 176.37a12 12 0 0 0-1.63 14.93a24 24 0 1 1-44.09 9a4 4 0 0 0-1.12-3.45a4 4 0 0 0-2.83-1.17a4 4 0 0 0-.62.05a24 24 0 1 1 9-44.09A12 12 0 0 0 79.63 150L150 79.63a12 12 0 0 0 1.63-14.93a24 24 0 1 1 44.09-9a4 4 0 0 0 4.57 4.57A24 24 0 0 1 222.1 99.8"/></svg> </template>
CSS
.icon-bone-thin {
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%22M228.6%2063.46A31.83%2031.83%200%200%200%20204.1%2052h-.1a32%2032%200%201%200-59.17%2017a4%204%200%200%201-.51%205L74%20144.36a4%204%200%200%201-5%20.51A32%2032%200%201%200%2051.9%20204h.1a32%2032%200%201%200%2059.16-17a4%204%200%200%201%20.51-5L182%20111.64a4%204%200%200%201%205-.51a32%2032%200%200%200%2041.6-47.67m-6.5%2036.34a24%2024%200%200%201-30.8%204.55a12%2012%200%200%200-14.93%201.65L106%20176.37a12%2012%200%200%200-1.63%2014.93a24%2024%200%201%201-44.09%209a4%204%200%200%200-1.12-3.45a4%204%200%200%200-2.83-1.17a4%204%200%200%200-.62.05a24%2024%200%201%201%209-44.09A12%2012%200%200%200%2079.63%20150L150%2079.63a12%2012%200%200%200%201.63-14.93a24%2024%200%201%201%2044.09-9a4%204%200%200%200%204.57%204.57A24%2024%200%200%201%20222.1%2099.8%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%22M228.6%2063.46A31.83%2031.83%200%200%200%20204.1%2052h-.1a32%2032%200%201%200-59.17%2017a4%204%200%200%201-.51%205L74%20144.36a4%204%200%200%201-5%20.51A32%2032%200%201%200%2051.9%20204h.1a32%2032%200%201%200%2059.16-17a4%204%200%200%201%20.51-5L182%20111.64a4%204%200%200%201%205-.51a32%2032%200%200%200%2041.6-47.67m-6.5%2036.34a24%2024%200%200%201-30.8%204.55a12%2012%200%200%200-14.93%201.65L106%20176.37a12%2012%200%200%200-1.63%2014.93a24%2024%200%201%201-44.09%209a4%204%200%200%200-1.12-3.45a4%204%200%200%200-2.83-1.17a4%204%200%200%200-.62.05a24%2024%200%201%201%209-44.09A12%2012%200%200%200%2079.63%20150L150%2079.63a12%2012%200%200%200%201.63-14.93a24%2024%200%201%201%2044.09-9a4%204%200%200%200%204.57%204.57A24%2024%200%200%201%20222.1%2099.8%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/bone-thin.svg?color=%231a73e8&size=48