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

Name
physical-therapy-outline-rounded
Set
Material Symbols Light
Style
Outline Rounded
Category
Activities
Viewbox
24×24
License
Apache 2.0

3 other variants in Material Symbols Light

The same icon in other sets

More activities icons from Material Symbols Light

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="m13.979 19.922l-3.89-1.537H4.808q-.343 0-.576-.233T4 17.578v-2.193q0-1.67 1.165-2.835Q6.329 11.385 8 11.385h10.725q.533 0 .904.36q.371.362.371.89q0 .448-.263.781q-.264.334-.681.457l-2.864.771v3.779q0 .427-.19.773t-.511.57q-.326.222-.713.272t-.8-.116m-1.777-4.537H9.183q-.31 0-.503.196t-.238.436t.067.488q.11.247.414.354L14.346 19q.308.116.577-.067t.27-.51v-3.038zm-7.201 2h3.196q-.338-.208-.556-.534q-.217-.326-.217-.707q0-.722.519-1.24q.518-.52 1.24-.52h3.96L18.8 12.91q.125-.05.175-.125T19 12.61t-.088-.162t-.187-.062H8q-1.25 0-2.125.875T5 15.385zm2.877-8.262Q7 8.246 7 7t.877-2.123T10 4t2.123.877T13 7t-.877 2.123T10 10t-2.123-.877m3.536-.71Q12 7.825 12 7t-.587-1.412T10 5t-1.412.588T8 7t.588 1.413T10 9t1.413-.587M10 7"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightPhysicalTherapyOutlineRounded(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="m13.979 19.922l-3.89-1.537H4.808q-.343 0-.576-.233T4 17.578v-2.193q0-1.67 1.165-2.835Q6.329 11.385 8 11.385h10.725q.533 0 .904.36q.371.362.371.89q0 .448-.263.781q-.264.334-.681.457l-2.864.771v3.779q0 .427-.19.773t-.511.57q-.326.222-.713.272t-.8-.116m-1.777-4.537H9.183q-.31 0-.503.196t-.238.436t.067.488q.11.247.414.354L14.346 19q.308.116.577-.067t.27-.51v-3.038zm-7.201 2h3.196q-.338-.208-.556-.534q-.217-.326-.217-.707q0-.722.519-1.24q.518-.52 1.24-.52h3.96L18.8 12.91q.125-.05.175-.125T19 12.61t-.088-.162t-.187-.062H8q-1.25 0-2.125.875T5 15.385zm2.877-8.262Q7 8.246 7 7t.877-2.123T10 4t2.123.877T13 7t-.877 2.123T10 10t-2.123-.877m3.536-.71Q12 7.825 12 7t-.587-1.412T10 5t-1.412.588T8 7t.588 1.413T10 9t1.413-.587M10 7"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m13.979 19.922l-3.89-1.537H4.808q-.343 0-.576-.233T4 17.578v-2.193q0-1.67 1.165-2.835Q6.329 11.385 8 11.385h10.725q.533 0 .904.36q.371.362.371.89q0 .448-.263.781q-.264.334-.681.457l-2.864.771v3.779q0 .427-.19.773t-.511.57q-.326.222-.713.272t-.8-.116m-1.777-4.537H9.183q-.31 0-.503.196t-.238.436t.067.488q.11.247.414.354L14.346 19q.308.116.577-.067t.27-.51v-3.038zm-7.201 2h3.196q-.338-.208-.556-.534q-.217-.326-.217-.707q0-.722.519-1.24q.518-.52 1.24-.52h3.96L18.8 12.91q.125-.05.175-.125T19 12.61t-.088-.162t-.187-.062H8q-1.25 0-2.125.875T5 15.385zm2.877-8.262Q7 8.246 7 7t.877-2.123T10 4t2.123.877T13 7t-.877 2.123T10 10t-2.123-.877m3.536-.71Q12 7.825 12 7t-.587-1.412T10 5t-1.412.588T8 7t.588 1.413T10 9t1.413-.587M10 7"/></svg>
</template>

CSS

.icon-physical-therapy-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%22m13.979%2019.922l-3.89-1.537H4.808q-.343%200-.576-.233T4%2017.578v-2.193q0-1.67%201.165-2.835Q6.329%2011.385%208%2011.385h10.725q.533%200%20.904.36q.371.362.371.89q0%20.448-.263.781q-.264.334-.681.457l-2.864.771v3.779q0%20.427-.19.773t-.511.57q-.326.222-.713.272t-.8-.116m-1.777-4.537H9.183q-.31%200-.503.196t-.238.436t.067.488q.11.247.414.354L14.346%2019q.308.116.577-.067t.27-.51v-3.038zm-7.201%202h3.196q-.338-.208-.556-.534q-.217-.326-.217-.707q0-.722.519-1.24q.518-.52%201.24-.52h3.96L18.8%2012.91q.125-.05.175-.125T19%2012.61t-.088-.162t-.187-.062H8q-1.25%200-2.125.875T5%2015.385zm2.877-8.262Q7%208.246%207%207t.877-2.123T10%204t2.123.877T13%207t-.877%202.123T10%2010t-2.123-.877m3.536-.71Q12%207.825%2012%207t-.587-1.412T10%205t-1.412.588T8%207t.588%201.413T10%209t1.413-.587M10%207%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%22m13.979%2019.922l-3.89-1.537H4.808q-.343%200-.576-.233T4%2017.578v-2.193q0-1.67%201.165-2.835Q6.329%2011.385%208%2011.385h10.725q.533%200%20.904.36q.371.362.371.89q0%20.448-.263.781q-.264.334-.681.457l-2.864.771v3.779q0%20.427-.19.773t-.511.57q-.326.222-.713.272t-.8-.116m-1.777-4.537H9.183q-.31%200-.503.196t-.238.436t.067.488q.11.247.414.354L14.346%2019q.308.116.577-.067t.27-.51v-3.038zm-7.201%202h3.196q-.338-.208-.556-.534q-.217-.326-.217-.707q0-.722.519-1.24q.518-.52%201.24-.52h3.96L18.8%2012.91q.125-.05.175-.125T19%2012.61t-.088-.162t-.187-.062H8q-1.25%200-2.125.875T5%2015.385zm2.877-8.262Q7%208.246%207%207t.877-2.123T10%204t2.123.877T13%207t-.877%202.123T10%2010t-2.123-.877m3.536-.71Q12%207.825%2012%207t-.587-1.412T10%205t-1.412.588T8%207t.588%201.413T10%209t1.413-.587M10%207%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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