Sentiment Frustrated icon

Sentiment Frustrated is a Google Material Symbol from the Social category. It comes in outlined, rounded and sharp styles, filled or unfilled, at seven weights from 100 to 700. Download it as SVG or PNG, or copy code for HTML, React, Vue, Angular, Flutter and Android — it's free to use under the Apache License 2.0.

Outlined

SVG

Outlined, filled

SVG

Every style, fill and weight

Material Symbols are variable: each icon comes in three styles, with or without fill, at seven weights. Pick a combination to preview it, download it, or copy the code for your platform.

Outlined, unfilled, weight 400

sentiment_frustrated_outlined_fill0_wght400.svg

Sentiment Frustrated icon in HTML

Load the Material Symbols font from Google Fonts (this link loads just this icon), then use the icon's name as text.

<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200&icon_names=sentiment_frustrated" />

<span class="material-symbols-outlined">sentiment_frustrated</span>

Sentiment Frustrated icon in React

// With the font from the HTML tab:
export function SentimentFrustratedIcon() {
  return (
    <span className="material-symbols-outlined">
      sentiment_frustrated
    </span>
  );
}

// Or as an SVG component (Vite + vite-plugin-svgr) instead:
//   npm install @material-symbols/svg-400
//   import SentimentFrustratedIcon from "@material-symbols/svg-400/outlined/sentiment_frustrated.svg?react";

Sentiment Frustrated icon in Vue

<!-- With the font from the HTML tab -->
<template>
  <span class="material-symbols-outlined">sentiment_frustrated</span>
</template>

<!-- Or as an SVG component (Vite + vite-svg-loader):
     npm install @material-symbols/svg-400
     import SentimentFrustratedIcon from "@material-symbols/svg-400/outlined/sentiment_frustrated.svg?component"; -->

Sentiment Frustrated icon in Angular

With Angular Material and the font from the HTML tab:

<mat-icon fontSet="material-symbols-outlined">sentiment_frustrated</mat-icon>

Sentiment Frustrated icon in Flutter

Uses the community material_symbols_icons package.

flutter pub add material_symbols_icons

import 'package:material_symbols_icons/symbols.dart';

Icon(Symbols.sentiment_frustrated, fill: 0, weight: 400)

Sentiment Frustrated icon in Android

A vector drawable of the selected style, fill and weight:

<!-- res/drawable/sentiment_frustrated.xml -->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
    android:width="24dp"
    android:height="24dp"
    android:viewportWidth="24"
    android:viewportHeight="24"
    android:tint="?attr/colorControlNormal">
        <path android:fillColor="@android:color/white" android:pathData="M9.775 18q.425 0 .813-.15t.762-.35q.15-.1 .313-.175t.337-.075q.2 0 .65 .25 .375 .2 .763 .35t.812 .15q1.25 0 2.013-.887T17 14.75q0-1.8-1.237-2.775T12.2 11h-.4q-2.325 0-3.562 .975T7 14.75q0 1.475 .763 2.363T9.775 18Zm-.025-1.5q-.6 0-.937-.462T8.475 14.75q0-1.15 .813-1.7T11.8 12.5h.375q1.7 0 2.5 .55t.8 1.7q0 .825-.325 1.288T14.225 16.5q-.3 0-.85-.3-.325-.2-.662-.325t-.713-.125q-.375 0-.725 .125t-.675 .325q-.2 .125-.412 .213T9.75 16.5ZM6.275 10.7q1.5-.6 2.4-1.325t1.7-1.975l-1.25-.8q-.65 1.025-1.362 1.575T5.7 9.3l.575 1.4Zm11.425 0 .575-1.4q-1.325-.55-2.025-1.1t-1.375-1.6l-1.25 .8q.8 1.25 1.7 1.963t2.375 1.337ZM8.1 21.213Q6.275 20.425 4.925 19.075t-2.137-3.175Q2 14.075 2 12t.788-3.9Q3.575 6.275 4.925 4.925t3.175-2.137Q9.925 2 12 2t3.9 .788Q17.725 3.575 19.075 4.925t2.138 3.175Q22 9.925 22 12t-.787 3.9Q20.425 17.725 19.075 19.075t-3.175 2.138Q14.075 22 12 22t-3.9-.787ZM12 12Zm6.025 6.025q2.475-2.475 2.475-6.025t-2.475-6.025q-2.475-2.475-6.025-2.475t-6.025 2.475q-2.475 2.475-2.475 6.025t2.475 6.025q2.475 2.475 6.025 2.475t6.025-2.475Z" />
</vector>

Sentiment Frustrated icon in SVG

npm install @material-symbols/svg-400

import icon from "@material-symbols/svg-400/outlined/sentiment_frustrated.svg";

<!-- or load it from a CDN -->
<img src="https://cdn.jsdelivr.net/npm/@material-symbols/svg-400@0.47.5/outlined/sentiment_frustrated.svg" width="24" height="24" alt="Sentiment Frustrated">

Sentiment Frustrated icon in Power Apps

Paste into an Image control's Image property. The Copy button copies the full formula with this icon's SVG.

"data:image/svg+xml;utf8, " & EncodeUrl("<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'>…</svg>")

Details

NameSentiment Frustrated
Ligaturesentiment_frustrated
Code pointU+F6A4
CategorySocial
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/sentiment_frustrated.svg, sentiment_frustrated-fill.svg
FlutterSymbols.sentiment_frustrated
LicenseApache License 2.0 (© Google LLC)

Keywords

socialhumanpersoncharacterfaceavatarroundheadlowemojinegativeexpressionmood

Related icons