virus-outline-24px from Health Icons by Resolve to Save Lives · Outline 24px · Symbols · MIT Free for personal and commercial use.

Name
virus-outline-24px
Set
Health Icons
Style
Outline 24px
Category
Symbols
Viewbox
24×24
License
MIT

3 other variants in Health Icons

The same icon in other sets

More symbols icons from Health Icons

Use the virus icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M11.041 10a1 1 0 1 0 1.927-.536a1 1 0 0 0-1.927.535m3.532 4.196a1 1 0 1 1-.536-1.927a1 1 0 0 1 .536 1.927M8.841 13.5a1 1 0 1 0 1.927-.537a1 1 0 0 0-1.927.537"/><path fill-rule="evenodd" d="M9.99 2.228a.75.75 0 0 0 .02 1.5l1.18-.017l.02 1.35a6.97 6.97 0 0 0-3.69 1.603l-.899-.888l.978-.989a.75.75 0 0 0-1.066-1.055L5.121 5.16a.8.8 0 0 0-.187.189L3.72 6.576a.75.75 0 0 0 1.066 1.055l.78-.789l.918.908a6.97 6.97 0 0 0-1.405 3.5l-1.395.047l-.045-1.32a.75.75 0 0 0-1.499.05l.07 2.06v.02l.065 1.918a.75.75 0 0 0 1.5-.05l-.04-1.179l1.341-.045a6.97 6.97 0 0 0 1.556 3.709l-.905.914l-.939-.929a.75.75 0 0 0-1.055 1.067l1.465 1.448l.007.008l.008.008l1.364 1.349a.75.75 0 0 0 1.055-1.067l-.839-.829l.91-.92a6.97 6.97 0 0 0 3.626 1.467l-.005 1.264l-1.321-.005a.75.75 0 1 0-.006 1.5l2.06.008h.021l1.92.007a.75.75 0 0 0 .005-1.5l-1.18-.005l.006-1.278a6.97 6.97 0 0 0 3.656-1.55l.915.905l-.894.903a.75.75 0 0 0 1.067 1.055l1.419-1.435l.001-.001l.002-.002l1.39-1.406a.75.75 0 1 0-1.066-1.055l-.864.875l-.92-.91a6.97 6.97 0 0 0 1.45-3.474l1.383-.033l.028 1.179a.75.75 0 1 0 1.5-.036l-.046-1.918v-.021l-.05-2.06a.75.75 0 0 0-1.5.036l.032 1.32l-1.324.032a6.97 6.97 0 0 0-1.565-3.808l.905-.914l.888.878a.75.75 0 1 0 1.055-1.066l-1.415-1.4l-.007-.006l-.006-.006l-1.416-1.4a.75.75 0 0 0-1.055 1.065l.89.88l-.91.92a6.97 6.97 0 0 0-3.663-1.47l-.02-1.354l1.322-.02a.75.75 0 1 0-.022-1.5l-2.06.03h-.021zm2.1 14a.75.75 0 0 1 .746.72A5 5 0 0 0 15.053 16a.75.75 0 0 1 1.047-1.074a5 5 0 0 0 .857-2.022a.75.75 0 0 1 .046-1.484a5 5 0 0 0-.979-2.428a.75.75 0 0 1-1.069-1.042a5 5 0 0 0-2.224-.891a.75.75 0 0 1-1.486.014a5 5 0 0 0-2.3 1.007a.75.75 0 0 1-1.019 1.083a5 5 0 0 0-.822 2.034a.75.75 0 0 1-.022 1.48a4.97 4.97 0 0 0 .967 2.35a.75.75 0 0 1 1.072 1.046a5 5 0 0 0 2.216.889a.75.75 0 0 1 .752-.735" clip-rule="evenodd"/></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsVirusOutline24px(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M11.041 10a1 1 0 1 0 1.927-.536a1 1 0 0 0-1.927.535m3.532 4.196a1 1 0 1 1-.536-1.927a1 1 0 0 1 .536 1.927M8.841 13.5a1 1 0 1 0 1.927-.537a1 1 0 0 0-1.927.537"/><path fillRule="evenodd" d="M9.99 2.228a.75.75 0 0 0 .02 1.5l1.18-.017l.02 1.35a6.97 6.97 0 0 0-3.69 1.603l-.899-.888l.978-.989a.75.75 0 0 0-1.066-1.055L5.121 5.16a.8.8 0 0 0-.187.189L3.72 6.576a.75.75 0 0 0 1.066 1.055l.78-.789l.918.908a6.97 6.97 0 0 0-1.405 3.5l-1.395.047l-.045-1.32a.75.75 0 0 0-1.499.05l.07 2.06v.02l.065 1.918a.75.75 0 0 0 1.5-.05l-.04-1.179l1.341-.045a6.97 6.97 0 0 0 1.556 3.709l-.905.914l-.939-.929a.75.75 0 0 0-1.055 1.067l1.465 1.448l.007.008l.008.008l1.364 1.349a.75.75 0 0 0 1.055-1.067l-.839-.829l.91-.92a6.97 6.97 0 0 0 3.626 1.467l-.005 1.264l-1.321-.005a.75.75 0 1 0-.006 1.5l2.06.008h.021l1.92.007a.75.75 0 0 0 .005-1.5l-1.18-.005l.006-1.278a6.97 6.97 0 0 0 3.656-1.55l.915.905l-.894.903a.75.75 0 0 0 1.067 1.055l1.419-1.435l.001-.001l.002-.002l1.39-1.406a.75.75 0 1 0-1.066-1.055l-.864.875l-.92-.91a6.97 6.97 0 0 0 1.45-3.474l1.383-.033l.028 1.179a.75.75 0 1 0 1.5-.036l-.046-1.918v-.021l-.05-2.06a.75.75 0 0 0-1.5.036l.032 1.32l-1.324.032a6.97 6.97 0 0 0-1.565-3.808l.905-.914l.888.878a.75.75 0 1 0 1.055-1.066l-1.415-1.4l-.007-.006l-.006-.006l-1.416-1.4a.75.75 0 0 0-1.055 1.065l.89.88l-.91.92a6.97 6.97 0 0 0-3.663-1.47l-.02-1.354l1.322-.02a.75.75 0 1 0-.022-1.5l-2.06.03h-.021zm2.1 14a.75.75 0 0 1 .746.72A5 5 0 0 0 15.053 16a.75.75 0 0 1 1.047-1.074a5 5 0 0 0 .857-2.022a.75.75 0 0 1 .046-1.484a5 5 0 0 0-.979-2.428a.75.75 0 0 1-1.069-1.042a5 5 0 0 0-2.224-.891a.75.75 0 0 1-1.486.014a5 5 0 0 0-2.3 1.007a.75.75 0 0 1-1.019 1.083a5 5 0 0 0-.822 2.034a.75.75 0 0 1-.022 1.48a4.97 4.97 0 0 0 .967 2.35a.75.75 0 0 1 1.072 1.046a5 5 0 0 0 2.216.889a.75.75 0 0 1 .752-.735" clipRule="evenodd"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M11.041 10a1 1 0 1 0 1.927-.536a1 1 0 0 0-1.927.535m3.532 4.196a1 1 0 1 1-.536-1.927a1 1 0 0 1 .536 1.927M8.841 13.5a1 1 0 1 0 1.927-.537a1 1 0 0 0-1.927.537"/><path fill-rule="evenodd" d="M9.99 2.228a.75.75 0 0 0 .02 1.5l1.18-.017l.02 1.35a6.97 6.97 0 0 0-3.69 1.603l-.899-.888l.978-.989a.75.75 0 0 0-1.066-1.055L5.121 5.16a.8.8 0 0 0-.187.189L3.72 6.576a.75.75 0 0 0 1.066 1.055l.78-.789l.918.908a6.97 6.97 0 0 0-1.405 3.5l-1.395.047l-.045-1.32a.75.75 0 0 0-1.499.05l.07 2.06v.02l.065 1.918a.75.75 0 0 0 1.5-.05l-.04-1.179l1.341-.045a6.97 6.97 0 0 0 1.556 3.709l-.905.914l-.939-.929a.75.75 0 0 0-1.055 1.067l1.465 1.448l.007.008l.008.008l1.364 1.349a.75.75 0 0 0 1.055-1.067l-.839-.829l.91-.92a6.97 6.97 0 0 0 3.626 1.467l-.005 1.264l-1.321-.005a.75.75 0 1 0-.006 1.5l2.06.008h.021l1.92.007a.75.75 0 0 0 .005-1.5l-1.18-.005l.006-1.278a6.97 6.97 0 0 0 3.656-1.55l.915.905l-.894.903a.75.75 0 0 0 1.067 1.055l1.419-1.435l.001-.001l.002-.002l1.39-1.406a.75.75 0 1 0-1.066-1.055l-.864.875l-.92-.91a6.97 6.97 0 0 0 1.45-3.474l1.383-.033l.028 1.179a.75.75 0 1 0 1.5-.036l-.046-1.918v-.021l-.05-2.06a.75.75 0 0 0-1.5.036l.032 1.32l-1.324.032a6.97 6.97 0 0 0-1.565-3.808l.905-.914l.888.878a.75.75 0 1 0 1.055-1.066l-1.415-1.4l-.007-.006l-.006-.006l-1.416-1.4a.75.75 0 0 0-1.055 1.065l.89.88l-.91.92a6.97 6.97 0 0 0-3.663-1.47l-.02-1.354l1.322-.02a.75.75 0 1 0-.022-1.5l-2.06.03h-.021zm2.1 14a.75.75 0 0 1 .746.72A5 5 0 0 0 15.053 16a.75.75 0 0 1 1.047-1.074a5 5 0 0 0 .857-2.022a.75.75 0 0 1 .046-1.484a5 5 0 0 0-.979-2.428a.75.75 0 0 1-1.069-1.042a5 5 0 0 0-2.224-.891a.75.75 0 0 1-1.486.014a5 5 0 0 0-2.3 1.007a.75.75 0 0 1-1.019 1.083a5 5 0 0 0-.822 2.034a.75.75 0 0 1-.022 1.48a4.97 4.97 0 0 0 .967 2.35a.75.75 0 0 1 1.072 1.046a5 5 0 0 0 2.216.889a.75.75 0 0 1 .752-.735" clip-rule="evenodd"/></g></svg>
</template>

CSS

.icon-virus-outline-24px {
  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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M11.041%2010a1%201%200%201%200%201.927-.536a1%201%200%200%200-1.927.535m3.532%204.196a1%201%200%201%201-.536-1.927a1%201%200%200%201%20.536%201.927M8.841%2013.5a1%201%200%201%200%201.927-.537a1%201%200%200%200-1.927.537%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M9.99%202.228a.75.75%200%200%200%20.02%201.5l1.18-.017l.02%201.35a6.97%206.97%200%200%200-3.69%201.603l-.899-.888l.978-.989a.75.75%200%200%200-1.066-1.055L5.121%205.16a.8.8%200%200%200-.187.189L3.72%206.576a.75.75%200%200%200%201.066%201.055l.78-.789l.918.908a6.97%206.97%200%200%200-1.405%203.5l-1.395.047l-.045-1.32a.75.75%200%200%200-1.499.05l.07%202.06v.02l.065%201.918a.75.75%200%200%200%201.5-.05l-.04-1.179l1.341-.045a6.97%206.97%200%200%200%201.556%203.709l-.905.914l-.939-.929a.75.75%200%200%200-1.055%201.067l1.465%201.448l.007.008l.008.008l1.364%201.349a.75.75%200%200%200%201.055-1.067l-.839-.829l.91-.92a6.97%206.97%200%200%200%203.626%201.467l-.005%201.264l-1.321-.005a.75.75%200%201%200-.006%201.5l2.06.008h.021l1.92.007a.75.75%200%200%200%20.005-1.5l-1.18-.005l.006-1.278a6.97%206.97%200%200%200%203.656-1.55l.915.905l-.894.903a.75.75%200%200%200%201.067%201.055l1.419-1.435l.001-.001l.002-.002l1.39-1.406a.75.75%200%201%200-1.066-1.055l-.864.875l-.92-.91a6.97%206.97%200%200%200%201.45-3.474l1.383-.033l.028%201.179a.75.75%200%201%200%201.5-.036l-.046-1.918v-.021l-.05-2.06a.75.75%200%200%200-1.5.036l.032%201.32l-1.324.032a6.97%206.97%200%200%200-1.565-3.808l.905-.914l.888.878a.75.75%200%201%200%201.055-1.066l-1.415-1.4l-.007-.006l-.006-.006l-1.416-1.4a.75.75%200%200%200-1.055%201.065l.89.88l-.91.92a6.97%206.97%200%200%200-3.663-1.47l-.02-1.354l1.322-.02a.75.75%200%201%200-.022-1.5l-2.06.03h-.021zm2.1%2014a.75.75%200%200%201%20.746.72A5%205%200%200%200%2015.053%2016a.75.75%200%200%201%201.047-1.074a5%205%200%200%200%20.857-2.022a.75.75%200%200%201%20.046-1.484a5%205%200%200%200-.979-2.428a.75.75%200%200%201-1.069-1.042a5%205%200%200%200-2.224-.891a.75.75%200%200%201-1.486.014a5%205%200%200%200-2.3%201.007a.75.75%200%200%201-1.019%201.083a5%205%200%200%200-.822%202.034a.75.75%200%200%201-.022%201.48a4.97%204.97%200%200%200%20.967%202.35a.75.75%200%200%201%201.072%201.046a5%205%200%200%200%202.216.889a.75.75%200%200%201%20.752-.735%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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M11.041%2010a1%201%200%201%200%201.927-.536a1%201%200%200%200-1.927.535m3.532%204.196a1%201%200%201%201-.536-1.927a1%201%200%200%201%20.536%201.927M8.841%2013.5a1%201%200%201%200%201.927-.537a1%201%200%200%200-1.927.537%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M9.99%202.228a.75.75%200%200%200%20.02%201.5l1.18-.017l.02%201.35a6.97%206.97%200%200%200-3.69%201.603l-.899-.888l.978-.989a.75.75%200%200%200-1.066-1.055L5.121%205.16a.8.8%200%200%200-.187.189L3.72%206.576a.75.75%200%200%200%201.066%201.055l.78-.789l.918.908a6.97%206.97%200%200%200-1.405%203.5l-1.395.047l-.045-1.32a.75.75%200%200%200-1.499.05l.07%202.06v.02l.065%201.918a.75.75%200%200%200%201.5-.05l-.04-1.179l1.341-.045a6.97%206.97%200%200%200%201.556%203.709l-.905.914l-.939-.929a.75.75%200%200%200-1.055%201.067l1.465%201.448l.007.008l.008.008l1.364%201.349a.75.75%200%200%200%201.055-1.067l-.839-.829l.91-.92a6.97%206.97%200%200%200%203.626%201.467l-.005%201.264l-1.321-.005a.75.75%200%201%200-.006%201.5l2.06.008h.021l1.92.007a.75.75%200%200%200%20.005-1.5l-1.18-.005l.006-1.278a6.97%206.97%200%200%200%203.656-1.55l.915.905l-.894.903a.75.75%200%200%200%201.067%201.055l1.419-1.435l.001-.001l.002-.002l1.39-1.406a.75.75%200%201%200-1.066-1.055l-.864.875l-.92-.91a6.97%206.97%200%200%200%201.45-3.474l1.383-.033l.028%201.179a.75.75%200%201%200%201.5-.036l-.046-1.918v-.021l-.05-2.06a.75.75%200%200%200-1.5.036l.032%201.32l-1.324.032a6.97%206.97%200%200%200-1.565-3.808l.905-.914l.888.878a.75.75%200%201%200%201.055-1.066l-1.415-1.4l-.007-.006l-.006-.006l-1.416-1.4a.75.75%200%200%200-1.055%201.065l.89.88l-.91.92a6.97%206.97%200%200%200-3.663-1.47l-.02-1.354l1.322-.02a.75.75%200%201%200-.022-1.5l-2.06.03h-.021zm2.1%2014a.75.75%200%200%201%20.746.72A5%205%200%200%200%2015.053%2016a.75.75%200%200%201%201.047-1.074a5%205%200%200%200%20.857-2.022a.75.75%200%200%201%20.046-1.484a5%205%200%200%200-.979-2.428a.75.75%200%200%201-1.069-1.042a5%205%200%200%200-2.224-.891a.75.75%200%200%201-1.486.014a5%205%200%200%200-2.3%201.007a.75.75%200%200%201-1.019%201.083a5%205%200%200%200-.822%202.034a.75.75%200%200%201-.022%201.48a4.97%204.97%200%200%200%20.967%202.35a.75.75%200%200%201%201.072%201.046a5%205%200%200%200%202.216.889a.75.75%200%200%201%20.752-.735%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/virus-outline-24px.svg?color=%231a73e8&size=48