Search
 
SCRIPT & CODE EXAMPLE
 

HTML

phone icon html

<!DOCTYPE html>
<html>
<head>
<title>Font Awesome Icons</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body>

<h1>fa fa-phone</h1>

<i class="fa fa-phone"></i>
<i class="fa fa-phone" style="font-size:24px"></i>
<i class="fa fa-phone" style="font-size:36px"></i>
<i class="fa fa-phone" style="font-size:48px;color:red"></i>
<br>

<p>Used on a button:</p>
<button style="font-size:24px">Button <i class="fa fa-phone"></i></button>

<p>Unicode:</p>
<i style="font-size:24px" class="fa">&#xf095;</i>

</body>
</html> 
Comment

PREVIOUS NEXT
Code Example
Html :: html number format decimal places 
Html :: html <a 
Html :: html input submit size width 
Html :: how to make href open in a new tab link html 
Html :: Change color of calendar icon in HTML Date Input 
Html :: colocar una imagen en html 
Html :: pink floyd hey you 
Html :: html tel link 
Html :: html enctype 
Html :: ex:html 
Html :: mysql date time to display html input datetime-local value 
Html :: how to link js to html 
Html :: use v-model in custom component 
Html :: multiply in html 
Html :: how to run an html file from github 
Html :: svg rounded corners 
Html :: iframe maps responsive 
Html :: comments in html 
Html :: Description For Page html 
Html :: form hide in html 
Html :: html link to download file 
Html :: how to get number list in html 
Html :: markdown table cell multiple lines 
Html :: fav icon 
Html :: html code contact form template 
Html :: how to center a text html 
Html :: bootstrap 5 accordion 
Html :: html select default value disabled 
Html :: html redirect after alert 
Html :: html lien téléphone 
ADD CONTENT
Topic
Content
Source link
Name
3+7 =