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

Name
massage-outline-sharp
Set
Material Symbols Light
Style
Outline Sharp
Category
Social
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols Light

The same icon in other sets

More social icons from Material Symbols Light

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="m4.28 5.994l2.645 6.066l7.477.815l.708-1.388l-2.333-1.23l-1.96-.141l.074-.976l2.178.143l7.123 3.783l1.108-1.089l-5.515-5.227H9.598L7.877 4.292zM3 5.5L8.212 3l1.923 2.75h6.102l6.532 6.212l-2.334 2.334l-4.421-2.334l-1.016 1.961l-8.748-.917zm.98 14.494l-.28-.963l4.442-1.115q1.781-.437 3.614-.811t3.642-.374q1.644 0 3.122.635q1.478.634 2.765 1.717l-.677.725q-1.121-.98-2.455-1.528q-1.334-.55-2.736-.55q-1.811 0-3.63.385q-1.82.383-3.562.802z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightMassageOutlineSharp(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="m4.28 5.994l2.645 6.066l7.477.815l.708-1.388l-2.333-1.23l-1.96-.141l.074-.976l2.178.143l7.123 3.783l1.108-1.089l-5.515-5.227H9.598L7.877 4.292zM3 5.5L8.212 3l1.923 2.75h6.102l6.532 6.212l-2.334 2.334l-4.421-2.334l-1.016 1.961l-8.748-.917zm.98 14.494l-.28-.963l4.442-1.115q1.781-.437 3.614-.811t3.642-.374q1.644 0 3.122.635q1.478.634 2.765 1.717l-.677.725q-1.121-.98-2.455-1.528q-1.334-.55-2.736-.55q-1.811 0-3.63.385q-1.82.383-3.562.802z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m4.28 5.994l2.645 6.066l7.477.815l.708-1.388l-2.333-1.23l-1.96-.141l.074-.976l2.178.143l7.123 3.783l1.108-1.089l-5.515-5.227H9.598L7.877 4.292zM3 5.5L8.212 3l1.923 2.75h6.102l6.532 6.212l-2.334 2.334l-4.421-2.334l-1.016 1.961l-8.748-.917zm.98 14.494l-.28-.963l4.442-1.115q1.781-.437 3.614-.811t3.642-.374q1.644 0 3.122.635q1.478.634 2.765 1.717l-.677.725q-1.121-.98-2.455-1.528q-1.334-.55-2.736-.55q-1.811 0-3.63.385q-1.82.383-3.562.802z"/></svg>
</template>

CSS

.icon-massage-outline-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%22m4.28%205.994l2.645%206.066l7.477.815l.708-1.388l-2.333-1.23l-1.96-.141l.074-.976l2.178.143l7.123%203.783l1.108-1.089l-5.515-5.227H9.598L7.877%204.292zM3%205.5L8.212%203l1.923%202.75h6.102l6.532%206.212l-2.334%202.334l-4.421-2.334l-1.016%201.961l-8.748-.917zm.98%2014.494l-.28-.963l4.442-1.115q1.781-.437%203.614-.811t3.642-.374q1.644%200%203.122.635q1.478.634%202.765%201.717l-.677.725q-1.121-.98-2.455-1.528q-1.334-.55-2.736-.55q-1.811%200-3.63.385q-1.82.383-3.562.802z%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%22m4.28%205.994l2.645%206.066l7.477.815l.708-1.388l-2.333-1.23l-1.96-.141l.074-.976l2.178.143l7.123%203.783l1.108-1.089l-5.515-5.227H9.598L7.877%204.292zM3%205.5L8.212%203l1.923%202.75h6.102l6.532%206.212l-2.334%202.334l-4.421-2.334l-1.016%201.961l-8.748-.917zm.98%2014.494l-.28-.963l4.442-1.115q1.781-.437%203.614-.811t3.642-.374q1.644%200%203.122.635q1.478.634%202.765%201.717l-.677.725q-1.121-.98-2.455-1.528q-1.334-.55-2.736-.55q-1.811%200-3.63.385q-1.82.383-3.562.802z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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