Bone icon in outline, twotone, bold and bulk. Free in all four styles, for health, clinics, pharmacy, gym, activity tracking. Copy the SVG, the React, Vue or Svelte component, or download a PNG.
import { IconBone } from "@devigner-ui/icons";
<IconBone className="size-6" />
<script setup>
import { IconBone } from "@devigner-ui/icons-vue";
</script>
<template>
<IconBone class="size-6" />
</template>
<script>
import { IconBone } from "@devigner-ui/icons-svelte";
</script>
<IconBone class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10.93 16.63c-.4.4-.37 1.04-.22 1.58.28 1.01-.1 2.3-.85 3.05A2.52 2.52 0 1 1 6.3 17.7a2.52 2.52 0 0 1-3.56-3.56 3.4 3.4 0 0 1 3.05-.85c.54.15 1.19.17 1.58-.22m9.26-2.14c.4-.4 1.04-.37 1.58-.22 1.01.28 2.3-.1 3.05-.85A2.52 2.52 0 0 0 17.7 6.3a2.52 2.52 0 0 0-3.56-3.56 3.4 3.4 0 0 0-.85 3.05c.15.54.17 1.19-.22 1.58" stroke="currentColor" stroke-width="1.5" stroke-linejoin="round"></path><path opacity="1" d="M17.16 11.46a.75.75 0 0 0-1.06-1.06zM13.6 7.9a.75.75 0 0 0-1.06-1.06zm-2.14 9.26 5.7-5.7-1.06-1.06-5.7 5.7zM7.9 13.6l5.7-5.7-1.06-1.06-5.7 5.7z" fill="currentColor"></path></svg>