physical therapy negative icon

physical-therapy-negative from Health Icons by Resolve to Save Lives · Filled · MIT Free for personal and commercial use.

Name
physical-therapy-negative
Set
Health Icons
Style
Filled
Viewbox
48×48
License
MIT

Related icons in Health Icons

Use the physical therapy negative icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g clip-path="url(#healthiconsPhysicalTherapyNegative)"><path fill="currentColor" fill-rule="evenodd" d="M48 0H0v48h48zM6 9a3 3 0 0 1 3-3h30a3 3 0 0 1 3 3v30a3 3 0 0 1-3 3H9a3 3 0 0 1-3-3zm25 4.5a3.5 3.5 0 1 1-7 0a3.5 3.5 0 0 1 7 0M17.313 29h2.935l3.864 3.813l1.92 4.427a2 2 0 1 0 3.67-1.591l-2.075-4.784a2 2 0 0 0-.43-.627L25.943 29H34a2 2 0 0 1 2 2v7h2v-7a4 4 0 0 0-4-4h-3.992a2 2 0 0 0 .038-4c-1.625-.037-2.08-.307-2.397-.593c-.225-.202-.482-.516-.846-1.074c-.261-.402-.53-.853-.863-1.41q-.21-.354-.462-.772l-.04-.066a8 8 0 0 0-.423-.657a2.74 2.74 0 0 0-1.142-.923c-.6-.25-1.156-.206-1.493-.153c-.319.05-.66.148-.932.226c-.847.243-1.543.882-1.99 1.367A9.6 9.6 0 0 0 18.039 21c-.76 1.47-1.435 3.716-.483 5.823q.041.092.09.177H14a4 4 0 0 0-4 4v7h2v-7a2 2 0 0 1 2-2h3.16l-.126.5l-1.025 3.46l-1.508 2.43a2 2 0 0 0 3.399 2.109l1.65-2.66q.14-.228.217-.486l.693-2.335zm12.681-2h-6.078l-1.183-1.167l1.247-1.557c.295.393.62.768.993 1.104c1.346 1.212 2.937 1.572 4.98 1.62z" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsPhysicalTherapyNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsPhysicalTherapyNegative(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g clipPath="url(#healthiconsPhysicalTherapyNegative)"><path fill="currentColor" fillRule="evenodd" d="M48 0H0v48h48zM6 9a3 3 0 0 1 3-3h30a3 3 0 0 1 3 3v30a3 3 0 0 1-3 3H9a3 3 0 0 1-3-3zm25 4.5a3.5 3.5 0 1 1-7 0a3.5 3.5 0 0 1 7 0M17.313 29h2.935l3.864 3.813l1.92 4.427a2 2 0 1 0 3.67-1.591l-2.075-4.784a2 2 0 0 0-.43-.627L25.943 29H34a2 2 0 0 1 2 2v7h2v-7a4 4 0 0 0-4-4h-3.992a2 2 0 0 0 .038-4c-1.625-.037-2.08-.307-2.397-.593c-.225-.202-.482-.516-.846-1.074c-.261-.402-.53-.853-.863-1.41q-.21-.354-.462-.772l-.04-.066a8 8 0 0 0-.423-.657a2.74 2.74 0 0 0-1.142-.923c-.6-.25-1.156-.206-1.493-.153c-.319.05-.66.148-.932.226c-.847.243-1.543.882-1.99 1.367A9.6 9.6 0 0 0 18.039 21c-.76 1.47-1.435 3.716-.483 5.823q.041.092.09.177H14a4 4 0 0 0-4 4v7h2v-7a2 2 0 0 1 2-2h3.16l-.126.5l-1.025 3.46l-1.508 2.43a2 2 0 0 0 3.399 2.109l1.65-2.66q.14-.228.217-.486l.693-2.335zm12.681-2h-6.078l-1.183-1.167l1.247-1.557c.295.393.62.768.993 1.104c1.346 1.212 2.937 1.572 4.98 1.62z" clipRule="evenodd"/></g><defs><clipPath id="healthiconsPhysicalTherapyNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g clip-path="url(#healthiconsPhysicalTherapyNegative)"><path fill="currentColor" fill-rule="evenodd" d="M48 0H0v48h48zM6 9a3 3 0 0 1 3-3h30a3 3 0 0 1 3 3v30a3 3 0 0 1-3 3H9a3 3 0 0 1-3-3zm25 4.5a3.5 3.5 0 1 1-7 0a3.5 3.5 0 0 1 7 0M17.313 29h2.935l3.864 3.813l1.92 4.427a2 2 0 1 0 3.67-1.591l-2.075-4.784a2 2 0 0 0-.43-.627L25.943 29H34a2 2 0 0 1 2 2v7h2v-7a4 4 0 0 0-4-4h-3.992a2 2 0 0 0 .038-4c-1.625-.037-2.08-.307-2.397-.593c-.225-.202-.482-.516-.846-1.074c-.261-.402-.53-.853-.863-1.41q-.21-.354-.462-.772l-.04-.066a8 8 0 0 0-.423-.657a2.74 2.74 0 0 0-1.142-.923c-.6-.25-1.156-.206-1.493-.153c-.319.05-.66.148-.932.226c-.847.243-1.543.882-1.99 1.367A9.6 9.6 0 0 0 18.039 21c-.76 1.47-1.435 3.716-.483 5.823q.041.092.09.177H14a4 4 0 0 0-4 4v7h2v-7a2 2 0 0 1 2-2h3.16l-.126.5l-1.025 3.46l-1.508 2.43a2 2 0 0 0 3.399 2.109l1.65-2.66q.14-.228.217-.486l.693-2.335zm12.681-2h-6.078l-1.183-1.167l1.247-1.557c.295.393.62.768.993 1.104c1.346 1.212 2.937 1.572 4.98 1.62z" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsPhysicalTherapyNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
</template>

CSS

.icon-physical-therapy-negative {
  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%22none%22%3E%3Cg%20clip-path%3D%22url(%23healthiconsPhysicalTherapyNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zM6%209a3%203%200%200%201%203-3h30a3%203%200%200%201%203%203v30a3%203%200%200%201-3%203H9a3%203%200%200%201-3-3zm25%204.5a3.5%203.5%200%201%201-7%200a3.5%203.5%200%200%201%207%200M17.313%2029h2.935l3.864%203.813l1.92%204.427a2%202%200%201%200%203.67-1.591l-2.075-4.784a2%202%200%200%200-.43-.627L25.943%2029H34a2%202%200%200%201%202%202v7h2v-7a4%204%200%200%200-4-4h-3.992a2%202%200%200%200%20.038-4c-1.625-.037-2.08-.307-2.397-.593c-.225-.202-.482-.516-.846-1.074c-.261-.402-.53-.853-.863-1.41q-.21-.354-.462-.772l-.04-.066a8%208%200%200%200-.423-.657a2.74%202.74%200%200%200-1.142-.923c-.6-.25-1.156-.206-1.493-.153c-.319.05-.66.148-.932.226c-.847.243-1.543.882-1.99%201.367A9.6%209.6%200%200%200%2018.039%2021c-.76%201.47-1.435%203.716-.483%205.823q.041.092.09.177H14a4%204%200%200%200-4%204v7h2v-7a2%202%200%200%201%202-2h3.16l-.126.5l-1.025%203.46l-1.508%202.43a2%202%200%200%200%203.399%202.109l1.65-2.66q.14-.228.217-.486l.693-2.335zm12.681-2h-6.078l-1.183-1.167l1.247-1.557c.295.393.62.768.993%201.104c1.346%201.212%202.937%201.572%204.98%201.62z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsPhysicalTherapyNegative%22%3E%3Cpath%20d%3D%22M0%200h48v48H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%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%22none%22%3E%3Cg%20clip-path%3D%22url(%23healthiconsPhysicalTherapyNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zM6%209a3%203%200%200%201%203-3h30a3%203%200%200%201%203%203v30a3%203%200%200%201-3%203H9a3%203%200%200%201-3-3zm25%204.5a3.5%203.5%200%201%201-7%200a3.5%203.5%200%200%201%207%200M17.313%2029h2.935l3.864%203.813l1.92%204.427a2%202%200%201%200%203.67-1.591l-2.075-4.784a2%202%200%200%200-.43-.627L25.943%2029H34a2%202%200%200%201%202%202v7h2v-7a4%204%200%200%200-4-4h-3.992a2%202%200%200%200%20.038-4c-1.625-.037-2.08-.307-2.397-.593c-.225-.202-.482-.516-.846-1.074c-.261-.402-.53-.853-.863-1.41q-.21-.354-.462-.772l-.04-.066a8%208%200%200%200-.423-.657a2.74%202.74%200%200%200-1.142-.923c-.6-.25-1.156-.206-1.493-.153c-.319.05-.66.148-.932.226c-.847.243-1.543.882-1.99%201.367A9.6%209.6%200%200%200%2018.039%2021c-.76%201.47-1.435%203.716-.483%205.823q.041.092.09.177H14a4%204%200%200%200-4%204v7h2v-7a2%202%200%200%201%202-2h3.16l-.126.5l-1.025%203.46l-1.508%202.43a2%202%200%200%200%203.399%202.109l1.65-2.66q.14-.228.217-.486l.693-2.335zm12.681-2h-6.078l-1.183-1.167l1.247-1.557c.295.393.62.768.993%201.104c1.346%201.212%202.937%201.572%204.98%201.62z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsPhysicalTherapyNegative%22%3E%3Cpath%20d%3D%22M0%200h48v48H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%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-negative.svg?color=%231a73e8&size=48