Iconjar All Your Icons In One Place 1 3 1

How To Add Icons

To insert an icon, add the name of the icon class to any inline HTML element.

  1. Export icons in the sizes you need. IconJar lets you export icons in any size, file type and color. Save time by using one of our built-in presets for Android, iOS, macOS or create custom presets that suit your needs.
  2. I have extended the desktop over both monitors with the right-hand one (monitor 1) being the main monitor that has the desktop icons on it, stacked vertically along the left-hand edge of the desktop. This all works beautifully except that after waking my PC from sleep mode, my icons always move to part-way across monitor 2 (about 2 thirds from.

The <i> and <span> elements are widely used to add icons.

Download all the number 1 icons you need. Choose between 5573 number 1 icons in both vector SVG and PNG format. Related icons include count icons, phone icons, one icons, call icons.

All the icons in the icon libraries below, are scalable vector icons that can be customized with CSS (size, color, shadow, etc.)

Font Awesome 5 Icons

To use the Free Font Awesome 5 icons, go to fontawesome.com and sign in to get a code to use in your web pages.

Read more about how to get started with Font Awesome in our Font Awesome 5 chapter.

Note: No downloading or installation is required!

Example

Iconjar all your icons in one place 1 3 13
<!DOCTYPE html>
<html>
<head>
<script src='https://kit.fontawesome.com/yourcode.js'></script>
<!--Get your code at fontawesome.com-->
</head>
<body>
<i></i>
<i></i>
<i></i>
<i></i>
<i></i>
</body>
</html>
Try It Yourself »

Font Awesome 4 Icons

To use the Font Awesome 4 icons, add the following line inside the <head> section of your HTML page:

Note: No downloading or installation is required!

Example

<!DOCTYPE html>
<html>
<head>
<link href='https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css'>
</head>
<body>
<i></i>
<i></i>
<i></i>
<i></i>
<i></i>
</body>
</html>
Try It Yourself »

Bootstrap 3 Icons

To use the Bootstrap 3 glyphicons, add the following line inside the <head> section of your HTML page:

Note: No downloading or installation is required!

Example

<!DOCTYPE html>
<html>
<head>
<link href='https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css'>
</head>
<body>
<i></i>
<i></i>
<i></i>
<i></i>
<i></i>
</body>
</html>

Iconjar All Your Icons In One Place 1 3 1000

Try It Yourself »

Note: Glyphicons are not supported in Bootstrap 4.

For more information about Bootstrap 3 and Glyphicons, visit our Bootstrap 3 Tutorial.

Google Icons

To use the Google icons, add the following line inside the <head> section of your HTML page:

Note: No downloading or installation is required!

Example

<!DOCTYPE html>
<html>
<head>
<link href='https://fonts.googleapis.com/icon?family=Material+Icons'>
</head>
<body>
<i>cloud</i>
<i>favorite</i>
<i>attachment</i>
<i>computer</i>
<i>traffic</i>
</body>
</html>
Try It Yourself »

Iconjar All Your Icons In One Place 1 3 1/4

For a complete list of ALL icons (font awesome, bootstrap and google), visit the Icon Reference.


Iconjar All Your Icons In One Place 1 3 13

Iconjar All Your Icons In One Place 1 3 1/8