List of font awesome icons for PHP
Font awesome icons version 5.15.1 & 6.7.2
Web fonts from https://github.com/FortAwesome/Font-Awesome/tree/master/webfonts
Release October 20, 2020 - February 10, 2025
COVID-19: Help spread awareness and not the virus with these free icons.
Ready for a close encounter? Check out our new space icons.
Our new Science Fiction icons are ready to beam up.
Hey Siri, turn up the heat on our new household icons.
$arr_font_awesome_icons_5_15_1_associative = array(
"fab fa-twitter-square" => "\f081"
); $arr_font_awesome_icons_5_15_1_full = array(
'twitter-square' => array(
'type' => 'b',
'name' => 'twitter-square',
'unicode' => '\f081',
'class' => "fab fa-twitter-square",
'html' => '<i class="fab fa-twitter-square"></i>'
)
); $arr_font_awesome_icons_5_15_1_simple = array(
"fab fa-twitter-square"
);


