feat(icons): added tag-plus and tag-x icons#3980
Open
adam-kov wants to merge 5 commits intolucide-icons:mainfrom
Open
feat(icons): added tag-plus and tag-x icons#3980adam-kov wants to merge 5 commits intolucide-icons:mainfrom
tag-plus and tag-x icons#3980adam-kov wants to merge 5 commits intolucide-icons:mainfrom
Conversation
Contributor
Added or changed iconsIcons as codeWorks for: 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"}]
]) |
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 |
Member
Author
|
Still waiting for #3936. |
Member
|
@karsa-mistmere @jguddas, since a debate is still going on in #3936. Maybe add this one first? |
karsa-mistmere
requested changes
Feb 17, 2026
Member
I'm fine with that, just as long as |
Member
|
My vote is for bigger tlx an plus, the more legible the better |
Member
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. |
Author
|
Not stale |
Co-authored-by: Karsa <contact@karsa.org>
ericfennis
approved these changes
Apr 24, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Description
Added new
tag-plusandtag-xicons.Icon use case
plus,x,edit, etc. variations.tagicon. Users can add products, so I'd rather use thetag-plusicon in the "New product" button instead of the genericplusone.tag-xicon for deleting a product.Alternative icon designs
Icon Design Checklist
Concept
Author, credits & license
tag,plus,xNaming
icons/[iconName].json.Design
Before Submitting