pain managment icon
pain-managment-outline from Health Icons by Resolve to Save Lives · Outline · Specialties · MIT Free for personal and commercial use.
- Name
- pain-managment-outline
- Set
- Health Icons
- Style
- Outline
- Category
- Specialties
- Viewbox
- 48×48
- License
- MIT
- Aliases
- pain-managment2x-outline
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 pain managment 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="M20.046 37.997a.733.733 0 0 1-.643-.804l.57-6.443l2.875 1.582l.662-4.135a.714.714 0 0 1 .817-.607a.737.737 0 0 1 .585.85l-.985 6.158l-2.734-1.504l-.375 4.235a.72.72 0 0 1-.773.668m-9.955-9.939a.755.755 0 0 1 .274-1.006l5.645-3.28l.39 3.516l3.868-1.878a.7.7 0 0 1 .945.358c.166.37.012.81-.344.982l-5.655 2.744l-.372-3.35l-3.783 2.199a.696.696 0 0 1-.968-.285m3.304-14.932a.695.695 0 0 1 .976-.248l5.662 3.574l-2.827 2.146l3.602 2.666c.32.237.395.698.167 1.03a.693.693 0 0 1-.99.174l-5.21-3.855l2.698-2.048l-3.84-2.423a.756.756 0 0 1-.238-1.016m15.566-3.115c.386.071.644.455.576.857l-1.068 6.299l-2.703-1.799l-.97 3.994a.71.71 0 0 1-.864.535a.74.74 0 0 1-.515-.897l1.454-5.983l2.568 1.71l.698-4.116a.714.714 0 0 1 .823-.6m8.953 10.367a.755.755 0 0 1-.281 1.004l-5.412 3.087l-.344-3.332l-3.622 1.722a.7.7 0 0 1-.942-.365a.75.75 0 0 1 .351-.98l5.416-2.574l.327 3.167l3.542-2.021a.697.697 0 0 1 .965.292m-3.688 13.398a.695.695 0 0 1-.976.248l-5.344-3.372l2.642-2.006l-3.307-2.447a.76.76 0 0 1-.166-1.03a.693.693 0 0 1 .99-.175l4.914 3.637l-2.513 1.907l3.521 2.223a.756.756 0 0 1 .239 1.015"/></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsPainManagmentOutline(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="M20.046 37.997a.733.733 0 0 1-.643-.804l.57-6.443l2.875 1.582l.662-4.135a.714.714 0 0 1 .817-.607a.737.737 0 0 1 .585.85l-.985 6.158l-2.734-1.504l-.375 4.235a.72.72 0 0 1-.773.668m-9.955-9.939a.755.755 0 0 1 .274-1.006l5.645-3.28l.39 3.516l3.868-1.878a.7.7 0 0 1 .945.358c.166.37.012.81-.344.982l-5.655 2.744l-.372-3.35l-3.783 2.199a.696.696 0 0 1-.968-.285m3.304-14.932a.695.695 0 0 1 .976-.248l5.662 3.574l-2.827 2.146l3.602 2.666c.32.237.395.698.167 1.03a.693.693 0 0 1-.99.174l-5.21-3.855l2.698-2.048l-3.84-2.423a.756.756 0 0 1-.238-1.016m15.566-3.115c.386.071.644.455.576.857l-1.068 6.299l-2.703-1.799l-.97 3.994a.71.71 0 0 1-.864.535a.74.74 0 0 1-.515-.897l1.454-5.983l2.568 1.71l.698-4.116a.714.714 0 0 1 .823-.6m8.953 10.367a.755.755 0 0 1-.281 1.004l-5.412 3.087l-.344-3.332l-3.622 1.722a.7.7 0 0 1-.942-.365a.75.75 0 0 1 .351-.98l5.416-2.574l.327 3.167l3.542-2.021a.697.697 0 0 1 .965.292m-3.688 13.398a.695.695 0 0 1-.976.248l-5.344-3.372l2.642-2.006l-3.307-2.447a.76.76 0 0 1-.166-1.03a.693.693 0 0 1 .99-.175l4.914 3.637l-2.513 1.907l3.521 2.223a.756.756 0 0 1 .239 1.015"/></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="M20.046 37.997a.733.733 0 0 1-.643-.804l.57-6.443l2.875 1.582l.662-4.135a.714.714 0 0 1 .817-.607a.737.737 0 0 1 .585.85l-.985 6.158l-2.734-1.504l-.375 4.235a.72.72 0 0 1-.773.668m-9.955-9.939a.755.755 0 0 1 .274-1.006l5.645-3.28l.39 3.516l3.868-1.878a.7.7 0 0 1 .945.358c.166.37.012.81-.344.982l-5.655 2.744l-.372-3.35l-3.783 2.199a.696.696 0 0 1-.968-.285m3.304-14.932a.695.695 0 0 1 .976-.248l5.662 3.574l-2.827 2.146l3.602 2.666c.32.237.395.698.167 1.03a.693.693 0 0 1-.99.174l-5.21-3.855l2.698-2.048l-3.84-2.423a.756.756 0 0 1-.238-1.016m15.566-3.115c.386.071.644.455.576.857l-1.068 6.299l-2.703-1.799l-.97 3.994a.71.71 0 0 1-.864.535a.74.74 0 0 1-.515-.897l1.454-5.983l2.568 1.71l.698-4.116a.714.714 0 0 1 .823-.6m8.953 10.367a.755.755 0 0 1-.281 1.004l-5.412 3.087l-.344-3.332l-3.622 1.722a.7.7 0 0 1-.942-.365a.75.75 0 0 1 .351-.98l5.416-2.574l.327 3.167l3.542-2.021a.697.697 0 0 1 .965.292m-3.688 13.398a.695.695 0 0 1-.976.248l-5.344-3.372l2.642-2.006l-3.307-2.447a.76.76 0 0 1-.166-1.03a.693.693 0 0 1 .99-.175l4.914 3.637l-2.513 1.907l3.521 2.223a.756.756 0 0 1 .239 1.015"/></g></svg> </template>
CSS
.icon-pain-managment-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%22M20.046%2037.997a.733.733%200%200%201-.643-.804l.57-6.443l2.875%201.582l.662-4.135a.714.714%200%200%201%20.817-.607a.737.737%200%200%201%20.585.85l-.985%206.158l-2.734-1.504l-.375%204.235a.72.72%200%200%201-.773.668m-9.955-9.939a.755.755%200%200%201%20.274-1.006l5.645-3.28l.39%203.516l3.868-1.878a.7.7%200%200%201%20.945.358c.166.37.012.81-.344.982l-5.655%202.744l-.372-3.35l-3.783%202.199a.696.696%200%200%201-.968-.285m3.304-14.932a.695.695%200%200%201%20.976-.248l5.662%203.574l-2.827%202.146l3.602%202.666c.32.237.395.698.167%201.03a.693.693%200%200%201-.99.174l-5.21-3.855l2.698-2.048l-3.84-2.423a.756.756%200%200%201-.238-1.016m15.566-3.115c.386.071.644.455.576.857l-1.068%206.299l-2.703-1.799l-.97%203.994a.71.71%200%200%201-.864.535a.74.74%200%200%201-.515-.897l1.454-5.983l2.568%201.71l.698-4.116a.714.714%200%200%201%20.823-.6m8.953%2010.367a.755.755%200%200%201-.281%201.004l-5.412%203.087l-.344-3.332l-3.622%201.722a.7.7%200%200%201-.942-.365a.75.75%200%200%201%20.351-.98l5.416-2.574l.327%203.167l3.542-2.021a.697.697%200%200%201%20.965.292m-3.688%2013.398a.695.695%200%200%201-.976.248l-5.344-3.372l2.642-2.006l-3.307-2.447a.76.76%200%200%201-.166-1.03a.693.693%200%200%201%20.99-.175l4.914%203.637l-2.513%201.907l3.521%202.223a.756.756%200%200%201%20.239%201.015%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%22M20.046%2037.997a.733.733%200%200%201-.643-.804l.57-6.443l2.875%201.582l.662-4.135a.714.714%200%200%201%20.817-.607a.737.737%200%200%201%20.585.85l-.985%206.158l-2.734-1.504l-.375%204.235a.72.72%200%200%201-.773.668m-9.955-9.939a.755.755%200%200%201%20.274-1.006l5.645-3.28l.39%203.516l3.868-1.878a.7.7%200%200%201%20.945.358c.166.37.012.81-.344.982l-5.655%202.744l-.372-3.35l-3.783%202.199a.696.696%200%200%201-.968-.285m3.304-14.932a.695.695%200%200%201%20.976-.248l5.662%203.574l-2.827%202.146l3.602%202.666c.32.237.395.698.167%201.03a.693.693%200%200%201-.99.174l-5.21-3.855l2.698-2.048l-3.84-2.423a.756.756%200%200%201-.238-1.016m15.566-3.115c.386.071.644.455.576.857l-1.068%206.299l-2.703-1.799l-.97%203.994a.71.71%200%200%201-.864.535a.74.74%200%200%201-.515-.897l1.454-5.983l2.568%201.71l.698-4.116a.714.714%200%200%201%20.823-.6m8.953%2010.367a.755.755%200%200%201-.281%201.004l-5.412%203.087l-.344-3.332l-3.622%201.722a.7.7%200%200%201-.942-.365a.75.75%200%200%201%20.351-.98l5.416-2.574l.327%203.167l3.542-2.021a.697.697%200%200%201%20.965.292m-3.688%2013.398a.695.695%200%200%201-.976.248l-5.344-3.372l2.642-2.006l-3.307-2.447a.76.76%200%200%201-.166-1.03a.693.693%200%200%201%20.99-.175l4.914%203.637l-2.513%201.907l3.521%202.223a.756.756%200%200%201%20.239%201.015%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/pain-managment-outline.svg?color=%231a73e8&size=48