×

Top 14 Web icon Interview Questions for 2024

1) What is Web Icon?

Web Icon is a symbol that is used to represent a specific action or a capability on a webpage. It is used in documents as well as applications.

2) How can we link the font library?

We can link the font library in HTML head sections. Example:
<head>  

   <link rel = "stylesheet"   

   href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.3.0/css/font-awesome.min.css">  

</head>

3) What are the Web Icons Fonts?

Web Icons fonts are:
  • Font Awesome
  • Bootstrap Glyphicons
  • Google's Material Icons

4) What are the advantages of Web Icons?

There are following features of Web Icons:
  • It is easy to use.
  • We have to download only Library font files .
  • It helps to web developers to built an Icons.
  • All web icons used within <I> HTML tag.

5) How can we use Font Awesome Icons?

We can use web icons by using HTML <i> element. Example:
<html>  

   <head>  

      <link rel = "stylesheet"   

      href = "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.3.0/css/font-awesome.min.css">  

   </head>  

      

   <body>  

      <i class = "fa fa-inr"></i>  

   </body>  

      

</html>

6) How can we define the Font Awesome Icons size?

We can define the size of Icons by using following codes: Example:
<html>  

<head>  

      <link rel = "stylesheet"   

      href = "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.3.0/css/font-awesome.min.css">  

          

      <style>  

         i.mysize{  

            font-size: 10em;  

                 }  

      </style>          

   </head>  

   <body>  

      <i class = "fa fa-inr mysize"></i>  

   </body>  

     

   </html>

7) What are the icons provide by Font Awesome?

Font Awesome provides 519 Icons. There are some following categories:
  • Web Application Icons
  • Hand Icons
  • Transportation Icons
  • Gender Icons
  • File Type Icons
  • Spinner Icons
  • Form Control Icons
  • Payment Icons etc.

8) What are the various form control icons and their use?

There are various from control icons:
<i class="fa fa-check-square custom"></i>

<i class="fa fa-check-square-o custom"></i>

<i class="fa fa-circle custom"></i>

<i class="fa fa-circle-o custom"></i>

<i class="fa fa-dot-circle-o custom"></i>

<i class="fa fa-minus-square custom"></i>

<i class="fa fa-minus-square-o custom"></i> etc.

9) What are Material Icons?

Material Icons are simple and support all modern web browsers. It is based on vector. It uses font (Library) class material-icons. Example:
<head>  

   <link href = "https://fonts.googleapis.com/icon?family=Material+Icons" rel = "stylesheet">  

</head>

10) How many icons font provided by Material?

Material provides 519 icons, following are given below:
  • Action Icons
  • Alert Icons
  • AV Icons
  • Communication Icons
  • Content Icons
  • Image Icons
  • Maps Icons
  • Navigation Icons
  • Notification Icons
  • Social Icons
  • Toggle Icons etc.

11) What is Bootstrap Glyphicons and how to load the font (Library)?

Bootstrap Glyphicons is a library of monochromatic icons. It provides 250 glyphs in font format. It is loaded the font with head HTML tag. Example:
<head>  

   <link rel = "stylesheet"   

   href = "http://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css">  

</head>

12) How can we define the size of Glyphicons Icons in Bootstrap?

We can define the size of Glyphicons Icons in Bootstrap by using following codes: Example:
<html>  

   <head>  

      <link rel = "stylesheet" href = <link rel = "stylesheet"   

      href = "http://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css">  

      i.mysize {font-size: 6em;}  

   </head>  

      

   <body>  

      <i class = "glyphicon glyphicon-tree-deciduous mysize"></i>  

   </body>  

      

</html>

13) What are the types of Material Social Icons and its use?

There are following types of Material Social Icons:
<i class="material-icons custom">cake</i>

<i class="material-icons custom">group</i>

<i class="material-icons custom">public</i>

<i class="material-icons custom">school</i>

<i class="material-icons custom">share</i> etc

14) How can we use Payment Icons by using Font Awesome?

We can use payment icons by using Font Awesome:
<i class="fa fa-cc-visa custom"></i>

<i class="fa fa-cc-paypal custom"></i>

<i class="fa fa-cc-mastercard custom"></i>

<i class="fa fa-cc-discover custom"></i>

<i class="fa fa-cc-jcb custom"></i>

<i class="fa fa-cc-stripe custom"></i> etc.

Related Topics

Top 15 VBA Interview Questions for 2024

1) What is VBA? VBA stands for Visual Basic Application. It is an event-driven programming language. It is mainly used with Microsoft Office applications such as MS -Excel, MS-Word and MS-Access. 2)...

3 minutes read.

Top 25 DB2 Interview question for 2024

1) Give breif detail about DB2? DB2 is a Relational Database Management System developed by IBM. It supports Object Oriented features and non-relational structures with XML. 2) Enlist the types of datatypes...

3 minutes read.

Top 15 SVG Interview Questions for 2024

1) What is SVG? SVG stands for Scalable Vector Graphics, It is XML based format used to draw dimentional vector images. It is a W3C standard. SVG supports all image formats. 2) What are...

2 minutes read.

Top 15 MATLAB Interview Questions for 2024

1) What is MATLAB? MATLAB (matrix laboratory) is fourth-generation programming language. It allows matrix manipulations, implementations of algorithm and many more. 2) Who developed MATLAB? MATLAB is developed by MathWorks. 3) In which language...

2 minutes read.

Top 15 JCL (Job Control Language) Interview Questions for 2024

1) What is JCL? JCL refers to Job Control Language. It is a command language which describes job (unit of work) for the Multiple Virtual Storage (MVS) operating system. It is...

3 minutes read.

Top 15 Xamarin Interview Questions for 2024

1) What is Xamarin? Xamarin is a .NET framework. It allows to create an application that run on multiple platforms. Xamarin Tutorial uses C# language and .NET framework to deliver native...

2 minutes read.

A to Z Interview Questions

ABCDEFGHIJKLMNOPQRSTUVWXYZ Interview Questions and Answers List A AJAX Interview Questions Android Interview Questions Angular 2 Interview Questions AngularJs Interview Questions Apache Presto Interview Questions Apache Tapestry Interview Questions Arduino Interview Questions ASP.NET MVC Interview Questions Aurelia Interview Questions AWS Interview Questions B Blockchain Interview...

3 minutes read.

Top 30 Magento Interview Questions for 2024

1) What is Magento? Magento is an open-source content management system. It is used to create e-commerce websites. It is developed by Varien ,Inc, a US private company headquartered in Culver City, California. It...

5 minutes read.

Top 16 Moo Tools Interview Questions for 2024

1) What is Moo Tools? MooTools stands for My Object-Oriented Tools. It is a lightweight and object-oriented JavaScript framework. It is used to create dynamic web page. It is developed by Valerio...

5 minutes read.

Top 29 Phalcon Framework Interview Questions for 2024

1) What is Phalcon? Phalcon is an open source framework based on the MVC (Model-View-Controller) pattern. It is the combination of PHP and C language. It is developed by Andres Gutierrez...

6 minutes read.

Top 28 Scala Interview Questions for 2024

1) What is Scala? Scala is a functional and object-oriented programming language. It is used to develop web application, mobile application, enterprise application, desktop based application etc. Everything in Scala is in object...

4 minutes read.

Top 26 CouchDB interview questions for 2024

1) What is CouchDB? CouchDB is a document typed database server which can be accessed through RESTful JSON API. It is a schema free and Ad-hoc database with a flat address...

4 minutes read.

Top 30 Fortran Interview Questions for 2024

1) What is Fortran? Fortran is general purpose, high-level programming language which is used for numeric and scientific computing. 2) What are the features of Fortran programming language? Features of Fortran language are: ...

4 minutes read.

Top 15 ES6 Interview Questions for 2024

Commonly Asked ES6 Interview Questions and Answers 1) What is ES6? ES6 is a scripting language specification standardized. It is used to enable client-side scripting. The specification is influenced by programming languages (Self, Python, Perl,...

2 minutes read.

Top 31 Koa Interview Questions for 2024

1) What is Koa? Koa is a very small framework which provides us a minimal interface to build our applications. It is quite flexible and there are numerous modules available on...

4 minutes read.

Top 18 Blockchain Interview Questions and Answers for 2024

Top 20 Commonly Asked Blockchain Interview Questions and Answers 1. What do you understand by Blockchain? Blockchain is a chain of blocks made up of digital pieces of information or can be defined as...

6 minutes read.

Top 30 AngularJS Interview Questions and Answers for 2024

Most Frequently asked AngularJS Interview Questions and Answers for Fresher 1) Describe Angular JS ? It is a powerful framework of JavaScript. AngularJS is used to design Rich Internet Application. This framework...

5 minutes read.

Top 19 Google Maps Interview Questions for 2024

1) What is Google Maps? Google Maps is a web-based service developed by Google. It contains geographical information and provides routes and information to the client. 2) What are the features provided...

5 minutes read.

Top 15 Pure CSS Interview Questions for 2024

1) What is Pure CSS? Pure is a CSS (Cascading Style Sheet) framework. It is a collection of small set of responsive CSS modules. We can integrate it to any web...

5 minutes read.

Top 15 Cordova Interview Questions for 2024

Top 20 Cordova Interview Questions and Answers for Freshers 1) What is Cordova? Cordova is a mobile application development framework. Cordova allows building mobile application using HTML5, CSS3, and JavaScript. Cordova is...

3 minutes read.