Skip to content

fix(icons): redesigned vibrate and vibrate-off icon #3344

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

jguddas
Copy link
Member

@jguddas jguddas commented Jun 20, 2025

What is the purpose of this pull request?

  • Other: Icon update

Description

Redesign based on smartphone.

Generally the current vibrate icon is just a bit ugly and small.

Before Submitting

@github-actions github-actions bot added 🎨 icon About new icons 🫧 metadata Improved metadata labels Jun 20, 2025
Copy link

Added or changed icons

icons/vibrate-off.svgicons/vibrate.svg

Preview cohesion icons/message-square-off.svgicons/squares-subtract.svg
icons/vibrate-off.svgicons/vibrate.svg
icons/message-circle-question-mark.svgicons/copy-x.svg
Preview stroke widths icons/vibrate-off.svgicons/vibrate.svg
icons/vibrate-off.svgicons/vibrate.svg
icons/vibrate-off.svgicons/vibrate.svg
DPI Preview

16px (shadcn/ui)

icons/vibrate-off.svg icons/vibrate.svg

24px (default)

icons/vibrate-off.svg icons/vibrate.svg

32px (shadcn/ui + retina)

icons/vibrate-off.svg icons/vibrate.svg

48px (default + retina)

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

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

const VibrateOffIcon = createLucideIcon('VibrateOff', [
  ["path",{"d":"M12 18h.01"}],
  ["path",{"d":"M19 19v1a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2v-3l-1-1 2-2-2-2 2-2-2-2 1-1V5"}],
  ["path",{"d":"m2 2 20 20"}],
  ["path",{"d":"M7.656 2H17a2 2 0 0 1 2 2v3l1 1-2 2 2 2-1.172 1.172"}]
])

const VibrateIcon = createLucideIcon('Vibrate', [
  ["path",{"d":"M12 18h.01"}],
  ["path",{"d":"m5 17-1-1 2-2-2-2 2-2-2-2 1-1V4a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v3l1 1-2 2 2 2-2 2 2 2-1 1v3a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2z"}]
])

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.

1 participant