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

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

The same icon in other sets

More medical icons from Font Awesome 6 Solid

Use the viruses icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M192 0c13.3 0 24 10.7 24 24v13.5c0 35.6 43.1 53.5 68.3 28.3l9.5-9.5c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-9.5 9.5c-25.2 25.2-7.3 68.3 28.3 68.3H360c13.3 0 24 10.7 24 24s-10.7 24-24 24h-13.5c-35.6 0-53.5 43.1-28.3 68.3l9.5 9.5c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-9.5-9.5c-25.2-25.2-68.3-7.3-68.3 28.3V360c0 13.3-10.7 24-24 24s-24-10.7-24-24v-13.5c0-35.6-43.1-53.5-68.3-28.3l-9.5 9.5c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l9.5-9.5C91 259.1 73.1 216 37.5 216H24c-13.3 0-24-10.7-24-24s10.7-24 24-24h13.5c35.6 0 53.5-43.1 28.3-68.3l-9.5-9.5c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l9.5 9.5C124.9 91 168 73.1 168 37.5V24c0-13.3 10.7-24 24-24m48 224a16 16 0 1 0 0-32a16 16 0 1 0 0 32m-48-64a32 32 0 1 0-64 0a32 32 0 1 0 64 0m320 80c0 33 39.9 49.5 63.2 26.2c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6C574.5 312.1 591 352 624 352c8.8 0 16 7.2 16 16s-7.2 16-16 16c-33 0-49.5 39.9-26.2 63.2c6.2 6.2 6.2 16.4 0 22.6s-16.4 6.2-22.6 0C551.9 446.5 512 463 512 496c0 8.8-7.2 16-16 16s-16-7.2-16-16c0-33-39.9-49.5-63.2-26.2c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6C417.5 423.9 401 384 368 384c-8.8 0-16-7.2-16-16s7.2-16 16-16c33 0 49.5-39.9 26.2-63.2c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0C440.1 289.5 480 273 480 240c0-8.8 7.2-16 16-16s16 7.2 16 16m0 112a32 32 0 1 0-64 0a32 32 0 1 0 64 0"/></svg>

React

import type { SVGProps } from "react";

export function Fa6SolidViruses(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M192 0c13.3 0 24 10.7 24 24v13.5c0 35.6 43.1 53.5 68.3 28.3l9.5-9.5c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-9.5 9.5c-25.2 25.2-7.3 68.3 28.3 68.3H360c13.3 0 24 10.7 24 24s-10.7 24-24 24h-13.5c-35.6 0-53.5 43.1-28.3 68.3l9.5 9.5c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-9.5-9.5c-25.2-25.2-68.3-7.3-68.3 28.3V360c0 13.3-10.7 24-24 24s-24-10.7-24-24v-13.5c0-35.6-43.1-53.5-68.3-28.3l-9.5 9.5c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l9.5-9.5C91 259.1 73.1 216 37.5 216H24c-13.3 0-24-10.7-24-24s10.7-24 24-24h13.5c35.6 0 53.5-43.1 28.3-68.3l-9.5-9.5c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l9.5 9.5C124.9 91 168 73.1 168 37.5V24c0-13.3 10.7-24 24-24m48 224a16 16 0 1 0 0-32a16 16 0 1 0 0 32m-48-64a32 32 0 1 0-64 0a32 32 0 1 0 64 0m320 80c0 33 39.9 49.5 63.2 26.2c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6C574.5 312.1 591 352 624 352c8.8 0 16 7.2 16 16s-7.2 16-16 16c-33 0-49.5 39.9-26.2 63.2c6.2 6.2 6.2 16.4 0 22.6s-16.4 6.2-22.6 0C551.9 446.5 512 463 512 496c0 8.8-7.2 16-16 16s-16-7.2-16-16c0-33-39.9-49.5-63.2-26.2c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6C417.5 423.9 401 384 368 384c-8.8 0-16-7.2-16-16s7.2-16 16-16c33 0 49.5-39.9 26.2-63.2c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0C440.1 289.5 480 273 480 240c0-8.8 7.2-16 16-16s16 7.2 16 16m0 112a32 32 0 1 0-64 0a32 32 0 1 0 64 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M192 0c13.3 0 24 10.7 24 24v13.5c0 35.6 43.1 53.5 68.3 28.3l9.5-9.5c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-9.5 9.5c-25.2 25.2-7.3 68.3 28.3 68.3H360c13.3 0 24 10.7 24 24s-10.7 24-24 24h-13.5c-35.6 0-53.5 43.1-28.3 68.3l9.5 9.5c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-9.5-9.5c-25.2-25.2-68.3-7.3-68.3 28.3V360c0 13.3-10.7 24-24 24s-24-10.7-24-24v-13.5c0-35.6-43.1-53.5-68.3-28.3l-9.5 9.5c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l9.5-9.5C91 259.1 73.1 216 37.5 216H24c-13.3 0-24-10.7-24-24s10.7-24 24-24h13.5c35.6 0 53.5-43.1 28.3-68.3l-9.5-9.5c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l9.5 9.5C124.9 91 168 73.1 168 37.5V24c0-13.3 10.7-24 24-24m48 224a16 16 0 1 0 0-32a16 16 0 1 0 0 32m-48-64a32 32 0 1 0-64 0a32 32 0 1 0 64 0m320 80c0 33 39.9 49.5 63.2 26.2c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6C574.5 312.1 591 352 624 352c8.8 0 16 7.2 16 16s-7.2 16-16 16c-33 0-49.5 39.9-26.2 63.2c6.2 6.2 6.2 16.4 0 22.6s-16.4 6.2-22.6 0C551.9 446.5 512 463 512 496c0 8.8-7.2 16-16 16s-16-7.2-16-16c0-33-39.9-49.5-63.2-26.2c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6C417.5 423.9 401 384 368 384c-8.8 0-16-7.2-16-16s7.2-16 16-16c33 0 49.5-39.9 26.2-63.2c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0C440.1 289.5 480 273 480 240c0-8.8 7.2-16 16-16s16 7.2 16 16m0 112a32 32 0 1 0-64 0a32 32 0 1 0 64 0"/></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%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M192%200c13.3%200%2024%2010.7%2024%2024v13.5c0%2035.6%2043.1%2053.5%2068.3%2028.3l9.5-9.5c9.4-9.4%2024.6-9.4%2033.9%200s9.4%2024.6%200%2033.9l-9.5%209.5c-25.2%2025.2-7.3%2068.3%2028.3%2068.3H360c13.3%200%2024%2010.7%2024%2024s-10.7%2024-24%2024h-13.5c-35.6%200-53.5%2043.1-28.3%2068.3l9.5%209.5c9.4%209.4%209.4%2024.6%200%2033.9s-24.6%209.4-33.9%200l-9.5-9.5c-25.2-25.2-68.3-7.3-68.3%2028.3V360c0%2013.3-10.7%2024-24%2024s-24-10.7-24-24v-13.5c0-35.6-43.1-53.5-68.3-28.3l-9.5%209.5c-9.4%209.4-24.6%209.4-33.9%200s-9.4-24.6%200-33.9l9.5-9.5C91%20259.1%2073.1%20216%2037.5%20216H24c-13.3%200-24-10.7-24-24s10.7-24%2024-24h13.5c35.6%200%2053.5-43.1%2028.3-68.3l-9.5-9.5c-9.4-9.4-9.4-24.6%200-33.9s24.6-9.4%2033.9%200l9.5%209.5C124.9%2091%20168%2073.1%20168%2037.5V24c0-13.3%2010.7-24%2024-24m48%20224a16%2016%200%201%200%200-32a16%2016%200%201%200%200%2032m-48-64a32%2032%200%201%200-64%200a32%2032%200%201%200%2064%200m320%2080c0%2033%2039.9%2049.5%2063.2%2026.2c6.2-6.2%2016.4-6.2%2022.6%200s6.2%2016.4%200%2022.6C574.5%20312.1%20591%20352%20624%20352c8.8%200%2016%207.2%2016%2016s-7.2%2016-16%2016c-33%200-49.5%2039.9-26.2%2063.2c6.2%206.2%206.2%2016.4%200%2022.6s-16.4%206.2-22.6%200C551.9%20446.5%20512%20463%20512%20496c0%208.8-7.2%2016-16%2016s-16-7.2-16-16c0-33-39.9-49.5-63.2-26.2c-6.2%206.2-16.4%206.2-22.6%200s-6.2-16.4%200-22.6C417.5%20423.9%20401%20384%20368%20384c-8.8%200-16-7.2-16-16s7.2-16%2016-16c33%200%2049.5-39.9%2026.2-63.2c-6.2-6.2-6.2-16.4%200-22.6s16.4-6.2%2022.6%200C440.1%20289.5%20480%20273%20480%20240c0-8.8%207.2-16%2016-16s16%207.2%2016%2016m0%20112a32%2032%200%201%200-64%200a32%2032%200%201%200%2064%200%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%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M192%200c13.3%200%2024%2010.7%2024%2024v13.5c0%2035.6%2043.1%2053.5%2068.3%2028.3l9.5-9.5c9.4-9.4%2024.6-9.4%2033.9%200s9.4%2024.6%200%2033.9l-9.5%209.5c-25.2%2025.2-7.3%2068.3%2028.3%2068.3H360c13.3%200%2024%2010.7%2024%2024s-10.7%2024-24%2024h-13.5c-35.6%200-53.5%2043.1-28.3%2068.3l9.5%209.5c9.4%209.4%209.4%2024.6%200%2033.9s-24.6%209.4-33.9%200l-9.5-9.5c-25.2-25.2-68.3-7.3-68.3%2028.3V360c0%2013.3-10.7%2024-24%2024s-24-10.7-24-24v-13.5c0-35.6-43.1-53.5-68.3-28.3l-9.5%209.5c-9.4%209.4-24.6%209.4-33.9%200s-9.4-24.6%200-33.9l9.5-9.5C91%20259.1%2073.1%20216%2037.5%20216H24c-13.3%200-24-10.7-24-24s10.7-24%2024-24h13.5c35.6%200%2053.5-43.1%2028.3-68.3l-9.5-9.5c-9.4-9.4-9.4-24.6%200-33.9s24.6-9.4%2033.9%200l9.5%209.5C124.9%2091%20168%2073.1%20168%2037.5V24c0-13.3%2010.7-24%2024-24m48%20224a16%2016%200%201%200%200-32a16%2016%200%201%200%200%2032m-48-64a32%2032%200%201%200-64%200a32%2032%200%201%200%2064%200m320%2080c0%2033%2039.9%2049.5%2063.2%2026.2c6.2-6.2%2016.4-6.2%2022.6%200s6.2%2016.4%200%2022.6C574.5%20312.1%20591%20352%20624%20352c8.8%200%2016%207.2%2016%2016s-7.2%2016-16%2016c-33%200-49.5%2039.9-26.2%2063.2c6.2%206.2%206.2%2016.4%200%2022.6s-16.4%206.2-22.6%200C551.9%20446.5%20512%20463%20512%20496c0%208.8-7.2%2016-16%2016s-16-7.2-16-16c0-33-39.9-49.5-63.2-26.2c-6.2%206.2-16.4%206.2-22.6%200s-6.2-16.4%200-22.6C417.5%20423.9%20401%20384%20368%20384c-8.8%200-16-7.2-16-16s7.2-16%2016-16c33%200%2049.5-39.9%2026.2-63.2c-6.2-6.2-6.2-16.4%200-22.6s16.4-6.2%2022.6%200C440.1%20289.5%20480%20273%20480%20240c0-8.8%207.2-16%2016-16s16%207.2%2016%2016m0%20112a32%2032%200%201%200-64%200a32%2032%200%201%200%2064%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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