Material Design Line Weight Icon

Material Design Line Weight Icon refers to line thickness is the visual lightness, darkness, or weight of a line in an image. This Material Design Line Weight icon code is "line_weight". You can use this line weight icon as Material UI, Vuetify, and Angular Material (Mat Icon).

Line Weight 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 line_weight to any element to add the icon. Material Design Line Weight Icon can be resized as per your need. You can manage size of icon(line_weight) by using font-size css style.

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

How to add Material Design Line Weight Icon ?

Material Icon line_weight 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">line_weight</span>
Icon Code -
line_weight


thumb_up

Line Weight

line_weight

Icon

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

Code

line_weight

Line Weight

line_weight

Icon

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

Code

line_weight

Line Weight

line_weight

Icon

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

Code

line_weight

Line Weight

line_weight

Icon

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

Code

line_weight

Line Weight

line_weight

Icon

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

Code

line_weight

2. Vuetify Icon Line Weight

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

thumb_up

<v-icon>line_weight</v-icon>

3. Material Ui Icon Line Weight - React

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

thumb_up

import LineWeightIcon from '@mui/icons-material/LineWeight'

3. Angular Material Icon Line Weight - mat-icon

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

thumb_up

<mat-icon>line_weight</mat-icon>

Tags

height, line, size, spacing, style, thickness, weight,Vuetify Line Weight Icon (Vue Js), Material Ui Line Weight Icon (React Js), Mat Icon Line Weight (Angular Material)

line_weight

line_weight

line_weight

line_weight


Material Icon Line Weight Icon | line_weight | HTML, CSS

Adding Material Icon icon HTML Line Weight(line_weight) 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 Line Weight Icon Line Weight as per your requirement, suppose that you need to chnage the color of Line Weight icon or change the size of size. It is pretty simple to change color of icon Line Weight just add style="color:red" it will make font color red. On the same way you can change size of Line Weight icon by just adding style="font-size:50px;". Smililarly you can add border color, shadow and other font styles to Line Weight. Hope this icon fullfilled your need. Thanks for visiting us.

Change Material Icon Icon Line Weight 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"> line_weight</span>
<span class="material-icons green-color">line_weight </span>
<span class="material-icons teal-color"> line_weight</span>
<span class="material-icons yellow-color">line_weight </span>
<span class="material-icons red-color">line_weight </span>

Output of the above example will be as below-

line_weight line_weight line_weight line_weight line_weight
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



line_weight- Faq(s)?

⭐What is the Material Design Line Weight Icon code?

Icon Code is - line_weight.

⭐ What is Vuetify Line Weight Icon code?

Vuetify Line Weight Icon code is: line_weight

⭐What is Material UI Line Weight Icon (React) code?

import line_weightIcon from '@mui/icons-material/line_weight

⭐ What is Angular Material Line Weight Icon code?

Line Weight.

Advertisements



For More Icons?