-
Notifications
You must be signed in to change notification settings - Fork 6
Home
Welcome to the FontAwesomeFinder wiki!
Instantly search for FontAwesome icons through a web interface.
Visit https://awesomeiconsearch.com/
Searches are based on FontAwesome's CSS class names, custom keywords, and related icons (indexed by their keyword definitions).
Please feel free to contribute if you feel so inclined! You can help make the searches even better by updating the data.json
file and adding additional keywords. See below for an example.
Try adding more keywords
to an icon. An example icon in data.json
would look like this:
"fa-pencil": {
"name": "fa-pencil",
"keywords": [
"utensil",
"writer",
"draw",
"edit",
"pen",
"sketch"
]
}
Try adding icons to the inherit
property of an icon to inherit the keywords of other icons.
"fa-pencil-square-o": {
"name": "fa-pencil-square-o",
"inherit": [
"fa-pencil",
"fa-square"
],
"keywords": []
}
Do whatever you want with this, but credit me (@blizzrdof77) and the original author (@fahad19) -- just don't be a turd-splat.