massage icon
massage-outline-rounded from Material Symbols Light by Google · Outline Rounded · Social · Apache-2.0 Free for personal and commercial use.
- Name
- massage-outline-rounded
- Set
- Material Symbols Light
- Style
- Outline Rounded
- 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="m8.402 12.223l5.039.537q.403.038.768-.096q.366-.135.558-.5l.343-.677l-2.333-1.23l-1.465-.105q-.195-.03-.342-.184q-.147-.152-.116-.347q.03-.213.174-.334q.143-.121.338-.11l1.703.106l5.467 2.902q.695.346 1.446.322t1.318-.53l-5.323-5.054q-.096-.077-.202-.125t-.221-.048H9.598L8.166 4.716q-.135-.193-.337-.25q-.202-.058-.413.038l-2.597 1.24q-.23.097-.307.337t.019.471l1.823 4.21q.258.62.81 1.013q.553.392 1.238.448m-.09.994q-.966-.086-1.732-.63q-.766-.545-1.134-1.435L3.623 6.917q-.261-.61-.034-1.202t.811-.886l2.583-1.24q.54-.254 1.102-.105q.561.149.91.645l1.14 1.621h5.469q.304 0 .602.124t.515.342l5.579 5.296q.204.184.204.45q0 .265-.204.469l-.034.035q-.835.834-1.987.974q-1.152.139-2.212-.415l-2.054-1.063l-.325.629q-.313.632-.96.935q-.645.303-1.372.228zM4.45 19.88q-.188.067-.365-.05q-.177-.115-.244-.304q-.068-.213.039-.387t.32-.242l3.942-.98q1.781-.437 3.614-.811t3.642-.374q1.535 0 2.918.559q1.382.558 2.603 1.506q.172.11.165.305t-.147.341t-.33.17t-.365-.11q-1.067-.858-2.297-1.314t-2.528-.457q-1.811 0-3.63.383q-1.82.384-3.562.803z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightMassageOutlineRounded(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="m8.402 12.223l5.039.537q.403.038.768-.096q.366-.135.558-.5l.343-.677l-2.333-1.23l-1.465-.105q-.195-.03-.342-.184q-.147-.152-.116-.347q.03-.213.174-.334q.143-.121.338-.11l1.703.106l5.467 2.902q.695.346 1.446.322t1.318-.53l-5.323-5.054q-.096-.077-.202-.125t-.221-.048H9.598L8.166 4.716q-.135-.193-.337-.25q-.202-.058-.413.038l-2.597 1.24q-.23.097-.307.337t.019.471l1.823 4.21q.258.62.81 1.013q.553.392 1.238.448m-.09.994q-.966-.086-1.732-.63q-.766-.545-1.134-1.435L3.623 6.917q-.261-.61-.034-1.202t.811-.886l2.583-1.24q.54-.254 1.102-.105q.561.149.91.645l1.14 1.621h5.469q.304 0 .602.124t.515.342l5.579 5.296q.204.184.204.45q0 .265-.204.469l-.034.035q-.835.834-1.987.974q-1.152.139-2.212-.415l-2.054-1.063l-.325.629q-.313.632-.96.935q-.645.303-1.372.228zM4.45 19.88q-.188.067-.365-.05q-.177-.115-.244-.304q-.068-.213.039-.387t.32-.242l3.942-.98q1.781-.437 3.614-.811t3.642-.374q1.535 0 2.918.559q1.382.558 2.603 1.506q.172.11.165.305t-.147.341t-.33.17t-.365-.11q-1.067-.858-2.297-1.314t-2.528-.457q-1.811 0-3.63.383q-1.82.384-3.562.803z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m8.402 12.223l5.039.537q.403.038.768-.096q.366-.135.558-.5l.343-.677l-2.333-1.23l-1.465-.105q-.195-.03-.342-.184q-.147-.152-.116-.347q.03-.213.174-.334q.143-.121.338-.11l1.703.106l5.467 2.902q.695.346 1.446.322t1.318-.53l-5.323-5.054q-.096-.077-.202-.125t-.221-.048H9.598L8.166 4.716q-.135-.193-.337-.25q-.202-.058-.413.038l-2.597 1.24q-.23.097-.307.337t.019.471l1.823 4.21q.258.62.81 1.013q.553.392 1.238.448m-.09.994q-.966-.086-1.732-.63q-.766-.545-1.134-1.435L3.623 6.917q-.261-.61-.034-1.202t.811-.886l2.583-1.24q.54-.254 1.102-.105q.561.149.91.645l1.14 1.621h5.469q.304 0 .602.124t.515.342l5.579 5.296q.204.184.204.45q0 .265-.204.469l-.034.035q-.835.834-1.987.974q-1.152.139-2.212-.415l-2.054-1.063l-.325.629q-.313.632-.96.935q-.645.303-1.372.228zM4.45 19.88q-.188.067-.365-.05q-.177-.115-.244-.304q-.068-.213.039-.387t.32-.242l3.942-.98q1.781-.437 3.614-.811t3.642-.374q1.535 0 2.918.559q1.382.558 2.603 1.506q.172.11.165.305t-.147.341t-.33.17t-.365-.11q-1.067-.858-2.297-1.314t-2.528-.457q-1.811 0-3.63.383q-1.82.384-3.562.803z"/></svg> </template>
CSS
.icon-massage-outline-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%22m8.402%2012.223l5.039.537q.403.038.768-.096q.366-.135.558-.5l.343-.677l-2.333-1.23l-1.465-.105q-.195-.03-.342-.184q-.147-.152-.116-.347q.03-.213.174-.334q.143-.121.338-.11l1.703.106l5.467%202.902q.695.346%201.446.322t1.318-.53l-5.323-5.054q-.096-.077-.202-.125t-.221-.048H9.598L8.166%204.716q-.135-.193-.337-.25q-.202-.058-.413.038l-2.597%201.24q-.23.097-.307.337t.019.471l1.823%204.21q.258.62.81%201.013q.553.392%201.238.448m-.09.994q-.966-.086-1.732-.63q-.766-.545-1.134-1.435L3.623%206.917q-.261-.61-.034-1.202t.811-.886l2.583-1.24q.54-.254%201.102-.105q.561.149.91.645l1.14%201.621h5.469q.304%200%20.602.124t.515.342l5.579%205.296q.204.184.204.45q0%20.265-.204.469l-.034.035q-.835.834-1.987.974q-1.152.139-2.212-.415l-2.054-1.063l-.325.629q-.313.632-.96.935q-.645.303-1.372.228zM4.45%2019.88q-.188.067-.365-.05q-.177-.115-.244-.304q-.068-.213.039-.387t.32-.242l3.942-.98q1.781-.437%203.614-.811t3.642-.374q1.535%200%202.918.559q1.382.558%202.603%201.506q.172.11.165.305t-.147.341t-.33.17t-.365-.11q-1.067-.858-2.297-1.314t-2.528-.457q-1.811%200-3.63.383q-1.82.384-3.562.803z%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%22m8.402%2012.223l5.039.537q.403.038.768-.096q.366-.135.558-.5l.343-.677l-2.333-1.23l-1.465-.105q-.195-.03-.342-.184q-.147-.152-.116-.347q.03-.213.174-.334q.143-.121.338-.11l1.703.106l5.467%202.902q.695.346%201.446.322t1.318-.53l-5.323-5.054q-.096-.077-.202-.125t-.221-.048H9.598L8.166%204.716q-.135-.193-.337-.25q-.202-.058-.413.038l-2.597%201.24q-.23.097-.307.337t.019.471l1.823%204.21q.258.62.81%201.013q.553.392%201.238.448m-.09.994q-.966-.086-1.732-.63q-.766-.545-1.134-1.435L3.623%206.917q-.261-.61-.034-1.202t.811-.886l2.583-1.24q.54-.254%201.102-.105q.561.149.91.645l1.14%201.621h5.469q.304%200%20.602.124t.515.342l5.579%205.296q.204.184.204.45q0%20.265-.204.469l-.034.035q-.835.834-1.987.974q-1.152.139-2.212-.415l-2.054-1.063l-.325.629q-.313.632-.96.935q-.645.303-1.372.228zM4.45%2019.88q-.188.067-.365-.05q-.177-.115-.244-.304q-.068-.213.039-.387t.32-.242l3.942-.98q1.781-.437%203.614-.811t3.642-.374q1.535%200%202.918.559q1.382.558%202.603%201.506q.172.11.165.305t-.147.341t-.33.17t-.365-.11q-1.067-.858-2.297-1.314t-2.528-.457q-1.811%200-3.63.383q-1.82.384-3.562.803z%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-rounded.svg?color=%231a73e8&size=48