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

Name
viruses
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 viruses icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M192 64c17.7 0 32 14.3 32 32c0 30.5 36.9 45.8 58.5 24.2c12.5-12.5 32.8-12.5 45.3 0s12.5 32.8 0 45.3c-21.6 21.6-6.3 58.5 24.2 58.5c17.7 0 32 14.3 32 32s-14.3 32-32 32c-30.5 0-45.8 36.9-24.2 58.5c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0c-21.6-21.6-58.5-6.3-58.5 24.2c0 17.7-14.3 32-32 32s-32-14.3-32-32c0-30.5-36.9-45.8-58.5-24.2c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3C77.8 324.9 62.5 288 32 288c-17.7 0-32-14.3-32-32s14.3-32 32-32c30.5 0 45.8-36.9 24.2-58.5c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0c21.6 21.6 58.5 6.3 58.5-24.2c0-17.7 14.3-32 32-32m-48 176c17.7 0 32-14.3 32-32s-14.3-32-32-32s-32 14.3-32 32s14.3 32 32 32m128 64c0-17.7-14.3-32-32-32s-32 14.3-32 32s14.3 32 32 32s32-14.3 32-32m248 40c0 22.9 27.7 34.4 43.9 18.2c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9c-16.2 16.2-4.7 43.9 18.2 43.9c13.3 0 24 10.7 24 24s-10.7 24-24 24c-22.9 0-34.4 27.7-18.2 43.9c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0c-16.2-16.2-43.9-4.7-43.9 18.2c0 13.3-10.7 24-24 24s-24-10.7-24-24c0-22.9-27.7-34.4-43.9-18.2c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9c16.2-16.2 4.7-43.9-18.2-43.9c-13.3 0-24-10.7-24-24s10.7-24 24-24c22.9 0 34.4-27.7 18.2-43.9c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0c16.2 16.2 43.9 4.7 43.9-18.2c0-13.3 10.7-24 24-24s24 10.7 24 24m-16 104c0-13.3-10.7-24-24-24s-24 10.7-24 24s10.7 24 24 24s24-10.7 24-24"/></svg>

React

import type { SVGProps } from "react";

export function Fa7SolidViruses(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="M192 64c17.7 0 32 14.3 32 32c0 30.5 36.9 45.8 58.5 24.2c12.5-12.5 32.8-12.5 45.3 0s12.5 32.8 0 45.3c-21.6 21.6-6.3 58.5 24.2 58.5c17.7 0 32 14.3 32 32s-14.3 32-32 32c-30.5 0-45.8 36.9-24.2 58.5c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0c-21.6-21.6-58.5-6.3-58.5 24.2c0 17.7-14.3 32-32 32s-32-14.3-32-32c0-30.5-36.9-45.8-58.5-24.2c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3C77.8 324.9 62.5 288 32 288c-17.7 0-32-14.3-32-32s14.3-32 32-32c30.5 0 45.8-36.9 24.2-58.5c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0c21.6 21.6 58.5 6.3 58.5-24.2c0-17.7 14.3-32 32-32m-48 176c17.7 0 32-14.3 32-32s-14.3-32-32-32s-32 14.3-32 32s14.3 32 32 32m128 64c0-17.7-14.3-32-32-32s-32 14.3-32 32s14.3 32 32 32s32-14.3 32-32m248 40c0 22.9 27.7 34.4 43.9 18.2c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9c-16.2 16.2-4.7 43.9 18.2 43.9c13.3 0 24 10.7 24 24s-10.7 24-24 24c-22.9 0-34.4 27.7-18.2 43.9c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0c-16.2-16.2-43.9-4.7-43.9 18.2c0 13.3-10.7 24-24 24s-24-10.7-24-24c0-22.9-27.7-34.4-43.9-18.2c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9c16.2-16.2 4.7-43.9-18.2-43.9c-13.3 0-24-10.7-24-24s10.7-24 24-24c22.9 0 34.4-27.7 18.2-43.9c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0c16.2 16.2 43.9 4.7 43.9-18.2c0-13.3 10.7-24 24-24s24 10.7 24 24m-16 104c0-13.3-10.7-24-24-24s-24 10.7-24 24s10.7 24 24 24s24-10.7 24-24"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M192 64c17.7 0 32 14.3 32 32c0 30.5 36.9 45.8 58.5 24.2c12.5-12.5 32.8-12.5 45.3 0s12.5 32.8 0 45.3c-21.6 21.6-6.3 58.5 24.2 58.5c17.7 0 32 14.3 32 32s-14.3 32-32 32c-30.5 0-45.8 36.9-24.2 58.5c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0c-21.6-21.6-58.5-6.3-58.5 24.2c0 17.7-14.3 32-32 32s-32-14.3-32-32c0-30.5-36.9-45.8-58.5-24.2c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3C77.8 324.9 62.5 288 32 288c-17.7 0-32-14.3-32-32s14.3-32 32-32c30.5 0 45.8-36.9 24.2-58.5c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0c21.6 21.6 58.5 6.3 58.5-24.2c0-17.7 14.3-32 32-32m-48 176c17.7 0 32-14.3 32-32s-14.3-32-32-32s-32 14.3-32 32s14.3 32 32 32m128 64c0-17.7-14.3-32-32-32s-32 14.3-32 32s14.3 32 32 32s32-14.3 32-32m248 40c0 22.9 27.7 34.4 43.9 18.2c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9c-16.2 16.2-4.7 43.9 18.2 43.9c13.3 0 24 10.7 24 24s-10.7 24-24 24c-22.9 0-34.4 27.7-18.2 43.9c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0c-16.2-16.2-43.9-4.7-43.9 18.2c0 13.3-10.7 24-24 24s-24-10.7-24-24c0-22.9-27.7-34.4-43.9-18.2c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9c16.2-16.2 4.7-43.9-18.2-43.9c-13.3 0-24-10.7-24-24s10.7-24 24-24c22.9 0 34.4-27.7 18.2-43.9c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0c16.2 16.2 43.9 4.7 43.9-18.2c0-13.3 10.7-24 24-24s24 10.7 24 24m-16 104c0-13.3-10.7-24-24-24s-24 10.7-24 24s10.7 24 24 24s24-10.7 24-24"/></svg>
</template>

CSS

.icon-viruses {
  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%22M192%2064c17.7%200%2032%2014.3%2032%2032c0%2030.5%2036.9%2045.8%2058.5%2024.2c12.5-12.5%2032.8-12.5%2045.3%200s12.5%2032.8%200%2045.3c-21.6%2021.6-6.3%2058.5%2024.2%2058.5c17.7%200%2032%2014.3%2032%2032s-14.3%2032-32%2032c-30.5%200-45.8%2036.9-24.2%2058.5c12.5%2012.5%2012.5%2032.8%200%2045.3s-32.8%2012.5-45.3%200c-21.6-21.6-58.5-6.3-58.5%2024.2c0%2017.7-14.3%2032-32%2032s-32-14.3-32-32c0-30.5-36.9-45.8-58.5-24.2c-12.5%2012.5-32.8%2012.5-45.3%200s-12.5-32.8%200-45.3C77.8%20324.9%2062.5%20288%2032%20288c-17.7%200-32-14.3-32-32s14.3-32%2032-32c30.5%200%2045.8-36.9%2024.2-58.5c-12.5-12.5-12.5-32.8%200-45.3s32.8-12.5%2045.3%200c21.6%2021.6%2058.5%206.3%2058.5-24.2c0-17.7%2014.3-32%2032-32m-48%20176c17.7%200%2032-14.3%2032-32s-14.3-32-32-32s-32%2014.3-32%2032s14.3%2032%2032%2032m128%2064c0-17.7-14.3-32-32-32s-32%2014.3-32%2032s14.3%2032%2032%2032s32-14.3%2032-32m248%2040c0%2022.9%2027.7%2034.4%2043.9%2018.2c9.4-9.4%2024.6-9.4%2033.9%200s9.4%2024.6%200%2033.9c-16.2%2016.2-4.7%2043.9%2018.2%2043.9c13.3%200%2024%2010.7%2024%2024s-10.7%2024-24%2024c-22.9%200-34.4%2027.7-18.2%2043.9c9.4%209.4%209.4%2024.6%200%2033.9s-24.6%209.4-33.9%200c-16.2-16.2-43.9-4.7-43.9%2018.2c0%2013.3-10.7%2024-24%2024s-24-10.7-24-24c0-22.9-27.7-34.4-43.9-18.2c-9.4%209.4-24.6%209.4-33.9%200s-9.4-24.6%200-33.9c16.2-16.2%204.7-43.9-18.2-43.9c-13.3%200-24-10.7-24-24s10.7-24%2024-24c22.9%200%2034.4-27.7%2018.2-43.9c-9.4-9.4-9.4-24.6%200-33.9s24.6-9.4%2033.9%200c16.2%2016.2%2043.9%204.7%2043.9-18.2c0-13.3%2010.7-24%2024-24s24%2010.7%2024%2024m-16%20104c0-13.3-10.7-24-24-24s-24%2010.7-24%2024s10.7%2024%2024%2024s24-10.7%2024-24%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%22M192%2064c17.7%200%2032%2014.3%2032%2032c0%2030.5%2036.9%2045.8%2058.5%2024.2c12.5-12.5%2032.8-12.5%2045.3%200s12.5%2032.8%200%2045.3c-21.6%2021.6-6.3%2058.5%2024.2%2058.5c17.7%200%2032%2014.3%2032%2032s-14.3%2032-32%2032c-30.5%200-45.8%2036.9-24.2%2058.5c12.5%2012.5%2012.5%2032.8%200%2045.3s-32.8%2012.5-45.3%200c-21.6-21.6-58.5-6.3-58.5%2024.2c0%2017.7-14.3%2032-32%2032s-32-14.3-32-32c0-30.5-36.9-45.8-58.5-24.2c-12.5%2012.5-32.8%2012.5-45.3%200s-12.5-32.8%200-45.3C77.8%20324.9%2062.5%20288%2032%20288c-17.7%200-32-14.3-32-32s14.3-32%2032-32c30.5%200%2045.8-36.9%2024.2-58.5c-12.5-12.5-12.5-32.8%200-45.3s32.8-12.5%2045.3%200c21.6%2021.6%2058.5%206.3%2058.5-24.2c0-17.7%2014.3-32%2032-32m-48%20176c17.7%200%2032-14.3%2032-32s-14.3-32-32-32s-32%2014.3-32%2032s14.3%2032%2032%2032m128%2064c0-17.7-14.3-32-32-32s-32%2014.3-32%2032s14.3%2032%2032%2032s32-14.3%2032-32m248%2040c0%2022.9%2027.7%2034.4%2043.9%2018.2c9.4-9.4%2024.6-9.4%2033.9%200s9.4%2024.6%200%2033.9c-16.2%2016.2-4.7%2043.9%2018.2%2043.9c13.3%200%2024%2010.7%2024%2024s-10.7%2024-24%2024c-22.9%200-34.4%2027.7-18.2%2043.9c9.4%209.4%209.4%2024.6%200%2033.9s-24.6%209.4-33.9%200c-16.2-16.2-43.9-4.7-43.9%2018.2c0%2013.3-10.7%2024-24%2024s-24-10.7-24-24c0-22.9-27.7-34.4-43.9-18.2c-9.4%209.4-24.6%209.4-33.9%200s-9.4-24.6%200-33.9c16.2-16.2%204.7-43.9-18.2-43.9c-13.3%200-24-10.7-24-24s10.7-24%2024-24c22.9%200%2034.4-27.7%2018.2-43.9c-9.4-9.4-9.4-24.6%200-33.9s24.6-9.4%2033.9%200c16.2%2016.2%2043.9%204.7%2043.9-18.2c0-13.3%2010.7-24%2024-24s24%2010.7%2024%2024m-16%20104c0-13.3-10.7-24-24-24s-24%2010.7-24%2024s10.7%2024%2024%2024s24-10.7%2024-24%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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