Stress Management icon

Stress Management is a Google Material Symbol from the Activities 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

stress_management_outlined_fill0_wght400.svg

Stress Management 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,[email protected],100..700,0..1,-50..200&icon_names=stress_management" />

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

Stress Management icon in React

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

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

Stress Management icon in Vue

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

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

Stress Management icon in Angular

With Angular Material and the font from the HTML tab:

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

Stress Management 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.stress_management, fill: 0, weight: 400)

Stress Management icon in Android

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

<!-- res/drawable/stress_management.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="M12 16.25q1.55 0 3.35-.55t5.075-2q.05-.275 .063-.55t.012-.575q0-.55-.425-.862t-.925-.163q-.35 .125-.8 .275t-1.1 .425q-1.675 .675-2.85 .963T12 13.5q-1.275 0-2.475-.287T6.6 12.225q-.675-.275-1.037-.412T4.85 11.55q-.5-.175-.925 .138T3.5 12.575q0 .275 .013 .563T3.575 13.7q2.7 1.275 4.788 1.913T12 16.25Zm0 4.25q2.775 0 4.875-1.362T19.9 15.575q-2.575 1.15-4.425 1.663T12 17.75q-1.6 0-3.587-.55T4.075 15.575q.9 2.225 2.988 3.575T12 20.5ZM9.175 8.825q-1.175-1.175-1.175-2.825t1.175-2.825q1.175-1.175 2.825-1.175t2.825 1.175q1.175 1.175 1.175 2.825t-1.175 2.825q-1.175 1.175-2.825 1.175t-2.825-1.175Zm4.6-1.05q.725-.725 .725-1.775t-.725-1.775q-.725-.725-1.775-.725t-1.775 .725q-.725 .725-.725 1.775t.725 1.775q.725 .725 1.775 .725t1.775-.725ZM12 22q-4.425 0-7.212-2.625T2 12.575q0-1.3 1.038-2.075t2.262-.375q.4 .125 .838 .288T7.175 10.825q1.6 .65 2.65 .913t2.175 .262q1.075 0 2.125-.25t2.575-.9q.725-.275 1.163-.45t.862-.3q1.225-.35 2.25 .425t1.025 2.05q0 1.975-.775 3.688T19.1 19.25q-1.35 1.275-3.175 2.013T12 22Z" />
</vector>

Stress Management icon in SVG

npm install @material-symbols/svg-400

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

<!-- or load it from a CDN -->
<img src="https://cdn.jsdelivr.net/npm/@material-symbols/[email protected]/outlined/stress_management.svg" width="24" height="24" alt="Stress Management">

Stress Management 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

NameStress Management
Ligaturestress_management
Code pointU+F6D9
CategoryActivities
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/stress_management.svg, stress_management-fill.svg
FlutterSymbols.stress_management
LicenseApache License 2.0 (© Google LLC)

Keywords

activitieshealthbodyfocuswellnessfitbitbalancerelaxationtherapymoodclarityresponsemind

Related icons