Skip to content

llobu/fontawesome-php-arrays

Repository files navigation

fontawesome-php-arrays

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.

COVID-19: Help spread awareness and not the virus with these free icons

Ready for a close encounter? Check out our new space icons.

Ready for a close encounter? Check out our new space icons

Our new Science Fiction icons are ready to beam up.

Our new Science Fiction icons are ready to beam up.

Hey Siri, turn up the heat on our new household icons.

Hey Siri, turn up the heat on our new household icons

asociative-array

	$arr_font_awesome_icons_5_15_1_associative = array(
		"fab fa-twitter-square" => "\f081"
	);

complete-array

	$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>'
		)
	);

simple-array

	$arr_font_awesome_icons_5_15_1_simple = array(
		"fab fa-twitter-square"
	);

About

List of font awesome icons Version 5.15.1 in some php array types - Release October 20, 2020

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors