@fortawesome/free-brands-svg-icons APIs
- faGithub
- faTwitter
- fab
- faFacebook
- faLinkedin
- faYoutube
- faInstagram
- faDiscord
- faTelegram
- faMediumM
- faMedium
- faInstagramSquare
- faGoogle
- faReact
- faGithubAlt
- faFacebookF
- faRedditAlien
- faBitcoin
- faLinkedinIn
- faJs
- faHtml5
- faVuejs
- faCreativeCommonsBy
- faCreativeCommonsNc
- faCreativeCommonsNd
- faCreativeCommonsSa
- faDev
- faGitter
- faLinux
- faAngular
- faBootstrap
- faEthereum
- faYahoo
- faWindows
- faTwitterSquare
- faFortAwesome
- faGithubSquare
- faRedditSquare
- faReddit
- faGoogleDrive
- faFacebookSquare
- faWhatsapp
- faYoutubeSquare
- faCss3Alt
- faCcPaypal
- faCcMastercard
- faWeixin
- faAlgolia
- faTelegramPlane
- faMicrosoft
- faSpotify
- faSoundcloud
- faMeetup
- faSlack
- faAws
- faBitbucket
- faGitlab
- faGitSquare
- faApple
OtherRelated APIs
@fortawesome/free-brands-svg-icons#faApple JavaScript Examples
The following examples show how to use
@fortawesome/free-brands-svg-icons#faApple.
You can vote up the ones you like or vote down the ones you don't like,
and go to the original project or source file by following the links above each example. You may check out the related API usage on the sidebar.
Example #1
Source File: RegisterFaIcons.jsx From frontend-app-authn with GNU Affero General Public License v3.0 | 5 votes |
export default function registerIcons() {
library.add(faApple, faFacebook, faGoogle, faMicrosoft);
}