Relax icon

Relax 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

relax_outlined_fill0_wght400.svg

Relax 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=relax" />

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

Relax icon in React

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

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

Relax icon in Vue

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

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

Relax icon in Angular

With Angular Material and the font from the HTML tab:

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

Relax 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.relax, fill: 0, weight: 400)

Relax icon in Android

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

<!-- res/drawable/relax.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 21q-.45 0-.862-.162T10.4 20.35L3.7 13.625l-.187-.187Q3.425 13.35 3.35 13.25h2.1l6.025 6.025q.125 .125 .25 .175t.275 .05q.15 0 .275-.05t.25-.175l6.675-6.7q.65-.65 .975-1.512t.325-1.813q0-1.925-1.249-3.337Q18.003 4.5 16.13 4.5q-.88 0-1.692 .363T13.025 5.875l-.675 .725q-.075 .075-.15 .125t-.2 .05q-.125 0-.216-.047-.091-.047-.159-.128l-.675-.725q-.607-.646-1.416-1.01Q8.725 4.5 7.85 4.5q-1.75 0-2.95 1.25t-1.375 3H2.025q.2-2.375 1.825-4.062T7.85 3q1.2 0 2.263 .475t1.887 1.325q.8-.85 1.863-1.325t2.262-.475q2.5 0 4.188 1.85T22 9.25q0 1.225-.425 2.35t-1.275 2L13.575 20.35q-.325 .325-.725 .488t-.85 .162Zm-.125-9.25H2.025v-1.5h13.85q.531 0 .891-.358Q17.125 9.534 17.125 9.004q0-.529-.359-.891Q16.406 7.75 15.875 7.75q-.35 0-.662 .175T14.75 8.425l-1.45-.4q.3-.8 1-1.287t1.575-.488q1.146 0 1.948 .803 .802 .803 .802 1.95T17.823 10.95q-.802 .8-1.948 .8h-1.55q.15 .275 .225 .584 .075 .309 .075 .666 0 1.146-.802 1.948Q13.021 15.75 11.875 15.75q-.875 0-1.575-.487T9.3 13.975l1.45-.4q.15 .325 .463 .5t.662 .175q.531 0 .891-.358Q13.125 13.534 13.125 13.005q0-.53-.359-.892Q12.406 11.75 11.875 11.75Zm.125 .25Z" />
</vector>

Relax icon in SVG

npm install @material-symbols/svg-400

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

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

Relax 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

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

Keywords

activitieshumanpersonbodysilhouettefigureleisurecomfortwellnessheartfitbitmoodbreak

Related icons