fix(ui): simplify OpenClawIcon for better visual consistency#12908
Merged
kangfenmao merged 2 commits intomainfrom Feb 14, 2026
Merged
fix(ui): simplify OpenClawIcon for better visual consistency#12908kangfenmao merged 2 commits intomainfrom
kangfenmao merged 2 commits intomainfrom
Conversation
- Redesign OpenClawIcon with cleaner, simpler paths - Update viewBox from 512x512 to 24x24 for better scaling - Reduce strokeWidth from 38 to 2 for consistent line thickness - Replace complex path with simple geometric shapes for better clarity - Maintain fill for eyes while using stroke for outline This makes the icon more consistent with other icons in the UI.
Collaborator
- Introduced OpenClawSidebarIcon to replace OpenClawIcon in the sidebar. - Updated Sidebar component to utilize the new OpenClawSidebarIcon for improved consistency in icon usage. This change enhances the visual coherence of the sidebar by ensuring the correct icon is displayed.
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.

What this PR does
Before this PR:
After this PR:
Fixes #
Why we need it and why it was done in this way
The original OpenClawIcon had visual inconsistencies with other icons in the UI - the stroke was too thick and the complex paths made it difficult to maintain and scale. This redesign simplifies the icon while maintaining its recognizable character.
The following tradeoffs were made:
The following alternatives were considered:
Links to places where the discussion took place: N/A
Breaking changes
None. This is a visual refinement that maintains the icon's purpose and recognizability.
Special notes for your reviewer
The icon maintains its "claw" character with simplified geometry. Please verify visual consistency with other icons in the application.
Checklist
Release note