headache-outline-24px from Health Icons by Resolve to Save Lives · Outline 24px · Conditions · MIT Free for personal and commercial use.

Name
headache-outline-24px
Set
Health Icons
Style
Outline 24px
Category
Conditions
Viewbox
24×24
License
MIT

3 other variants in Health Icons

The same icon in other sets

More conditions icons from Health Icons

Use the headache icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M12.37 2.279a.75.75 0 1 0-1.168.942l.461.57l-.676.101a.87.87 0 0 0-.62.41a.82.82 0 0 0 .067.938l1.197 1.481a.75.75 0 1 0 1.167-.942l-.461-.57l.676-.101a.87.87 0 0 0 .62-.41a.82.82 0 0 0-.067-.938zM14 9.5a2 2 0 1 1-4 0a2 2 0 0 1 4 0"/><path d="M8.351 8.564a1 1 0 0 1 .585 1.287l-.891 2.378l1.29-.215a1 1 0 0 1 .365.006l.127.013q.173.017.33.091l.985.468a2 2 0 0 0 1.716 0l.985-.468q.157-.074.33-.091l.127-.013a1 1 0 0 1 .364-.006l1.291.215l-.891-2.378a1 1 0 0 1 1.872-.702l1.44 3.838a1.1 1.1 0 0 1-1.211 1.47L15 14.098v2.368l1.5 1a1.1 1.1 0 0 1 .47 1.118l-.487 2.601a1 1 0 0 1-1.966-.368l.378-2.017l-1.395-.3a9.8 9.8 0 0 0-3 0l-1.395.299l.378 2.017a1 1 0 0 1-1.966.368l-.488-2.601a1.1 1.1 0 0 1 .471-1.118l1.5-1v-2.368l-2.165.36a1.1 1.1 0 0 1-1.21-1.47l1.439-3.838a1 1 0 0 1 1.287-.585M6.182 2.317A.75.75 0 0 1 7.24 2.22l1.594 1.326c.254.21.35.534.284.828a.87.87 0 0 1-.489.6l-.736.337l.796.662a.75.75 0 1 1-.96 1.153L6.135 5.801a.84.84 0 0 1-.283-.83a.87.87 0 0 1 .488-.598l.736-.338l-.795-.662a.75.75 0 0 1-.098-1.056m10.579-.097a.75.75 0 0 1 .959 1.153l-.796.662l.736.338a.87.87 0 0 1 .488.599a.84.84 0 0 1-.283.829L16.27 7.126a.75.75 0 0 1-.959-1.153l.796-.662l-.736-.338a.87.87 0 0 1-.489-.599a.84.84 0 0 1 .284-.828z"/></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsHeadacheOutline24px(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M12.37 2.279a.75.75 0 1 0-1.168.942l.461.57l-.676.101a.87.87 0 0 0-.62.41a.82.82 0 0 0 .067.938l1.197 1.481a.75.75 0 1 0 1.167-.942l-.461-.57l.676-.101a.87.87 0 0 0 .62-.41a.82.82 0 0 0-.067-.938zM14 9.5a2 2 0 1 1-4 0a2 2 0 0 1 4 0"/><path d="M8.351 8.564a1 1 0 0 1 .585 1.287l-.891 2.378l1.29-.215a1 1 0 0 1 .365.006l.127.013q.173.017.33.091l.985.468a2 2 0 0 0 1.716 0l.985-.468q.157-.074.33-.091l.127-.013a1 1 0 0 1 .364-.006l1.291.215l-.891-2.378a1 1 0 0 1 1.872-.702l1.44 3.838a1.1 1.1 0 0 1-1.211 1.47L15 14.098v2.368l1.5 1a1.1 1.1 0 0 1 .47 1.118l-.487 2.601a1 1 0 0 1-1.966-.368l.378-2.017l-1.395-.3a9.8 9.8 0 0 0-3 0l-1.395.299l.378 2.017a1 1 0 0 1-1.966.368l-.488-2.601a1.1 1.1 0 0 1 .471-1.118l1.5-1v-2.368l-2.165.36a1.1 1.1 0 0 1-1.21-1.47l1.439-3.838a1 1 0 0 1 1.287-.585M6.182 2.317A.75.75 0 0 1 7.24 2.22l1.594 1.326c.254.21.35.534.284.828a.87.87 0 0 1-.489.6l-.736.337l.796.662a.75.75 0 1 1-.96 1.153L6.135 5.801a.84.84 0 0 1-.283-.83a.87.87 0 0 1 .488-.598l.736-.338l-.795-.662a.75.75 0 0 1-.098-1.056m10.579-.097a.75.75 0 0 1 .959 1.153l-.796.662l.736.338a.87.87 0 0 1 .488.599a.84.84 0 0 1-.283.829L16.27 7.126a.75.75 0 0 1-.959-1.153l.796-.662l-.736-.338a.87.87 0 0 1-.489-.599a.84.84 0 0 1 .284-.828z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M12.37 2.279a.75.75 0 1 0-1.168.942l.461.57l-.676.101a.87.87 0 0 0-.62.41a.82.82 0 0 0 .067.938l1.197 1.481a.75.75 0 1 0 1.167-.942l-.461-.57l.676-.101a.87.87 0 0 0 .62-.41a.82.82 0 0 0-.067-.938zM14 9.5a2 2 0 1 1-4 0a2 2 0 0 1 4 0"/><path d="M8.351 8.564a1 1 0 0 1 .585 1.287l-.891 2.378l1.29-.215a1 1 0 0 1 .365.006l.127.013q.173.017.33.091l.985.468a2 2 0 0 0 1.716 0l.985-.468q.157-.074.33-.091l.127-.013a1 1 0 0 1 .364-.006l1.291.215l-.891-2.378a1 1 0 0 1 1.872-.702l1.44 3.838a1.1 1.1 0 0 1-1.211 1.47L15 14.098v2.368l1.5 1a1.1 1.1 0 0 1 .47 1.118l-.487 2.601a1 1 0 0 1-1.966-.368l.378-2.017l-1.395-.3a9.8 9.8 0 0 0-3 0l-1.395.299l.378 2.017a1 1 0 0 1-1.966.368l-.488-2.601a1.1 1.1 0 0 1 .471-1.118l1.5-1v-2.368l-2.165.36a1.1 1.1 0 0 1-1.21-1.47l1.439-3.838a1 1 0 0 1 1.287-.585M6.182 2.317A.75.75 0 0 1 7.24 2.22l1.594 1.326c.254.21.35.534.284.828a.87.87 0 0 1-.489.6l-.736.337l.796.662a.75.75 0 1 1-.96 1.153L6.135 5.801a.84.84 0 0 1-.283-.83a.87.87 0 0 1 .488-.598l.736-.338l-.795-.662a.75.75 0 0 1-.098-1.056m10.579-.097a.75.75 0 0 1 .959 1.153l-.796.662l.736.338a.87.87 0 0 1 .488.599a.84.84 0 0 1-.283.829L16.27 7.126a.75.75 0 0 1-.959-1.153l.796-.662l-.736-.338a.87.87 0 0 1-.489-.599a.84.84 0 0 1 .284-.828z"/></g></svg>
</template>

CSS

.icon-headache-outline-24px {
  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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M12.37%202.279a.75.75%200%201%200-1.168.942l.461.57l-.676.101a.87.87%200%200%200-.62.41a.82.82%200%200%200%20.067.938l1.197%201.481a.75.75%200%201%200%201.167-.942l-.461-.57l.676-.101a.87.87%200%200%200%20.62-.41a.82.82%200%200%200-.067-.938zM14%209.5a2%202%200%201%201-4%200a2%202%200%200%201%204%200%22%2F%3E%3Cpath%20d%3D%22M8.351%208.564a1%201%200%200%201%20.585%201.287l-.891%202.378l1.29-.215a1%201%200%200%201%20.365.006l.127.013q.173.017.33.091l.985.468a2%202%200%200%200%201.716%200l.985-.468q.157-.074.33-.091l.127-.013a1%201%200%200%201%20.364-.006l1.291.215l-.891-2.378a1%201%200%200%201%201.872-.702l1.44%203.838a1.1%201.1%200%200%201-1.211%201.47L15%2014.098v2.368l1.5%201a1.1%201.1%200%200%201%20.47%201.118l-.487%202.601a1%201%200%200%201-1.966-.368l.378-2.017l-1.395-.3a9.8%209.8%200%200%200-3%200l-1.395.299l.378%202.017a1%201%200%200%201-1.966.368l-.488-2.601a1.1%201.1%200%200%201%20.471-1.118l1.5-1v-2.368l-2.165.36a1.1%201.1%200%200%201-1.21-1.47l1.439-3.838a1%201%200%200%201%201.287-.585M6.182%202.317A.75.75%200%200%201%207.24%202.22l1.594%201.326c.254.21.35.534.284.828a.87.87%200%200%201-.489.6l-.736.337l.796.662a.75.75%200%201%201-.96%201.153L6.135%205.801a.84.84%200%200%201-.283-.83a.87.87%200%200%201%20.488-.598l.736-.338l-.795-.662a.75.75%200%200%201-.098-1.056m10.579-.097a.75.75%200%200%201%20.959%201.153l-.796.662l.736.338a.87.87%200%200%201%20.488.599a.84.84%200%200%201-.283.829L16.27%207.126a.75.75%200%200%201-.959-1.153l.796-.662l-.736-.338a.87.87%200%200%201-.489-.599a.84.84%200%200%201%20.284-.828z%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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M12.37%202.279a.75.75%200%201%200-1.168.942l.461.57l-.676.101a.87.87%200%200%200-.62.41a.82.82%200%200%200%20.067.938l1.197%201.481a.75.75%200%201%200%201.167-.942l-.461-.57l.676-.101a.87.87%200%200%200%20.62-.41a.82.82%200%200%200-.067-.938zM14%209.5a2%202%200%201%201-4%200a2%202%200%200%201%204%200%22%2F%3E%3Cpath%20d%3D%22M8.351%208.564a1%201%200%200%201%20.585%201.287l-.891%202.378l1.29-.215a1%201%200%200%201%20.365.006l.127.013q.173.017.33.091l.985.468a2%202%200%200%200%201.716%200l.985-.468q.157-.074.33-.091l.127-.013a1%201%200%200%201%20.364-.006l1.291.215l-.891-2.378a1%201%200%200%201%201.872-.702l1.44%203.838a1.1%201.1%200%200%201-1.211%201.47L15%2014.098v2.368l1.5%201a1.1%201.1%200%200%201%20.47%201.118l-.487%202.601a1%201%200%200%201-1.966-.368l.378-2.017l-1.395-.3a9.8%209.8%200%200%200-3%200l-1.395.299l.378%202.017a1%201%200%200%201-1.966.368l-.488-2.601a1.1%201.1%200%200%201%20.471-1.118l1.5-1v-2.368l-2.165.36a1.1%201.1%200%200%201-1.21-1.47l1.439-3.838a1%201%200%200%201%201.287-.585M6.182%202.317A.75.75%200%200%201%207.24%202.22l1.594%201.326c.254.21.35.534.284.828a.87.87%200%200%201-.489.6l-.736.337l.796.662a.75.75%200%201%201-.96%201.153L6.135%205.801a.84.84%200%200%201-.283-.83a.87.87%200%200%201%20.488-.598l.736-.338l-.795-.662a.75.75%200%200%201-.098-1.056m10.579-.097a.75.75%200%200%201%20.959%201.153l-.796.662l.736.338a.87.87%200%200%201%20.488.599a.84.84%200%200%201-.283.829L16.27%207.126a.75.75%200%200%201-.959-1.153l.796-.662l-.736-.338a.87.87%200%200%201-.489-.599a.84.84%200%200%201%20.284-.828z%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/headache-outline-24px.svg?color=%231a73e8&size=48