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

Name
disease
Set
Font Awesome Solid
Style
Solid
Category
Medical
Viewbox
640×640
License
CC BY 4.0

The same icon in other sets

More medical icons from Font Awesome Solid

Use the disease icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M300.5 93.4L288 112c-20 30-53.6 48-89.7 48H132c-37.5 0-67.9 30.4-67.9 67.9c0 18 7.2 35.2 19.9 47.9l27 27c11 11 17.2 25.9 17.2 41.5c0 15.8-6.4 30.9-17.7 42l-13.1 12.8c-11.1 10.8-17.3 25.7-17.3 41.2c0 36.8 34.1 64.2 70.1 56.2l62.3-13.8c7.7-1.7 15.7-2.6 23.6-2.6c32.8 0 64.2 14.6 85.2 39.8l30.5 36.6c10.4 12.4 25.7 19.6 41.9 19.6c30.1 0 54.5-24.4 54.5-54.5v-51.2c0-41.4 25.4-78.5 64-93.5l22.2-8.6c25.2-9.8 41.8-34.1 41.8-61.1c0-26.4-15.9-50.3-40.3-60.5L493 228.8c-33.2-13.9-57.6-43-65.5-78.1l-7.9-35.2C412.8 85.4 386.1 64 355.3 64c-22 0-42.6 11-54.8 29.4M224 256c17.7 0 32 14.3 32 32s-14.3 32-32 32s-32-14.3-32-32s14.3-32 32-32m96 0c0-17.7 14.3-32 32-32s32 14.3 32 32s-14.3 32-32 32s-32-14.3-32-32m32 96c17.7 0 32 14.3 32 32s-14.3 32-32 32s-32-14.3-32-32s14.3-32 32-32"/></svg>

React

import type { SVGProps } from "react";

export function Fa7SolidDisease(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M300.5 93.4L288 112c-20 30-53.6 48-89.7 48H132c-37.5 0-67.9 30.4-67.9 67.9c0 18 7.2 35.2 19.9 47.9l27 27c11 11 17.2 25.9 17.2 41.5c0 15.8-6.4 30.9-17.7 42l-13.1 12.8c-11.1 10.8-17.3 25.7-17.3 41.2c0 36.8 34.1 64.2 70.1 56.2l62.3-13.8c7.7-1.7 15.7-2.6 23.6-2.6c32.8 0 64.2 14.6 85.2 39.8l30.5 36.6c10.4 12.4 25.7 19.6 41.9 19.6c30.1 0 54.5-24.4 54.5-54.5v-51.2c0-41.4 25.4-78.5 64-93.5l22.2-8.6c25.2-9.8 41.8-34.1 41.8-61.1c0-26.4-15.9-50.3-40.3-60.5L493 228.8c-33.2-13.9-57.6-43-65.5-78.1l-7.9-35.2C412.8 85.4 386.1 64 355.3 64c-22 0-42.6 11-54.8 29.4M224 256c17.7 0 32 14.3 32 32s-14.3 32-32 32s-32-14.3-32-32s14.3-32 32-32m96 0c0-17.7 14.3-32 32-32s32 14.3 32 32s-14.3 32-32 32s-32-14.3-32-32m32 96c17.7 0 32 14.3 32 32s-14.3 32-32 32s-32-14.3-32-32s14.3-32 32-32"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M300.5 93.4L288 112c-20 30-53.6 48-89.7 48H132c-37.5 0-67.9 30.4-67.9 67.9c0 18 7.2 35.2 19.9 47.9l27 27c11 11 17.2 25.9 17.2 41.5c0 15.8-6.4 30.9-17.7 42l-13.1 12.8c-11.1 10.8-17.3 25.7-17.3 41.2c0 36.8 34.1 64.2 70.1 56.2l62.3-13.8c7.7-1.7 15.7-2.6 23.6-2.6c32.8 0 64.2 14.6 85.2 39.8l30.5 36.6c10.4 12.4 25.7 19.6 41.9 19.6c30.1 0 54.5-24.4 54.5-54.5v-51.2c0-41.4 25.4-78.5 64-93.5l22.2-8.6c25.2-9.8 41.8-34.1 41.8-61.1c0-26.4-15.9-50.3-40.3-60.5L493 228.8c-33.2-13.9-57.6-43-65.5-78.1l-7.9-35.2C412.8 85.4 386.1 64 355.3 64c-22 0-42.6 11-54.8 29.4M224 256c17.7 0 32 14.3 32 32s-14.3 32-32 32s-32-14.3-32-32s14.3-32 32-32m96 0c0-17.7 14.3-32 32-32s32 14.3 32 32s-14.3 32-32 32s-32-14.3-32-32m32 96c17.7 0 32 14.3 32 32s-14.3 32-32 32s-32-14.3-32-32s14.3-32 32-32"/></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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M300.5%2093.4L288%20112c-20%2030-53.6%2048-89.7%2048H132c-37.5%200-67.9%2030.4-67.9%2067.9c0%2018%207.2%2035.2%2019.9%2047.9l27%2027c11%2011%2017.2%2025.9%2017.2%2041.5c0%2015.8-6.4%2030.9-17.7%2042l-13.1%2012.8c-11.1%2010.8-17.3%2025.7-17.3%2041.2c0%2036.8%2034.1%2064.2%2070.1%2056.2l62.3-13.8c7.7-1.7%2015.7-2.6%2023.6-2.6c32.8%200%2064.2%2014.6%2085.2%2039.8l30.5%2036.6c10.4%2012.4%2025.7%2019.6%2041.9%2019.6c30.1%200%2054.5-24.4%2054.5-54.5v-51.2c0-41.4%2025.4-78.5%2064-93.5l22.2-8.6c25.2-9.8%2041.8-34.1%2041.8-61.1c0-26.4-15.9-50.3-40.3-60.5L493%20228.8c-33.2-13.9-57.6-43-65.5-78.1l-7.9-35.2C412.8%2085.4%20386.1%2064%20355.3%2064c-22%200-42.6%2011-54.8%2029.4M224%20256c17.7%200%2032%2014.3%2032%2032s-14.3%2032-32%2032s-32-14.3-32-32s14.3-32%2032-32m96%200c0-17.7%2014.3-32%2032-32s32%2014.3%2032%2032s-14.3%2032-32%2032s-32-14.3-32-32m32%2096c17.7%200%2032%2014.3%2032%2032s-14.3%2032-32%2032s-32-14.3-32-32s14.3-32%2032-32%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M300.5%2093.4L288%20112c-20%2030-53.6%2048-89.7%2048H132c-37.5%200-67.9%2030.4-67.9%2067.9c0%2018%207.2%2035.2%2019.9%2047.9l27%2027c11%2011%2017.2%2025.9%2017.2%2041.5c0%2015.8-6.4%2030.9-17.7%2042l-13.1%2012.8c-11.1%2010.8-17.3%2025.7-17.3%2041.2c0%2036.8%2034.1%2064.2%2070.1%2056.2l62.3-13.8c7.7-1.7%2015.7-2.6%2023.6-2.6c32.8%200%2064.2%2014.6%2085.2%2039.8l30.5%2036.6c10.4%2012.4%2025.7%2019.6%2041.9%2019.6c30.1%200%2054.5-24.4%2054.5-54.5v-51.2c0-41.4%2025.4-78.5%2064-93.5l22.2-8.6c25.2-9.8%2041.8-34.1%2041.8-61.1c0-26.4-15.9-50.3-40.3-60.5L493%20228.8c-33.2-13.9-57.6-43-65.5-78.1l-7.9-35.2C412.8%2085.4%20386.1%2064%20355.3%2064c-22%200-42.6%2011-54.8%2029.4M224%20256c17.7%200%2032%2014.3%2032%2032s-14.3%2032-32%2032s-32-14.3-32-32s14.3-32%2032-32m96%200c0-17.7%2014.3-32%2032-32s32%2014.3%2032%2032s-14.3%2032-32%2032s-32-14.3-32-32m32%2096c17.7%200%2032%2014.3%2032%2032s-14.3%2032-32%2032s-32-14.3-32-32s14.3-32%2032-32%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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