pain managment negative icon
pain-managment-negative from Health Icons by Resolve to Save Lives · Filled · MIT Free for personal and commercial use.
- Name
- pain-managment-negative
- Set
- Health Icons
- Style
- Filled
- Viewbox
- 48×48
- License
- MIT
Related icons in Health Icons
Use the pain managment negative icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g fill="currentColor" clip-path="url(#healthiconsPainManagmentNegative)"><path d="M28.96 10.011c.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-.6M14.37 12.878a.695.695 0 0 0-.976.248a.756.756 0 0 0 .239 1.016l3.839 2.423l-2.698 2.048l5.21 3.855c.319.237.763.16.99-.173a.76.76 0 0 0-.167-1.03l-3.602-2.667l2.827-2.146zm-4.28 15.18a.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-.285m9.956 9.939a.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.668m17.586-16.615a.755.755 0 0 0 .281-1.004a.697.697 0 0 0-.965-.292l-3.542 2.02l-.327-3.166l-5.416 2.574a.75.75 0 0 0-.35.98a.7.7 0 0 0 .94.365l3.623-1.722l.344 3.332zm-3.407 12.394a.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"/><path 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-3z" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsPainManagmentNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsPainManagmentNegative(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 fill="currentColor" clipPath="url(#healthiconsPainManagmentNegative)"><path d="M28.96 10.011c.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-.6M14.37 12.878a.695.695 0 0 0-.976.248a.756.756 0 0 0 .239 1.016l3.839 2.423l-2.698 2.048l5.21 3.855c.319.237.763.16.99-.173a.76.76 0 0 0-.167-1.03l-3.602-2.667l2.827-2.146zm-4.28 15.18a.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-.285m9.956 9.939a.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.668m17.586-16.615a.755.755 0 0 0 .281-1.004a.697.697 0 0 0-.965-.292l-3.542 2.02l-.327-3.166l-5.416 2.574a.75.75 0 0 0-.35.98a.7.7 0 0 0 .94.365l3.623-1.722l.344 3.332zm-3.407 12.394a.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"/><path 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-3z" clipRule="evenodd"/></g><defs><clipPath id="healthiconsPainManagmentNegative"><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 fill="currentColor" clip-path="url(#healthiconsPainManagmentNegative)"><path d="M28.96 10.011c.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-.6M14.37 12.878a.695.695 0 0 0-.976.248a.756.756 0 0 0 .239 1.016l3.839 2.423l-2.698 2.048l5.21 3.855c.319.237.763.16.99-.173a.76.76 0 0 0-.167-1.03l-3.602-2.667l2.827-2.146zm-4.28 15.18a.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-.285m9.956 9.939a.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.668m17.586-16.615a.755.755 0 0 0 .281-1.004a.697.697 0 0 0-.965-.292l-3.542 2.02l-.327-3.166l-5.416 2.574a.75.75 0 0 0-.35.98a.7.7 0 0 0 .94.365l3.623-1.722l.344 3.332zm-3.407 12.394a.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"/><path 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-3z" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsPainManagmentNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg> </template>
CSS
.icon-pain-managment-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%20fill%3D%22currentColor%22%20clip-path%3D%22url(%23healthiconsPainManagmentNegative)%22%3E%3Cpath%20d%3D%22M28.96%2010.011c.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-.6M14.37%2012.878a.695.695%200%200%200-.976.248a.756.756%200%200%200%20.239%201.016l3.839%202.423l-2.698%202.048l5.21%203.855c.319.237.763.16.99-.173a.76.76%200%200%200-.167-1.03l-3.602-2.667l2.827-2.146zm-4.28%2015.18a.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-.285m9.956%209.939a.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.668m17.586-16.615a.755.755%200%200%200%20.281-1.004a.697.697%200%200%200-.965-.292l-3.542%202.02l-.327-3.166l-5.416%202.574a.75.75%200%200%200-.35.98a.7.7%200%200%200%20.94.365l3.623-1.722l.344%203.332zm-3.407%2012.394a.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%3Cpath%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-3z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsPainManagmentNegative%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%20fill%3D%22currentColor%22%20clip-path%3D%22url(%23healthiconsPainManagmentNegative)%22%3E%3Cpath%20d%3D%22M28.96%2010.011c.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-.6M14.37%2012.878a.695.695%200%200%200-.976.248a.756.756%200%200%200%20.239%201.016l3.839%202.423l-2.698%202.048l5.21%203.855c.319.237.763.16.99-.173a.76.76%200%200%200-.167-1.03l-3.602-2.667l2.827-2.146zm-4.28%2015.18a.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-.285m9.956%209.939a.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.668m17.586-16.615a.755.755%200%200%200%20.281-1.004a.697.697%200%200%200-.965-.292l-3.542%202.02l-.327-3.166l-5.416%202.574a.75.75%200%200%200-.35.98a.7.7%200%200%200%20.94.365l3.623-1.722l.344%203.332zm-3.407%2012.394a.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%3Cpath%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-3z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsPainManagmentNegative%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/pain-managment-negative.svg?color=%231a73e8&size=48