physical therapy icon
physical-therapy-outline from Health Icons by Resolve to Save Lives · Outline · Specialties · MIT Free for personal and commercial use.
- Name
- physical-therapy-outline
- Set
- Health Icons
- Style
- Outline
- Category
- Specialties
- Viewbox
- 48×48
- License
- MIT
- Aliases
- physical-therapy2x-outline
1 other variant in Health Icons
The same icon in other sets
More specialties icons from Health Icons
accident-and-emergencyadmissionsbiochemistry-laboratoryburn-unitcardiologychaplaincycoronary-care-unitcritical-caredischarge-loungeears-nose-and-throatendocrinologyfinance-deptgastroenterologygeneral-surgerygeriatricsgymgynecologyhematologyhematology-laboratoryhepatologyhuman-resorucesintensive-care-unitmedical-recordsnephrology
Use the physical therapy icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"><path d="M39 8H9a1 1 0 0 0-1 1v30a1 1 0 0 0 1 1h30a1 1 0 0 0 1-1V9a1 1 0 0 0-1-1M9 6a3 3 0 0 0-3 3v30a3 3 0 0 0 3 3h30a3 3 0 0 0 3-3V9a3 3 0 0 0-3-3z"/><path d="M31.477 13.746a3.746 3.746 0 1 1-7.493 0a3.746 3.746 0 0 1 7.493 0M14 30h5.828l4.394 4.336l2.066 4.764a2 2 0 0 0 3.67-1.592l-2.22-5.12a2 2 0 0 0-.43-.627L25.522 30H34a2 2 0 0 1 2 2v8h2v-8a4 4 0 0 0-4-4h-3.128a2 2 0 0 0-.42-3.945c-1.754-.04-2.28-.332-2.657-.671c-.253-.229-.536-.576-.928-1.178c-.282-.432-.572-.919-.928-1.516l-.493-.823l-.043-.07a9 9 0 0 0-.446-.692c-.195-.263-.556-.69-1.162-.942c-.609-.254-1.174-.21-1.523-.155a9 9 0 0 0-.98.238c-.868.249-1.591.908-2.065 1.423a10 10 0 0 0-1.5 2.169c-.805 1.558-1.505 3.913-.513 6.11l.024.052H14a4 4 0 0 0-4 4v8h2v-8a2 2 0 0 1 2-2m15.33-2h-5.834l-.956-.943l1.513-1.891c.318.426.666.83 1.066 1.19c1.175 1.058 2.53 1.498 4.211 1.644m-12.458 2.087l3.276 3.142l-.829 2.797q-.076.257-.218.486l-1.766 2.846a2 2 0 0 1-3.399-2.109l1.625-2.617l1.103-3.723z"/></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsPhysicalTherapyOutline(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor" fillRule="evenodd" clipRule="evenodd"><path d="M39 8H9a1 1 0 0 0-1 1v30a1 1 0 0 0 1 1h30a1 1 0 0 0 1-1V9a1 1 0 0 0-1-1M9 6a3 3 0 0 0-3 3v30a3 3 0 0 0 3 3h30a3 3 0 0 0 3-3V9a3 3 0 0 0-3-3z"/><path d="M31.477 13.746a3.746 3.746 0 1 1-7.493 0a3.746 3.746 0 0 1 7.493 0M14 30h5.828l4.394 4.336l2.066 4.764a2 2 0 0 0 3.67-1.592l-2.22-5.12a2 2 0 0 0-.43-.627L25.522 30H34a2 2 0 0 1 2 2v8h2v-8a4 4 0 0 0-4-4h-3.128a2 2 0 0 0-.42-3.945c-1.754-.04-2.28-.332-2.657-.671c-.253-.229-.536-.576-.928-1.178c-.282-.432-.572-.919-.928-1.516l-.493-.823l-.043-.07a9 9 0 0 0-.446-.692c-.195-.263-.556-.69-1.162-.942c-.609-.254-1.174-.21-1.523-.155a9 9 0 0 0-.98.238c-.868.249-1.591.908-2.065 1.423a10 10 0 0 0-1.5 2.169c-.805 1.558-1.505 3.913-.513 6.11l.024.052H14a4 4 0 0 0-4 4v8h2v-8a2 2 0 0 1 2-2m15.33-2h-5.834l-.956-.943l1.513-1.891c.318.426.666.83 1.066 1.19c1.175 1.058 2.53 1.498 4.211 1.644m-12.458 2.087l3.276 3.142l-.829 2.797q-.076.257-.218.486l-1.766 2.846a2 2 0 0 1-3.399-2.109l1.625-2.617l1.103-3.723z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"><path d="M39 8H9a1 1 0 0 0-1 1v30a1 1 0 0 0 1 1h30a1 1 0 0 0 1-1V9a1 1 0 0 0-1-1M9 6a3 3 0 0 0-3 3v30a3 3 0 0 0 3 3h30a3 3 0 0 0 3-3V9a3 3 0 0 0-3-3z"/><path d="M31.477 13.746a3.746 3.746 0 1 1-7.493 0a3.746 3.746 0 0 1 7.493 0M14 30h5.828l4.394 4.336l2.066 4.764a2 2 0 0 0 3.67-1.592l-2.22-5.12a2 2 0 0 0-.43-.627L25.522 30H34a2 2 0 0 1 2 2v8h2v-8a4 4 0 0 0-4-4h-3.128a2 2 0 0 0-.42-3.945c-1.754-.04-2.28-.332-2.657-.671c-.253-.229-.536-.576-.928-1.178c-.282-.432-.572-.919-.928-1.516l-.493-.823l-.043-.07a9 9 0 0 0-.446-.692c-.195-.263-.556-.69-1.162-.942c-.609-.254-1.174-.21-1.523-.155a9 9 0 0 0-.98.238c-.868.249-1.591.908-2.065 1.423a10 10 0 0 0-1.5 2.169c-.805 1.558-1.505 3.913-.513 6.11l.024.052H14a4 4 0 0 0-4 4v8h2v-8a2 2 0 0 1 2-2m15.33-2h-5.834l-.956-.943l1.513-1.891c.318.426.666.83 1.066 1.19c1.175 1.058 2.53 1.498 4.211 1.644m-12.458 2.087l3.276 3.142l-.829 2.797q-.076.257-.218.486l-1.766 2.846a2 2 0 0 1-3.399-2.109l1.625-2.617l1.103-3.723z"/></g></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%2048%2048%22%3E%3Cg%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M39%208H9a1%201%200%200%200-1%201v30a1%201%200%200%200%201%201h30a1%201%200%200%200%201-1V9a1%201%200%200%200-1-1M9%206a3%203%200%200%200-3%203v30a3%203%200%200%200%203%203h30a3%203%200%200%200%203-3V9a3%203%200%200%200-3-3z%22%2F%3E%3Cpath%20d%3D%22M31.477%2013.746a3.746%203.746%200%201%201-7.493%200a3.746%203.746%200%200%201%207.493%200M14%2030h5.828l4.394%204.336l2.066%204.764a2%202%200%200%200%203.67-1.592l-2.22-5.12a2%202%200%200%200-.43-.627L25.522%2030H34a2%202%200%200%201%202%202v8h2v-8a4%204%200%200%200-4-4h-3.128a2%202%200%200%200-.42-3.945c-1.754-.04-2.28-.332-2.657-.671c-.253-.229-.536-.576-.928-1.178c-.282-.432-.572-.919-.928-1.516l-.493-.823l-.043-.07a9%209%200%200%200-.446-.692c-.195-.263-.556-.69-1.162-.942c-.609-.254-1.174-.21-1.523-.155a9%209%200%200%200-.98.238c-.868.249-1.591.908-2.065%201.423a10%2010%200%200%200-1.5%202.169c-.805%201.558-1.505%203.913-.513%206.11l.024.052H14a4%204%200%200%200-4%204v8h2v-8a2%202%200%200%201%202-2m15.33-2h-5.834l-.956-.943l1.513-1.891c.318.426.666.83%201.066%201.19c1.175%201.058%202.53%201.498%204.211%201.644m-12.458%202.087l3.276%203.142l-.829%202.797q-.076.257-.218.486l-1.766%202.846a2%202%200%200%201-3.399-2.109l1.625-2.617l1.103-3.723z%22%2F%3E%3C%2Fg%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%2048%2048%22%3E%3Cg%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M39%208H9a1%201%200%200%200-1%201v30a1%201%200%200%200%201%201h30a1%201%200%200%200%201-1V9a1%201%200%200%200-1-1M9%206a3%203%200%200%200-3%203v30a3%203%200%200%200%203%203h30a3%203%200%200%200%203-3V9a3%203%200%200%200-3-3z%22%2F%3E%3Cpath%20d%3D%22M31.477%2013.746a3.746%203.746%200%201%201-7.493%200a3.746%203.746%200%200%201%207.493%200M14%2030h5.828l4.394%204.336l2.066%204.764a2%202%200%200%200%203.67-1.592l-2.22-5.12a2%202%200%200%200-.43-.627L25.522%2030H34a2%202%200%200%201%202%202v8h2v-8a4%204%200%200%200-4-4h-3.128a2%202%200%200%200-.42-3.945c-1.754-.04-2.28-.332-2.657-.671c-.253-.229-.536-.576-.928-1.178c-.282-.432-.572-.919-.928-1.516l-.493-.823l-.043-.07a9%209%200%200%200-.446-.692c-.195-.263-.556-.69-1.162-.942c-.609-.254-1.174-.21-1.523-.155a9%209%200%200%200-.98.238c-.868.249-1.591.908-2.065%201.423a10%2010%200%200%200-1.5%202.169c-.805%201.558-1.505%203.913-.513%206.11l.024.052H14a4%204%200%200%200-4%204v8h2v-8a2%202%200%200%201%202-2m15.33-2h-5.834l-.956-.943l1.513-1.891c.318.426.666.83%201.066%201.19c1.175%201.058%202.53%201.498%204.211%201.644m-12.458%202.087l3.276%203.142l-.829%202.797q-.076.257-.218.486l-1.766%202.846a2%202%200%200%201-3.399-2.109l1.625-2.617l1.103-3.723z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/healthicons/physical-therapy-outline.svg?color=%231a73e8&size=48