Search
 
SCRIPT & CODE EXAMPLE
 

HTML

font awesome icons html

Use this CDN link in your HTML(This only has the free icons of Font Awesome :)
<head>
	<link rel="stylesheet" href="https://fontawesome.com/releases/v5.15/css/all.css"/>
</head>
<body>
	<i class="fab fa-google"></i>
</body>
Comment

font awesome icons

    <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.15.4/css/all.css">
Comment

fa fa icons

<i class="fa fa-user-circle" aria-hidden="true"></i>
Comment

fa fa icons

<i class="fa fa-exclamation-circle" aria-hidden="true"></i>
Comment

font awesome icons

<i class="fa fa-check-circle-o" aria-hidden="true"></i>
Comment

font awesome icons

<i class="fa fa-address-book" aria-hidden="true"></i>
Comment

font awesome icons

<i class="fa fa-check-circle-o" aria-hidden="true"></i>
Comment

font awesome icons

<i class="fa fa-check-circle-o" aria-hidden="true"></i>
Comment

font awesome > icon

<i class="fa fa-chevron-right" aria-hidden="true"></i>
Comment

font awesome icons

<i class="fa fa-check-circle-o" aria-hidden="true"></i>
Comment

font awesome icons

<i class="fa fa-check-circle-o" aria-hidden="true"></i>
Comment

font awesome icons

<i class="fa fa-check-circle-o" aria-hidden="true"></i>
Comment

icon font awesome

<i class="fa fa-hand-pointer-o" aria-hidden="true"></i>
Comment

font-awesome icons

<!DOCTYPE html>
                    <html>
                        <head>
                        <title>Page Title</title>
                        <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.5.0/css/all.css" integrity="sha384-B4dIYHKNBt8Bc12p+WXckhzcICo0wtJAoU8YZTY5qE0Id1GSseTk6S+L3BlXeVIU" crossorigin="anonymous">
                       </head>
                        <body>
                        <i class='fas fa-greater-than'></i>
                        </body>
                    </html>
Comment

font awesome icons

<i class="fa fa-check-circle-o" aria-hidden="true"></i>
Comment

fontawesome.com icons

font awesome
Comment

font awesome icons

<i class="fa fa-check-circle-o" aria-hidden="true"></i>
Comment

PREVIOUS NEXT
Code Example
Html :: make text vertical align middle in table bootstrap 
Html :: html skype link 
Html :: how to create a page break html 
Html :: html space between characters 
Html :: open email client from html 
Html :: justify-content-center react bootstrap 
Html :: how to embed videos in html 
Html :: html javascript input numbers only 
Html :: How to add a browser tab icon (favicon)? 
Html :: target blank rel 
Html :: dropdown in html 
Html :: markdown: text size 
Html :: html link 
Html :: nbsp in html 
Html :: index for in angular 
Html :: how to create white space in html 
Html :: This request has been blocked; the content must be served over HTTPS. 
Html :: open anchor tag in new tab 
Html :: basecamp 3 api tag mention 
Html :: doctype 
Html :: bootstrap button tooltip 
Html :: disable textarea html 
Html :: how to call a function as soon as a page loads javascript 
Html :: bootstrap add html 
Html :: learn web development 
Html :: changeable href 
Html :: image grid markdown github 
Html :: textarea autosize angular 
Html :: how to set a gif as a background image of a page 
Html :: number dropdown html 
ADD CONTENT
Topic
Content
Source link
Name
8+1 =