Material Design Sentiment Dissatisfied Icon

Material Design Sentiment Dissatisfied Icon symbolizes angry, disappointed, dislike, emotions, and person. This Material Design Sentiment Dissatisfied icon code is "sentiment_dissatisfied". You can use this sentiment dissatisfied icon as Material UI, Vuetify, and Angular Material (Mat Icon).

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

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

How to add Material Design Sentiment Dissatisfied Icon ?

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


thumb_up

Sentiment Dissatisfied

sentiment_dissatisfied

Icon

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

Code

sentiment_dissatisfied

Sentiment Dissatisfied

sentiment_dissatisfied

Icon

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

Code

sentiment_dissatisfied

Sentiment Dissatisfied

sentiment_dissatisfied

Icon

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

Code

sentiment_dissatisfied

Sentiment Dissatisfied

sentiment_dissatisfied

Icon

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

Code

sentiment_dissatisfied

Sentiment Dissatisfied

sentiment_dissatisfied

Icon

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

Code

sentiment_dissatisfied

2. Vuetify Icon Sentiment Dissatisfied

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

thumb_up

<v-icon>sentiment_dissatisfied</v-icon>

3. Material Ui Icon Sentiment Dissatisfied - React

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

thumb_up

import SentimentDissatisfiedIcon from '@mui/icons-material/SentimentDissatisfied'

3. Angular Material Icon Sentiment Dissatisfied - mat-icon

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

thumb_up

<mat-icon>sentiment_dissatisfied</mat-icon>

Tags

angry, disappointed, dislike, dissatisfied, emotions, expressions, face, feelings, frown, mood, person, sad, sentiment, survey, unhappy, unsatisfied, upset,Vuetify Sentiment Dissatisfied Icon (Vue Js), Material Ui Sentiment Dissatisfied Icon (React Js), Mat Icon Sentiment Dissatisfied (Angular Material)

sentiment_dissatisfied

sentiment_dissatisfied

sentiment_dissatisfied

sentiment_dissatisfied


Material Icon Sentiment Dissatisfied Icon | sentiment_dissatisfied | HTML, CSS

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

Change Material Icon Icon Sentiment Dissatisfied 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"> sentiment_dissatisfied</span>
<span class="material-icons green-color">sentiment_dissatisfied </span>
<span class="material-icons teal-color"> sentiment_dissatisfied</span>
<span class="material-icons yellow-color">sentiment_dissatisfied </span>
<span class="material-icons red-color">sentiment_dissatisfied </span>

Output of the above example will be as below-

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



sentiment_dissatisfied- Faq(s)?

⭐What is the Material Design Sentiment Dissatisfied Icon code?

Icon Code is - sentiment_dissatisfied.

⭐ What is Vuetify Sentiment Dissatisfied Icon code?

Vuetify Sentiment Dissatisfied Icon code is: sentiment_dissatisfied

⭐What is Material UI Sentiment Dissatisfied Icon (React) code?

import sentiment_dissatisfiedIcon from '@mui/icons-material/sentiment_dissatisfied

⭐ What is Angular Material Sentiment Dissatisfied Icon code?

Sentiment Dissatisfied.

Advertisements



For More Icons?