bone fracture icon

bone-fracture from Lucide by Lucide Contributors · Outline · ISC Free for personal and commercial use.

Name
bone-fracture
Set
Lucide
Style
Outline
Viewbox
24×24
License
ISC

The same icon in other sets

Use the bone fracture icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M14 4.5a1 1 0 0 1 5 0a.5.5 0 0 0 .5.5a1 1 0 0 1 0 5c-.81 0-1.8-.7-2.5 0l-1.958 1.957a.15.15 0 0 1-.252-.072l-.493-2.07a.15.15 0 0 0-.111-.112l-2.072-.494a.15.15 0 0 1-.072-.252L14 7c.7-.7 0-1.69 0-2.5M16 20l-1-2m5-2l-2-1M4 8l2 1m2-5l1 2m.698 8.19a.15.15 0 0 0 .112.112l2.074.489a.15.15 0 0 1 .072.252L10 17c-.7.7 0 1.69 0 2.5a1 1 0 0 1-5 0a.495.495 0 0 0-.5-.5a1 1 0 0 1 0-5c.81 0 1.8.7 2.5 0l1.956-1.957a.15.15 0 0 1 .252.072z"/></svg>

React

import type { SVGProps } from "react";

export function LucideBoneFracture(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M14 4.5a1 1 0 0 1 5 0a.5.5 0 0 0 .5.5a1 1 0 0 1 0 5c-.81 0-1.8-.7-2.5 0l-1.958 1.957a.15.15 0 0 1-.252-.072l-.493-2.07a.15.15 0 0 0-.111-.112l-2.072-.494a.15.15 0 0 1-.072-.252L14 7c.7-.7 0-1.69 0-2.5M16 20l-1-2m5-2l-2-1M4 8l2 1m2-5l1 2m.698 8.19a.15.15 0 0 0 .112.112l2.074.489a.15.15 0 0 1 .072.252L10 17c-.7.7 0 1.69 0 2.5a1 1 0 0 1-5 0a.495.495 0 0 0-.5-.5a1 1 0 0 1 0-5c.81 0 1.8.7 2.5 0l1.956-1.957a.15.15 0 0 1 .252.072z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M14 4.5a1 1 0 0 1 5 0a.5.5 0 0 0 .5.5a1 1 0 0 1 0 5c-.81 0-1.8-.7-2.5 0l-1.958 1.957a.15.15 0 0 1-.252-.072l-.493-2.07a.15.15 0 0 0-.111-.112l-2.072-.494a.15.15 0 0 1-.072-.252L14 7c.7-.7 0-1.69 0-2.5M16 20l-1-2m5-2l-2-1M4 8l2 1m2-5l1 2m.698 8.19a.15.15 0 0 0 .112.112l2.074.489a.15.15 0 0 1 .072.252L10 17c-.7.7 0 1.69 0 2.5a1 1 0 0 1-5 0a.495.495 0 0 0-.5-.5a1 1 0 0 1 0-5c.81 0 1.8.7 2.5 0l1.956-1.957a.15.15 0 0 1 .252.072z"/></svg>
</template>

CSS

.icon-bone-fracture {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M14%204.5a1%201%200%200%201%205%200a.5.5%200%200%200%20.5.5a1%201%200%200%201%200%205c-.81%200-1.8-.7-2.5%200l-1.958%201.957a.15.15%200%200%201-.252-.072l-.493-2.07a.15.15%200%200%200-.111-.112l-2.072-.494a.15.15%200%200%201-.072-.252L14%207c.7-.7%200-1.69%200-2.5M16%2020l-1-2m5-2l-2-1M4%208l2%201m2-5l1%202m.698%208.19a.15.15%200%200%200%20.112.112l2.074.489a.15.15%200%200%201%20.072.252L10%2017c-.7.7%200%201.69%200%202.5a1%201%200%200%201-5%200a.495.495%200%200%200-.5-.5a1%201%200%200%201%200-5c.81%200%201.8.7%202.5%200l1.956-1.957a.15.15%200%200%201%20.252.072z%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M14%204.5a1%201%200%200%201%205%200a.5.5%200%200%200%20.5.5a1%201%200%200%201%200%205c-.81%200-1.8-.7-2.5%200l-1.958%201.957a.15.15%200%200%201-.252-.072l-.493-2.07a.15.15%200%200%200-.111-.112l-2.072-.494a.15.15%200%200%201-.072-.252L14%207c.7-.7%200-1.69%200-2.5M16%2020l-1-2m5-2l-2-1M4%208l2%201m2-5l1%202m.698%208.19a.15.15%200%200%200%20.112.112l2.074.489a.15.15%200%200%201%20.072.252L10%2017c-.7.7%200%201.69%200%202.5a1%201%200%200%201-5%200a.495.495%200%200%200-.5-.5a1%201%200%200%201%200-5c.81%200%201.8.7%202.5%200l1.956-1.957a.15.15%200%200%201%20.252.072z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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