massage icon
massage-outline from Material Symbols by Google · Outline · Social · Apache-2.0 Free for personal and commercial use.
- Name
- massage-outline
- Set
- Material Symbols
- Style
- Outline
- 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="m8.075 11.8l5.25.575l.4-.85L12.2 10.7l-2.325-.2l.15-1.975l2.775.2l5.525 3.075q.425.25.888.313t.837-.213L15.15 7H8.925L7.3 4.6L4.55 5.975l1.9 4.575q.2.525.638.85t.987.4m-.225 1.975Q6.75 13.65 5.888 13T4.6 11.325L2 5l6-3l2 3h5.2q.4 0 .775.163t.65.437L23 12l-.85.85q-.95.95-2.275 1.138t-2.5-.463l-1.9-1.025l-.325.725q-.275.575-.825.888t-1.2.237zm-4.6 7.2L2.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 MaterialSymbolsMassageOutline(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.075 11.8l5.25.575l.4-.85L12.2 10.7l-2.325-.2l.15-1.975l2.775.2l5.525 3.075q.425.25.888.313t.837-.213L15.15 7H8.925L7.3 4.6L4.55 5.975l1.9 4.575q.2.525.638.85t.987.4m-.225 1.975Q6.75 13.65 5.888 13T4.6 11.325L2 5l6-3l2 3h5.2q.4 0 .775.163t.65.437L23 12l-.85.85q-.95.95-2.275 1.138t-2.5-.463l-1.9-1.025l-.325.725q-.275.575-.825.888t-1.2.237zm-4.6 7.2L2.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="m8.075 11.8l5.25.575l.4-.85L12.2 10.7l-2.325-.2l.15-1.975l2.775.2l5.525 3.075q.425.25.888.313t.837-.213L15.15 7H8.925L7.3 4.6L4.55 5.975l1.9 4.575q.2.525.638.85t.987.4m-.225 1.975Q6.75 13.65 5.888 13T4.6 11.325L2 5l6-3l2 3h5.2q.4 0 .775.163t.65.437L23 12l-.85.85q-.95.95-2.275 1.138t-2.5-.463l-1.9-1.025l-.325.725q-.275.575-.825.888t-1.2.237zm-4.6 7.2L2.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-outline {
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.075%2011.8l5.25.575l.4-.85L12.2%2010.7l-2.325-.2l.15-1.975l2.775.2l5.525%203.075q.425.25.888.313t.837-.213L15.15%207H8.925L7.3%204.6L4.55%205.975l1.9%204.575q.2.525.638.85t.987.4m-.225%201.975Q6.75%2013.65%205.888%2013T4.6%2011.325L2%205l6-3l2%203h5.2q.4%200%20.775.163t.65.437L23%2012l-.85.85q-.95.95-2.275%201.138t-2.5-.463l-1.9-1.025l-.325.725q-.275.575-.825.888t-1.2.237zm-4.6%207.2L2.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%22m8.075%2011.8l5.25.575l.4-.85L12.2%2010.7l-2.325-.2l.15-1.975l2.775.2l5.525%203.075q.425.25.888.313t.837-.213L15.15%207H8.925L7.3%204.6L4.55%205.975l1.9%204.575q.2.525.638.85t.987.4m-.225%201.975Q6.75%2013.65%205.888%2013T4.6%2011.325L2%205l6-3l2%203h5.2q.4%200%20.775.163t.65.437L23%2012l-.85.85q-.95.95-2.275%201.138t-2.5-.463l-1.9-1.025l-.325.725q-.275.575-.825.888t-1.2.237zm-4.6%207.2L2.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-outline.svg?color=%231a73e8&size=48