physical therapy icon

physical-therapy-outline from Material Symbols by Google · Outline · Activities · Apache-2.0 Free for personal and commercial use.

Name
physical-therapy-outline
Set
Material Symbols
Style
Outline
Category
Activities
Viewbox
24×24
License
Apache 2.0
Aliases
physical-therapy-outline-sharp

3 other variants in Material Symbols

The same icon in other sets

More activities icons from Material Symbols

Use the physical therapy icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3 20v-4q0-2.075 1.463-3.537T8 11h10.725q.95 0 1.613.65t.662 1.6q0 .775-.475 1.388t-1.2.812L17 16.125V20q0 .525-.237.95t-.638.7t-.875.338t-.975-.138L9.55 20zm12-3H9.375q-.175 0-.262.1T9 17.325t.038.238t.212.162L15 20zM5 18h2.1q-.05-.15-.075-.3T7 17.375q0-.975.7-1.675t1.675-.7h4.075l5.35-1.475q.125-.05.175-.125t.025-.175t-.088-.162t-.187-.063H8q-1.25 0-2.125.875T5 16zm2.175-9.175Q6 7.65 6 6t1.175-2.825T10 2t2.825 1.175T14 6t-1.175 2.825T10 10T7.175 8.825m4.238-1.412Q12 6.825 12 6t-.587-1.412T10 4t-1.412.588T8 6t.588 1.413T10 8t1.413-.587M10 6"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsPhysicalTherapyOutline(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="M3 20v-4q0-2.075 1.463-3.537T8 11h10.725q.95 0 1.613.65t.662 1.6q0 .775-.475 1.388t-1.2.812L17 16.125V20q0 .525-.237.95t-.638.7t-.875.338t-.975-.138L9.55 20zm12-3H9.375q-.175 0-.262.1T9 17.325t.038.238t.212.162L15 20zM5 18h2.1q-.05-.15-.075-.3T7 17.375q0-.975.7-1.675t1.675-.7h4.075l5.35-1.475q.125-.05.175-.125t.025-.175t-.088-.162t-.187-.063H8q-1.25 0-2.125.875T5 16zm2.175-9.175Q6 7.65 6 6t1.175-2.825T10 2t2.825 1.175T14 6t-1.175 2.825T10 10T7.175 8.825m4.238-1.412Q12 6.825 12 6t-.587-1.412T10 4t-1.412.588T8 6t.588 1.413T10 8t1.413-.587M10 6"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3 20v-4q0-2.075 1.463-3.537T8 11h10.725q.95 0 1.613.65t.662 1.6q0 .775-.475 1.388t-1.2.812L17 16.125V20q0 .525-.237.95t-.638.7t-.875.338t-.975-.138L9.55 20zm12-3H9.375q-.175 0-.262.1T9 17.325t.038.238t.212.162L15 20zM5 18h2.1q-.05-.15-.075-.3T7 17.375q0-.975.7-1.675t1.675-.7h4.075l5.35-1.475q.125-.05.175-.125t.025-.175t-.088-.162t-.187-.063H8q-1.25 0-2.125.875T5 16zm2.175-9.175Q6 7.65 6 6t1.175-2.825T10 2t2.825 1.175T14 6t-1.175 2.825T10 10T7.175 8.825m4.238-1.412Q12 6.825 12 6t-.587-1.412T10 4t-1.412.588T8 6t.588 1.413T10 8t1.413-.587M10 6"/></svg>
</template>

CSS

.icon-physical-therapy-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%22M3%2020v-4q0-2.075%201.463-3.537T8%2011h10.725q.95%200%201.613.65t.662%201.6q0%20.775-.475%201.388t-1.2.812L17%2016.125V20q0%20.525-.237.95t-.638.7t-.875.338t-.975-.138L9.55%2020zm12-3H9.375q-.175%200-.262.1T9%2017.325t.038.238t.212.162L15%2020zM5%2018h2.1q-.05-.15-.075-.3T7%2017.375q0-.975.7-1.675t1.675-.7h4.075l5.35-1.475q.125-.05.175-.125t.025-.175t-.088-.162t-.187-.063H8q-1.25%200-2.125.875T5%2016zm2.175-9.175Q6%207.65%206%206t1.175-2.825T10%202t2.825%201.175T14%206t-1.175%202.825T10%2010T7.175%208.825m4.238-1.412Q12%206.825%2012%206t-.587-1.412T10%204t-1.412.588T8%206t.588%201.413T10%208t1.413-.587M10%206%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%22M3%2020v-4q0-2.075%201.463-3.537T8%2011h10.725q.95%200%201.613.65t.662%201.6q0%20.775-.475%201.388t-1.2.812L17%2016.125V20q0%20.525-.237.95t-.638.7t-.875.338t-.975-.138L9.55%2020zm12-3H9.375q-.175%200-.262.1T9%2017.325t.038.238t.212.162L15%2020zM5%2018h2.1q-.05-.15-.075-.3T7%2017.375q0-.975.7-1.675t1.675-.7h4.075l5.35-1.475q.125-.05.175-.125t.025-.175t-.088-.162t-.187-.063H8q-1.25%200-2.125.875T5%2016zm2.175-9.175Q6%207.65%206%206t1.175-2.825T10%202t2.825%201.175T14%206t-1.175%202.825T10%2010T7.175%208.825m4.238-1.412Q12%206.825%2012%206t-.587-1.412T10%204t-1.412.588T8%206t.588%201.413T10%208t1.413-.587M10%206%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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