symptom icon
symptom from Health Icons by Resolve to Save Lives · Filled · People · MIT Free for personal and commercial use.
- Name
- symptom
- Set
- Health Icons
- Style
- Filled
- Category
- People
- Viewbox
- 48×48
- License
- MIT
3 other variants in Health Icons
More people icons from Health Icons
agricultureagriculture-workeragriculture-worker-altancvasthmababy-0203-altbaby-0203mbaby-0306mbaby-female-0203m-altbaby-female-0306mbaby-female-0609mbaby-male-0203m-altbaby-male-0306mbaby-male-0609mboy-0105yboy-1015ycall-centrechild-carechild-cognitionchild-programcity-workerclean-handscommunity-healthworkerconstruction-worker
Use the symptom icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path d="M35.084 38.183A17.97 17.97 0 0 0 42 24c0-7.857-5.034-14.538-12.052-16.994l.66-1.888C38.408 7.847 44 15.27 44 24c0 6.413-3.018 12.121-7.712 15.781zm-6.618 3.259A18 18 0 0 1 24 42a18 18 0 0 1-4.372-.535l-.475 1.944c1.552.386 3.175.591 4.847.591c1.706 0 3.361-.214 4.942-.615zM6 24c0 5.789 2.733 10.94 6.979 14.232l-1.204 1.598C7.045 36.172 4 30.442 4 24C4 15.27 9.593 7.847 17.391 5.118l.661 1.888C11.034 9.462 6 16.143 6 24M28.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.57a22 22 0 0 1-.466 1.485l-.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.535A3.998 3.998 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 HealthiconsSymptom(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="M35.084 38.183A17.97 17.97 0 0 0 42 24c0-7.857-5.034-14.538-12.052-16.994l.66-1.888C38.408 7.847 44 15.27 44 24c0 6.413-3.018 12.121-7.712 15.781zm-6.618 3.259A18 18 0 0 1 24 42a18 18 0 0 1-4.372-.535l-.475 1.944c1.552.386 3.175.591 4.847.591c1.706 0 3.361-.214 4.942-.615zM6 24c0 5.789 2.733 10.94 6.979 14.232l-1.204 1.598C7.045 36.172 4 30.442 4 24C4 15.27 9.593 7.847 17.391 5.118l.661 1.888C11.034 9.462 6 16.143 6 24M28.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.57a22 22 0 0 1-.466 1.485l-.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.535A3.998 3.998 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="M35.084 38.183A17.97 17.97 0 0 0 42 24c0-7.857-5.034-14.538-12.052-16.994l.66-1.888C38.408 7.847 44 15.27 44 24c0 6.413-3.018 12.121-7.712 15.781zm-6.618 3.259A18 18 0 0 1 24 42a18 18 0 0 1-4.372-.535l-.475 1.944c1.552.386 3.175.591 4.847.591c1.706 0 3.361-.214 4.942-.615zM6 24c0 5.789 2.733 10.94 6.979 14.232l-1.204 1.598C7.045 36.172 4 30.442 4 24C4 15.27 9.593 7.847 17.391 5.118l.661 1.888C11.034 9.462 6 16.143 6 24M28.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.57a22 22 0 0 1-.466 1.485l-.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.535A3.998 3.998 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-symptom {
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%22M35.084%2038.183A17.97%2017.97%200%200%200%2042%2024c0-7.857-5.034-14.538-12.052-16.994l.66-1.888C38.408%207.847%2044%2015.27%2044%2024c0%206.413-3.018%2012.121-7.712%2015.781zm-6.618%203.259A18%2018%200%200%201%2024%2042a18%2018%200%200%201-4.372-.535l-.475%201.944c1.552.386%203.175.591%204.847.591c1.706%200%203.361-.214%204.942-.615zM6%2024c0%205.789%202.733%2010.94%206.979%2014.232l-1.204%201.598C7.045%2036.172%204%2030.442%204%2024C4%2015.27%209.593%207.847%2017.391%205.118l.661%201.888C11.034%209.462%206%2016.143%206%2024M28.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.57a22%2022%200%200%201-.466%201.485l-.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.535A3.998%203.998%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%22M35.084%2038.183A17.97%2017.97%200%200%200%2042%2024c0-7.857-5.034-14.538-12.052-16.994l.66-1.888C38.408%207.847%2044%2015.27%2044%2024c0%206.413-3.018%2012.121-7.712%2015.781zm-6.618%203.259A18%2018%200%200%201%2024%2042a18%2018%200%200%201-4.372-.535l-.475%201.944c1.552.386%203.175.591%204.847.591c1.706%200%203.361-.214%204.942-.615zM6%2024c0%205.789%202.733%2010.94%206.979%2014.232l-1.204%201.598C7.045%2036.172%204%2030.442%204%2024C4%2015.27%209.593%207.847%2017.391%205.118l.661%201.888C11.034%209.462%206%2016.143%206%2024M28.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.57a22%2022%200%200%201-.466%201.485l-.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.535A3.998%203.998%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/symptom.svg?color=%231a73e8&size=48