massage-rounded from Material Symbols by Google · Rounded · Social · Apache-2.0 Free for personal and commercial use.

Name
massage-rounded
Set
Material Symbols
Style
Rounded
Category
Social
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols

The same icon in other sets

More social icons from Material Symbols

Use the massage icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.85 13.775Q6.75 13.65 5.888 13T4.6 11.325L2 5l6-3l2 3h5.2q.4 0 .775.163t.65.437l5.55 5.55q.325.35.275.8t-.425.725l-.3.225q-.5.35-1.125.338t-1.175-.313L12.75 9.2l-2-.15q-.325-.025-.55.175t-.25.525q-.025.3.188.538t.512.262l1.65.125l2.175 1.25q.475.25.588.688t-.038.862t-.562.7t-1.013.225zm-3.65 6.95q-.4.125-.75-.088t-.475-.612q-.125-.425.088-.762T3.7 18.8l3.75-1q1.8-.475 3.825-.888t3.7-.412q1.65 0 3.1.588T20.9 18.7q.325.225.338.613t-.263.687t-.675.363t-.75-.188q-1.125-.8-2.287-1.237t-2.288-.438q-1.6 0-3.525.413t-3.475.812z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsMassageRounded(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="M7.85 13.775Q6.75 13.65 5.888 13T4.6 11.325L2 5l6-3l2 3h5.2q.4 0 .775.163t.65.437l5.55 5.55q.325.35.275.8t-.425.725l-.3.225q-.5.35-1.125.338t-1.175-.313L12.75 9.2l-2-.15q-.325-.025-.55.175t-.25.525q-.025.3.188.538t.512.262l1.65.125l2.175 1.25q.475.25.588.688t-.038.862t-.562.7t-1.013.225zm-3.65 6.95q-.4.125-.75-.088t-.475-.612q-.125-.425.088-.762T3.7 18.8l3.75-1q1.8-.475 3.825-.888t3.7-.412q1.65 0 3.1.588T20.9 18.7q.325.225.338.613t-.263.687t-.675.363t-.75-.188q-1.125-.8-2.287-1.237t-2.288-.438q-1.6 0-3.525.413t-3.475.812z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.85 13.775Q6.75 13.65 5.888 13T4.6 11.325L2 5l6-3l2 3h5.2q.4 0 .775.163t.65.437l5.55 5.55q.325.35.275.8t-.425.725l-.3.225q-.5.35-1.125.338t-1.175-.313L12.75 9.2l-2-.15q-.325-.025-.55.175t-.25.525q-.025.3.188.538t.512.262l1.65.125l2.175 1.25q.475.25.588.688t-.038.862t-.562.7t-1.013.225zm-3.65 6.95q-.4.125-.75-.088t-.475-.612q-.125-.425.088-.762T3.7 18.8l3.75-1q1.8-.475 3.825-.888t3.7-.412q1.65 0 3.1.588T20.9 18.7q.325.225.338.613t-.263.687t-.675.363t-.75-.188q-1.125-.8-2.287-1.237t-2.288-.438q-1.6 0-3.525.413t-3.475.812z"/></svg>
</template>

CSS

.icon-massage-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%22M7.85%2013.775Q6.75%2013.65%205.888%2013T4.6%2011.325L2%205l6-3l2%203h5.2q.4%200%20.775.163t.65.437l5.55%205.55q.325.35.275.8t-.425.725l-.3.225q-.5.35-1.125.338t-1.175-.313L12.75%209.2l-2-.15q-.325-.025-.55.175t-.25.525q-.025.3.188.538t.512.262l1.65.125l2.175%201.25q.475.25.588.688t-.038.862t-.562.7t-1.013.225zm-3.65%206.95q-.4.125-.75-.088t-.475-.612q-.125-.425.088-.762T3.7%2018.8l3.75-1q1.8-.475%203.825-.888t3.7-.412q1.65%200%203.1.588T20.9%2018.7q.325.225.338.613t-.263.687t-.675.363t-.75-.188q-1.125-.8-2.287-1.237t-2.288-.438q-1.6%200-3.525.413t-3.475.812z%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%22M7.85%2013.775Q6.75%2013.65%205.888%2013T4.6%2011.325L2%205l6-3l2%203h5.2q.4%200%20.775.163t.65.437l5.55%205.55q.325.35.275.8t-.425.725l-.3.225q-.5.35-1.125.338t-1.175-.313L12.75%209.2l-2-.15q-.325-.025-.55.175t-.25.525q-.025.3.188.538t.512.262l1.65.125l2.175%201.25q.475.25.588.688t-.038.862t-.562.7t-1.013.225zm-3.65%206.95q-.4.125-.75-.088t-.475-.612q-.125-.425.088-.762T3.7%2018.8l3.75-1q1.8-.475%203.825-.888t3.7-.412q1.65%200%203.1.588T20.9%2018.7q.325.225.338.613t-.263.687t-.675.363t-.75-.188q-1.125-.8-2.287-1.237t-2.288-.438q-1.6%200-3.525.413t-3.475.812z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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