bone emoji
bone from Noto Emoji by Google Inc · Default · People & Body · Apache-2.0 Free for personal and commercial use.
- Name
- bone
- Set
- Noto Emoji
- Style
- Default
- Category
- People & Body
- Viewbox
- 128×128
- License
- Apache 2.0
The same emoji in other sets
boneBoxIcons v2boneBoxIcons v2 SolidboneFont Awesome 6 SolidboneFont Awesome Solidbone-outlineFlowbite IconsboneFluent EmojiboneFluent Emoji FlatboneFluent Emoji High ContrastboneIconParkboneIconPark OutlineboneLine AwesomeboneLucideboneMaterial Design Iconsbone-fillMingCute IconboneOpenMojibonePhosphorbone-boldSolarboneTabler IconsboneTDesign IconsboneTwitter Emoji
More people & body icons from Noto Emoji
anatomical-heartartistastronautbabybaby-angelbackhand-index-pointing-downbackhand-index-pointing-leftbackhand-index-pointing-rightbackhand-index-pointing-upballet-dancerbiting-lipboybrainbreast-feedingbust-in-silhouettebusts-in-silhouettecall-me-handchildclapping-handsconstruction-workercookcouple-with-heartcouple-with-heart-man-mancouple-with-heart-man-man-dark-skin-tone-light-skin-tone
Use the bone emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#fceacc" d="M6.3 81.1c4.2-5.9 14.2-5.5 17-5.4h.4c4.9.2 9.7-1.7 13.2-5.2L71 36.4c3.5-3.5 5.3-8.4 5-13.3v-.4c-.2-2.8-.4-6.6 0-9.5c.6-4.6 5.2-11.6 17.3-9.1s8.6 3.7 9 9.6c.1 1.2-.5 7.7 1.9 10.2s8.1.6 9.4.7c5.8.4 10.8 4.6 10.8 12.9c0 9.1-5.7 14.3-9 14.4c-3 .2-6.7.3-9.5.2l-8.6-.4s-1.1 1.1-4.6 4.7L58.2 91.5c-3.5 3.5-5.3 8.4-5 13.3v.4c.2 2.8 1.7 13.3-5.1 17.1s-5.6 2.8-12.3 1.5c-6.2-1.2-8.6-3.7-9-9.6c-.1-1.2-.1-8.9-2.7-11.4c-2.5-2.5-8.4-1.5-9.7-1.6c-5.8-.4-9.3-2-10.5-8.2c-1-5.5 1.6-11.1 2.2-12z"/><path fill="#debca8" d="M102.1 11.1c-.8-3.1-4.9-2.7-5.9-1.7s-1.6 2.4-1.8 3.8c-.8 5.8 1.2 9.2 3.2 10.2s3.4 1.3 6.5 1.6s3.4-.1 2.7-.5c-1-.6-3.1-2-3.6-2.8s-.5-1.9-.6-2.9c-.3-2.6.2-5.2-.5-7.8zm-98 82c-.3-1.7 1.7-3 3.1-1.9s.7.5 1.1.7c4.1 2.3 9.7.5 13.6 3.2c6.8 4.8 2.8 17.9 7.4 21s7.7 2.3 10.6.9c4.6-2.3 5.2-5.2 5.5-8.3c.4-4.7.4-10 1.1-13.7c1-5 7.3-11.7 7.3-11.7s25.7-28.3 35.4-37s9.5-2.2 13.9-1.7s8.6.2 11.6-2.4s3.9-8.5 2.6-12.3s-7-4.9-7-4.9c2 0 2.7-.1 3.3 0c5.8.4 10.8 4.6 10.8 12.9c0 9.1-5.4 13.8-8.6 14.6s-13 0-13 0s-5.1-.7-7.1 1.4s-1.7 1.7-3 3L58.2 92c-3.5 3.5-5.3 8.4-5 13.3v.4c.2 2.8 1.7 13.3-5.1 17.1c-.9.5-5.6 2.8-12.3 1.5c-6.2-1.2-8.6-3.7-9-9.6c-.1-1.2-.1-8.9-2.7-11.4c-2.5-2.5-8.4-1.5-9.7-1.6c-5.8-.4-9.3-2-10.5-8.2z"/></svg>
React
import type { SVGProps } from "react";
export function NotoBone(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#fceacc" d="M6.3 81.1c4.2-5.9 14.2-5.5 17-5.4h.4c4.9.2 9.7-1.7 13.2-5.2L71 36.4c3.5-3.5 5.3-8.4 5-13.3v-.4c-.2-2.8-.4-6.6 0-9.5c.6-4.6 5.2-11.6 17.3-9.1s8.6 3.7 9 9.6c.1 1.2-.5 7.7 1.9 10.2s8.1.6 9.4.7c5.8.4 10.8 4.6 10.8 12.9c0 9.1-5.7 14.3-9 14.4c-3 .2-6.7.3-9.5.2l-8.6-.4s-1.1 1.1-4.6 4.7L58.2 91.5c-3.5 3.5-5.3 8.4-5 13.3v.4c.2 2.8 1.7 13.3-5.1 17.1s-5.6 2.8-12.3 1.5c-6.2-1.2-8.6-3.7-9-9.6c-.1-1.2-.1-8.9-2.7-11.4c-2.5-2.5-8.4-1.5-9.7-1.6c-5.8-.4-9.3-2-10.5-8.2c-1-5.5 1.6-11.1 2.2-12z"/><path fill="#debca8" d="M102.1 11.1c-.8-3.1-4.9-2.7-5.9-1.7s-1.6 2.4-1.8 3.8c-.8 5.8 1.2 9.2 3.2 10.2s3.4 1.3 6.5 1.6s3.4-.1 2.7-.5c-1-.6-3.1-2-3.6-2.8s-.5-1.9-.6-2.9c-.3-2.6.2-5.2-.5-7.8zm-98 82c-.3-1.7 1.7-3 3.1-1.9s.7.5 1.1.7c4.1 2.3 9.7.5 13.6 3.2c6.8 4.8 2.8 17.9 7.4 21s7.7 2.3 10.6.9c4.6-2.3 5.2-5.2 5.5-8.3c.4-4.7.4-10 1.1-13.7c1-5 7.3-11.7 7.3-11.7s25.7-28.3 35.4-37s9.5-2.2 13.9-1.7s8.6.2 11.6-2.4s3.9-8.5 2.6-12.3s-7-4.9-7-4.9c2 0 2.7-.1 3.3 0c5.8.4 10.8 4.6 10.8 12.9c0 9.1-5.4 13.8-8.6 14.6s-13 0-13 0s-5.1-.7-7.1 1.4s-1.7 1.7-3 3L58.2 92c-3.5 3.5-5.3 8.4-5 13.3v.4c.2 2.8 1.7 13.3-5.1 17.1c-.9.5-5.6 2.8-12.3 1.5c-6.2-1.2-8.6-3.7-9-9.6c-.1-1.2-.1-8.9-2.7-11.4c-2.5-2.5-8.4-1.5-9.7-1.6c-5.8-.4-9.3-2-10.5-8.2z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#fceacc" d="M6.3 81.1c4.2-5.9 14.2-5.5 17-5.4h.4c4.9.2 9.7-1.7 13.2-5.2L71 36.4c3.5-3.5 5.3-8.4 5-13.3v-.4c-.2-2.8-.4-6.6 0-9.5c.6-4.6 5.2-11.6 17.3-9.1s8.6 3.7 9 9.6c.1 1.2-.5 7.7 1.9 10.2s8.1.6 9.4.7c5.8.4 10.8 4.6 10.8 12.9c0 9.1-5.7 14.3-9 14.4c-3 .2-6.7.3-9.5.2l-8.6-.4s-1.1 1.1-4.6 4.7L58.2 91.5c-3.5 3.5-5.3 8.4-5 13.3v.4c.2 2.8 1.7 13.3-5.1 17.1s-5.6 2.8-12.3 1.5c-6.2-1.2-8.6-3.7-9-9.6c-.1-1.2-.1-8.9-2.7-11.4c-2.5-2.5-8.4-1.5-9.7-1.6c-5.8-.4-9.3-2-10.5-8.2c-1-5.5 1.6-11.1 2.2-12z"/><path fill="#debca8" d="M102.1 11.1c-.8-3.1-4.9-2.7-5.9-1.7s-1.6 2.4-1.8 3.8c-.8 5.8 1.2 9.2 3.2 10.2s3.4 1.3 6.5 1.6s3.4-.1 2.7-.5c-1-.6-3.1-2-3.6-2.8s-.5-1.9-.6-2.9c-.3-2.6.2-5.2-.5-7.8zm-98 82c-.3-1.7 1.7-3 3.1-1.9s.7.5 1.1.7c4.1 2.3 9.7.5 13.6 3.2c6.8 4.8 2.8 17.9 7.4 21s7.7 2.3 10.6.9c4.6-2.3 5.2-5.2 5.5-8.3c.4-4.7.4-10 1.1-13.7c1-5 7.3-11.7 7.3-11.7s25.7-28.3 35.4-37s9.5-2.2 13.9-1.7s8.6.2 11.6-2.4s3.9-8.5 2.6-12.3s-7-4.9-7-4.9c2 0 2.7-.1 3.3 0c5.8.4 10.8 4.6 10.8 12.9c0 9.1-5.4 13.8-8.6 14.6s-13 0-13 0s-5.1-.7-7.1 1.4s-1.7 1.7-3 3L58.2 92c-3.5 3.5-5.3 8.4-5 13.3v.4c.2 2.8 1.7 13.3-5.1 17.1c-.9.5-5.6 2.8-12.3 1.5c-6.2-1.2-8.6-3.7-9-9.6c-.1-1.2-.1-8.9-2.7-11.4c-2.5-2.5-8.4-1.5-9.7-1.6c-5.8-.4-9.3-2-10.5-8.2z"/></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%20128%20128%22%3E%3Cpath%20fill%3D%22%23fceacc%22%20d%3D%22M6.3%2081.1c4.2-5.9%2014.2-5.5%2017-5.4h.4c4.9.2%209.7-1.7%2013.2-5.2L71%2036.4c3.5-3.5%205.3-8.4%205-13.3v-.4c-.2-2.8-.4-6.6%200-9.5c.6-4.6%205.2-11.6%2017.3-9.1s8.6%203.7%209%209.6c.1%201.2-.5%207.7%201.9%2010.2s8.1.6%209.4.7c5.8.4%2010.8%204.6%2010.8%2012.9c0%209.1-5.7%2014.3-9%2014.4c-3%20.2-6.7.3-9.5.2l-8.6-.4s-1.1%201.1-4.6%204.7L58.2%2091.5c-3.5%203.5-5.3%208.4-5%2013.3v.4c.2%202.8%201.7%2013.3-5.1%2017.1s-5.6%202.8-12.3%201.5c-6.2-1.2-8.6-3.7-9-9.6c-.1-1.2-.1-8.9-2.7-11.4c-2.5-2.5-8.4-1.5-9.7-1.6c-5.8-.4-9.3-2-10.5-8.2c-1-5.5%201.6-11.1%202.2-12z%22%2F%3E%3Cpath%20fill%3D%22%23debca8%22%20d%3D%22M102.1%2011.1c-.8-3.1-4.9-2.7-5.9-1.7s-1.6%202.4-1.8%203.8c-.8%205.8%201.2%209.2%203.2%2010.2s3.4%201.3%206.5%201.6s3.4-.1%202.7-.5c-1-.6-3.1-2-3.6-2.8s-.5-1.9-.6-2.9c-.3-2.6.2-5.2-.5-7.8zm-98%2082c-.3-1.7%201.7-3%203.1-1.9s.7.5%201.1.7c4.1%202.3%209.7.5%2013.6%203.2c6.8%204.8%202.8%2017.9%207.4%2021s7.7%202.3%2010.6.9c4.6-2.3%205.2-5.2%205.5-8.3c.4-4.7.4-10%201.1-13.7c1-5%207.3-11.7%207.3-11.7s25.7-28.3%2035.4-37s9.5-2.2%2013.9-1.7s8.6.2%2011.6-2.4s3.9-8.5%202.6-12.3s-7-4.9-7-4.9c2%200%202.7-.1%203.3%200c5.8.4%2010.8%204.6%2010.8%2012.9c0%209.1-5.4%2013.8-8.6%2014.6s-13%200-13%200s-5.1-.7-7.1%201.4s-1.7%201.7-3%203L58.2%2092c-3.5%203.5-5.3%208.4-5%2013.3v.4c.2%202.8%201.7%2013.3-5.1%2017.1c-.9.5-5.6%202.8-12.3%201.5c-6.2-1.2-8.6-3.7-9-9.6c-.1-1.2-.1-8.9-2.7-11.4c-2.5-2.5-8.4-1.5-9.7-1.6c-5.8-.4-9.3-2-10.5-8.2z%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%20128%20128%22%3E%3Cpath%20fill%3D%22%23fceacc%22%20d%3D%22M6.3%2081.1c4.2-5.9%2014.2-5.5%2017-5.4h.4c4.9.2%209.7-1.7%2013.2-5.2L71%2036.4c3.5-3.5%205.3-8.4%205-13.3v-.4c-.2-2.8-.4-6.6%200-9.5c.6-4.6%205.2-11.6%2017.3-9.1s8.6%203.7%209%209.6c.1%201.2-.5%207.7%201.9%2010.2s8.1.6%209.4.7c5.8.4%2010.8%204.6%2010.8%2012.9c0%209.1-5.7%2014.3-9%2014.4c-3%20.2-6.7.3-9.5.2l-8.6-.4s-1.1%201.1-4.6%204.7L58.2%2091.5c-3.5%203.5-5.3%208.4-5%2013.3v.4c.2%202.8%201.7%2013.3-5.1%2017.1s-5.6%202.8-12.3%201.5c-6.2-1.2-8.6-3.7-9-9.6c-.1-1.2-.1-8.9-2.7-11.4c-2.5-2.5-8.4-1.5-9.7-1.6c-5.8-.4-9.3-2-10.5-8.2c-1-5.5%201.6-11.1%202.2-12z%22%2F%3E%3Cpath%20fill%3D%22%23debca8%22%20d%3D%22M102.1%2011.1c-.8-3.1-4.9-2.7-5.9-1.7s-1.6%202.4-1.8%203.8c-.8%205.8%201.2%209.2%203.2%2010.2s3.4%201.3%206.5%201.6s3.4-.1%202.7-.5c-1-.6-3.1-2-3.6-2.8s-.5-1.9-.6-2.9c-.3-2.6.2-5.2-.5-7.8zm-98%2082c-.3-1.7%201.7-3%203.1-1.9s.7.5%201.1.7c4.1%202.3%209.7.5%2013.6%203.2c6.8%204.8%202.8%2017.9%207.4%2021s7.7%202.3%2010.6.9c4.6-2.3%205.2-5.2%205.5-8.3c.4-4.7.4-10%201.1-13.7c1-5%207.3-11.7%207.3-11.7s25.7-28.3%2035.4-37s9.5-2.2%2013.9-1.7s8.6.2%2011.6-2.4s3.9-8.5%202.6-12.3s-7-4.9-7-4.9c2%200%202.7-.1%203.3%200c5.8.4%2010.8%204.6%2010.8%2012.9c0%209.1-5.4%2013.8-8.6%2014.6s-13%200-13%200s-5.1-.7-7.1%201.4s-1.7%201.7-3%203L58.2%2092c-3.5%203.5-5.3%208.4-5%2013.3v.4c.2%202.8%201.7%2013.3-5.1%2017.1c-.9.5-5.6%202.8-12.3%201.5c-6.2-1.2-8.6-3.7-9-9.6c-.1-1.2-.1-8.9-2.7-11.4c-2.5-2.5-8.4-1.5-9.7-1.6c-5.8-.4-9.3-2-10.5-8.2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/noto/bone.svg?color=%231a73e8&size=48