Skip to content
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

Icon Request: fa-heart-half, fa-heart-half-o #2301

Closed
ben4d85 opened this issue Oct 31, 2013 · 26 comments
Closed

Icon Request: fa-heart-half, fa-heart-half-o #2301

ben4d85 opened this issue Oct 31, 2013 · 26 comments
Assignees
Milestone

Comments

@ben4d85
Copy link

ben4d85 commented Oct 31, 2013

A combination of the fa-heart and fa-heart-o icons in order to create a heart that is half full (with and without outline).

I would like the fa-heart series of icons to be expanded, such that it includes:

  • fa-heart (already exists)
  • fa-heart-half
  • fa-heart-half-o
  • fa-heart-o (already exists)

This is similar to the way that the fa-star series of icons works, i.e.

  • fa-star (already exists)
  • fa-star-half (already exists)
  • fa-star-half-o (already exists)
  • fa-star-o (already exists)

I assume that this small addition must be fairly simple to create based on the already existing assets. It would be of great help if this could be added to the project. Many thanks! :)

@ezfe
Copy link

ezfe commented Jul 14, 2014

👍

3 similar comments
@simonfranz
Copy link

👍

@PoZu
Copy link

PoZu commented Aug 5, 2014

+1

@peedj
Copy link

peedj commented Aug 8, 2014

+1

@philippeluickx
Copy link

+1
Would be also quite great to have the half on both sides

@jacobkossman
Copy link

+1

@nadyav
Copy link

nadyav commented Feb 2, 2015

plus 1 for fa-heart-half and fa-heart-half-o.

@CareLuLu-Gabriel
Copy link

+1

1 similar comment
@kdisneur
Copy link

👍

@montecruiseto
Copy link

++1

@Martii
Copy link

Martii commented Aug 7, 2015

+1 ... definitely please. :)

Martii pushed a commit to Martii/OpenUserJS.org that referenced this issue Aug 7, 2015
* Added vote to FortAwesome/Font-Awesome#2301 ... would be a great addition if released. :)
* Probably going to take a break from this section for a while

Applies to OpenUserJS#490
@openevocracy
Copy link

+1

3 similar comments
@sagacitysite
Copy link

+1

@NickMihaiu91
Copy link

+1

@bbosternak
Copy link

+1

@Martii
Copy link

Martii commented Oct 8, 2015

@ben4d85 and just about everyone else here...

fa-heart-half-o.svg
fa-heart-half.svg

Just want to make sure these graphic representations is what is being requested?

I'm far from a vector graphics expert but twiddled enough to get this done with the existing hearts and a difference applied in about hour or so.


P.S. To the maintainers.... CONTRIBUTING.md is a little confusing... not accepting icons yet accepting in the -wip branches?

@nadyav
Copy link

nadyav commented Oct 8, 2015

A half-heart icon is what being requested here. I also have created a workaround by absolutely positioning a full heart icon (pink) above another one (light gray) and displaying only half of it. Easy enough to implement but requires extra markup and styling. Would be so much easier to have an actual icon.

On Oct 8, 2015, at 12:08 AM, Marti Martz [email protected] wrote:

@ben4d85 and just about everyone else here...

Just want to make sure these graphic representations is what is being requested?

I'm far from a vector graphics expert but twiddled enough to get this done with the existing hearts and a difference applied in about hour or so.


Reply to this email directly or view it on GitHub.

@Martii
Copy link

Martii commented Oct 8, 2015

There's actually a third possibility... heart-half (like demo'd above) with no fill just the outer stroke... although not sure how good that would look and might look better with closing the stroke instead of just open.

The fa-heart-half-o.svg demo'd above is what our project is looking for as a simple, visual decrease/increase (flipped with CSS) in our rating system.

@meepoSenpai
Copy link

+1 for the half-heart representations above.

@joebartels
Copy link

+1
screen shot 2016-03-09 at 12 38 13 pm

would love (pun intended) the top level heart to be half filled

@ghost
Copy link

ghost commented Mar 17, 2016

+1

@nadyav
Copy link

nadyav commented Mar 17, 2016

In the meantime, if you need a half-icon, feel free to use this method. It works for any FontAwesome icon.

<ul>
  <li class="fa fa-heart pink"></li>
  <li class="fa fa-heart gray"></li>
</ul>
.fa{
    position:absolute;
    font-size:160px;
    color: #aaaaaa;
}
.gray{
    color:#E72D9E;
    overflow:hidden;
    width:80px;
}

https://jsfiddle.net/nadyav/614yyf7q/

@mattkomarnicki
Copy link

+1

Any progress with this one? That icon would be extra handy when doing rating system based on hearts rather than stars where rating like 4.5 / 5.5 is possible...

@Jdepontbriand13
Copy link

👍🏽

1 similar comment
@Masa-Shin
Copy link

+1

@sensibleworld sensibleworld self-assigned this Jul 6, 2020
@sensibleworld sensibleworld added this to the 6.0.0-alpha1 milestone Nov 3, 2020
@sensibleworld
Copy link
Member

Hey folks. This is available in the version 6 alpha release: https://fontawesome.com/download

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests