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

Name
massage-sharp
Set
Material Symbols
Style
Sharp
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="M5.5 13.525L2 5l6-3l2 3h6.025L23 12l-1.925 1.925L12.75 9.2L10 9l-.1 1.5l2.325.175l3.25 1.825l-.975 2zm-2.25 7.45L2.7 19.05l4.75-1.25q1.8-.475 3.825-.888t3.7-.412q1.875 0 3.488.75t3.187 2.025L20.3 20.75q-1.275-1.075-2.637-1.662t-2.688-.588q-1.6 0-3.525.413t-3.475.812z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsMassageSharp(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="M5.5 13.525L2 5l6-3l2 3h6.025L23 12l-1.925 1.925L12.75 9.2L10 9l-.1 1.5l2.325.175l3.25 1.825l-.975 2zm-2.25 7.45L2.7 19.05l4.75-1.25q1.8-.475 3.825-.888t3.7-.412q1.875 0 3.488.75t3.187 2.025L20.3 20.75q-1.275-1.075-2.637-1.662t-2.688-.588q-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="M5.5 13.525L2 5l6-3l2 3h6.025L23 12l-1.925 1.925L12.75 9.2L10 9l-.1 1.5l2.325.175l3.25 1.825l-.975 2zm-2.25 7.45L2.7 19.05l4.75-1.25q1.8-.475 3.825-.888t3.7-.412q1.875 0 3.488.75t3.187 2.025L20.3 20.75q-1.275-1.075-2.637-1.662t-2.688-.588q-1.6 0-3.525.413t-3.475.812z"/></svg>
</template>

CSS

.icon-massage-sharp {
  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%22M5.5%2013.525L2%205l6-3l2%203h6.025L23%2012l-1.925%201.925L12.75%209.2L10%209l-.1%201.5l2.325.175l3.25%201.825l-.975%202zm-2.25%207.45L2.7%2019.05l4.75-1.25q1.8-.475%203.825-.888t3.7-.412q1.875%200%203.488.75t3.187%202.025L20.3%2020.75q-1.275-1.075-2.637-1.662t-2.688-.588q-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%22M5.5%2013.525L2%205l6-3l2%203h6.025L23%2012l-1.925%201.925L12.75%209.2L10%209l-.1%201.5l2.325.175l3.25%201.825l-.975%202zm-2.25%207.45L2.7%2019.05l4.75-1.25q1.8-.475%203.825-.888t3.7-.412q1.875%200%203.488.75t3.187%202.025L20.3%2020.75q-1.275-1.075-2.637-1.662t-2.688-.588q-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-sharp.svg?color=%231a73e8&size=48