Search Results
Material Design Unfold Less Icon
Unfold Less 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 unfold_less to any element to add the icon. Material Design Unfold Less Icon can be resized as per your need. You can manage size of icon(unfold_less) by using font-size css style.
You can get steps to add HTML icon Unfold Less in Web, Vuetify, Material UI, Material Design and Angular Material framwork.
How to add Material Design Unfold Less Icon ?
Material Icon unfold_less Icon can be added to any web page simply as below.
Unfold Less
1. Web
You can integrate Icon in web pages by just adding following below syntax & icon code.
Unfold Less
Icon
<span class='material-icons-outlined'>unfold_less</span>
Code
unfold_less
Unfold Less
Icon
<span class='material-icons'>unfold_less</span>
Code
unfold_less
Unfold Less
Icon
<span class='material-icons-round'>unfold_less</span>
Code
unfold_less
Unfold Less
Icon
<span class='material-icons-sharp'>unfold_less</span>
Code
unfold_less
Unfold Less
Icon
<span class='material-icons-two-tone'>unfold_less</span>
Code
unfold_less
2. Vuetify Icon Unfold Less
You can add icon in vuetify(VueJS) material design framework just as below-
3. Material Ui Icon Unfold Less - React
You can add icon in MaterialUi react framework just as below-
3. Angular Material Icon Unfold Less - mat-icon
You can add mat icon Angular Material in Angular Material framework by just adding below code-
Tags
arrow, arrows, chevron, collapse, direction, expand, expandable, inward, less, list, navigation, unfold, up
Material Icon Unfold Less Icon | unfold_less | HTML, CSS
Adding Material Icon icon HTML Unfold Less(unfold_less) 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 Unfold Less Icon Unfold Less as per your requirement, suppose that you need to chnage the color of Unfold Less icon or change the size of size. It is pretty simple to change color of icon Unfold Less just add style="color:red" it will make font color red. On the same way you can change size of Unfold Less icon by just adding style="font-size:50px;". Smililarly you can add border color, shadow and other font styles to Unfold Less. Hope this icon fullfilled your need. Thanks for visiting us.
Change Material Icon Icon Unfold Less 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"> unfold_less</span>
<span class="material-icons green-color">unfold_less </span>
<span class="material-icons teal-color"> unfold_less</span>
<span class="material-icons yellow-color">unfold_less </span>
<span class="material-icons red-color">unfold_less </span>
Output of the above example will be as below-
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
Advertisements
unfold_less- Faq(s)?
⭐What is the Material Design Unfold Less Icon code?Icon Code is - unfold_less.
⭐ What is Vuetify Unfold Less Icon code? Vuetify Unfold Less Icon code is:
import unfold_lessIcon from '@mui/icons-material/unfold_less
⭐ What is Angular Material Unfold Less Icon code?
Advertisements