-
Notifications
You must be signed in to change notification settings - Fork 12.2k
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
Comments
👍 |
3 similar comments
👍 |
+1 |
+1 |
+1 |
+1 |
plus 1 for fa-heart-half and fa-heart-half-o. |
+1 |
1 similar comment
👍 |
++1 |
+1 ... definitely please. :) |
* 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
+1 |
3 similar comments
+1 |
+1 |
+1 |
@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. P.S. To the maintainers.... CONTRIBUTING.md is a little confusing... not accepting icons yet accepting in the -wip branches? |
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.
|
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. |
+1 for the half-heart representations above. |
+1 |
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;
} |
+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... |
👍🏽 |
1 similar comment
+1 |
Hey folks. This is available in the version 6 alpha release: https://fontawesome.com/download |
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:
This is similar to the way that the fa-star series of icons works, i.e.
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! :)
The text was updated successfully, but these errors were encountered: