occupational therapy icon
occupational-therapy from Health Icons by Resolve to Save Lives · Filled · Specialties · MIT Free for personal and commercial use.
- Name
- occupational-therapy
- Set
- Health Icons
- Style
- Filled
- Category
- Specialties
- Viewbox
- 48×48
- License
- MIT
1 other variant in Health Icons
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 occupational 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="M24.753 16.357c1.03-1.18 2.498-2.176 4.065-2.616c1.547-.434 3.15-.319 4.578.64l.002.002a5.92 5.92 0 0 1 2.597 4.665c.092 2.499-1.032 4.84-2.838 7.063a6 6 0 0 0-7.123 6.524l-.753.587q-.652.507-1.276.997c-.49-.391-.997-.789-1.513-1.193c-2.105-1.651-4.36-3.42-6.275-5.396c-2.58-2.665-4.318-5.493-4.212-8.583a5.92 5.92 0 0 1 2.596-4.664c1.429-.954 3.033-1.07 4.581-.637c1.567.438 3.035 1.432 4.064 2.611l.754.864zM18.5 18.5a1 1 0 1 0 0 2c.161 0 .37.053.548.244c.18.194.452.666.452 1.756c0 1.22.394 2.165 1.168 2.766c.725.563 1.615.689 2.332.689V29.5a1 1 0 1 0 2 0v-3.546c.717 0 1.607-.125 2.332-.688c.774-.6 1.168-1.546 1.168-2.766c0-1.09.272-1.562.452-1.756a.74.74 0 0 1 .548-.244a1 1 0 1 0 0-2c-.589 0-1.38.199-2.014.884c-.633.681-.986 1.71-.986 3.116c0 .777-.231 1.06-.395 1.186c-.212.166-.572.268-1.105.268V19.5a1 1 0 1 0-2 0v4.454c-.533 0-.893-.102-1.105-.268c-.164-.126-.395-.409-.395-1.186c0-1.407-.353-2.435-.986-3.116A2.74 2.74 0 0 0 18.5 18.5"/><path d="M32 36a4 4 0 1 0 0-8a4 4 0 0 0 0 8m-1-3v1.5h2V33h1.5v-2H33v-1.5h-2V31h-1.5v2z"/><path d="M39 6H9a3 3 0 0 0-3 3v30a3 3 0 0 0 3 3h30a3 3 0 0 0 3-3V9a3 3 0 0 0-3-3m-1.007 12.975c.109 2.946-1.118 5.576-2.886 7.891A6 6 0 1 1 26.64 34.7l-.205.16c-.637.496-1.246.97-1.81 1.421l-.63.506l-.626-.51a143 143 0 0 0-2.02-1.603c-2.13-1.67-4.55-3.568-6.568-5.652c-2.7-2.788-4.91-6.126-4.775-10.044v-.002a7.91 7.91 0 0 1 3.485-6.256c2.002-1.336 4.23-1.458 6.23-.899a10 10 0 0 1 2.161.9c.775.433 1.49.96 2.117 1.544a11 11 0 0 1 2.114-1.544a10 10 0 0 1 2.165-.905c2-.56 4.23-.439 6.232.905a7.91 7.91 0 0 1 3.483 6.255"/></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsOccupationalTherapy(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="M24.753 16.357c1.03-1.18 2.498-2.176 4.065-2.616c1.547-.434 3.15-.319 4.578.64l.002.002a5.92 5.92 0 0 1 2.597 4.665c.092 2.499-1.032 4.84-2.838 7.063a6 6 0 0 0-7.123 6.524l-.753.587q-.652.507-1.276.997c-.49-.391-.997-.789-1.513-1.193c-2.105-1.651-4.36-3.42-6.275-5.396c-2.58-2.665-4.318-5.493-4.212-8.583a5.92 5.92 0 0 1 2.596-4.664c1.429-.954 3.033-1.07 4.581-.637c1.567.438 3.035 1.432 4.064 2.611l.754.864zM18.5 18.5a1 1 0 1 0 0 2c.161 0 .37.053.548.244c.18.194.452.666.452 1.756c0 1.22.394 2.165 1.168 2.766c.725.563 1.615.689 2.332.689V29.5a1 1 0 1 0 2 0v-3.546c.717 0 1.607-.125 2.332-.688c.774-.6 1.168-1.546 1.168-2.766c0-1.09.272-1.562.452-1.756a.74.74 0 0 1 .548-.244a1 1 0 1 0 0-2c-.589 0-1.38.199-2.014.884c-.633.681-.986 1.71-.986 3.116c0 .777-.231 1.06-.395 1.186c-.212.166-.572.268-1.105.268V19.5a1 1 0 1 0-2 0v4.454c-.533 0-.893-.102-1.105-.268c-.164-.126-.395-.409-.395-1.186c0-1.407-.353-2.435-.986-3.116A2.74 2.74 0 0 0 18.5 18.5"/><path d="M32 36a4 4 0 1 0 0-8a4 4 0 0 0 0 8m-1-3v1.5h2V33h1.5v-2H33v-1.5h-2V31h-1.5v2z"/><path d="M39 6H9a3 3 0 0 0-3 3v30a3 3 0 0 0 3 3h30a3 3 0 0 0 3-3V9a3 3 0 0 0-3-3m-1.007 12.975c.109 2.946-1.118 5.576-2.886 7.891A6 6 0 1 1 26.64 34.7l-.205.16c-.637.496-1.246.97-1.81 1.421l-.63.506l-.626-.51a143 143 0 0 0-2.02-1.603c-2.13-1.67-4.55-3.568-6.568-5.652c-2.7-2.788-4.91-6.126-4.775-10.044v-.002a7.91 7.91 0 0 1 3.485-6.256c2.002-1.336 4.23-1.458 6.23-.899a10 10 0 0 1 2.161.9c.775.433 1.49.96 2.117 1.544a11 11 0 0 1 2.114-1.544a10 10 0 0 1 2.165-.905c2-.56 4.23-.439 6.232.905a7.91 7.91 0 0 1 3.483 6.255"/></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="M24.753 16.357c1.03-1.18 2.498-2.176 4.065-2.616c1.547-.434 3.15-.319 4.578.64l.002.002a5.92 5.92 0 0 1 2.597 4.665c.092 2.499-1.032 4.84-2.838 7.063a6 6 0 0 0-7.123 6.524l-.753.587q-.652.507-1.276.997c-.49-.391-.997-.789-1.513-1.193c-2.105-1.651-4.36-3.42-6.275-5.396c-2.58-2.665-4.318-5.493-4.212-8.583a5.92 5.92 0 0 1 2.596-4.664c1.429-.954 3.033-1.07 4.581-.637c1.567.438 3.035 1.432 4.064 2.611l.754.864zM18.5 18.5a1 1 0 1 0 0 2c.161 0 .37.053.548.244c.18.194.452.666.452 1.756c0 1.22.394 2.165 1.168 2.766c.725.563 1.615.689 2.332.689V29.5a1 1 0 1 0 2 0v-3.546c.717 0 1.607-.125 2.332-.688c.774-.6 1.168-1.546 1.168-2.766c0-1.09.272-1.562.452-1.756a.74.74 0 0 1 .548-.244a1 1 0 1 0 0-2c-.589 0-1.38.199-2.014.884c-.633.681-.986 1.71-.986 3.116c0 .777-.231 1.06-.395 1.186c-.212.166-.572.268-1.105.268V19.5a1 1 0 1 0-2 0v4.454c-.533 0-.893-.102-1.105-.268c-.164-.126-.395-.409-.395-1.186c0-1.407-.353-2.435-.986-3.116A2.74 2.74 0 0 0 18.5 18.5"/><path d="M32 36a4 4 0 1 0 0-8a4 4 0 0 0 0 8m-1-3v1.5h2V33h1.5v-2H33v-1.5h-2V31h-1.5v2z"/><path d="M39 6H9a3 3 0 0 0-3 3v30a3 3 0 0 0 3 3h30a3 3 0 0 0 3-3V9a3 3 0 0 0-3-3m-1.007 12.975c.109 2.946-1.118 5.576-2.886 7.891A6 6 0 1 1 26.64 34.7l-.205.16c-.637.496-1.246.97-1.81 1.421l-.63.506l-.626-.51a143 143 0 0 0-2.02-1.603c-2.13-1.67-4.55-3.568-6.568-5.652c-2.7-2.788-4.91-6.126-4.775-10.044v-.002a7.91 7.91 0 0 1 3.485-6.256c2.002-1.336 4.23-1.458 6.23-.899a10 10 0 0 1 2.161.9c.775.433 1.49.96 2.117 1.544a11 11 0 0 1 2.114-1.544a10 10 0 0 1 2.165-.905c2-.56 4.23-.439 6.232.905a7.91 7.91 0 0 1 3.483 6.255"/></g></svg> </template>
CSS
.icon-occupational-therapy {
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%22M24.753%2016.357c1.03-1.18%202.498-2.176%204.065-2.616c1.547-.434%203.15-.319%204.578.64l.002.002a5.92%205.92%200%200%201%202.597%204.665c.092%202.499-1.032%204.84-2.838%207.063a6%206%200%200%200-7.123%206.524l-.753.587q-.652.507-1.276.997c-.49-.391-.997-.789-1.513-1.193c-2.105-1.651-4.36-3.42-6.275-5.396c-2.58-2.665-4.318-5.493-4.212-8.583a5.92%205.92%200%200%201%202.596-4.664c1.429-.954%203.033-1.07%204.581-.637c1.567.438%203.035%201.432%204.064%202.611l.754.864zM18.5%2018.5a1%201%200%201%200%200%202c.161%200%20.37.053.548.244c.18.194.452.666.452%201.756c0%201.22.394%202.165%201.168%202.766c.725.563%201.615.689%202.332.689V29.5a1%201%200%201%200%202%200v-3.546c.717%200%201.607-.125%202.332-.688c.774-.6%201.168-1.546%201.168-2.766c0-1.09.272-1.562.452-1.756a.74.74%200%200%201%20.548-.244a1%201%200%201%200%200-2c-.589%200-1.38.199-2.014.884c-.633.681-.986%201.71-.986%203.116c0%20.777-.231%201.06-.395%201.186c-.212.166-.572.268-1.105.268V19.5a1%201%200%201%200-2%200v4.454c-.533%200-.893-.102-1.105-.268c-.164-.126-.395-.409-.395-1.186c0-1.407-.353-2.435-.986-3.116A2.74%202.74%200%200%200%2018.5%2018.5%22%2F%3E%3Cpath%20d%3D%22M32%2036a4%204%200%201%200%200-8a4%204%200%200%200%200%208m-1-3v1.5h2V33h1.5v-2H33v-1.5h-2V31h-1.5v2z%22%2F%3E%3Cpath%20d%3D%22M39%206H9a3%203%200%200%200-3%203v30a3%203%200%200%200%203%203h30a3%203%200%200%200%203-3V9a3%203%200%200%200-3-3m-1.007%2012.975c.109%202.946-1.118%205.576-2.886%207.891A6%206%200%201%201%2026.64%2034.7l-.205.16c-.637.496-1.246.97-1.81%201.421l-.63.506l-.626-.51a143%20143%200%200%200-2.02-1.603c-2.13-1.67-4.55-3.568-6.568-5.652c-2.7-2.788-4.91-6.126-4.775-10.044v-.002a7.91%207.91%200%200%201%203.485-6.256c2.002-1.336%204.23-1.458%206.23-.899a10%2010%200%200%201%202.161.9c.775.433%201.49.96%202.117%201.544a11%2011%200%200%201%202.114-1.544a10%2010%200%200%201%202.165-.905c2-.56%204.23-.439%206.232.905a7.91%207.91%200%200%201%203.483%206.255%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%22M24.753%2016.357c1.03-1.18%202.498-2.176%204.065-2.616c1.547-.434%203.15-.319%204.578.64l.002.002a5.92%205.92%200%200%201%202.597%204.665c.092%202.499-1.032%204.84-2.838%207.063a6%206%200%200%200-7.123%206.524l-.753.587q-.652.507-1.276.997c-.49-.391-.997-.789-1.513-1.193c-2.105-1.651-4.36-3.42-6.275-5.396c-2.58-2.665-4.318-5.493-4.212-8.583a5.92%205.92%200%200%201%202.596-4.664c1.429-.954%203.033-1.07%204.581-.637c1.567.438%203.035%201.432%204.064%202.611l.754.864zM18.5%2018.5a1%201%200%201%200%200%202c.161%200%20.37.053.548.244c.18.194.452.666.452%201.756c0%201.22.394%202.165%201.168%202.766c.725.563%201.615.689%202.332.689V29.5a1%201%200%201%200%202%200v-3.546c.717%200%201.607-.125%202.332-.688c.774-.6%201.168-1.546%201.168-2.766c0-1.09.272-1.562.452-1.756a.74.74%200%200%201%20.548-.244a1%201%200%201%200%200-2c-.589%200-1.38.199-2.014.884c-.633.681-.986%201.71-.986%203.116c0%20.777-.231%201.06-.395%201.186c-.212.166-.572.268-1.105.268V19.5a1%201%200%201%200-2%200v4.454c-.533%200-.893-.102-1.105-.268c-.164-.126-.395-.409-.395-1.186c0-1.407-.353-2.435-.986-3.116A2.74%202.74%200%200%200%2018.5%2018.5%22%2F%3E%3Cpath%20d%3D%22M32%2036a4%204%200%201%200%200-8a4%204%200%200%200%200%208m-1-3v1.5h2V33h1.5v-2H33v-1.5h-2V31h-1.5v2z%22%2F%3E%3Cpath%20d%3D%22M39%206H9a3%203%200%200%200-3%203v30a3%203%200%200%200%203%203h30a3%203%200%200%200%203-3V9a3%203%200%200%200-3-3m-1.007%2012.975c.109%202.946-1.118%205.576-2.886%207.891A6%206%200%201%201%2026.64%2034.7l-.205.16c-.637.496-1.246.97-1.81%201.421l-.63.506l-.626-.51a143%20143%200%200%200-2.02-1.603c-2.13-1.67-4.55-3.568-6.568-5.652c-2.7-2.788-4.91-6.126-4.775-10.044v-.002a7.91%207.91%200%200%201%203.485-6.256c2.002-1.336%204.23-1.458%206.23-.899a10%2010%200%200%201%202.161.9c.775.433%201.49.96%202.117%201.544a11%2011%200%200%201%202.114-1.544a10%2010%200%200%201%202.165-.905c2-.56%204.23-.439%206.232.905a7.91%207.91%200%200%201%203.483%206.255%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/occupational-therapy.svg?color=%231a73e8&size=48