bone from OpenMoji by OpenMoji · Default · People Body · CC-BY-SA-4.0 Attribution required.

Name
bone
Set
OpenMoji
Style
Default
Category
People Body
Viewbox
72×72
License
CC BY-SA 4.0

The same emoji in other sets

More people body icons from OpenMoji

Use the bone emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#fff" d="M57.63 16.277c-.748-.674-2.153-.592-3.69-.307l.003-.003c-3.038.383-3.745-4.61-5.322-6.388a5.6 5.6 0 0 0-4.794-1.804c-3.358.503-4.686 4.667-4.863 5.22a9 9 0 0 0-.016 5.23a7.26 7.26 0 0 1-.287 4.875a57.35 57.35 0 0 1-16.708 21.366a10.23 10.23 0 0 0-6.025 1.645c-1.167.767-3.44 2.262-3.525 4.742a5.38 5.38 0 0 0 1.966 3.957c.751.676 2.16.592 3.7.306l-.012.005c3.038-.383 3.745 4.61 5.322 6.387a5.6 5.6 0 0 0 4.794 1.804c3.358-.503 4.686-4.667 4.863-5.22a9 9 0 0 0 .016-5.23a5.54 5.54 0 0 1 .01-3.365l.37-.136l8.643-14.046l.337-.55a55.5 55.5 0 0 1 7.56-8.187a10.3 10.3 0 0 0 6.1-1.601c1.167-.768 3.44-2.262 3.525-4.742a5.38 5.38 0 0 0-1.966-3.958"/><path fill="#d0cfce" d="M22.424 59.176c-.946 1.5 2.186 6.58 8.553 2.83c1.41-.83 1.85-3.965 2.785-5.836c.482-.963-1.34-5.505-.841-6.535C37.798 39.57 45.739 30.428 49.973 26.82a10.3 10.3 0 0 0 6.099-1.602c1.167-.767 3.44-2.262 3.525-4.742a5.38 5.38 0 0 0-1.966-3.957c-2.074-1.867-3.869-.995-4.032-.692c0 0 1.128 2.183-1.861 5.292c-7.091 7.374-18.971 22.716-24.727 34.453c-2.62 5.34-4.587 3.603-4.587 3.603"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M47.39 16.635c1.097 1.92 8.167-1.983 10.24-.116a5.38 5.38 0 0 1 1.967 3.958c-.086 2.48-2.358 3.975-3.525 4.742a10.3 10.3 0 0 1-6.1 1.602c-7.278 6.2-13.998 17.304-16.54 21.914a5.9 5.9 0 0 0-.38 4.37a9 9 0 0 1-.016 5.23c-.177.553-1.505 4.717-4.863 5.22a5.6 5.6 0 0 1-4.794-1.805c-1.577-1.777-2.284-6.77-5.322-6.387"/><path d="M24.61 54.937c-1.097-1.92-8.167 1.983-10.24.116a5.38 5.38 0 0 1-1.967-3.958c.085-2.48 2.358-3.975 3.525-4.742a10.23 10.23 0 0 1 6.025-1.645A57.35 57.35 0 0 0 38.66 23.342a7.26 7.26 0 0 0 .287-4.875a9 9 0 0 1 .016-5.23c.177-.552 1.505-4.717 4.863-5.22a5.6 5.6 0 0 1 4.794 1.805c1.577 1.777 2.284 6.77 5.322 6.387"/></g></svg>

React

import type { SVGProps } from "react";

export function OpenmojiBone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#fff" d="M57.63 16.277c-.748-.674-2.153-.592-3.69-.307l.003-.003c-3.038.383-3.745-4.61-5.322-6.388a5.6 5.6 0 0 0-4.794-1.804c-3.358.503-4.686 4.667-4.863 5.22a9 9 0 0 0-.016 5.23a7.26 7.26 0 0 1-.287 4.875a57.35 57.35 0 0 1-16.708 21.366a10.23 10.23 0 0 0-6.025 1.645c-1.167.767-3.44 2.262-3.525 4.742a5.38 5.38 0 0 0 1.966 3.957c.751.676 2.16.592 3.7.306l-.012.005c3.038-.383 3.745 4.61 5.322 6.387a5.6 5.6 0 0 0 4.794 1.804c3.358-.503 4.686-4.667 4.863-5.22a9 9 0 0 0 .016-5.23a5.54 5.54 0 0 1 .01-3.365l.37-.136l8.643-14.046l.337-.55a55.5 55.5 0 0 1 7.56-8.187a10.3 10.3 0 0 0 6.1-1.601c1.167-.768 3.44-2.262 3.525-4.742a5.38 5.38 0 0 0-1.966-3.958"/><path fill="#d0cfce" d="M22.424 59.176c-.946 1.5 2.186 6.58 8.553 2.83c1.41-.83 1.85-3.965 2.785-5.836c.482-.963-1.34-5.505-.841-6.535C37.798 39.57 45.739 30.428 49.973 26.82a10.3 10.3 0 0 0 6.099-1.602c1.167-.767 3.44-2.262 3.525-4.742a5.38 5.38 0 0 0-1.966-3.957c-2.074-1.867-3.869-.995-4.032-.692c0 0 1.128 2.183-1.861 5.292c-7.091 7.374-18.971 22.716-24.727 34.453c-2.62 5.34-4.587 3.603-4.587 3.603"/><g fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2"><path d="M47.39 16.635c1.097 1.92 8.167-1.983 10.24-.116a5.38 5.38 0 0 1 1.967 3.958c-.086 2.48-2.358 3.975-3.525 4.742a10.3 10.3 0 0 1-6.1 1.602c-7.278 6.2-13.998 17.304-16.54 21.914a5.9 5.9 0 0 0-.38 4.37a9 9 0 0 1-.016 5.23c-.177.553-1.505 4.717-4.863 5.22a5.6 5.6 0 0 1-4.794-1.805c-1.577-1.777-2.284-6.77-5.322-6.387"/><path d="M24.61 54.937c-1.097-1.92-8.167 1.983-10.24.116a5.38 5.38 0 0 1-1.967-3.958c.085-2.48 2.358-3.975 3.525-4.742a10.23 10.23 0 0 1 6.025-1.645A57.35 57.35 0 0 0 38.66 23.342a7.26 7.26 0 0 0 .287-4.875a9 9 0 0 1 .016-5.23c.177-.552 1.505-4.717 4.863-5.22a5.6 5.6 0 0 1 4.794 1.805c1.577 1.777 2.284 6.77 5.322 6.387"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#fff" d="M57.63 16.277c-.748-.674-2.153-.592-3.69-.307l.003-.003c-3.038.383-3.745-4.61-5.322-6.388a5.6 5.6 0 0 0-4.794-1.804c-3.358.503-4.686 4.667-4.863 5.22a9 9 0 0 0-.016 5.23a7.26 7.26 0 0 1-.287 4.875a57.35 57.35 0 0 1-16.708 21.366a10.23 10.23 0 0 0-6.025 1.645c-1.167.767-3.44 2.262-3.525 4.742a5.38 5.38 0 0 0 1.966 3.957c.751.676 2.16.592 3.7.306l-.012.005c3.038-.383 3.745 4.61 5.322 6.387a5.6 5.6 0 0 0 4.794 1.804c3.358-.503 4.686-4.667 4.863-5.22a9 9 0 0 0 .016-5.23a5.54 5.54 0 0 1 .01-3.365l.37-.136l8.643-14.046l.337-.55a55.5 55.5 0 0 1 7.56-8.187a10.3 10.3 0 0 0 6.1-1.601c1.167-.768 3.44-2.262 3.525-4.742a5.38 5.38 0 0 0-1.966-3.958"/><path fill="#d0cfce" d="M22.424 59.176c-.946 1.5 2.186 6.58 8.553 2.83c1.41-.83 1.85-3.965 2.785-5.836c.482-.963-1.34-5.505-.841-6.535C37.798 39.57 45.739 30.428 49.973 26.82a10.3 10.3 0 0 0 6.099-1.602c1.167-.767 3.44-2.262 3.525-4.742a5.38 5.38 0 0 0-1.966-3.957c-2.074-1.867-3.869-.995-4.032-.692c0 0 1.128 2.183-1.861 5.292c-7.091 7.374-18.971 22.716-24.727 34.453c-2.62 5.34-4.587 3.603-4.587 3.603"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M47.39 16.635c1.097 1.92 8.167-1.983 10.24-.116a5.38 5.38 0 0 1 1.967 3.958c-.086 2.48-2.358 3.975-3.525 4.742a10.3 10.3 0 0 1-6.1 1.602c-7.278 6.2-13.998 17.304-16.54 21.914a5.9 5.9 0 0 0-.38 4.37a9 9 0 0 1-.016 5.23c-.177.553-1.505 4.717-4.863 5.22a5.6 5.6 0 0 1-4.794-1.805c-1.577-1.777-2.284-6.77-5.322-6.387"/><path d="M24.61 54.937c-1.097-1.92-8.167 1.983-10.24.116a5.38 5.38 0 0 1-1.967-3.958c.085-2.48 2.358-3.975 3.525-4.742a10.23 10.23 0 0 1 6.025-1.645A57.35 57.35 0 0 0 38.66 23.342a7.26 7.26 0 0 0 .287-4.875a9 9 0 0 1 .016-5.23c.177-.552 1.505-4.717 4.863-5.22a5.6 5.6 0 0 1 4.794 1.805c1.577 1.777 2.284 6.77 5.322 6.387"/></g></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%2072%2072%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M57.63%2016.277c-.748-.674-2.153-.592-3.69-.307l.003-.003c-3.038.383-3.745-4.61-5.322-6.388a5.6%205.6%200%200%200-4.794-1.804c-3.358.503-4.686%204.667-4.863%205.22a9%209%200%200%200-.016%205.23a7.26%207.26%200%200%201-.287%204.875a57.35%2057.35%200%200%201-16.708%2021.366a10.23%2010.23%200%200%200-6.025%201.645c-1.167.767-3.44%202.262-3.525%204.742a5.38%205.38%200%200%200%201.966%203.957c.751.676%202.16.592%203.7.306l-.012.005c3.038-.383%203.745%204.61%205.322%206.387a5.6%205.6%200%200%200%204.794%201.804c3.358-.503%204.686-4.667%204.863-5.22a9%209%200%200%200%20.016-5.23a5.54%205.54%200%200%201%20.01-3.365l.37-.136l8.643-14.046l.337-.55a55.5%2055.5%200%200%201%207.56-8.187a10.3%2010.3%200%200%200%206.1-1.601c1.167-.768%203.44-2.262%203.525-4.742a5.38%205.38%200%200%200-1.966-3.958%22%2F%3E%3Cpath%20fill%3D%22%23d0cfce%22%20d%3D%22M22.424%2059.176c-.946%201.5%202.186%206.58%208.553%202.83c1.41-.83%201.85-3.965%202.785-5.836c.482-.963-1.34-5.505-.841-6.535C37.798%2039.57%2045.739%2030.428%2049.973%2026.82a10.3%2010.3%200%200%200%206.099-1.602c1.167-.767%203.44-2.262%203.525-4.742a5.38%205.38%200%200%200-1.966-3.957c-2.074-1.867-3.869-.995-4.032-.692c0%200%201.128%202.183-1.861%205.292c-7.091%207.374-18.971%2022.716-24.727%2034.453c-2.62%205.34-4.587%203.603-4.587%203.603%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M47.39%2016.635c1.097%201.92%208.167-1.983%2010.24-.116a5.38%205.38%200%200%201%201.967%203.958c-.086%202.48-2.358%203.975-3.525%204.742a10.3%2010.3%200%200%201-6.1%201.602c-7.278%206.2-13.998%2017.304-16.54%2021.914a5.9%205.9%200%200%200-.38%204.37a9%209%200%200%201-.016%205.23c-.177.553-1.505%204.717-4.863%205.22a5.6%205.6%200%200%201-4.794-1.805c-1.577-1.777-2.284-6.77-5.322-6.387%22%2F%3E%3Cpath%20d%3D%22M24.61%2054.937c-1.097-1.92-8.167%201.983-10.24.116a5.38%205.38%200%200%201-1.967-3.958c.085-2.48%202.358-3.975%203.525-4.742a10.23%2010.23%200%200%201%206.025-1.645A57.35%2057.35%200%200%200%2038.66%2023.342a7.26%207.26%200%200%200%20.287-4.875a9%209%200%200%201%20.016-5.23c.177-.552%201.505-4.717%204.863-5.22a5.6%205.6%200%200%201%204.794%201.805c1.577%201.777%202.284%206.77%205.322%206.387%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%2072%2072%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M57.63%2016.277c-.748-.674-2.153-.592-3.69-.307l.003-.003c-3.038.383-3.745-4.61-5.322-6.388a5.6%205.6%200%200%200-4.794-1.804c-3.358.503-4.686%204.667-4.863%205.22a9%209%200%200%200-.016%205.23a7.26%207.26%200%200%201-.287%204.875a57.35%2057.35%200%200%201-16.708%2021.366a10.23%2010.23%200%200%200-6.025%201.645c-1.167.767-3.44%202.262-3.525%204.742a5.38%205.38%200%200%200%201.966%203.957c.751.676%202.16.592%203.7.306l-.012.005c3.038-.383%203.745%204.61%205.322%206.387a5.6%205.6%200%200%200%204.794%201.804c3.358-.503%204.686-4.667%204.863-5.22a9%209%200%200%200%20.016-5.23a5.54%205.54%200%200%201%20.01-3.365l.37-.136l8.643-14.046l.337-.55a55.5%2055.5%200%200%201%207.56-8.187a10.3%2010.3%200%200%200%206.1-1.601c1.167-.768%203.44-2.262%203.525-4.742a5.38%205.38%200%200%200-1.966-3.958%22%2F%3E%3Cpath%20fill%3D%22%23d0cfce%22%20d%3D%22M22.424%2059.176c-.946%201.5%202.186%206.58%208.553%202.83c1.41-.83%201.85-3.965%202.785-5.836c.482-.963-1.34-5.505-.841-6.535C37.798%2039.57%2045.739%2030.428%2049.973%2026.82a10.3%2010.3%200%200%200%206.099-1.602c1.167-.767%203.44-2.262%203.525-4.742a5.38%205.38%200%200%200-1.966-3.957c-2.074-1.867-3.869-.995-4.032-.692c0%200%201.128%202.183-1.861%205.292c-7.091%207.374-18.971%2022.716-24.727%2034.453c-2.62%205.34-4.587%203.603-4.587%203.603%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M47.39%2016.635c1.097%201.92%208.167-1.983%2010.24-.116a5.38%205.38%200%200%201%201.967%203.958c-.086%202.48-2.358%203.975-3.525%204.742a10.3%2010.3%200%200%201-6.1%201.602c-7.278%206.2-13.998%2017.304-16.54%2021.914a5.9%205.9%200%200%200-.38%204.37a9%209%200%200%201-.016%205.23c-.177.553-1.505%204.717-4.863%205.22a5.6%205.6%200%200%201-4.794-1.805c-1.577-1.777-2.284-6.77-5.322-6.387%22%2F%3E%3Cpath%20d%3D%22M24.61%2054.937c-1.097-1.92-8.167%201.983-10.24.116a5.38%205.38%200%200%201-1.967-3.958c.085-2.48%202.358-3.975%203.525-4.742a10.23%2010.23%200%200%201%206.025-1.645A57.35%2057.35%200%200%200%2038.66%2023.342a7.26%207.26%200%200%200%20.287-4.875a9%209%200%200%201%20.016-5.23c.177-.552%201.505-4.717%204.863-5.22a5.6%205.6%200%200%201%204.794%201.805c1.577%201.777%202.284%206.77%205.322%206.387%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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