Skip to content

feat(icons): added tag-plus and tag-x icons#3980

Open
adam-kov wants to merge 5 commits intolucide-icons:mainfrom
adam-kov:main
Open

feat(icons): added tag-plus and tag-x icons#3980
adam-kov wants to merge 5 commits intolucide-icons:mainfrom
adam-kov:main

Conversation

@adam-kov
Copy link
Copy Markdown

Description

Added new tag-plus and tag-x icons.

Icon use case

  • More everyday object icons should have plus, x, edit, etc. variations.
  • I mark the "Products" menu in my application with the tag icon. Users can add products, so I'd rather use the tag-plus icon in the "New product" button instead of the generic plus one.
  • For the same reason, I'd like to have the tag-x icon for deleting a product.

Alternative icon designs

Icon Design Checklist

Concept

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

Author, credits & license

  • The icons are solely my own creation.
  • The icons were originally created in # by @
  • I've based them on the following Lucide icons: tag, plus, x
  • 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

@github-actions github-actions Bot added 🎨 icon About new icons 🫧 metadata Improved metadata labels Jan 12, 2026
Copy link
Copy Markdown
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.

Comment thread icons/tag-plus.json
Comment thread icons/tag-x.json
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Jan 13, 2026

Added or changed icons

tag-plustag-x

Preview cohesion square-pilcrowsquare-percent
tag-plustag-x
square-split-verticalbetween-horizontal-end
Preview stroke widths tag-plustag-x
tag-plustag-x
tag-plustag-x
DPI Preview

16px (shadcn/ui)

tag-plus tag-x

24px (default)

tag-plus tag-x

32px (shadcn/ui + retina)

tag-plus tag-x

48px (default + retina)

tag-plus tag-x
Icon X-rays tag-plus tag-x
Icon Diffs tag-plus tag-x
Icon Symmetry

Flip Horizontal

tag-plus tag-x

Flip Vertical

tag-plus tag-x

Flip Diagonal

tag-plus tag-x

Rotate 180°

tag-plus tag-x
Icons as code

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

const TagPlusIcon = createLucideIcon('TagPlus', [
  ["path",{"d":"M16 13h6"}],
  ["path",{"d":"m16.5 6.5-3.914-3.914A2 2 0 0 0 11.172 2H4a2 2 0 0 0-2 2v7.172a2 2 0 0 0 .586 1.414l8.704 8.704a2.426 2.426 0 0 0 3.42 0l1.79-1.79"}],
  ["path",{"d":"M19 10v6"}],
  ["circle",{"cx":"7.5","cy":"7.5","r":".5","fill":"currentColor"}]
])

const TagXIcon = createLucideIcon('TagX', [
  ["path",{"d":"m16.5 6.5-3.914-3.914A2 2 0 0 0 11.172 2H4a2 2 0 0 0-2 2v7.172a2 2 0 0 0 .586 1.414l8.704 8.704a2.43 2.43 0 0 0 3.42 0l1.79-1.79"}],
  ["path",{"d":"m16.5 10.5 5 5"}],
  ["path",{"d":"m21.5 10.5-5 5"}],
  ["circle",{"cx":"7.5","cy":"7.5","r":".5","fill":"currentColor"}]
])

@karsa-mistmere
Copy link
Copy Markdown
Member

Hey @adam-kov,

Overall really nice work on this, I have but one qualm: as per #3875 the cross should be our 5by5 variant, positioned in the same way as folder-x is relative to folder-plus.

@karsa-mistmere
Copy link
Copy Markdown
Member

Ah, one small issue that's only just occurred to me: @jguddas already has an ongoing pull request changing the base shape of tag in #3936 I'd rather we wait for that one to get merged before we add any more variants. 😅

@adam-kov adam-kov mentioned this pull request Jan 26, 2026
3 tasks
@github-actions github-actions Bot added the Stale label Feb 13, 2026
@adam-kov
Copy link
Copy Markdown
Author

Still waiting for #3936.

@github-actions github-actions Bot removed the Stale label Feb 14, 2026
@lucide-icons lucide-icons deleted a comment from github-actions Bot Feb 17, 2026
@ericfennis
Copy link
Copy Markdown
Member

@karsa-mistmere @jguddas, since a debate is still going on in #3936. Maybe add this one first?

Comment thread icons/tag-x.svg
@karsa-mistmere
Copy link
Copy Markdown
Member

@karsa-mistmere @jguddas, since a debate is still going on in #3936. Maybe add this one first?

I'm fine with that, just as long as main remains in a consistent state.

@jguddas
Copy link
Copy Markdown
Member

jguddas commented Feb 17, 2026

My vote is for bigger tlx an plus, the more legible the better

@karsa-mistmere
Copy link
Copy Markdown
Member

My vote is for bigger tlx an plus, the more legible the better

Not terrible in this particular instance, but I'm still voting not to break the consistency of the entire icon set:

image

@github-actions
Copy link
Copy Markdown
Contributor

This PR is stale because it has been open 45 days with no activity. Remove stale label or comment or this will be closed in 5 days.

@github-actions github-actions Bot added the Stale label Mar 20, 2026
@adam-kov
Copy link
Copy Markdown
Author

Not stale

Co-authored-by: Karsa <contact@karsa.org>
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.

4 participants