FortAwesome / Font-Awesome

The iconic SVG, font, and CSS toolkit
https://fontawesome.com
Other
73.49k stars 12.2k forks source link

Icon request: fab fa-facetime #16312

Open anthony0030 opened 4 years ago

anthony0030 commented 4 years ago

What can it be used for? I have an input for cellphone numbers and checkboxes with services the phone number has:

  1. Facebook Messenger
  2. FaceTime
  3. Viber
  4. WhatsApp

Example image (optional) Facetime logo

Icon request checklist

tagliala commented 4 years ago

Hi!

Thanks for being part of the Font Awesome Community.

This request is legit, but the non-brand video icon is very similar

anthony0030 commented 4 years ago

Thank you for your super fast response! :)

The list of services is pulled from a server and the icon was not showing up. I made a temporary solution while the icon is been made:

.fab.fa-facetime  {
  @extend .fa-video;
  @extend .fas;
}