Skip to content

feat(icons): added engine icon #3404

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 2 commits into
base: main
Choose a base branch
from

Conversation

thordursk
Copy link

@thordursk thordursk commented Jul 11, 2025

What is the purpose of this pull request?

  • New Icon

Description

Added new engine icon.

Icon use case

  • Used to represent the engine system in a car’s digital dashboard, such as displaying engine status, maintenance alerts (e.g., "check engine"), or performance metrics.
  • In a logistics platform, the icon can indicate engine diagnostics, usage hours, or alert for engine overheating or service schedules for trucks, buses, or vessels.
  • In e-commerce it can be used to categorize or tag products related to engines or motors, like oil filters, spark plugs, or replacement parts.

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.
  • The icons were originally created in Engine icon #3116 by @karsa-mistmere
  • I've based them on the following Lucide icons:
  • I've based them on the following design:

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

Copy link

Added or changed icons

icons/engine.svg

Preview cohesion icons/square-user.svg
icons/engine.svg
icons/zoom-in.svg
Preview stroke widths icons/engine.svg
icons/engine.svg
icons/engine.svg
DPI Preview

16px (shadcn/ui)

icons/engine.svg

24px (default)

icons/engine.svg

32px (shadcn/ui + retina)

icons/engine.svg

48px (default + retina)

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

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

const EngineIcon = createLucideIcon('Engine', [
  ["path",{"d":"M12 8V4"}],
  ["path",{"d":"M15 4H9"}],
  ["path",{"d":"M2 17v-6"}],
  ["path",{"d":"M22 10v2a1 1 0 0 1-1 1h-2a1 1 0 0 1-1-1v-1a1 1 0 0 0-1-1h-.172a2 2 0 0 1-1.414-.586l-.828-.828A2 2 0 0 0 13.172 8h-2.344a2 2 0 0 0-1.414.586l-.828.828A2 2 0 0 1 7.172 10H7a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h.141a2 2 0 0 1 1.45.622l.718.756a2 2 0 0 0 1.45.622H17a1 1 0 0 0 1-1v-1a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v2"}],
  ["path",{"d":"M6 14H2"}]
])

@jguddas
Copy link
Member

jguddas commented Jul 11, 2025

Not very lucidy :/

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