autoimmune disease icon
autoimmune-disease from Health Icons by Resolve to Save Lives · Filled · Conditions · MIT Free for personal and commercial use.
- Name
- autoimmune-disease
- Set
- Health Icons
- Style
- Filled
- Category
- Conditions
- Viewbox
- 48×48
- License
- MIT
3 other variants in Health Icons
More conditions icons from Health Icons
Use the autoimmune disease icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path d="M28.5 8.5A4.5 4.5 0 1 1 23.99 4h.02a4.5 4.5 0 0 1 4.49 4.5"/><path fill-rule="evenodd" d="M16 22c.729 0 1.412-.195 2-.535V29v-.003v.001l-.002.011c-.007.046-.032.22-.125.569c-.105.398-.264.901-.466 1.486l-.11.316a4 4 0 0 0-2.015 5.098a192 192 0 0 1-1.557 3.593l-.049.108a2 2 0 0 0 3.456 1.977l2.248-3.174a4 4 0 0 0 3.503-4.945L24 32.46l6.868 9.696a2 2 0 0 0 3.456-1.977l-.049-.108a126 126 0 0 1-.645-1.463c-.418-.96-.974-2.258-1.529-3.615a81 81 0 0 1-1.508-3.929a22 22 0 0 1-.466-1.486c-.093-.35-.118-.523-.125-.569l-.001-.01q0-.005-.001.001v-2.535A4 4 0 0 0 30.646 20H36a2 2 0 1 0 0-4H19.465A4 4 0 0 0 16 14c-1.48 0-2.773.804-3.465 2H12a2 2 0 1 0 0 4h.535A4 4 0 0 0 16 22m2-4a2 2 0 1 1-4 0a2 2 0 0 1 4 0m12 5a2 2 0 1 1-4 0a2 2 0 0 1 4 0m-9 12a2 2 0 1 1-4 0a2 2 0 0 1 4 0" clip-rule="evenodd"/></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsAutoimmuneDisease(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"><path d="M28.5 8.5A4.5 4.5 0 1 1 23.99 4h.02a4.5 4.5 0 0 1 4.49 4.5"/><path fillRule="evenodd" d="M16 22c.729 0 1.412-.195 2-.535V29v-.003v.001l-.002.011c-.007.046-.032.22-.125.569c-.105.398-.264.901-.466 1.486l-.11.316a4 4 0 0 0-2.015 5.098a192 192 0 0 1-1.557 3.593l-.049.108a2 2 0 0 0 3.456 1.977l2.248-3.174a4 4 0 0 0 3.503-4.945L24 32.46l6.868 9.696a2 2 0 0 0 3.456-1.977l-.049-.108a126 126 0 0 1-.645-1.463c-.418-.96-.974-2.258-1.529-3.615a81 81 0 0 1-1.508-3.929a22 22 0 0 1-.466-1.486c-.093-.35-.118-.523-.125-.569l-.001-.01q0-.005-.001.001v-2.535A4 4 0 0 0 30.646 20H36a2 2 0 1 0 0-4H19.465A4 4 0 0 0 16 14c-1.48 0-2.773.804-3.465 2H12a2 2 0 1 0 0 4h.535A4 4 0 0 0 16 22m2-4a2 2 0 1 1-4 0a2 2 0 0 1 4 0m12 5a2 2 0 1 1-4 0a2 2 0 0 1 4 0m-9 12a2 2 0 1 1-4 0a2 2 0 0 1 4 0" clipRule="evenodd"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path d="M28.5 8.5A4.5 4.5 0 1 1 23.99 4h.02a4.5 4.5 0 0 1 4.49 4.5"/><path fill-rule="evenodd" d="M16 22c.729 0 1.412-.195 2-.535V29v-.003v.001l-.002.011c-.007.046-.032.22-.125.569c-.105.398-.264.901-.466 1.486l-.11.316a4 4 0 0 0-2.015 5.098a192 192 0 0 1-1.557 3.593l-.049.108a2 2 0 0 0 3.456 1.977l2.248-3.174a4 4 0 0 0 3.503-4.945L24 32.46l6.868 9.696a2 2 0 0 0 3.456-1.977l-.049-.108a126 126 0 0 1-.645-1.463c-.418-.96-.974-2.258-1.529-3.615a81 81 0 0 1-1.508-3.929a22 22 0 0 1-.466-1.486c-.093-.35-.118-.523-.125-.569l-.001-.01q0-.005-.001.001v-2.535A4 4 0 0 0 30.646 20H36a2 2 0 1 0 0-4H19.465A4 4 0 0 0 16 14c-1.48 0-2.773.804-3.465 2H12a2 2 0 1 0 0 4h.535A4 4 0 0 0 16 22m2-4a2 2 0 1 1-4 0a2 2 0 0 1 4 0m12 5a2 2 0 1 1-4 0a2 2 0 0 1 4 0m-9 12a2 2 0 1 1-4 0a2 2 0 0 1 4 0" clip-rule="evenodd"/></g></svg> </template>
CSS
.icon-autoimmune-disease {
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%3E%3Cpath%20d%3D%22M28.5%208.5A4.5%204.5%200%201%201%2023.99%204h.02a4.5%204.5%200%200%201%204.49%204.5%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M16%2022c.729%200%201.412-.195%202-.535V29v-.003v.001l-.002.011c-.007.046-.032.22-.125.569c-.105.398-.264.901-.466%201.486l-.11.316a4%204%200%200%200-2.015%205.098a192%20192%200%200%201-1.557%203.593l-.049.108a2%202%200%200%200%203.456%201.977l2.248-3.174a4%204%200%200%200%203.503-4.945L24%2032.46l6.868%209.696a2%202%200%200%200%203.456-1.977l-.049-.108a126%20126%200%200%201-.645-1.463c-.418-.96-.974-2.258-1.529-3.615a81%2081%200%200%201-1.508-3.929a22%2022%200%200%201-.466-1.486c-.093-.35-.118-.523-.125-.569l-.001-.01q0-.005-.001.001v-2.535A4%204%200%200%200%2030.646%2020H36a2%202%200%201%200%200-4H19.465A4%204%200%200%200%2016%2014c-1.48%200-2.773.804-3.465%202H12a2%202%200%201%200%200%204h.535A4%204%200%200%200%2016%2022m2-4a2%202%200%201%201-4%200a2%202%200%200%201%204%200m12%205a2%202%200%201%201-4%200a2%202%200%200%201%204%200m-9%2012a2%202%200%201%201-4%200a2%202%200%200%201%204%200%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%2048%2048%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M28.5%208.5A4.5%204.5%200%201%201%2023.99%204h.02a4.5%204.5%200%200%201%204.49%204.5%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M16%2022c.729%200%201.412-.195%202-.535V29v-.003v.001l-.002.011c-.007.046-.032.22-.125.569c-.105.398-.264.901-.466%201.486l-.11.316a4%204%200%200%200-2.015%205.098a192%20192%200%200%201-1.557%203.593l-.049.108a2%202%200%200%200%203.456%201.977l2.248-3.174a4%204%200%200%200%203.503-4.945L24%2032.46l6.868%209.696a2%202%200%200%200%203.456-1.977l-.049-.108a126%20126%200%200%201-.645-1.463c-.418-.96-.974-2.258-1.529-3.615a81%2081%200%200%201-1.508-3.929a22%2022%200%200%201-.466-1.486c-.093-.35-.118-.523-.125-.569l-.001-.01q0-.005-.001.001v-2.535A4%204%200%200%200%2030.646%2020H36a2%202%200%201%200%200-4H19.465A4%204%200%200%200%2016%2014c-1.48%200-2.773.804-3.465%202H12a2%202%200%201%200%200%204h.535A4%204%200%200%200%2016%2022m2-4a2%202%200%201%201-4%200a2%202%200%200%201%204%200m12%205a2%202%200%201%201-4%200a2%202%200%200%201%204%200m-9%2012a2%202%200%201%201-4%200a2%202%200%200%201%204%200%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/autoimmune-disease.svg?color=%231a73e8&size=48