Bone Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Bone icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/305043.svg" alt="Bone icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305043.svg" alt="Bone icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305043.svg" alt="Bone icon" :width="24" :height="24" />
CSS background
.icon-bone {
background-image: url('https://proicons.com/icon/305043.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M502 572c80 0 160 8 237 32 12 4 21 8 29 19 30 43 88 52 130 22s53-88 22-131c-8-10-8-17-1-28 32-44 21-102-22-131-43-30-100-20-131 24-5 7-10 12-18 14-40 14-82 22-124 28-74 9-149 10-223 3-50-5-100-14-148-30-8-3-14-7-19-14-31-45-90-56-133-24-45 34-51 94-14 138 5 6 4 9-1 14-3 3-7 6-9 10-27 43-15 100 27 128 41 28 98 20 127-21 8-12 18-17 31-22 78-24 159-31 240-31z"/></svg>
Copied!