Material Design Article Icon

Material Design Article Icon refers to a piece of writing included with others in a newspaper, magazine, or other publication. This Material Design Article icon code is "article". You can use this article icon as Material UI, Vuetify, and Angular Material (Mat Icon).

Article Icon is given below. You can use this icon on the same way in your project. First make sure you have added Material Icon library. If this library is added just add the HTML css class article to any element to add the icon. Material Design Article Icon can be resized as per your need. You can manage size of icon(article) by using font-size css style.

You can get steps to add HTML icon Article in Web, Vuetify, Material UI, Material Design and Angular Material framwork.

How to add Material Design Article Icon ?

Material Icon article Icon can be added to any web page simply as below.

1. Web

You can integrate Icon in web pages by just adding following below syntax & icon code.

thumb_up

Icon -
<span class="material-icons">article</span>
Icon Code -
article


thumb_up

Article

article

Icon

<span class='material-icons-outlined'>article</span>

Code

article

Article

article

Icon

<span class='material-icons'>article</span>

Code

article

Article

article

Icon

<span class='material-icons-round'>article</span>

Code

article

Article

article

Icon

<span class='material-icons-sharp'>article</span>

Code

article

Article

article

Icon

<span class='material-icons-two-tone'>article</span>

Code

article

2. Vuetify Icon Article

You can add icon in vuetify(VueJS) material design framework just as below-

thumb_up

<v-icon>article</v-icon>

3. Material Ui Icon Article - React

You can add icon in MaterialUi react framework just as below-

thumb_up

import ArticleIcon from '@mui/icons-material/Article'

3. Angular Material Icon Article - mat-icon

You can add mat icon Angular Material in Angular Material framework by just adding below code-

thumb_up

<mat-icon>article</mat-icon>

Tags

article, clarify, doc, document, file, news, page, paper, text, writing,Vuetify Article Icon (Vue Js), Material Ui Article Icon (React Js), Mat Icon Article (Angular Material)

article

article

article

article


Material Icon Article Icon | article | HTML, CSS

Adding Material Icon icon HTML Article(article) in web project is very simple. You need to add the icon class along with material-icons, it is basically main class and mandatory for icons so do not forget to add this class. You can customize Material Icon Article Icon Article as per your requirement, suppose that you need to chnage the color of Article icon or change the size of size. It is pretty simple to change color of icon Article just add style="color:red" it will make font color red. On the same way you can change size of Article icon by just adding style="font-size:50px;". Smililarly you can add border color, shadow and other font styles to Article. Hope this icon fullfilled your need. Thanks for visiting us.

Change Material Icon Icon Article Color

Sometimes we need icons in different color, as we suggested by adding css style we can change color. Here we have created one example to change color of icons with css classes.


    <style>
.blue-color {
color:blue;
}
.green-color {
color:green;
}
.teal-color {
color:teal;
}
.yellow-color {
color:yellow;
}
.red-color {
color:red;
}
</style>
<span class="material-icons blue-color"> article</span>
<span class="material-icons green-color">article </span>
<span class="material-icons teal-color"> article</span>
<span class="material-icons yellow-color">article </span>
<span class="material-icons red-color">article </span>

Output of the above example will be as below-

article article article article article
Note- Make Sure You have included the below Material Design file in header-

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

Advertisements



Related Icons

article- Faq(s)?

⭐What is the Material Design Article Icon code?

Icon Code is - article.

⭐ What is Vuetify Article Icon code?

Vuetify Article Icon code is: article

⭐What is Material UI Article Icon (React) code?

import articleIcon from '@mui/icons-material/article

⭐ What is Angular Material Article Icon code?

Article.

Advertisements



For More Icons?