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

Name
relax-rounded
Set
Material Symbols Light
Style
Rounded
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 20.02q-.238 0-.478-.096q-.24-.095-.41-.286l-6.316-6.34q-.408-.408-.724-.859q-.316-.45-.536-.939h8.358q.617 0 1.05.441q.431.442.431 1.059t-.441 1.059t-1.059.441q-.194 0-.366-.05q-.173-.05-.336-.13q-.171-.136-.37-.102q-.197.034-.332.205t-.104.37q.031.197.202.332q.304.179.632.277t.674.098q1.039 0 1.77-.73t.73-1.77q0-.448-.146-.82t-.413-.68h2.059q1.039 0 1.77-.73t.73-1.77t-.73-1.77t-1.77-.73q-.346 0-.674.092q-.328.093-.632.277q-.171.135-.202.336t.104.372t.333.195t.369-.11q.163-.081.336-.121q.172-.041.366-.041q.617 0 1.059.441q.441.442.441 1.059t-.441 1.059t-1.059.441H3.204q-.102-.354-.153-.699T3 9.083Q3 6.93 4.348 5.427t3.31-1.504q1.026 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-.408.285t-.456.095"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightRelaxRounded(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 20.02q-.238 0-.478-.096q-.24-.095-.41-.286l-6.316-6.34q-.408-.408-.724-.859q-.316-.45-.536-.939h8.358q.617 0 1.05.441q.431.442.431 1.059t-.441 1.059t-1.059.441q-.194 0-.366-.05q-.173-.05-.336-.13q-.171-.136-.37-.102q-.197.034-.332.205t-.104.37q.031.197.202.332q.304.179.632.277t.674.098q1.039 0 1.77-.73t.73-1.77q0-.448-.146-.82t-.413-.68h2.059q1.039 0 1.77-.73t.73-1.77t-.73-1.77t-1.77-.73q-.346 0-.674.092q-.328.093-.632.277q-.171.135-.202.336t.104.372t.333.195t.369-.11q.163-.081.336-.121q.172-.041.366-.041q.617 0 1.059.441q.441.442.441 1.059t-.441 1.059t-1.059.441H3.204q-.102-.354-.153-.699T3 9.083Q3 6.93 4.348 5.427t3.31-1.504q1.026 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-.408.285t-.456.095"/></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 20.02q-.238 0-.478-.096q-.24-.095-.41-.286l-6.316-6.34q-.408-.408-.724-.859q-.316-.45-.536-.939h8.358q.617 0 1.05.441q.431.442.431 1.059t-.441 1.059t-1.059.441q-.194 0-.366-.05q-.173-.05-.336-.13q-.171-.136-.37-.102q-.197.034-.332.205t-.104.37q.031.197.202.332q.304.179.632.277t.674.098q1.039 0 1.77-.73t.73-1.77q0-.448-.146-.82t-.413-.68h2.059q1.039 0 1.77-.73t.73-1.77t-.73-1.77t-1.77-.73q-.346 0-.674.092q-.328.093-.632.277q-.171.135-.202.336t.104.372t.333.195t.369-.11q.163-.081.336-.121q.172-.041.366-.041q.617 0 1.059.441q.441.442.441 1.059t-.441 1.059t-1.059.441H3.204q-.102-.354-.153-.699T3 9.083Q3 6.93 4.348 5.427t3.31-1.504q1.026 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-.408.285t-.456.095"/></svg>
</template>

CSS

.icon-relax-rounded {
  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%2020.02q-.238%200-.478-.096q-.24-.095-.41-.286l-6.316-6.34q-.408-.408-.724-.859q-.316-.45-.536-.939h8.358q.617%200%201.05.441q.431.442.431%201.059t-.441%201.059t-1.059.441q-.194%200-.366-.05q-.173-.05-.336-.13q-.171-.136-.37-.102q-.197.034-.332.205t-.104.37q.031.197.202.332q.304.179.632.277t.674.098q1.039%200%201.77-.73t.73-1.77q0-.448-.146-.82t-.413-.68h2.059q1.039%200%201.77-.73t.73-1.77t-.73-1.77t-1.77-.73q-.346%200-.674.092q-.328.093-.632.277q-.171.135-.202.336t.104.372t.333.195t.369-.11q.163-.081.336-.121q.172-.041.366-.041q.617%200%201.059.441q.441.442.441%201.059t-.441%201.059t-1.059.441H3.204q-.102-.354-.153-.699T3%209.083Q3%206.93%204.348%205.427t3.31-1.504q1.026%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-.408.285t-.456.095%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%2020.02q-.238%200-.478-.096q-.24-.095-.41-.286l-6.316-6.34q-.408-.408-.724-.859q-.316-.45-.536-.939h8.358q.617%200%201.05.441q.431.442.431%201.059t-.441%201.059t-1.059.441q-.194%200-.366-.05q-.173-.05-.336-.13q-.171-.136-.37-.102q-.197.034-.332.205t-.104.37q.031.197.202.332q.304.179.632.277t.674.098q1.039%200%201.77-.73t.73-1.77q0-.448-.146-.82t-.413-.68h2.059q1.039%200%201.77-.73t.73-1.77t-.73-1.77t-1.77-.73q-.346%200-.674.092q-.328.093-.632.277q-.171.135-.202.336t.104.372t.333.195t.369-.11q.163-.081.336-.121q.172-.041.366-.041q.617%200%201.059.441q.441.442.441%201.059t-.441%201.059t-1.059.441H3.204q-.102-.354-.153-.699T3%209.083Q3%206.93%204.348%205.427t3.31-1.504q1.026%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-.408.285t-.456.095%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-rounded.svg?color=%231a73e8&size=48