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

Name
allergies-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 allergies icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M14 15a1 1 0 1 0 0-2a1 1 0 0 0 0 2m-7 2a1 1 0 1 0 0-2a1 1 0 0 0 0 2m4 0a1 1 0 1 1-2 0a1 1 0 0 1 2 0m2 1a1 1 0 1 0 0-2a1 1 0 0 0 0 2m-2-4a1 1 0 1 1-2 0a1 1 0 0 1 2 0"/><path fill-rule="evenodd" d="M18.832 16.055a40 40 0 0 1-1.789 2.5l-.072.103l-.006-.004c-.42.527-.826.987-1.19 1.323C14.363 21.28 12.465 22 10.5 22c-1.964 0-3.863-.72-5.274-2.023C3.81 18.672 3 16.884 3 15V8.5a2.5 2.5 0 0 1 3.039-2.442a2.5 2.5 0 0 1 3-2a2.5 2.5 0 0 1 4.922 0A2.5 2.5 0 0 1 17 6.5v3.585a2.51 2.51 0 0 1 3.561 3.444l-1.755 2.508zM9 6.5a.5.5 0 0 0-1 0V13H6V8.5a.5.5 0 0 0-1 0V15c0 1.3.558 2.563 1.582 3.508C7.61 19.455 9.017 20 10.5 20s2.892-.545 3.918-1.492c.29-.269.638-.665 1.017-1.144l3.488-4.982a.508.508 0 0 0-.83-.587l-.653.912c-.762 1.063-2.44.524-2.44-.784V6.5a.5.5 0 0 0-1 0V12h-2V4.5a.5.5 0 0 0-1 0V12H9z" clip-rule="evenodd"/></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsAllergiesOutline24px(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="M14 15a1 1 0 1 0 0-2a1 1 0 0 0 0 2m-7 2a1 1 0 1 0 0-2a1 1 0 0 0 0 2m4 0a1 1 0 1 1-2 0a1 1 0 0 1 2 0m2 1a1 1 0 1 0 0-2a1 1 0 0 0 0 2m-2-4a1 1 0 1 1-2 0a1 1 0 0 1 2 0"/><path fillRule="evenodd" d="M18.832 16.055a40 40 0 0 1-1.789 2.5l-.072.103l-.006-.004c-.42.527-.826.987-1.19 1.323C14.363 21.28 12.465 22 10.5 22c-1.964 0-3.863-.72-5.274-2.023C3.81 18.672 3 16.884 3 15V8.5a2.5 2.5 0 0 1 3.039-2.442a2.5 2.5 0 0 1 3-2a2.5 2.5 0 0 1 4.922 0A2.5 2.5 0 0 1 17 6.5v3.585a2.51 2.51 0 0 1 3.561 3.444l-1.755 2.508zM9 6.5a.5.5 0 0 0-1 0V13H6V8.5a.5.5 0 0 0-1 0V15c0 1.3.558 2.563 1.582 3.508C7.61 19.455 9.017 20 10.5 20s2.892-.545 3.918-1.492c.29-.269.638-.665 1.017-1.144l3.488-4.982a.508.508 0 0 0-.83-.587l-.653.912c-.762 1.063-2.44.524-2.44-.784V6.5a.5.5 0 0 0-1 0V12h-2V4.5a.5.5 0 0 0-1 0V12H9z" clipRule="evenodd"/></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="M14 15a1 1 0 1 0 0-2a1 1 0 0 0 0 2m-7 2a1 1 0 1 0 0-2a1 1 0 0 0 0 2m4 0a1 1 0 1 1-2 0a1 1 0 0 1 2 0m2 1a1 1 0 1 0 0-2a1 1 0 0 0 0 2m-2-4a1 1 0 1 1-2 0a1 1 0 0 1 2 0"/><path fill-rule="evenodd" d="M18.832 16.055a40 40 0 0 1-1.789 2.5l-.072.103l-.006-.004c-.42.527-.826.987-1.19 1.323C14.363 21.28 12.465 22 10.5 22c-1.964 0-3.863-.72-5.274-2.023C3.81 18.672 3 16.884 3 15V8.5a2.5 2.5 0 0 1 3.039-2.442a2.5 2.5 0 0 1 3-2a2.5 2.5 0 0 1 4.922 0A2.5 2.5 0 0 1 17 6.5v3.585a2.51 2.51 0 0 1 3.561 3.444l-1.755 2.508zM9 6.5a.5.5 0 0 0-1 0V13H6V8.5a.5.5 0 0 0-1 0V15c0 1.3.558 2.563 1.582 3.508C7.61 19.455 9.017 20 10.5 20s2.892-.545 3.918-1.492c.29-.269.638-.665 1.017-1.144l3.488-4.982a.508.508 0 0 0-.83-.587l-.653.912c-.762 1.063-2.44.524-2.44-.784V6.5a.5.5 0 0 0-1 0V12h-2V4.5a.5.5 0 0 0-1 0V12H9z" clip-rule="evenodd"/></g></svg>
</template>

CSS

.icon-allergies-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%22M14%2015a1%201%200%201%200%200-2a1%201%200%200%200%200%202m-7%202a1%201%200%201%200%200-2a1%201%200%200%200%200%202m4%200a1%201%200%201%201-2%200a1%201%200%200%201%202%200m2%201a1%201%200%201%200%200-2a1%201%200%200%200%200%202m-2-4a1%201%200%201%201-2%200a1%201%200%200%201%202%200%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M18.832%2016.055a40%2040%200%200%201-1.789%202.5l-.072.103l-.006-.004c-.42.527-.826.987-1.19%201.323C14.363%2021.28%2012.465%2022%2010.5%2022c-1.964%200-3.863-.72-5.274-2.023C3.81%2018.672%203%2016.884%203%2015V8.5a2.5%202.5%200%200%201%203.039-2.442a2.5%202.5%200%200%201%203-2a2.5%202.5%200%200%201%204.922%200A2.5%202.5%200%200%201%2017%206.5v3.585a2.51%202.51%200%200%201%203.561%203.444l-1.755%202.508zM9%206.5a.5.5%200%200%200-1%200V13H6V8.5a.5.5%200%200%200-1%200V15c0%201.3.558%202.563%201.582%203.508C7.61%2019.455%209.017%2020%2010.5%2020s2.892-.545%203.918-1.492c.29-.269.638-.665%201.017-1.144l3.488-4.982a.508.508%200%200%200-.83-.587l-.653.912c-.762%201.063-2.44.524-2.44-.784V6.5a.5.5%200%200%200-1%200V12h-2V4.5a.5.5%200%200%200-1%200V12H9z%22%20clip-rule%3D%22evenodd%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%22M14%2015a1%201%200%201%200%200-2a1%201%200%200%200%200%202m-7%202a1%201%200%201%200%200-2a1%201%200%200%200%200%202m4%200a1%201%200%201%201-2%200a1%201%200%200%201%202%200m2%201a1%201%200%201%200%200-2a1%201%200%200%200%200%202m-2-4a1%201%200%201%201-2%200a1%201%200%200%201%202%200%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M18.832%2016.055a40%2040%200%200%201-1.789%202.5l-.072.103l-.006-.004c-.42.527-.826.987-1.19%201.323C14.363%2021.28%2012.465%2022%2010.5%2022c-1.964%200-3.863-.72-5.274-2.023C3.81%2018.672%203%2016.884%203%2015V8.5a2.5%202.5%200%200%201%203.039-2.442a2.5%202.5%200%200%201%203-2a2.5%202.5%200%200%201%204.922%200A2.5%202.5%200%200%201%2017%206.5v3.585a2.51%202.51%200%200%201%203.561%203.444l-1.755%202.508zM9%206.5a.5.5%200%200%200-1%200V13H6V8.5a.5.5%200%200%200-1%200V15c0%201.3.558%202.563%201.582%203.508C7.61%2019.455%209.017%2020%2010.5%2020s2.892-.545%203.918-1.492c.29-.269.638-.665%201.017-1.144l3.488-4.982a.508.508%200%200%200-.83-.587l-.653.912c-.762%201.063-2.44.524-2.44-.784V6.5a.5.5%200%200%200-1%200V12h-2V4.5a.5.5%200%200%200-1%200V12H9z%22%20clip-rule%3D%22evenodd%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/allergies-outline-24px.svg?color=%231a73e8&size=48