virus from Reicon by REICON · Outline · Medicine · MIT Free for personal and commercial use.

Name
virus
Set
Reicon
Style
Outline
Category
Medicine
Viewbox
24×24
License
MIT

2 other variants in Reicon

The same icon in other sets

All virus icons →

More medicine icons from Reicon

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 fill-rule="evenodd" d="M14.5 10.25a2.75 2.75 0 1 0 0 5.5a2.75 2.75 0 0 0 0-5.5M13.25 13a1.25 1.25 0 1 1 2.5 0a1.25 1.25 0 0 1-2.5 0m-5-4a1.75 1.75 0 1 1 3.5 0a1.75 1.75 0 0 1-3.5 0M10 8.75a.25.25 0 1 0 0 .5a.25.25 0 0 0 0-.5" clip-rule="evenodd"/><path d="M9 14a1 1 0 1 0 0-2a1 1 0 0 0 0 2"/><path fill-rule="evenodd" d="M3.5 1.25a2.25 2.25 0 0 1 2.03 3.22l1.507 1.506a7.6 7.6 0 0 1 2.94-1.488a2.25 2.25 0 1 1 4.018.052c1.072.3 2.053.823 2.89 1.515l.584-.585a2.25 2.25 0 1 1 1.06 1.06l-.584.585a7.9 7.9 0 0 1 1.44 2.638l.115-.003a2.25 2.25 0 1 1-.05 4.5a7.6 7.6 0 0 1-1.9 3.24l.03.03a2.25 2.25 0 1 1-1.06 1.06l-.13-.13a7.6 7.6 0 0 1-2.382 1.066a2.25 2.25 0 0 1-4.05-.068a7.8 7.8 0 0 1-2.263-1.066a.8.8 0 0 1-.115.148l-1.033 1.034a2.25 2.25 0 1 1-1.043-1.078l1.016-1.017l.036-.033a7.9 7.9 0 0 1-2.017-3.44a2.25 2.25 0 1 1-.052-4.018a7.6 7.6 0 0 1 1.489-2.941L4.47 5.53a2.25 2.25 0 1 1-.97-4.28m.75 2.25a.75.75 0 1 0-1.5 0a.75.75 0 0 0 1.5 0m7.864 14.75a6.114 6.114 0 0 0 6.136-6.136v-.052c-.028-3.456-2.856-6.284-6.312-6.312a6.115 6.115 0 0 0-6.188 6.188c.028 3.456 2.856 6.284 6.313 6.312zm7.636-6.957a.75.75 0 0 1 0 1.414zM19.5 3.75a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5m-16 7.5a.75.75 0 1 1 0 1.5a.75.75 0 0 1 0-1.5m14.3 8.3a.75.75 0 1 0 1.5 0a.75.75 0 0 0-1.5 0m-13.3 1.7a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5M11.25 3.5a.75.75 0 1 1 1.5 0a.75.75 0 0 1-1.5 0" clip-rule="evenodd"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconVirus(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 fillRule="evenodd" d="M14.5 10.25a2.75 2.75 0 1 0 0 5.5a2.75 2.75 0 0 0 0-5.5M13.25 13a1.25 1.25 0 1 1 2.5 0a1.25 1.25 0 0 1-2.5 0m-5-4a1.75 1.75 0 1 1 3.5 0a1.75 1.75 0 0 1-3.5 0M10 8.75a.25.25 0 1 0 0 .5a.25.25 0 0 0 0-.5" clipRule="evenodd"/><path d="M9 14a1 1 0 1 0 0-2a1 1 0 0 0 0 2"/><path fillRule="evenodd" d="M3.5 1.25a2.25 2.25 0 0 1 2.03 3.22l1.507 1.506a7.6 7.6 0 0 1 2.94-1.488a2.25 2.25 0 1 1 4.018.052c1.072.3 2.053.823 2.89 1.515l.584-.585a2.25 2.25 0 1 1 1.06 1.06l-.584.585a7.9 7.9 0 0 1 1.44 2.638l.115-.003a2.25 2.25 0 1 1-.05 4.5a7.6 7.6 0 0 1-1.9 3.24l.03.03a2.25 2.25 0 1 1-1.06 1.06l-.13-.13a7.6 7.6 0 0 1-2.382 1.066a2.25 2.25 0 0 1-4.05-.068a7.8 7.8 0 0 1-2.263-1.066a.8.8 0 0 1-.115.148l-1.033 1.034a2.25 2.25 0 1 1-1.043-1.078l1.016-1.017l.036-.033a7.9 7.9 0 0 1-2.017-3.44a2.25 2.25 0 1 1-.052-4.018a7.6 7.6 0 0 1 1.489-2.941L4.47 5.53a2.25 2.25 0 1 1-.97-4.28m.75 2.25a.75.75 0 1 0-1.5 0a.75.75 0 0 0 1.5 0m7.864 14.75a6.114 6.114 0 0 0 6.136-6.136v-.052c-.028-3.456-2.856-6.284-6.312-6.312a6.115 6.115 0 0 0-6.188 6.188c.028 3.456 2.856 6.284 6.313 6.312zm7.636-6.957a.75.75 0 0 1 0 1.414zM19.5 3.75a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5m-16 7.5a.75.75 0 1 1 0 1.5a.75.75 0 0 1 0-1.5m14.3 8.3a.75.75 0 1 0 1.5 0a.75.75 0 0 0-1.5 0m-13.3 1.7a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5M11.25 3.5a.75.75 0 1 1 1.5 0a.75.75 0 0 1-1.5 0" 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 fill-rule="evenodd" d="M14.5 10.25a2.75 2.75 0 1 0 0 5.5a2.75 2.75 0 0 0 0-5.5M13.25 13a1.25 1.25 0 1 1 2.5 0a1.25 1.25 0 0 1-2.5 0m-5-4a1.75 1.75 0 1 1 3.5 0a1.75 1.75 0 0 1-3.5 0M10 8.75a.25.25 0 1 0 0 .5a.25.25 0 0 0 0-.5" clip-rule="evenodd"/><path d="M9 14a1 1 0 1 0 0-2a1 1 0 0 0 0 2"/><path fill-rule="evenodd" d="M3.5 1.25a2.25 2.25 0 0 1 2.03 3.22l1.507 1.506a7.6 7.6 0 0 1 2.94-1.488a2.25 2.25 0 1 1 4.018.052c1.072.3 2.053.823 2.89 1.515l.584-.585a2.25 2.25 0 1 1 1.06 1.06l-.584.585a7.9 7.9 0 0 1 1.44 2.638l.115-.003a2.25 2.25 0 1 1-.05 4.5a7.6 7.6 0 0 1-1.9 3.24l.03.03a2.25 2.25 0 1 1-1.06 1.06l-.13-.13a7.6 7.6 0 0 1-2.382 1.066a2.25 2.25 0 0 1-4.05-.068a7.8 7.8 0 0 1-2.263-1.066a.8.8 0 0 1-.115.148l-1.033 1.034a2.25 2.25 0 1 1-1.043-1.078l1.016-1.017l.036-.033a7.9 7.9 0 0 1-2.017-3.44a2.25 2.25 0 1 1-.052-4.018a7.6 7.6 0 0 1 1.489-2.941L4.47 5.53a2.25 2.25 0 1 1-.97-4.28m.75 2.25a.75.75 0 1 0-1.5 0a.75.75 0 0 0 1.5 0m7.864 14.75a6.114 6.114 0 0 0 6.136-6.136v-.052c-.028-3.456-2.856-6.284-6.312-6.312a6.115 6.115 0 0 0-6.188 6.188c.028 3.456 2.856 6.284 6.313 6.312zm7.636-6.957a.75.75 0 0 1 0 1.414zM19.5 3.75a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5m-16 7.5a.75.75 0 1 1 0 1.5a.75.75 0 0 1 0-1.5m14.3 8.3a.75.75 0 1 0 1.5 0a.75.75 0 0 0-1.5 0m-13.3 1.7a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5M11.25 3.5a.75.75 0 1 1 1.5 0a.75.75 0 0 1-1.5 0" clip-rule="evenodd"/></g></svg>
</template>

CSS

.icon-virus {
  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%20fill-rule%3D%22evenodd%22%20d%3D%22M14.5%2010.25a2.75%202.75%200%201%200%200%205.5a2.75%202.75%200%200%200%200-5.5M13.25%2013a1.25%201.25%200%201%201%202.5%200a1.25%201.25%200%200%201-2.5%200m-5-4a1.75%201.75%200%201%201%203.5%200a1.75%201.75%200%200%201-3.5%200M10%208.75a.25.25%200%201%200%200%20.5a.25.25%200%200%200%200-.5%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M9%2014a1%201%200%201%200%200-2a1%201%200%200%200%200%202%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M3.5%201.25a2.25%202.25%200%200%201%202.03%203.22l1.507%201.506a7.6%207.6%200%200%201%202.94-1.488a2.25%202.25%200%201%201%204.018.052c1.072.3%202.053.823%202.89%201.515l.584-.585a2.25%202.25%200%201%201%201.06%201.06l-.584.585a7.9%207.9%200%200%201%201.44%202.638l.115-.003a2.25%202.25%200%201%201-.05%204.5a7.6%207.6%200%200%201-1.9%203.24l.03.03a2.25%202.25%200%201%201-1.06%201.06l-.13-.13a7.6%207.6%200%200%201-2.382%201.066a2.25%202.25%200%200%201-4.05-.068a7.8%207.8%200%200%201-2.263-1.066a.8.8%200%200%201-.115.148l-1.033%201.034a2.25%202.25%200%201%201-1.043-1.078l1.016-1.017l.036-.033a7.9%207.9%200%200%201-2.017-3.44a2.25%202.25%200%201%201-.052-4.018a7.6%207.6%200%200%201%201.489-2.941L4.47%205.53a2.25%202.25%200%201%201-.97-4.28m.75%202.25a.75.75%200%201%200-1.5%200a.75.75%200%200%200%201.5%200m7.864%2014.75a6.114%206.114%200%200%200%206.136-6.136v-.052c-.028-3.456-2.856-6.284-6.312-6.312a6.115%206.115%200%200%200-6.188%206.188c.028%203.456%202.856%206.284%206.313%206.312zm7.636-6.957a.75.75%200%200%201%200%201.414zM19.5%203.75a.75.75%200%201%200%200%201.5a.75.75%200%200%200%200-1.5m-16%207.5a.75.75%200%201%201%200%201.5a.75.75%200%200%201%200-1.5m14.3%208.3a.75.75%200%201%200%201.5%200a.75.75%200%200%200-1.5%200m-13.3%201.7a.75.75%200%201%200%200-1.5a.75.75%200%200%200%200%201.5M11.25%203.5a.75.75%200%201%201%201.5%200a.75.75%200%200%201-1.5%200%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%20fill-rule%3D%22evenodd%22%20d%3D%22M14.5%2010.25a2.75%202.75%200%201%200%200%205.5a2.75%202.75%200%200%200%200-5.5M13.25%2013a1.25%201.25%200%201%201%202.5%200a1.25%201.25%200%200%201-2.5%200m-5-4a1.75%201.75%200%201%201%203.5%200a1.75%201.75%200%200%201-3.5%200M10%208.75a.25.25%200%201%200%200%20.5a.25.25%200%200%200%200-.5%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M9%2014a1%201%200%201%200%200-2a1%201%200%200%200%200%202%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M3.5%201.25a2.25%202.25%200%200%201%202.03%203.22l1.507%201.506a7.6%207.6%200%200%201%202.94-1.488a2.25%202.25%200%201%201%204.018.052c1.072.3%202.053.823%202.89%201.515l.584-.585a2.25%202.25%200%201%201%201.06%201.06l-.584.585a7.9%207.9%200%200%201%201.44%202.638l.115-.003a2.25%202.25%200%201%201-.05%204.5a7.6%207.6%200%200%201-1.9%203.24l.03.03a2.25%202.25%200%201%201-1.06%201.06l-.13-.13a7.6%207.6%200%200%201-2.382%201.066a2.25%202.25%200%200%201-4.05-.068a7.8%207.8%200%200%201-2.263-1.066a.8.8%200%200%201-.115.148l-1.033%201.034a2.25%202.25%200%201%201-1.043-1.078l1.016-1.017l.036-.033a7.9%207.9%200%200%201-2.017-3.44a2.25%202.25%200%201%201-.052-4.018a7.6%207.6%200%200%201%201.489-2.941L4.47%205.53a2.25%202.25%200%201%201-.97-4.28m.75%202.25a.75.75%200%201%200-1.5%200a.75.75%200%200%200%201.5%200m7.864%2014.75a6.114%206.114%200%200%200%206.136-6.136v-.052c-.028-3.456-2.856-6.284-6.312-6.312a6.115%206.115%200%200%200-6.188%206.188c.028%203.456%202.856%206.284%206.313%206.312zm7.636-6.957a.75.75%200%200%201%200%201.414zM19.5%203.75a.75.75%200%201%200%200%201.5a.75.75%200%200%200%200-1.5m-16%207.5a.75.75%200%201%201%200%201.5a.75.75%200%200%201%200-1.5m14.3%208.3a.75.75%200%201%200%201.5%200a.75.75%200%200%200-1.5%200m-13.3%201.7a.75.75%200%201%200%200-1.5a.75.75%200%200%200%200%201.5M11.25%203.5a.75.75%200%201%201%201.5%200a.75.75%200%200%201-1.5%200%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/reicon/virus.svg?color=%231a73e8&size=48