Bone Crack 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 { IconBoneCrack } from "@devigner-ui/icons";
<IconBoneCrack className="size-6" />
<script setup>
import { IconBoneCrack } from "@devigner-ui/icons-vue";
</script>
<template>
<IconBoneCrack class="size-6" />
</template>
<script>
import { IconBoneCrack } from "@devigner-ui/icons-svelte";
</script>
<IconBoneCrack class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M14.14 2.74a3.4 3.4 0 0 0-.85 3.05c.15.54.17 1.19-.22 1.58l-5.7 5.7c-.4.4-1.04.37-1.58.22-1.01-.28-2.3.1-3.05.85A2.52 2.52 0 0 0 6.3 17.7a2.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.58l5.7-5.7c.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" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path opacity="1" d="M10.23 10.23v2.12l2.12-.7v1.41L15 12.5" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></svg>