pain negative icon

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

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

Related icons in Health Icons

Use the pain 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(#healthiconsPainNegative)"><path fill="currentColor" fill-rule="evenodd" d="M0 0h48v48H0zm18.714 43.199a1 1 0 0 1-.904-1.088l.802-8.716l4.045 2.14l.93-5.594a1 1 0 0 1 1.974.329l-1.386 8.33l-3.846-2.034l-.528 5.729a1 1 0 0 1-1.087.904M5.09 28.392a1 1 0 0 0 .976 1.746l5.324-2.976l.523 4.534l7.957-3.713a1 1 0 0 0-.846-1.812l-5.443 2.54l-.548-4.758zm4.263-18.84a1 1 0 0 1 1.374-.336l7.967 4.835l-3.978 2.903l5.069 3.607a1 1 0 1 1-1.16 1.63l-7.329-5.216l3.796-2.77l-5.403-3.28a1 1 0 0 1-.336-1.373m22.713-3.056a1 1 0 1 0-1.97-.347l-.981 5.568l-3.613-2.313l-2.046 8.094a1 1 0 1 0 1.94.49l1.365-5.403l3.803 2.433zm11.787 12.867a1 1 0 0 1-.396 1.358l-7.615 4.177l-.484-4.509l-5.097 2.33a1 1 0 0 1-.831-1.82l7.62-3.482l.46 4.284l4.985-2.734a1 1 0 0 1 1.358.396M37.29 37.825a1 1 0 1 0 1.038-1.71l-4.954-3.007l3.535-2.58l-6.913-4.92a1 1 0 0 0-1.16 1.63l4.653 3.31l-3.717 2.714z" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsPainNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsPainNegative(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(#healthiconsPainNegative)"><path fill="currentColor" fillRule="evenodd" d="M0 0h48v48H0zm18.714 43.199a1 1 0 0 1-.904-1.088l.802-8.716l4.045 2.14l.93-5.594a1 1 0 0 1 1.974.329l-1.386 8.33l-3.846-2.034l-.528 5.729a1 1 0 0 1-1.087.904M5.09 28.392a1 1 0 0 0 .976 1.746l5.324-2.976l.523 4.534l7.957-3.713a1 1 0 0 0-.846-1.812l-5.443 2.54l-.548-4.758zm4.263-18.84a1 1 0 0 1 1.374-.336l7.967 4.835l-3.978 2.903l5.069 3.607a1 1 0 1 1-1.16 1.63l-7.329-5.216l3.796-2.77l-5.403-3.28a1 1 0 0 1-.336-1.373m22.713-3.056a1 1 0 1 0-1.97-.347l-.981 5.568l-3.613-2.313l-2.046 8.094a1 1 0 1 0 1.94.49l1.365-5.403l3.803 2.433zm11.787 12.867a1 1 0 0 1-.396 1.358l-7.615 4.177l-.484-4.509l-5.097 2.33a1 1 0 0 1-.831-1.82l7.62-3.482l.46 4.284l4.985-2.734a1 1 0 0 1 1.358.396M37.29 37.825a1 1 0 1 0 1.038-1.71l-4.954-3.007l3.535-2.58l-6.913-4.92a1 1 0 0 0-1.16 1.63l4.653 3.31l-3.717 2.714z" clipRule="evenodd"/></g><defs><clipPath id="healthiconsPainNegative"><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(#healthiconsPainNegative)"><path fill="currentColor" fill-rule="evenodd" d="M0 0h48v48H0zm18.714 43.199a1 1 0 0 1-.904-1.088l.802-8.716l4.045 2.14l.93-5.594a1 1 0 0 1 1.974.329l-1.386 8.33l-3.846-2.034l-.528 5.729a1 1 0 0 1-1.087.904M5.09 28.392a1 1 0 0 0 .976 1.746l5.324-2.976l.523 4.534l7.957-3.713a1 1 0 0 0-.846-1.812l-5.443 2.54l-.548-4.758zm4.263-18.84a1 1 0 0 1 1.374-.336l7.967 4.835l-3.978 2.903l5.069 3.607a1 1 0 1 1-1.16 1.63l-7.329-5.216l3.796-2.77l-5.403-3.28a1 1 0 0 1-.336-1.373m22.713-3.056a1 1 0 1 0-1.97-.347l-.981 5.568l-3.613-2.313l-2.046 8.094a1 1 0 1 0 1.94.49l1.365-5.403l3.803 2.433zm11.787 12.867a1 1 0 0 1-.396 1.358l-7.615 4.177l-.484-4.509l-5.097 2.33a1 1 0 0 1-.831-1.82l7.62-3.482l.46 4.284l4.985-2.734a1 1 0 0 1 1.358.396M37.29 37.825a1 1 0 1 0 1.038-1.71l-4.954-3.007l3.535-2.58l-6.913-4.92a1 1 0 0 0-1.16 1.63l4.653 3.31l-3.717 2.714z" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsPainNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
</template>

CSS

.icon-pain-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(%23healthiconsPainNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M0%200h48v48H0zm18.714%2043.199a1%201%200%200%201-.904-1.088l.802-8.716l4.045%202.14l.93-5.594a1%201%200%200%201%201.974.329l-1.386%208.33l-3.846-2.034l-.528%205.729a1%201%200%200%201-1.087.904M5.09%2028.392a1%201%200%200%200%20.976%201.746l5.324-2.976l.523%204.534l7.957-3.713a1%201%200%200%200-.846-1.812l-5.443%202.54l-.548-4.758zm4.263-18.84a1%201%200%200%201%201.374-.336l7.967%204.835l-3.978%202.903l5.069%203.607a1%201%200%201%201-1.16%201.63l-7.329-5.216l3.796-2.77l-5.403-3.28a1%201%200%200%201-.336-1.373m22.713-3.056a1%201%200%201%200-1.97-.347l-.981%205.568l-3.613-2.313l-2.046%208.094a1%201%200%201%200%201.94.49l1.365-5.403l3.803%202.433zm11.787%2012.867a1%201%200%200%201-.396%201.358l-7.615%204.177l-.484-4.509l-5.097%202.33a1%201%200%200%201-.831-1.82l7.62-3.482l.46%204.284l4.985-2.734a1%201%200%200%201%201.358.396M37.29%2037.825a1%201%200%201%200%201.038-1.71l-4.954-3.007l3.535-2.58l-6.913-4.92a1%201%200%200%200-1.16%201.63l4.653%203.31l-3.717%202.714z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsPainNegative%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(%23healthiconsPainNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M0%200h48v48H0zm18.714%2043.199a1%201%200%200%201-.904-1.088l.802-8.716l4.045%202.14l.93-5.594a1%201%200%200%201%201.974.329l-1.386%208.33l-3.846-2.034l-.528%205.729a1%201%200%200%201-1.087.904M5.09%2028.392a1%201%200%200%200%20.976%201.746l5.324-2.976l.523%204.534l7.957-3.713a1%201%200%200%200-.846-1.812l-5.443%202.54l-.548-4.758zm4.263-18.84a1%201%200%200%201%201.374-.336l7.967%204.835l-3.978%202.903l5.069%203.607a1%201%200%201%201-1.16%201.63l-7.329-5.216l3.796-2.77l-5.403-3.28a1%201%200%200%201-.336-1.373m22.713-3.056a1%201%200%201%200-1.97-.347l-.981%205.568l-3.613-2.313l-2.046%208.094a1%201%200%201%200%201.94.49l1.365-5.403l3.803%202.433zm11.787%2012.867a1%201%200%200%201-.396%201.358l-7.615%204.177l-.484-4.509l-5.097%202.33a1%201%200%200%201-.831-1.82l7.62-3.482l.46%204.284l4.985-2.734a1%201%200%200%201%201.358.396M37.29%2037.825a1%201%200%201%200%201.038-1.71l-4.954-3.007l3.535-2.58l-6.913-4.92a1%201%200%200%200-1.16%201.63l4.653%203.31l-3.717%202.714z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsPainNegative%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-negative.svg?color=%231a73e8&size=48