bone from BoxIcons v2 by Boxicons · Regular · MIT Free for personal and commercial use.

Name
bone
Set
BoxIcons v2
Style
Regular
Viewbox
24×24
License
MIT
Aliases
bx-bone

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 24 24"><path fill="currentColor" d="M19.049 4.951a3.95 3.95 0 0 0-1.028-1.801c-1.51-1.51-4.146-1.51-5.656 0a4.01 4.01 0 0 0-.618 4.86l-3.714 3.714c-1.505-.89-3.591-.649-4.86.618a4.004 4.004 0 0 0 0 5.657a3.95 3.95 0 0 0 1.8 1.028c.178.681.53 1.302 1.028 1.8A3.97 3.97 0 0 0 8.829 22a3.97 3.97 0 0 0 2.828-1.172a4.01 4.01 0 0 0 .617-4.859l3.714-3.714c1.507.891 3.593.65 4.861-.619a4.003 4.003 0 0 0 0-5.656a3.94 3.94 0 0 0-1.8-1.029m.387 5.271c-.756.755-2.073.756-2.829 0l-.707-.707l-6.363 6.364l.707.707a2.003 2.003 0 0 1 0 2.828c-.757.757-2.074.755-2.829 0a1.96 1.96 0 0 1-.571-1.31l-.047-.9l-.9-.047a1.97 1.97 0 0 1-1.31-.571a2.003 2.003 0 0 1 0-2.829c.377-.377.879-.585 1.413-.585s1.036.208 1.414.585l.707.707l6.364-6.363l-.707-.707a2.003 2.003 0 0 1 0-2.829c.756-.754 2.072-.754 2.828 0c.343.343.546.809.572 1.312l.048.897l.897.048c.503.026.969.229 1.312.572c.377.378.585.88.585 1.414s-.207 1.036-.584 1.414"/></svg>

React

import type { SVGProps } from "react";

export function BxBone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.049 4.951a3.95 3.95 0 0 0-1.028-1.801c-1.51-1.51-4.146-1.51-5.656 0a4.01 4.01 0 0 0-.618 4.86l-3.714 3.714c-1.505-.89-3.591-.649-4.86.618a4.004 4.004 0 0 0 0 5.657a3.95 3.95 0 0 0 1.8 1.028c.178.681.53 1.302 1.028 1.8A3.97 3.97 0 0 0 8.829 22a3.97 3.97 0 0 0 2.828-1.172a4.01 4.01 0 0 0 .617-4.859l3.714-3.714c1.507.891 3.593.65 4.861-.619a4.003 4.003 0 0 0 0-5.656a3.94 3.94 0 0 0-1.8-1.029m.387 5.271c-.756.755-2.073.756-2.829 0l-.707-.707l-6.363 6.364l.707.707a2.003 2.003 0 0 1 0 2.828c-.757.757-2.074.755-2.829 0a1.96 1.96 0 0 1-.571-1.31l-.047-.9l-.9-.047a1.97 1.97 0 0 1-1.31-.571a2.003 2.003 0 0 1 0-2.829c.377-.377.879-.585 1.413-.585s1.036.208 1.414.585l.707.707l6.364-6.363l-.707-.707a2.003 2.003 0 0 1 0-2.829c.756-.754 2.072-.754 2.828 0c.343.343.546.809.572 1.312l.048.897l.897.048c.503.026.969.229 1.312.572c.377.378.585.88.585 1.414s-.207 1.036-.584 1.414"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.049 4.951a3.95 3.95 0 0 0-1.028-1.801c-1.51-1.51-4.146-1.51-5.656 0a4.01 4.01 0 0 0-.618 4.86l-3.714 3.714c-1.505-.89-3.591-.649-4.86.618a4.004 4.004 0 0 0 0 5.657a3.95 3.95 0 0 0 1.8 1.028c.178.681.53 1.302 1.028 1.8A3.97 3.97 0 0 0 8.829 22a3.97 3.97 0 0 0 2.828-1.172a4.01 4.01 0 0 0 .617-4.859l3.714-3.714c1.507.891 3.593.65 4.861-.619a4.003 4.003 0 0 0 0-5.656a3.94 3.94 0 0 0-1.8-1.029m.387 5.271c-.756.755-2.073.756-2.829 0l-.707-.707l-6.363 6.364l.707.707a2.003 2.003 0 0 1 0 2.828c-.757.757-2.074.755-2.829 0a1.96 1.96 0 0 1-.571-1.31l-.047-.9l-.9-.047a1.97 1.97 0 0 1-1.31-.571a2.003 2.003 0 0 1 0-2.829c.377-.377.879-.585 1.413-.585s1.036.208 1.414.585l.707.707l6.364-6.363l-.707-.707a2.003 2.003 0 0 1 0-2.829c.756-.754 2.072-.754 2.828 0c.343.343.546.809.572 1.312l.048.897l.897.048c.503.026.969.229 1.312.572c.377.378.585.88.585 1.414s-.207 1.036-.584 1.414"/></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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19.049%204.951a3.95%203.95%200%200%200-1.028-1.801c-1.51-1.51-4.146-1.51-5.656%200a4.01%204.01%200%200%200-.618%204.86l-3.714%203.714c-1.505-.89-3.591-.649-4.86.618a4.004%204.004%200%200%200%200%205.657a3.95%203.95%200%200%200%201.8%201.028c.178.681.53%201.302%201.028%201.8A3.97%203.97%200%200%200%208.829%2022a3.97%203.97%200%200%200%202.828-1.172a4.01%204.01%200%200%200%20.617-4.859l3.714-3.714c1.507.891%203.593.65%204.861-.619a4.003%204.003%200%200%200%200-5.656a3.94%203.94%200%200%200-1.8-1.029m.387%205.271c-.756.755-2.073.756-2.829%200l-.707-.707l-6.363%206.364l.707.707a2.003%202.003%200%200%201%200%202.828c-.757.757-2.074.755-2.829%200a1.96%201.96%200%200%201-.571-1.31l-.047-.9l-.9-.047a1.97%201.97%200%200%201-1.31-.571a2.003%202.003%200%200%201%200-2.829c.377-.377.879-.585%201.413-.585s1.036.208%201.414.585l.707.707l6.364-6.363l-.707-.707a2.003%202.003%200%200%201%200-2.829c.756-.754%202.072-.754%202.828%200c.343.343.546.809.572%201.312l.048.897l.897.048c.503.026.969.229%201.312.572c.377.378.585.88.585%201.414s-.207%201.036-.584%201.414%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19.049%204.951a3.95%203.95%200%200%200-1.028-1.801c-1.51-1.51-4.146-1.51-5.656%200a4.01%204.01%200%200%200-.618%204.86l-3.714%203.714c-1.505-.89-3.591-.649-4.86.618a4.004%204.004%200%200%200%200%205.657a3.95%203.95%200%200%200%201.8%201.028c.178.681.53%201.302%201.028%201.8A3.97%203.97%200%200%200%208.829%2022a3.97%203.97%200%200%200%202.828-1.172a4.01%204.01%200%200%200%20.617-4.859l3.714-3.714c1.507.891%203.593.65%204.861-.619a4.003%204.003%200%200%200%200-5.656a3.94%203.94%200%200%200-1.8-1.029m.387%205.271c-.756.755-2.073.756-2.829%200l-.707-.707l-6.363%206.364l.707.707a2.003%202.003%200%200%201%200%202.828c-.757.757-2.074.755-2.829%200a1.96%201.96%200%200%201-.571-1.31l-.047-.9l-.9-.047a1.97%201.97%200%200%201-1.31-.571a2.003%202.003%200%200%201%200-2.829c.377-.377.879-.585%201.413-.585s1.036.208%201.414.585l.707.707l6.364-6.363l-.707-.707a2.003%202.003%200%200%201%200-2.829c.756-.754%202.072-.754%202.828%200c.343.343.546.809.572%201.312l.048.897l.897.048c.503.026.969.229%201.312.572c.377.378.585.88.585%201.414s-.207%201.036-.584%201.414%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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