Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/djjjonas/quick-html-icons
Little handy website for quickly getting some html icons.
https://github.com/djjjonas/quick-html-icons
Last synced: 13 days ago
JSON representation
Little handy website for quickly getting some html icons.
- Host: GitHub
- URL: https://github.com/djjjonas/quick-html-icons
- Owner: DJJJonas
- License: mit
- Created: 2024-03-24T17:32:53.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-05-01T14:25:35.000Z (6 months ago)
- Last Synced: 2024-10-06T08:41:57.527Z (about 1 month ago)
- Language: JavaScript
- Homepage: https://djjjonas.github.io/quick-html-icons/
- Size: 85.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Quick HTML Icons
A quick way of getting icons to your website
## About
This project is a little handy website made for quickly getting some icons for your HTML page.
## How to use
1. Click on "Font Awesome 4" or "Google", it copies a `link` tag to your clipboard
2. Paste the link tag inside the head tag of your html
3. Click on the copy button of any icon you like, it copies the `i` tag of the icon
4. Paste it in your HTML> **Note**
> Font Awesome 4 name their icons as of what they are (e.g. a heart icon is named "fa-heart"),
> but Google name their icons as of what they do (e.g. a heart icon is name "favorite").## Where do the icons come from?
The icons are from Font Awesome 4 and Google. Neither needs to create an account or pay.
The links and references where copied from [this W3Schools page](https://www.w3schools.com/icons/icons_reference.asp).