headache negative icon
headache-negative from Health Icons by Resolve to Save Lives · Filled · MIT Free for personal and commercial use.
- Name
- headache-negative
- Set
- Health Icons
- Style
- Filled
- Viewbox
- 48×48
- License
- MIT
Use the headache 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(#healthiconsHeadacheNegative)"><path fill="currentColor" fill-rule="evenodd" d="M48 0H0v48h48zM14.774 4.367a1 1 0 0 0-1.548 1.266L15.89 8.89h-1.812a1 1 0 0 0-.724 1.69l2.966 3.11a1 1 0 0 0 1.447-1.379l-1.354-1.421H18a1 1 0 0 0 .774-1.633zm19.86-.141a1 1 0 0 0-1.408.14l-4 4.89A1 1 0 0 0 30 10.889h1.587l-1.354 1.421a1 1 0 0 0 1.447 1.38l2.966-3.111a1 1 0 0 0-.724-1.69H32.11l2.664-3.256a1 1 0 0 0-.14-1.407m-9.835.495c-.194-.495-.782-.724-1.312-.51s-.801.788-.607 1.283l.695 1.77l-1.019-.2a1.1 1.1 0 0 0-1.024.353a.97.97 0 0 0-.182 1.018l1.5 3.5c.21.49.805.701 1.329.474c.524-.228.779-.81.569-1.299L24 9.365l.95.186c.368.073.759-.06 1.015-.341a.97.97 0 0 0 .202-1.003zm9.169 32.137a2 2 0 0 0-.688-1.894l-3-2.5a2 2 0 0 0-.28-.196v-3.99l4.171.695a2 2 0 0 0 2.202-2.675l-3-8a2 2 0 0 0-3.746 1.404l1.784 4.755l-2.233-.372a3.06 3.06 0 0 0-1.91.307c-.336.174-.935.467-1.599.712c-.703.26-1.294.396-1.669.396s-.966-.136-1.67-.396a15 15 0 0 1-1.598-.712a3.06 3.06 0 0 0-1.91-.307l-2.233.372l1.784-4.755a2 2 0 0 0-3.746-1.404l-3 8a2 2 0 0 0 2.202 2.675L18 28.278v3.99a2 2 0 0 0-.28.196l-3 2.5a2 2 0 0 0-.688 1.894l1 5.5a2 2 0 0 0 3.96-.54l-.396-4.357l.075-.054c4.211-.806 6.555-.811 10.655-.002l.078.056l-.396 4.358a2 2 0 0 0 3.96.539zM28 19a4 4 0 1 1-8 0a4 4 0 0 1 8 0" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsHeadacheNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsHeadacheNegative(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(#healthiconsHeadacheNegative)"><path fill="currentColor" fillRule="evenodd" d="M48 0H0v48h48zM14.774 4.367a1 1 0 0 0-1.548 1.266L15.89 8.89h-1.812a1 1 0 0 0-.724 1.69l2.966 3.11a1 1 0 0 0 1.447-1.379l-1.354-1.421H18a1 1 0 0 0 .774-1.633zm19.86-.141a1 1 0 0 0-1.408.14l-4 4.89A1 1 0 0 0 30 10.889h1.587l-1.354 1.421a1 1 0 0 0 1.447 1.38l2.966-3.111a1 1 0 0 0-.724-1.69H32.11l2.664-3.256a1 1 0 0 0-.14-1.407m-9.835.495c-.194-.495-.782-.724-1.312-.51s-.801.788-.607 1.283l.695 1.77l-1.019-.2a1.1 1.1 0 0 0-1.024.353a.97.97 0 0 0-.182 1.018l1.5 3.5c.21.49.805.701 1.329.474c.524-.228.779-.81.569-1.299L24 9.365l.95.186c.368.073.759-.06 1.015-.341a.97.97 0 0 0 .202-1.003zm9.169 32.137a2 2 0 0 0-.688-1.894l-3-2.5a2 2 0 0 0-.28-.196v-3.99l4.171.695a2 2 0 0 0 2.202-2.675l-3-8a2 2 0 0 0-3.746 1.404l1.784 4.755l-2.233-.372a3.06 3.06 0 0 0-1.91.307c-.336.174-.935.467-1.599.712c-.703.26-1.294.396-1.669.396s-.966-.136-1.67-.396a15 15 0 0 1-1.598-.712a3.06 3.06 0 0 0-1.91-.307l-2.233.372l1.784-4.755a2 2 0 0 0-3.746-1.404l-3 8a2 2 0 0 0 2.202 2.675L18 28.278v3.99a2 2 0 0 0-.28.196l-3 2.5a2 2 0 0 0-.688 1.894l1 5.5a2 2 0 0 0 3.96-.54l-.396-4.357l.075-.054c4.211-.806 6.555-.811 10.655-.002l.078.056l-.396 4.358a2 2 0 0 0 3.96.539zM28 19a4 4 0 1 1-8 0a4 4 0 0 1 8 0" clipRule="evenodd"/></g><defs><clipPath id="healthiconsHeadacheNegative"><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(#healthiconsHeadacheNegative)"><path fill="currentColor" fill-rule="evenodd" d="M48 0H0v48h48zM14.774 4.367a1 1 0 0 0-1.548 1.266L15.89 8.89h-1.812a1 1 0 0 0-.724 1.69l2.966 3.11a1 1 0 0 0 1.447-1.379l-1.354-1.421H18a1 1 0 0 0 .774-1.633zm19.86-.141a1 1 0 0 0-1.408.14l-4 4.89A1 1 0 0 0 30 10.889h1.587l-1.354 1.421a1 1 0 0 0 1.447 1.38l2.966-3.111a1 1 0 0 0-.724-1.69H32.11l2.664-3.256a1 1 0 0 0-.14-1.407m-9.835.495c-.194-.495-.782-.724-1.312-.51s-.801.788-.607 1.283l.695 1.77l-1.019-.2a1.1 1.1 0 0 0-1.024.353a.97.97 0 0 0-.182 1.018l1.5 3.5c.21.49.805.701 1.329.474c.524-.228.779-.81.569-1.299L24 9.365l.95.186c.368.073.759-.06 1.015-.341a.97.97 0 0 0 .202-1.003zm9.169 32.137a2 2 0 0 0-.688-1.894l-3-2.5a2 2 0 0 0-.28-.196v-3.99l4.171.695a2 2 0 0 0 2.202-2.675l-3-8a2 2 0 0 0-3.746 1.404l1.784 4.755l-2.233-.372a3.06 3.06 0 0 0-1.91.307c-.336.174-.935.467-1.599.712c-.703.26-1.294.396-1.669.396s-.966-.136-1.67-.396a15 15 0 0 1-1.598-.712a3.06 3.06 0 0 0-1.91-.307l-2.233.372l1.784-4.755a2 2 0 0 0-3.746-1.404l-3 8a2 2 0 0 0 2.202 2.675L18 28.278v3.99a2 2 0 0 0-.28.196l-3 2.5a2 2 0 0 0-.688 1.894l1 5.5a2 2 0 0 0 3.96-.54l-.396-4.357l.075-.054c4.211-.806 6.555-.811 10.655-.002l.078.056l-.396 4.358a2 2 0 0 0 3.96.539zM28 19a4 4 0 1 1-8 0a4 4 0 0 1 8 0" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsHeadacheNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg> </template>
CSS
.icon-headache-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(%23healthiconsHeadacheNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zM14.774%204.367a1%201%200%200%200-1.548%201.266L15.89%208.89h-1.812a1%201%200%200%200-.724%201.69l2.966%203.11a1%201%200%200%200%201.447-1.379l-1.354-1.421H18a1%201%200%200%200%20.774-1.633zm19.86-.141a1%201%200%200%200-1.408.14l-4%204.89A1%201%200%200%200%2030%2010.889h1.587l-1.354%201.421a1%201%200%200%200%201.447%201.38l2.966-3.111a1%201%200%200%200-.724-1.69H32.11l2.664-3.256a1%201%200%200%200-.14-1.407m-9.835.495c-.194-.495-.782-.724-1.312-.51s-.801.788-.607%201.283l.695%201.77l-1.019-.2a1.1%201.1%200%200%200-1.024.353a.97.97%200%200%200-.182%201.018l1.5%203.5c.21.49.805.701%201.329.474c.524-.228.779-.81.569-1.299L24%209.365l.95.186c.368.073.759-.06%201.015-.341a.97.97%200%200%200%20.202-1.003zm9.169%2032.137a2%202%200%200%200-.688-1.894l-3-2.5a2%202%200%200%200-.28-.196v-3.99l4.171.695a2%202%200%200%200%202.202-2.675l-3-8a2%202%200%200%200-3.746%201.404l1.784%204.755l-2.233-.372a3.06%203.06%200%200%200-1.91.307c-.336.174-.935.467-1.599.712c-.703.26-1.294.396-1.669.396s-.966-.136-1.67-.396a15%2015%200%200%201-1.598-.712a3.06%203.06%200%200%200-1.91-.307l-2.233.372l1.784-4.755a2%202%200%200%200-3.746-1.404l-3%208a2%202%200%200%200%202.202%202.675L18%2028.278v3.99a2%202%200%200%200-.28.196l-3%202.5a2%202%200%200%200-.688%201.894l1%205.5a2%202%200%200%200%203.96-.54l-.396-4.357l.075-.054c4.211-.806%206.555-.811%2010.655-.002l.078.056l-.396%204.358a2%202%200%200%200%203.96.539zM28%2019a4%204%200%201%201-8%200a4%204%200%200%201%208%200%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsHeadacheNegative%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(%23healthiconsHeadacheNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zM14.774%204.367a1%201%200%200%200-1.548%201.266L15.89%208.89h-1.812a1%201%200%200%200-.724%201.69l2.966%203.11a1%201%200%200%200%201.447-1.379l-1.354-1.421H18a1%201%200%200%200%20.774-1.633zm19.86-.141a1%201%200%200%200-1.408.14l-4%204.89A1%201%200%200%200%2030%2010.889h1.587l-1.354%201.421a1%201%200%200%200%201.447%201.38l2.966-3.111a1%201%200%200%200-.724-1.69H32.11l2.664-3.256a1%201%200%200%200-.14-1.407m-9.835.495c-.194-.495-.782-.724-1.312-.51s-.801.788-.607%201.283l.695%201.77l-1.019-.2a1.1%201.1%200%200%200-1.024.353a.97.97%200%200%200-.182%201.018l1.5%203.5c.21.49.805.701%201.329.474c.524-.228.779-.81.569-1.299L24%209.365l.95.186c.368.073.759-.06%201.015-.341a.97.97%200%200%200%20.202-1.003zm9.169%2032.137a2%202%200%200%200-.688-1.894l-3-2.5a2%202%200%200%200-.28-.196v-3.99l4.171.695a2%202%200%200%200%202.202-2.675l-3-8a2%202%200%200%200-3.746%201.404l1.784%204.755l-2.233-.372a3.06%203.06%200%200%200-1.91.307c-.336.174-.935.467-1.599.712c-.703.26-1.294.396-1.669.396s-.966-.136-1.67-.396a15%2015%200%200%201-1.598-.712a3.06%203.06%200%200%200-1.91-.307l-2.233.372l1.784-4.755a2%202%200%200%200-3.746-1.404l-3%208a2%202%200%200%200%202.202%202.675L18%2028.278v3.99a2%202%200%200%200-.28.196l-3%202.5a2%202%200%200%200-.688%201.894l1%205.5a2%202%200%200%200%203.96-.54l-.396-4.357l.075-.054c4.211-.806%206.555-.811%2010.655-.002l.078.056l-.396%204.358a2%202%200%200%200%203.96.539zM28%2019a4%204%200%201%201-8%200a4%204%200%200%201%208%200%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsHeadacheNegative%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/headache-negative.svg?color=%231a73e8&size=48