lucide
lucide copied to clipboard
fix(icons): redesigned `home` icon
What is the purpose of this pull request?
- [x] Other: Icon update
Description
Redesigned home
icon
Before Submitting
- [x] I've read the Contribution Guidelines.
- [x] I've checked if there was an existing PR that solves the same issue.
Added or changed icons
Preview cohesion
Preview stroke widths
DPI Preview (24px)
Icon X-rays
Icons as code
Works for: lucide-react
, lucide-react-native
, lucide-preact
, lucide-vue-next
const HouseIcon = createLucideIcon('House', [
["path",{"d":"M15 21v-8a1 1 0 0 0-1-1h-4a1 1 0 0 0-1 1v8"}],
["path",{"d":"M3 10a2 2 0 0 1 .709-1.528l7-5.999a2 2 0 0 1 2.582 0l7 5.999A2 2 0 0 1 21 10v9a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z"}]
])
What makes the curved door feel weird to you @karsa-mistmere?
Looks pretty neat at 12x to me.
Also up for discussion: should we rename this to house
?
What makes the curved door feel weird to you @karsa-mistmere? Looks pretty neat at 12x to me.
To me that looks awful, I very much prefer the right one:
Edit: I know now why exactly this is bugging me – adding rounding that's invisible at our default settings means that scaled/light icons are fundamentally different, I think this is definitely undesirable.
Can we also take a look at #1841 before we merge this one.
Other related issues:
- #2098
- #1855
Can we also take a look at #1841 before we merge this one.
Other related issues:
@jguddas already designed this very cute icon at #2123 for the autarky use case
As for home-plus
(or should it not be house-plus
?), I think these are our best candidates:
None of them spark joy, but it should definitely not be the last one.
Can we also take a look at #1841 before we merge this one. Other related issues:
@jguddas already designed this very cute icon at #2123 for the autarky use case
As for
home-plus
(or should it not behouse-plus
?), I think these are our best candidates:None of them spark joy, but it should definitely not be the last one.
The second one with the plus in the roof looks nice.
@karsa-mistmere @jguddas I vote as well for the second one!
Also up for discussion: should we rename this to house?
This still bugs me, I feel like house
is what's depicted and home
is a use case, so as per naming convention no. 4, this should be house
, not home
.
Also up for discussion: should we rename this to house?
This still bugs me, I feel like
house
is what's depicted andhome
is a use case, so as per naming convention no. 4, this should behouse
, nothome
.
@ericfennis & @jguddas: still waiting for your two cents on this.
Here's the finalized house-plus
/home-plus
icon:
I vote for keeping it home.
@karsa-mistmere is right here. If we want to be consistent with renaming, we should rename this to house
.