allergies icon
allergies-outline from Health Icons by Resolve to Save Lives · Outline · Conditions · MIT Free for personal and commercial use.
- Name
- allergies-outline
- Set
- Health Icons
- Style
- Outline
- Category
- Conditions
- Viewbox
- 48×48
- 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 48 48"><g fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"><path d="M18.983 26.983a1 1 0 1 1-2 .001a1 1 0 0 1 2-.001m5 .996a1 1 0 1 1-2 .001a1 1 0 0 1 2-.001m-3.995 5.003a1 1 0 1 0-.002-2a1 1 0 0 0 .002 2m5.998-2.005a1 1 0 1 1-2 .002a1 1 0 0 1 2-.002m1.004 5a1 1 0 1 0-.002-2a1 1 0 0 0 .002 2m2.996-5.003a1 1 0 1 1-2 .001a1 1 0 0 1 2-.001m-7.995 6.006a1 1 0 1 0-.002-2a1 1 0 0 0 .002 2m-4.002-1.996a1 1 0 1 1-2 .001a1 1 0 0 1 2-.002m-3.002-2.998a1 1 0 1 0-.002-2a1 1 0 0 0 .002 2"/><path d="M22.5 6A1.5 1.5 0 0 1 24 7.5V23h2V10.5a1.5 1.5 0 0 1 3 0v15.586c0 1.904 2.41 2.73 3.579 1.227l3.186-4.097a1.518 1.518 0 0 1 2.496 1.72L31.057 36.8a10.81 10.81 0 0 1-9.243 5.2C15.842 42 11 37.158 11 31.186V16.5a1.5 1.5 0 0 1 3 0v8.618h2V10.5a1.5 1.5 0 0 1 3 0V23h2V7.5A1.5 1.5 0 0 1 22.5 6m-3.496 1.339a3.5 3.5 0 0 1 6.992 0A3.5 3.5 0 0 1 31 10.5v15.586l3.187-4.097a3.518 3.518 0 0 1 5.784 3.986l-7.204 11.862A12.81 12.81 0 0 1 21.814 44C14.737 44 9 38.263 9 31.186V16.5a3.5 3.5 0 0 1 5-3.163V10.5a3.5 3.5 0 0 1 5.004-3.161"/></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsAllergiesOutline(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor" fillRule="evenodd" clipRule="evenodd"><path d="M18.983 26.983a1 1 0 1 1-2 .001a1 1 0 0 1 2-.001m5 .996a1 1 0 1 1-2 .001a1 1 0 0 1 2-.001m-3.995 5.003a1 1 0 1 0-.002-2a1 1 0 0 0 .002 2m5.998-2.005a1 1 0 1 1-2 .002a1 1 0 0 1 2-.002m1.004 5a1 1 0 1 0-.002-2a1 1 0 0 0 .002 2m2.996-5.003a1 1 0 1 1-2 .001a1 1 0 0 1 2-.001m-7.995 6.006a1 1 0 1 0-.002-2a1 1 0 0 0 .002 2m-4.002-1.996a1 1 0 1 1-2 .001a1 1 0 0 1 2-.002m-3.002-2.998a1 1 0 1 0-.002-2a1 1 0 0 0 .002 2"/><path d="M22.5 6A1.5 1.5 0 0 1 24 7.5V23h2V10.5a1.5 1.5 0 0 1 3 0v15.586c0 1.904 2.41 2.73 3.579 1.227l3.186-4.097a1.518 1.518 0 0 1 2.496 1.72L31.057 36.8a10.81 10.81 0 0 1-9.243 5.2C15.842 42 11 37.158 11 31.186V16.5a1.5 1.5 0 0 1 3 0v8.618h2V10.5a1.5 1.5 0 0 1 3 0V23h2V7.5A1.5 1.5 0 0 1 22.5 6m-3.496 1.339a3.5 3.5 0 0 1 6.992 0A3.5 3.5 0 0 1 31 10.5v15.586l3.187-4.097a3.518 3.518 0 0 1 5.784 3.986l-7.204 11.862A12.81 12.81 0 0 1 21.814 44C14.737 44 9 38.263 9 31.186V16.5a3.5 3.5 0 0 1 5-3.163V10.5a3.5 3.5 0 0 1 5.004-3.161"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"><path d="M18.983 26.983a1 1 0 1 1-2 .001a1 1 0 0 1 2-.001m5 .996a1 1 0 1 1-2 .001a1 1 0 0 1 2-.001m-3.995 5.003a1 1 0 1 0-.002-2a1 1 0 0 0 .002 2m5.998-2.005a1 1 0 1 1-2 .002a1 1 0 0 1 2-.002m1.004 5a1 1 0 1 0-.002-2a1 1 0 0 0 .002 2m2.996-5.003a1 1 0 1 1-2 .001a1 1 0 0 1 2-.001m-7.995 6.006a1 1 0 1 0-.002-2a1 1 0 0 0 .002 2m-4.002-1.996a1 1 0 1 1-2 .001a1 1 0 0 1 2-.002m-3.002-2.998a1 1 0 1 0-.002-2a1 1 0 0 0 .002 2"/><path d="M22.5 6A1.5 1.5 0 0 1 24 7.5V23h2V10.5a1.5 1.5 0 0 1 3 0v15.586c0 1.904 2.41 2.73 3.579 1.227l3.186-4.097a1.518 1.518 0 0 1 2.496 1.72L31.057 36.8a10.81 10.81 0 0 1-9.243 5.2C15.842 42 11 37.158 11 31.186V16.5a1.5 1.5 0 0 1 3 0v8.618h2V10.5a1.5 1.5 0 0 1 3 0V23h2V7.5A1.5 1.5 0 0 1 22.5 6m-3.496 1.339a3.5 3.5 0 0 1 6.992 0A3.5 3.5 0 0 1 31 10.5v15.586l3.187-4.097a3.518 3.518 0 0 1 5.784 3.986l-7.204 11.862A12.81 12.81 0 0 1 21.814 44C14.737 44 9 38.263 9 31.186V16.5a3.5 3.5 0 0 1 5-3.163V10.5a3.5 3.5 0 0 1 5.004-3.161"/></g></svg> </template>
CSS
.icon-allergies-outline {
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%22currentColor%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M18.983%2026.983a1%201%200%201%201-2%20.001a1%201%200%200%201%202-.001m5%20.996a1%201%200%201%201-2%20.001a1%201%200%200%201%202-.001m-3.995%205.003a1%201%200%201%200-.002-2a1%201%200%200%200%20.002%202m5.998-2.005a1%201%200%201%201-2%20.002a1%201%200%200%201%202-.002m1.004%205a1%201%200%201%200-.002-2a1%201%200%200%200%20.002%202m2.996-5.003a1%201%200%201%201-2%20.001a1%201%200%200%201%202-.001m-7.995%206.006a1%201%200%201%200-.002-2a1%201%200%200%200%20.002%202m-4.002-1.996a1%201%200%201%201-2%20.001a1%201%200%200%201%202-.002m-3.002-2.998a1%201%200%201%200-.002-2a1%201%200%200%200%20.002%202%22%2F%3E%3Cpath%20d%3D%22M22.5%206A1.5%201.5%200%200%201%2024%207.5V23h2V10.5a1.5%201.5%200%200%201%203%200v15.586c0%201.904%202.41%202.73%203.579%201.227l3.186-4.097a1.518%201.518%200%200%201%202.496%201.72L31.057%2036.8a10.81%2010.81%200%200%201-9.243%205.2C15.842%2042%2011%2037.158%2011%2031.186V16.5a1.5%201.5%200%200%201%203%200v8.618h2V10.5a1.5%201.5%200%200%201%203%200V23h2V7.5A1.5%201.5%200%200%201%2022.5%206m-3.496%201.339a3.5%203.5%200%200%201%206.992%200A3.5%203.5%200%200%201%2031%2010.5v15.586l3.187-4.097a3.518%203.518%200%200%201%205.784%203.986l-7.204%2011.862A12.81%2012.81%200%200%201%2021.814%2044C14.737%2044%209%2038.263%209%2031.186V16.5a3.5%203.5%200%200%201%205-3.163V10.5a3.5%203.5%200%200%201%205.004-3.161%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%2048%2048%22%3E%3Cg%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M18.983%2026.983a1%201%200%201%201-2%20.001a1%201%200%200%201%202-.001m5%20.996a1%201%200%201%201-2%20.001a1%201%200%200%201%202-.001m-3.995%205.003a1%201%200%201%200-.002-2a1%201%200%200%200%20.002%202m5.998-2.005a1%201%200%201%201-2%20.002a1%201%200%200%201%202-.002m1.004%205a1%201%200%201%200-.002-2a1%201%200%200%200%20.002%202m2.996-5.003a1%201%200%201%201-2%20.001a1%201%200%200%201%202-.001m-7.995%206.006a1%201%200%201%200-.002-2a1%201%200%200%200%20.002%202m-4.002-1.996a1%201%200%201%201-2%20.001a1%201%200%200%201%202-.002m-3.002-2.998a1%201%200%201%200-.002-2a1%201%200%200%200%20.002%202%22%2F%3E%3Cpath%20d%3D%22M22.5%206A1.5%201.5%200%200%201%2024%207.5V23h2V10.5a1.5%201.5%200%200%201%203%200v15.586c0%201.904%202.41%202.73%203.579%201.227l3.186-4.097a1.518%201.518%200%200%201%202.496%201.72L31.057%2036.8a10.81%2010.81%200%200%201-9.243%205.2C15.842%2042%2011%2037.158%2011%2031.186V16.5a1.5%201.5%200%200%201%203%200v8.618h2V10.5a1.5%201.5%200%200%201%203%200V23h2V7.5A1.5%201.5%200%200%201%2022.5%206m-3.496%201.339a3.5%203.5%200%200%201%206.992%200A3.5%203.5%200%200%201%2031%2010.5v15.586l3.187-4.097a3.518%203.518%200%200%201%205.784%203.986l-7.204%2011.862A12.81%2012.81%200%200%201%2021.814%2044C14.737%2044%209%2038.263%209%2031.186V16.5a3.5%203.5%200%200%201%205-3.163V10.5a3.5%203.5%200%200%201%205.004-3.161%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.svg?color=%231a73e8&size=48