bones from Reicon by REICON · Outline · Medicine · MIT Free for personal and commercial use.

Name
bones
Set
Reicon
Style
Outline
Category
Medicine
Viewbox
24×24
License
MIT

2 other variants in Reicon

The same icon in other sets

More medicine icons from Reicon

Use the bones icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M11.943 1.25c-2.309 0-4.118 0-5.53.19c-1.444.194-2.584.6-3.479 1.494c-.895.895-1.3 2.035-1.494 3.48c-.19 1.411-.19 3.22-.19 5.529v.114c0 2.309 0 4.118.19 5.53c.194 1.444.6 2.584 1.494 3.479c.895.895 2.035 1.3 3.48 1.494c.84.113 1.823.159 2.968.178a.8.8 0 0 0 .253.003a189 189 0 0 0 2.308.009h.114c.86 0 1.652 0 2.378-.01a.8.8 0 0 0 .266-.004c1.11-.02 2.065-.065 2.885-.176c1.445-.194 2.585-.6 3.48-1.494c.895-.895 1.3-2.035 1.494-3.48c.19-1.411.19-3.22.19-5.529v-.114c0-2.309 0-4.118-.19-5.53c-.194-1.444-.6-2.584-1.494-3.479c-.895-.895-2.035-1.3-3.48-1.494c-1.411-.19-3.22-.19-5.529-.19zm3.364 19.972a20 20 0 0 0 2.08-.148c1.278-.172 2.049-.5 2.618-1.069c.57-.57.897-1.34 1.069-2.619c.174-1.3.176-3.008.176-5.386s-.002-4.086-.176-5.386c-.172-1.279-.5-2.05-1.069-2.62c-.57-.569-1.34-.896-2.619-1.068a21 21 0 0 0-2.117-.149v1.284c0 .052.02.137.123.26c.106.126.267.252.457.36c1.168.662 1.939 2.11 1.939 3.41A3.269 3.269 0 0 1 12 10.175A3.269 3.269 0 0 1 6.212 8.09c0-1.3.77-2.748 1.939-3.41c.19-.108.351-.234.456-.36c.103-.123.124-.208.124-.26V2.777c-.813.024-1.51.068-2.117.15c-1.279.171-2.05.498-2.62 1.068c-.569.57-.896 1.34-1.068 2.619c-.174 1.3-.176 3.008-.176 5.386s.002 4.086.176 5.386c.172 1.279.5 2.05 1.069 2.62c.57.569 1.34.896 2.619 1.068a21 21 0 0 0 2.155.15v-1.24c0-.052-.02-.137-.124-.26a1.7 1.7 0 0 0-.456-.36c-1.168-.661-1.939-2.11-1.939-3.41a3.269 3.269 0 0 1 5.788-2.083a3.269 3.269 0 0 1 5.788 2.084c0 1.299-.77 2.748-1.939 3.41a1.7 1.7 0 0 0-.457.36c-.102.122-.123.207-.123.26zm-5.038.025q.8.004 1.731.003q.974.001 1.807-.004v-1.261c0-.504.217-.918.474-1.224a3.2 3.2 0 0 1 .867-.702c.661-.374 1.178-1.302 1.178-2.105a1.77 1.77 0 0 0-3.538 0a.75.75 0 0 1-1.5 0a1.769 1.769 0 1 0-3.538 0c0 .803.517 1.73 1.178 2.105c.294.167.613.399.867.702c.257.306.474.72.474 1.224zm-.038-18.493V4.06c0 .503-.218.918-.474 1.224a3.2 3.2 0 0 1-.867.701c-.661.375-1.178 1.302-1.178 2.105a1.769 1.769 0 0 0 3.538 0a.75.75 0 0 1 1.5 0a1.769 1.769 0 1 0 3.538 0c0-.803-.517-1.73-1.178-2.105a3.2 3.2 0 0 1-.867-.701c-.257-.306-.474-.72-.474-1.224V2.754Q12.953 2.749 12 2.75q-.953-.001-1.77.004" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function ReiconBones(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" fillRule="evenodd" d="M11.943 1.25c-2.309 0-4.118 0-5.53.19c-1.444.194-2.584.6-3.479 1.494c-.895.895-1.3 2.035-1.494 3.48c-.19 1.411-.19 3.22-.19 5.529v.114c0 2.309 0 4.118.19 5.53c.194 1.444.6 2.584 1.494 3.479c.895.895 2.035 1.3 3.48 1.494c.84.113 1.823.159 2.968.178a.8.8 0 0 0 .253.003a189 189 0 0 0 2.308.009h.114c.86 0 1.652 0 2.378-.01a.8.8 0 0 0 .266-.004c1.11-.02 2.065-.065 2.885-.176c1.445-.194 2.585-.6 3.48-1.494c.895-.895 1.3-2.035 1.494-3.48c.19-1.411.19-3.22.19-5.529v-.114c0-2.309 0-4.118-.19-5.53c-.194-1.444-.6-2.584-1.494-3.479c-.895-.895-2.035-1.3-3.48-1.494c-1.411-.19-3.22-.19-5.529-.19zm3.364 19.972a20 20 0 0 0 2.08-.148c1.278-.172 2.049-.5 2.618-1.069c.57-.57.897-1.34 1.069-2.619c.174-1.3.176-3.008.176-5.386s-.002-4.086-.176-5.386c-.172-1.279-.5-2.05-1.069-2.62c-.57-.569-1.34-.896-2.619-1.068a21 21 0 0 0-2.117-.149v1.284c0 .052.02.137.123.26c.106.126.267.252.457.36c1.168.662 1.939 2.11 1.939 3.41A3.269 3.269 0 0 1 12 10.175A3.269 3.269 0 0 1 6.212 8.09c0-1.3.77-2.748 1.939-3.41c.19-.108.351-.234.456-.36c.103-.123.124-.208.124-.26V2.777c-.813.024-1.51.068-2.117.15c-1.279.171-2.05.498-2.62 1.068c-.569.57-.896 1.34-1.068 2.619c-.174 1.3-.176 3.008-.176 5.386s.002 4.086.176 5.386c.172 1.279.5 2.05 1.069 2.62c.57.569 1.34.896 2.619 1.068a21 21 0 0 0 2.155.15v-1.24c0-.052-.02-.137-.124-.26a1.7 1.7 0 0 0-.456-.36c-1.168-.661-1.939-2.11-1.939-3.41a3.269 3.269 0 0 1 5.788-2.083a3.269 3.269 0 0 1 5.788 2.084c0 1.299-.77 2.748-1.939 3.41a1.7 1.7 0 0 0-.457.36c-.102.122-.123.207-.123.26zm-5.038.025q.8.004 1.731.003q.974.001 1.807-.004v-1.261c0-.504.217-.918.474-1.224a3.2 3.2 0 0 1 .867-.702c.661-.374 1.178-1.302 1.178-2.105a1.77 1.77 0 0 0-3.538 0a.75.75 0 0 1-1.5 0a1.769 1.769 0 1 0-3.538 0c0 .803.517 1.73 1.178 2.105c.294.167.613.399.867.702c.257.306.474.72.474 1.224zm-.038-18.493V4.06c0 .503-.218.918-.474 1.224a3.2 3.2 0 0 1-.867.701c-.661.375-1.178 1.302-1.178 2.105a1.769 1.769 0 0 0 3.538 0a.75.75 0 0 1 1.5 0a1.769 1.769 0 1 0 3.538 0c0-.803-.517-1.73-1.178-2.105a3.2 3.2 0 0 1-.867-.701c-.257-.306-.474-.72-.474-1.224V2.754Q12.953 2.749 12 2.75q-.953-.001-1.77.004" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M11.943 1.25c-2.309 0-4.118 0-5.53.19c-1.444.194-2.584.6-3.479 1.494c-.895.895-1.3 2.035-1.494 3.48c-.19 1.411-.19 3.22-.19 5.529v.114c0 2.309 0 4.118.19 5.53c.194 1.444.6 2.584 1.494 3.479c.895.895 2.035 1.3 3.48 1.494c.84.113 1.823.159 2.968.178a.8.8 0 0 0 .253.003a189 189 0 0 0 2.308.009h.114c.86 0 1.652 0 2.378-.01a.8.8 0 0 0 .266-.004c1.11-.02 2.065-.065 2.885-.176c1.445-.194 2.585-.6 3.48-1.494c.895-.895 1.3-2.035 1.494-3.48c.19-1.411.19-3.22.19-5.529v-.114c0-2.309 0-4.118-.19-5.53c-.194-1.444-.6-2.584-1.494-3.479c-.895-.895-2.035-1.3-3.48-1.494c-1.411-.19-3.22-.19-5.529-.19zm3.364 19.972a20 20 0 0 0 2.08-.148c1.278-.172 2.049-.5 2.618-1.069c.57-.57.897-1.34 1.069-2.619c.174-1.3.176-3.008.176-5.386s-.002-4.086-.176-5.386c-.172-1.279-.5-2.05-1.069-2.62c-.57-.569-1.34-.896-2.619-1.068a21 21 0 0 0-2.117-.149v1.284c0 .052.02.137.123.26c.106.126.267.252.457.36c1.168.662 1.939 2.11 1.939 3.41A3.269 3.269 0 0 1 12 10.175A3.269 3.269 0 0 1 6.212 8.09c0-1.3.77-2.748 1.939-3.41c.19-.108.351-.234.456-.36c.103-.123.124-.208.124-.26V2.777c-.813.024-1.51.068-2.117.15c-1.279.171-2.05.498-2.62 1.068c-.569.57-.896 1.34-1.068 2.619c-.174 1.3-.176 3.008-.176 5.386s.002 4.086.176 5.386c.172 1.279.5 2.05 1.069 2.62c.57.569 1.34.896 2.619 1.068a21 21 0 0 0 2.155.15v-1.24c0-.052-.02-.137-.124-.26a1.7 1.7 0 0 0-.456-.36c-1.168-.661-1.939-2.11-1.939-3.41a3.269 3.269 0 0 1 5.788-2.083a3.269 3.269 0 0 1 5.788 2.084c0 1.299-.77 2.748-1.939 3.41a1.7 1.7 0 0 0-.457.36c-.102.122-.123.207-.123.26zm-5.038.025q.8.004 1.731.003q.974.001 1.807-.004v-1.261c0-.504.217-.918.474-1.224a3.2 3.2 0 0 1 .867-.702c.661-.374 1.178-1.302 1.178-2.105a1.77 1.77 0 0 0-3.538 0a.75.75 0 0 1-1.5 0a1.769 1.769 0 1 0-3.538 0c0 .803.517 1.73 1.178 2.105c.294.167.613.399.867.702c.257.306.474.72.474 1.224zm-.038-18.493V4.06c0 .503-.218.918-.474 1.224a3.2 3.2 0 0 1-.867.701c-.661.375-1.178 1.302-1.178 2.105a1.769 1.769 0 0 0 3.538 0a.75.75 0 0 1 1.5 0a1.769 1.769 0 1 0 3.538 0c0-.803-.517-1.73-1.178-2.105a3.2 3.2 0 0 1-.867-.701c-.257-.306-.474-.72-.474-1.224V2.754Q12.953 2.749 12 2.75q-.953-.001-1.77.004" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-bones {
  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%20fill-rule%3D%22evenodd%22%20d%3D%22M11.943%201.25c-2.309%200-4.118%200-5.53.19c-1.444.194-2.584.6-3.479%201.494c-.895.895-1.3%202.035-1.494%203.48c-.19%201.411-.19%203.22-.19%205.529v.114c0%202.309%200%204.118.19%205.53c.194%201.444.6%202.584%201.494%203.479c.895.895%202.035%201.3%203.48%201.494c.84.113%201.823.159%202.968.178a.8.8%200%200%200%20.253.003a189%20189%200%200%200%202.308.009h.114c.86%200%201.652%200%202.378-.01a.8.8%200%200%200%20.266-.004c1.11-.02%202.065-.065%202.885-.176c1.445-.194%202.585-.6%203.48-1.494c.895-.895%201.3-2.035%201.494-3.48c.19-1.411.19-3.22.19-5.529v-.114c0-2.309%200-4.118-.19-5.53c-.194-1.444-.6-2.584-1.494-3.479c-.895-.895-2.035-1.3-3.48-1.494c-1.411-.19-3.22-.19-5.529-.19zm3.364%2019.972a20%2020%200%200%200%202.08-.148c1.278-.172%202.049-.5%202.618-1.069c.57-.57.897-1.34%201.069-2.619c.174-1.3.176-3.008.176-5.386s-.002-4.086-.176-5.386c-.172-1.279-.5-2.05-1.069-2.62c-.57-.569-1.34-.896-2.619-1.068a21%2021%200%200%200-2.117-.149v1.284c0%20.052.02.137.123.26c.106.126.267.252.457.36c1.168.662%201.939%202.11%201.939%203.41A3.269%203.269%200%200%201%2012%2010.175A3.269%203.269%200%200%201%206.212%208.09c0-1.3.77-2.748%201.939-3.41c.19-.108.351-.234.456-.36c.103-.123.124-.208.124-.26V2.777c-.813.024-1.51.068-2.117.15c-1.279.171-2.05.498-2.62%201.068c-.569.57-.896%201.34-1.068%202.619c-.174%201.3-.176%203.008-.176%205.386s.002%204.086.176%205.386c.172%201.279.5%202.05%201.069%202.62c.57.569%201.34.896%202.619%201.068a21%2021%200%200%200%202.155.15v-1.24c0-.052-.02-.137-.124-.26a1.7%201.7%200%200%200-.456-.36c-1.168-.661-1.939-2.11-1.939-3.41a3.269%203.269%200%200%201%205.788-2.083a3.269%203.269%200%200%201%205.788%202.084c0%201.299-.77%202.748-1.939%203.41a1.7%201.7%200%200%200-.457.36c-.102.122-.123.207-.123.26zm-5.038.025q.8.004%201.731.003q.974.001%201.807-.004v-1.261c0-.504.217-.918.474-1.224a3.2%203.2%200%200%201%20.867-.702c.661-.374%201.178-1.302%201.178-2.105a1.77%201.77%200%200%200-3.538%200a.75.75%200%200%201-1.5%200a1.769%201.769%200%201%200-3.538%200c0%20.803.517%201.73%201.178%202.105c.294.167.613.399.867.702c.257.306.474.72.474%201.224zm-.038-18.493V4.06c0%20.503-.218.918-.474%201.224a3.2%203.2%200%200%201-.867.701c-.661.375-1.178%201.302-1.178%202.105a1.769%201.769%200%200%200%203.538%200a.75.75%200%200%201%201.5%200a1.769%201.769%200%201%200%203.538%200c0-.803-.517-1.73-1.178-2.105a3.2%203.2%200%200%201-.867-.701c-.257-.306-.474-.72-.474-1.224V2.754Q12.953%202.749%2012%202.75q-.953-.001-1.77.004%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M11.943%201.25c-2.309%200-4.118%200-5.53.19c-1.444.194-2.584.6-3.479%201.494c-.895.895-1.3%202.035-1.494%203.48c-.19%201.411-.19%203.22-.19%205.529v.114c0%202.309%200%204.118.19%205.53c.194%201.444.6%202.584%201.494%203.479c.895.895%202.035%201.3%203.48%201.494c.84.113%201.823.159%202.968.178a.8.8%200%200%200%20.253.003a189%20189%200%200%200%202.308.009h.114c.86%200%201.652%200%202.378-.01a.8.8%200%200%200%20.266-.004c1.11-.02%202.065-.065%202.885-.176c1.445-.194%202.585-.6%203.48-1.494c.895-.895%201.3-2.035%201.494-3.48c.19-1.411.19-3.22.19-5.529v-.114c0-2.309%200-4.118-.19-5.53c-.194-1.444-.6-2.584-1.494-3.479c-.895-.895-2.035-1.3-3.48-1.494c-1.411-.19-3.22-.19-5.529-.19zm3.364%2019.972a20%2020%200%200%200%202.08-.148c1.278-.172%202.049-.5%202.618-1.069c.57-.57.897-1.34%201.069-2.619c.174-1.3.176-3.008.176-5.386s-.002-4.086-.176-5.386c-.172-1.279-.5-2.05-1.069-2.62c-.57-.569-1.34-.896-2.619-1.068a21%2021%200%200%200-2.117-.149v1.284c0%20.052.02.137.123.26c.106.126.267.252.457.36c1.168.662%201.939%202.11%201.939%203.41A3.269%203.269%200%200%201%2012%2010.175A3.269%203.269%200%200%201%206.212%208.09c0-1.3.77-2.748%201.939-3.41c.19-.108.351-.234.456-.36c.103-.123.124-.208.124-.26V2.777c-.813.024-1.51.068-2.117.15c-1.279.171-2.05.498-2.62%201.068c-.569.57-.896%201.34-1.068%202.619c-.174%201.3-.176%203.008-.176%205.386s.002%204.086.176%205.386c.172%201.279.5%202.05%201.069%202.62c.57.569%201.34.896%202.619%201.068a21%2021%200%200%200%202.155.15v-1.24c0-.052-.02-.137-.124-.26a1.7%201.7%200%200%200-.456-.36c-1.168-.661-1.939-2.11-1.939-3.41a3.269%203.269%200%200%201%205.788-2.083a3.269%203.269%200%200%201%205.788%202.084c0%201.299-.77%202.748-1.939%203.41a1.7%201.7%200%200%200-.457.36c-.102.122-.123.207-.123.26zm-5.038.025q.8.004%201.731.003q.974.001%201.807-.004v-1.261c0-.504.217-.918.474-1.224a3.2%203.2%200%200%201%20.867-.702c.661-.374%201.178-1.302%201.178-2.105a1.77%201.77%200%200%200-3.538%200a.75.75%200%200%201-1.5%200a1.769%201.769%200%201%200-3.538%200c0%20.803.517%201.73%201.178%202.105c.294.167.613.399.867.702c.257.306.474.72.474%201.224zm-.038-18.493V4.06c0%20.503-.218.918-.474%201.224a3.2%203.2%200%200%201-.867.701c-.661.375-1.178%201.302-1.178%202.105a1.769%201.769%200%200%200%203.538%200a.75.75%200%200%201%201.5%200a1.769%201.769%200%201%200%203.538%200c0-.803-.517-1.73-1.178-2.105a3.2%203.2%200%200%201-.867-.701c-.257-.306-.474-.72-.474-1.224V2.754Q12.953%202.749%2012%202.75q-.953-.001-1.77.004%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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