disease from Font Awesome 6 Solid by Dave Gandy · Regular · Medical · CC-BY-4.0 Attribution required.

Name
disease
Set
Font Awesome 6 Solid
Style
Regular
Category
Medical
Viewbox
512×512
License
CC BY 4.0

The same icon in other sets

More medical icons from Font Awesome 6 Solid

Use the disease icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M236.4 61.4L227 75.5c-21.3 32-59.4 48.5-97.3 42.1l-59.6-9.9C33.4 101.6 0 129.9.1 167.1c0 15.9 6.4 31.2 17.6 42.5l29.2 29.2c11 11 17.2 25.9 17.2 41.5c0 15.8-6.4 30.9-17.7 42l-13.1 12.8C22.2 345.9 16 360.7 16 376.2c0 36.8 34.1 64.2 70.1 56.2l62.3-13.8c7.7-1.7 15.7-2.6 23.6-2.6h10c27.2 0 53.7 9.3 75 26.3l30.8 24.7c10.5 8.4 23.6 13 37 13c32.7 0 59.3-26.5 59.3-59.3v-25.2c0-34.9 21.4-66.2 53.9-78.8l36.9-14.3c22.4-8.7 37.2-30.3 37.2-54.3c0-28.1-20.1-52.3-47.8-57.3l-28-5.1c-36.5-6.7-65.4-34.5-73.6-70.7l-7.1-31.5C348.9 53.4 322.1 32 291.3 32c-22 0-42.6 11-54.9 29.4M160 192a32 32 0 1 1 0 64a32 32 0 1 1 0-64m128 16a16 16 0 1 1 32 0a16 16 0 1 1-32 0m0 80a32 32 0 1 1 0 64a32 32 0 1 1 0-64"/></svg>

React

import type { SVGProps } from "react";

export function Fa6SolidDisease(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M236.4 61.4L227 75.5c-21.3 32-59.4 48.5-97.3 42.1l-59.6-9.9C33.4 101.6 0 129.9.1 167.1c0 15.9 6.4 31.2 17.6 42.5l29.2 29.2c11 11 17.2 25.9 17.2 41.5c0 15.8-6.4 30.9-17.7 42l-13.1 12.8C22.2 345.9 16 360.7 16 376.2c0 36.8 34.1 64.2 70.1 56.2l62.3-13.8c7.7-1.7 15.7-2.6 23.6-2.6h10c27.2 0 53.7 9.3 75 26.3l30.8 24.7c10.5 8.4 23.6 13 37 13c32.7 0 59.3-26.5 59.3-59.3v-25.2c0-34.9 21.4-66.2 53.9-78.8l36.9-14.3c22.4-8.7 37.2-30.3 37.2-54.3c0-28.1-20.1-52.3-47.8-57.3l-28-5.1c-36.5-6.7-65.4-34.5-73.6-70.7l-7.1-31.5C348.9 53.4 322.1 32 291.3 32c-22 0-42.6 11-54.9 29.4M160 192a32 32 0 1 1 0 64a32 32 0 1 1 0-64m128 16a16 16 0 1 1 32 0a16 16 0 1 1-32 0m0 80a32 32 0 1 1 0 64a32 32 0 1 1 0-64"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M236.4 61.4L227 75.5c-21.3 32-59.4 48.5-97.3 42.1l-59.6-9.9C33.4 101.6 0 129.9.1 167.1c0 15.9 6.4 31.2 17.6 42.5l29.2 29.2c11 11 17.2 25.9 17.2 41.5c0 15.8-6.4 30.9-17.7 42l-13.1 12.8C22.2 345.9 16 360.7 16 376.2c0 36.8 34.1 64.2 70.1 56.2l62.3-13.8c7.7-1.7 15.7-2.6 23.6-2.6h10c27.2 0 53.7 9.3 75 26.3l30.8 24.7c10.5 8.4 23.6 13 37 13c32.7 0 59.3-26.5 59.3-59.3v-25.2c0-34.9 21.4-66.2 53.9-78.8l36.9-14.3c22.4-8.7 37.2-30.3 37.2-54.3c0-28.1-20.1-52.3-47.8-57.3l-28-5.1c-36.5-6.7-65.4-34.5-73.6-70.7l-7.1-31.5C348.9 53.4 322.1 32 291.3 32c-22 0-42.6 11-54.9 29.4M160 192a32 32 0 1 1 0 64a32 32 0 1 1 0-64m128 16a16 16 0 1 1 32 0a16 16 0 1 1-32 0m0 80a32 32 0 1 1 0 64a32 32 0 1 1 0-64"/></svg>
</template>

CSS

.icon-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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M236.4%2061.4L227%2075.5c-21.3%2032-59.4%2048.5-97.3%2042.1l-59.6-9.9C33.4%20101.6%200%20129.9.1%20167.1c0%2015.9%206.4%2031.2%2017.6%2042.5l29.2%2029.2c11%2011%2017.2%2025.9%2017.2%2041.5c0%2015.8-6.4%2030.9-17.7%2042l-13.1%2012.8C22.2%20345.9%2016%20360.7%2016%20376.2c0%2036.8%2034.1%2064.2%2070.1%2056.2l62.3-13.8c7.7-1.7%2015.7-2.6%2023.6-2.6h10c27.2%200%2053.7%209.3%2075%2026.3l30.8%2024.7c10.5%208.4%2023.6%2013%2037%2013c32.7%200%2059.3-26.5%2059.3-59.3v-25.2c0-34.9%2021.4-66.2%2053.9-78.8l36.9-14.3c22.4-8.7%2037.2-30.3%2037.2-54.3c0-28.1-20.1-52.3-47.8-57.3l-28-5.1c-36.5-6.7-65.4-34.5-73.6-70.7l-7.1-31.5C348.9%2053.4%20322.1%2032%20291.3%2032c-22%200-42.6%2011-54.9%2029.4M160%20192a32%2032%200%201%201%200%2064a32%2032%200%201%201%200-64m128%2016a16%2016%200%201%201%2032%200a16%2016%200%201%201-32%200m0%2080a32%2032%200%201%201%200%2064a32%2032%200%201%201%200-64%22%2F%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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M236.4%2061.4L227%2075.5c-21.3%2032-59.4%2048.5-97.3%2042.1l-59.6-9.9C33.4%20101.6%200%20129.9.1%20167.1c0%2015.9%206.4%2031.2%2017.6%2042.5l29.2%2029.2c11%2011%2017.2%2025.9%2017.2%2041.5c0%2015.8-6.4%2030.9-17.7%2042l-13.1%2012.8C22.2%20345.9%2016%20360.7%2016%20376.2c0%2036.8%2034.1%2064.2%2070.1%2056.2l62.3-13.8c7.7-1.7%2015.7-2.6%2023.6-2.6h10c27.2%200%2053.7%209.3%2075%2026.3l30.8%2024.7c10.5%208.4%2023.6%2013%2037%2013c32.7%200%2059.3-26.5%2059.3-59.3v-25.2c0-34.9%2021.4-66.2%2053.9-78.8l36.9-14.3c22.4-8.7%2037.2-30.3%2037.2-54.3c0-28.1-20.1-52.3-47.8-57.3l-28-5.1c-36.5-6.7-65.4-34.5-73.6-70.7l-7.1-31.5C348.9%2053.4%20322.1%2032%20291.3%2032c-22%200-42.6%2011-54.9%2029.4M160%20192a32%2032%200%201%201%200%2064a32%2032%200%201%201%200-64m128%2016a16%2016%200%201%201%2032%200a16%2016%200%201%201-32%200m0%2080a32%2032%200%201%201%200%2064a32%2032%200%201%201%200-64%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-solid/disease.svg?color=%231a73e8&size=48