Open KrupeshDev opened 6 years ago
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+99999
I'd like to unsubscribe from +1 facts y'all
I'd like to unsubscribe from +1 facts y'all
Same, I keep getting spammed with these emails
Hello,
as per our contributing guidelines, users upvote via reaction and it is not allowed to comment with +1
to upvote requests just to avoid spam emails
So, please, use reactions and avoid comments
If for some reason you want to unsubscribe the same from this request, please use the "unsubscribe" button in the right sidebar on GitHub
Please add C and C++ programming language icons
What can it be used for?
This icon can be used in building code playground websites, it denotes the c++ language. Most popular language after python. Font Awesome must have icon of c++ as it has icons for Java, Python, Node Js, Js, etc.
Example image (optional)
Example Image :
Icon request checklist
- [x] This is a single icon or matched pair (Ex:
lock
/unlock
)- [x] The title starts with "Icon request: " and is followed by the requested icon name (Ex:
Icon request: magical-unicorn
)- [x] I have searched for existing issues and to the best of my knowledge this is not a duplicate
- [x] I have included at least one example image if it could be helpful (optional)
- [x] The request is for a concrete object (it's harder to make an icon to represent happiness, it's easier to make a smiley face. ☺)
I just don't get why it's not done already. Python, Java, Js, php and many others already have their icons
C++ definitely need his logo to be added. At this point it's just for simple consistency reason since font awesome is used in developing community.
2023.... would be great to have this added.
If anyone finds this from google, I wanted to add a C++ logo to my portfolio site.. I decided to use a svg found here https://www.svgrepo.com/svg/305912/cplusplus and then hack it to make it look like a font awesome icon. Here's my code: Open the downloaded svg and edit in a text editor. Change its fill to white:
<svg fill="#ffffff"
Then html:
<style>
.tag-icons {
display: inline-flex;
align-items: center;
margin-bottom: 20px;
}
.tag-icons i {
margin-right: 10px;
}
.custom-icon {
width: 4em;
height: 4em;
fill: gray;
margin-right: 10px;
}
</style>
<div class="tag-icons">
<i class="fab fa-python fa-4x"></i>
<i class="fab fa-discord fa-4x"></i>
<i class="fab fa-aws fa-4x"></i>
<img class="custom-icon" src="assets/cplus.svg" alt="C++ Icon">
</div>
And here's example of what it looks like:
and you can do the same with the C# svg logo that someone in another thread has linked here https://github.com/FortAwesome/Font-Awesome/issues/8365#issuecomment-1304826350
+1
+1
+1
What can it be used for?
This icon can be used in building code playground websites, it denotes the c++ language. Most popular language after python. Font Awesome must have icon of c++ as it has icons for Java, Python, Node Js, Js, etc.
Example image (optional)
Example Image :
Icon request checklist
lock
/unlock
)Icon request: magical-unicorn
)