Skip to content

feat(icons): added broken-bone icon#4131

Open
Patolord wants to merge 5 commits intolucide-icons:mainfrom
Patolord:studio/broken-bone
Open

feat(icons): added broken-bone icon#4131
Patolord wants to merge 5 commits intolucide-icons:mainfrom
Patolord:studio/broken-bone

Conversation

@Patolord
Copy link

What is the purpose of this pull request?

  • New Icon

Description

Added new broken-bone icon.

Icon use case

Healthcare apps to handle failed state, error icon on modals/toast etc.
Fitness apps to show injury or other help tracking.

Alternative icon designs

Icon Design Checklist

Concept

  • I have provided valid use cases for each icon.
  • I have not added any a brand or logo icon.
  • I have not used any hate symbols.
  • I have not included any religious or political imagery.

Author, credits & license

  • The icons are solely my own creation.
  • I've based them on the following Lucide icons: Bone Icon

Naming

  • I've read and followed the naming conventions
  • I've named icons by what they are rather than their use case.
  • I've provided meta JSON files in icons/[iconName].json.

Design

  • I've read and followed the icon design guidelines
  • I've made sure that the icons look sharp on low DPI displays.
  • I've made sure that the icons look consistent with the icon set in size, optical volume and density.
  • I've made sure that the icons are visually centered.
  • I've correctly optimized all icons to three points of precision.

Before Submitting

@github-actions github-actions bot added 🎨 icon About new icons 🫧 metadata Improved metadata labels Mar 10, 2026
Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🤖 ChatGPT Tags suggestions ✨

I've asked ChatGPT for some suggestions for tags.

"contributors": [
"Patolord"
],
"tags": [
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggestions for the broken-bone icon.
Try asking it your self if you want more suggestions. Open ChatGPT
Here are the suggestions:

Suggested change
"tags": [
"tags": [
"fracture",
"bone",
"injury",
"medical",
"break",
"accident",
"trauma",
"repair",

@github-actions
Copy link
Contributor

github-actions bot commented Mar 10, 2026

Added or changed icons

bone-fracture

Preview cohesion square-percent
bone-fracture
square-scissors
Preview stroke widths bone-fracture
bone-fracture
bone-fracture
DPI Preview

16px (shadcn/ui)

bone-fracture

24px (default)

bone-fracture

32px (shadcn/ui + retina)

bone-fracture

48px (default + retina)

bone-fracture
Icon X-rays bone-fracture
Icon Diffs bone-fracture
Icon Symmetry

Flip Horizontal

bone-fracture

Flip Vertical

bone-fracture

Flip Diagonal

bone-fracture

Rotate 180°

bone-fracture
Icons as code

Works for: lucide-react, lucide-react-native, lucide-preact, lucide-vue-next

const BoneFractureIcon = createLucideIcon('BoneFracture', [
  ["path",{"d":"M14 4.5a1 1 0 0 1 5 0 .5.5 0 0 0 .5.5 1 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.5"}],
  ["path",{"d":"m16 20-1-2"}],
  ["path",{"d":"m20 16-2-1"}],
  ["path",{"d":"m4 8 2 1"}],
  ["path",{"d":"m8 4 1 2"}],
  ["path",{"d":"M9.698 14.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 0 .495.495 0 0 0-.5-.5 1 1 0 0 1 0-5c.81 0 1.8.7 2.5 0l1.956-1.957a.15.15 0 0 1 .252.072z"}]
])

@karsa-mistmere
Copy link
Member

karsa-mistmere commented Mar 10, 2026

Hey @Patolord,

Nice idea, although there is a bit too much detail, resulting in dense paths, as also shown on our x-ray preview:
image

The red parts mark overlapping safe zones, according to our design guidelines, there should be a 2px gap between all elements, so something like this would be an acceptable abstraction:
icons
Open lucide studio

Another issue is that the name should be bone-broken, in accordance with our naming conventions.

@Patolord
Copy link
Author

Awesome you did a much better job on the design.
I screw up on the name I’ll fix it now and update with your design.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

🎨 icon About new icons 🫧 metadata Improved metadata

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants