Skip to content

Conversation

karsa-mistmere
Copy link
Member

What is the purpose of this pull request?

  • Other: Icon update

Description

Arcified corners

Before Submitting

@github-actions github-actions bot added 🎨 icon About new icons 🫧 metadata Improved metadata labels Aug 12, 2025
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.

Copy link
Contributor

github-actions bot commented Aug 12, 2025

Added or changed icons

icons/camera-off.svgicons/camera.svg

Preview cohesion icons/square-arrow-out-down-right.svgicons/message-square-plus.svg
icons/camera-off.svgicons/camera.svg
icons/bell-dot.svgicons/screen-share.svg
Preview stroke widths icons/camera-off.svgicons/camera.svg
icons/camera-off.svgicons/camera.svg
icons/camera-off.svgicons/camera.svg
DPI Preview

16px (shadcn/ui)

icons/camera-off.svg icons/camera.svg

24px (default)

icons/camera-off.svg icons/camera.svg

32px (shadcn/ui + retina)

icons/camera-off.svg icons/camera.svg

48px (default + retina)

icons/camera-off.svg icons/camera.svg
Icon X-rays icons/camera-off.svg icons/camera.svg
Icon Diffs icons/camera-off.svg icons/camera.svg
Icons as code

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

const CameraOffIcon = createLucideIcon('CameraOff', [
  ["path",{"d":"M14.564 14.558a3 3 0 1 1-4.122-4.121"}],
  ["path",{"d":"m2 2 20 20"}],
  ["path",{"d":"M20 20H4a2 2 0 0 1-2-2V9a2 2 0 0 1 2-2h1.997a2 2 0 0 0 .819-.175"}],
  ["path",{"d":"M9.695 4.024A2 2 0 0 1 10.004 4h3.993a2 2 0 0 1 1.76 1.05l.486.9A2 2 0 0 0 18.003 7H20a2 2 0 0 1 2 2v7.344"}]
])

const CameraIcon = createLucideIcon('Camera', [
  ["path",{"d":"M13.997 4a2 2 0 0 1 1.76 1.05l.486.9A2 2 0 0 0 18.003 7H20a2 2 0 0 1 2 2v9a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V9a2 2 0 0 1 2-2h1.997a2 2 0 0 0 1.759-1.048l.489-.904A2 2 0 0 1 10.004 4z"}],
  ["circle",{"cx":"12","cy":"13","r":"3"}]
])

@@ -9,6 +9,6 @@
stroke-linecap="round"
stroke-linejoin="round"
>
<path d="M14.5 4h-5L7 7H4a2 2 0 0 0-2 2v9a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2h-3l-2.5-3z" />
<path d="M13.997 4a2 2 0 0 1 1.76 1.05l.486.9A2 2 0 0 0 18.003 7H20a2 2 0 0 1 2 2v9a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V9a2 2 0 0 1 2-2h1.997a2 2 0 0 0 1.759-1.048l.489-.904A2 2 0 0 1 10.004 4z" />
Copy link
Member

Choose a reason for hiding this comment

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

Maybe 1px higher?

Suggested change
<path d="M13.997 4a2 2 0 0 1 1.76 1.05l.486.9A2 2 0 0 0 18.003 7H20a2 2 0 0 1 2 2v9a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V9a2 2 0 0 1 2-2h1.997a2 2 0 0 0 1.759-1.048l.489-.904A2 2 0 0 1 10.004 4z" />
<path d="M22 18a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h1.997a2 2 0 0 0 1.759-1.048l.489-.904A2 2 0 0 1 10.004 3h3.993a2 2 0 0 1 1.76 1.05l.486.9A2 2 0 0 0 18.003 6H20a2 2 0 0 1 2 2z" />

icons
Open lucide studio

Copy link
Member Author

@karsa-mistmere karsa-mistmere Aug 12, 2025

Choose a reason for hiding this comment

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

I did consider this, but then the lens is not centred and also feels too small compared to the camera body. But then increasing the size to be balanced leads to all kinds of issues:

icons
Open lucide studio

So then you think what if it was even taller, but then it just somehow keeps getting worse. 😂

icons
Open lucide studio

Copy link
Member

Choose a reason for hiding this comment

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

Copy link
Member Author

Choose a reason for hiding this comment

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

iconsOpen lucide studio

A few pixels more and were infringing on Instagram's trademark. 🥸

@jguddas
Copy link
Member

jguddas commented Aug 12, 2025

icons
Open lucide studio

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
@ericfennis ericfennis merged commit bd50af7 into lucide-icons:main Aug 18, 2025
6 of 7 checks passed
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.

3 participants