relax-outline from Material Symbols Light by Google · Outline · Activities · Apache-2.0 Free for personal and commercial use.

Name
relax-outline
Set
Material Symbols Light
Style
Outline
Category
Activities
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols Light

The same icon in other sets

More activities icons from Material Symbols Light

Use the relax icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.003 20.02q-.241 0-.481-.096q-.24-.095-.41-.286l-5.73-5.754h1.403l5.032 5.041q.052.05.09.063t.09.012q.05 0 .088-.012q.039-.013.09-.063l6.29-6.296q.748-.748 1.154-1.68t.387-1.891q-.031-1.725-1.093-2.924q-1.061-1.2-2.596-1.2q-.813 0-1.582.33q-.768.33-1.335.961l-.906.975q-.105.13-.228.18t-.263.049t-.278-.062t-.244-.167l-.906-.975q-.563-.633-1.33-.967q-.768-.335-1.587-.335q-1.312 0-2.29.91q-.977.911-1.27 2.283H3.087q.31-1.799 1.574-2.996t2.997-1.197q1.027 0 1.974.418q.947.417 1.695 1.209l.673.712l.635-.673q.761-.812 1.718-1.239t1.964-.427q1.962 0 3.323 1.504T21 9.057q0 1.168-.463 2.264q-.464 1.096-1.333 1.971l-6.34 6.347q-.191.19-.406.285t-.455.095m-.109-8.519H3.058v-1h12.817q.617 0 1.059-.441q.441-.442.441-1.059t-.441-1.059q-.442-.441-1.059-.441q-.37 0-.692.168q-.323.169-.533.48l-1.002-.275q.333-.629.921-1.001t1.306-.372q1.042 0 1.77.729q.73.728.73 1.769t-.73 1.771t-1.77.731h-2.06q.268.308.414.68t.146.82q0 1.042-.73 1.77q-.728.73-1.77.73q-.717 0-1.306-.372q-.588-.372-.921-1.001l1.002-.275q.21.312.533.48t.692.168q.617 0 1.059-.441q.441-.442.441-1.059t-.432-1.059t-1.049-.441m.167.462"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightRelaxOutline(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.003 20.02q-.241 0-.481-.096q-.24-.095-.41-.286l-5.73-5.754h1.403l5.032 5.041q.052.05.09.063t.09.012q.05 0 .088-.012q.039-.013.09-.063l6.29-6.296q.748-.748 1.154-1.68t.387-1.891q-.031-1.725-1.093-2.924q-1.061-1.2-2.596-1.2q-.813 0-1.582.33q-.768.33-1.335.961l-.906.975q-.105.13-.228.18t-.263.049t-.278-.062t-.244-.167l-.906-.975q-.563-.633-1.33-.967q-.768-.335-1.587-.335q-1.312 0-2.29.91q-.977.911-1.27 2.283H3.087q.31-1.799 1.574-2.996t2.997-1.197q1.027 0 1.974.418q.947.417 1.695 1.209l.673.712l.635-.673q.761-.812 1.718-1.239t1.964-.427q1.962 0 3.323 1.504T21 9.057q0 1.168-.463 2.264q-.464 1.096-1.333 1.971l-6.34 6.347q-.191.19-.406.285t-.455.095m-.109-8.519H3.058v-1h12.817q.617 0 1.059-.441q.441-.442.441-1.059t-.441-1.059q-.442-.441-1.059-.441q-.37 0-.692.168q-.323.169-.533.48l-1.002-.275q.333-.629.921-1.001t1.306-.372q1.042 0 1.77.729q.73.728.73 1.769t-.73 1.771t-1.77.731h-2.06q.268.308.414.68t.146.82q0 1.042-.73 1.77q-.728.73-1.77.73q-.717 0-1.306-.372q-.588-.372-.921-1.001l1.002-.275q.21.312.533.48t.692.168q.617 0 1.059-.441q.441-.442.441-1.059t-.432-1.059t-1.049-.441m.167.462"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.003 20.02q-.241 0-.481-.096q-.24-.095-.41-.286l-5.73-5.754h1.403l5.032 5.041q.052.05.09.063t.09.012q.05 0 .088-.012q.039-.013.09-.063l6.29-6.296q.748-.748 1.154-1.68t.387-1.891q-.031-1.725-1.093-2.924q-1.061-1.2-2.596-1.2q-.813 0-1.582.33q-.768.33-1.335.961l-.906.975q-.105.13-.228.18t-.263.049t-.278-.062t-.244-.167l-.906-.975q-.563-.633-1.33-.967q-.768-.335-1.587-.335q-1.312 0-2.29.91q-.977.911-1.27 2.283H3.087q.31-1.799 1.574-2.996t2.997-1.197q1.027 0 1.974.418q.947.417 1.695 1.209l.673.712l.635-.673q.761-.812 1.718-1.239t1.964-.427q1.962 0 3.323 1.504T21 9.057q0 1.168-.463 2.264q-.464 1.096-1.333 1.971l-6.34 6.347q-.191.19-.406.285t-.455.095m-.109-8.519H3.058v-1h12.817q.617 0 1.059-.441q.441-.442.441-1.059t-.441-1.059q-.442-.441-1.059-.441q-.37 0-.692.168q-.323.169-.533.48l-1.002-.275q.333-.629.921-1.001t1.306-.372q1.042 0 1.77.729q.73.728.73 1.769t-.73 1.771t-1.77.731h-2.06q.268.308.414.68t.146.82q0 1.042-.73 1.77q-.728.73-1.77.73q-.717 0-1.306-.372q-.588-.372-.921-1.001l1.002-.275q.21.312.533.48t.692.168q.617 0 1.059-.441q.441-.442.441-1.059t-.432-1.059t-1.049-.441m.167.462"/></svg>
</template>

CSS

.icon-relax-outline {
  width: 24px;
  height: 24px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.003%2020.02q-.241%200-.481-.096q-.24-.095-.41-.286l-5.73-5.754h1.403l5.032%205.041q.052.05.09.063t.09.012q.05%200%20.088-.012q.039-.013.09-.063l6.29-6.296q.748-.748%201.154-1.68t.387-1.891q-.031-1.725-1.093-2.924q-1.061-1.2-2.596-1.2q-.813%200-1.582.33q-.768.33-1.335.961l-.906.975q-.105.13-.228.18t-.263.049t-.278-.062t-.244-.167l-.906-.975q-.563-.633-1.33-.967q-.768-.335-1.587-.335q-1.312%200-2.29.91q-.977.911-1.27%202.283H3.087q.31-1.799%201.574-2.996t2.997-1.197q1.027%200%201.974.418q.947.417%201.695%201.209l.673.712l.635-.673q.761-.812%201.718-1.239t1.964-.427q1.962%200%203.323%201.504T21%209.057q0%201.168-.463%202.264q-.464%201.096-1.333%201.971l-6.34%206.347q-.191.19-.406.285t-.455.095m-.109-8.519H3.058v-1h12.817q.617%200%201.059-.441q.441-.442.441-1.059t-.441-1.059q-.442-.441-1.059-.441q-.37%200-.692.168q-.323.169-.533.48l-1.002-.275q.333-.629.921-1.001t1.306-.372q1.042%200%201.77.729q.73.728.73%201.769t-.73%201.771t-1.77.731h-2.06q.268.308.414.68t.146.82q0%201.042-.73%201.77q-.728.73-1.77.73q-.717%200-1.306-.372q-.588-.372-.921-1.001l1.002-.275q.21.312.533.48t.692.168q.617%200%201.059-.441q.441-.442.441-1.059t-.432-1.059t-1.049-.441m.167.462%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.003%2020.02q-.241%200-.481-.096q-.24-.095-.41-.286l-5.73-5.754h1.403l5.032%205.041q.052.05.09.063t.09.012q.05%200%20.088-.012q.039-.013.09-.063l6.29-6.296q.748-.748%201.154-1.68t.387-1.891q-.031-1.725-1.093-2.924q-1.061-1.2-2.596-1.2q-.813%200-1.582.33q-.768.33-1.335.961l-.906.975q-.105.13-.228.18t-.263.049t-.278-.062t-.244-.167l-.906-.975q-.563-.633-1.33-.967q-.768-.335-1.587-.335q-1.312%200-2.29.91q-.977.911-1.27%202.283H3.087q.31-1.799%201.574-2.996t2.997-1.197q1.027%200%201.974.418q.947.417%201.695%201.209l.673.712l.635-.673q.761-.812%201.718-1.239t1.964-.427q1.962%200%203.323%201.504T21%209.057q0%201.168-.463%202.264q-.464%201.096-1.333%201.971l-6.34%206.347q-.191.19-.406.285t-.455.095m-.109-8.519H3.058v-1h12.817q.617%200%201.059-.441q.441-.442.441-1.059t-.441-1.059q-.442-.441-1.059-.441q-.37%200-.692.168q-.323.169-.533.48l-1.002-.275q.333-.629.921-1.001t1.306-.372q1.042%200%201.77.729q.73.728.73%201.769t-.73%201.771t-1.77.731h-2.06q.268.308.414.68t.146.82q0%201.042-.73%201.77q-.728.73-1.77.73q-.717%200-1.306-.372q-.588-.372-.921-1.001l1.002-.275q.21.312.533.48t.692.168q.617%200%201.059-.441q.441-.442.441-1.059t-.432-1.059t-1.049-.441m.167.462%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/relax-outline.svg?color=%231a73e8&size=48