virus icon
virus-24px from Health Icons by Resolve to Save Lives · Filled 24px · Symbols · MIT Free for personal and commercial use.
- Name
- virus-24px
- Set
- Health Icons
- Style
- Filled 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"><path fill="currentColor" 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.917.908a6.97 6.97 0 0 0-1.404 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-.001l1.393-1.408a.75.75 0 1 0-1.067-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-.021zm1.891 8.467a1 1 0 1 1-.536-1.927a1 1 0 0 1 .536 1.927m1.787 2.804a1 1 0 1 0 1.927-.535a1 1 0 0 0-1.927.535m-4.168.696a1 1 0 1 1-.537-1.927a1 1 0 0 1 .537 1.927" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function HealthiconsVirus24px(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" 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.917.908a6.97 6.97 0 0 0-1.404 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-.001l1.393-1.408a.75.75 0 1 0-1.067-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-.021zm1.891 8.467a1 1 0 1 1-.536-1.927a1 1 0 0 1 .536 1.927m1.787 2.804a1 1 0 1 0 1.927-.535a1 1 0 0 0-1.927.535m-4.168.696a1 1 0 1 1-.537-1.927a1 1 0 0 1 .537 1.927" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" 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.917.908a6.97 6.97 0 0 0-1.404 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-.001l1.393-1.408a.75.75 0 1 0-1.067-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-.021zm1.891 8.467a1 1 0 1 1-.536-1.927a1 1 0 0 1 .536 1.927m1.787 2.804a1 1 0 1 0 1.927-.535a1 1 0 0 0-1.927.535m-4.168.696a1 1 0 1 1-.537-1.927a1 1 0 0 1 .537 1.927" clip-rule="evenodd"/></svg> </template>
CSS
.icon-virus-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%3Cpath%20fill%3D%22currentColor%22%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.917.908a6.97%206.97%200%200%200-1.404%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-.001l1.393-1.408a.75.75%200%201%200-1.067-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-.021zm1.891%208.467a1%201%200%201%201-.536-1.927a1%201%200%200%201%20.536%201.927m1.787%202.804a1%201%200%201%200%201.927-.535a1%201%200%200%200-1.927.535m-4.168.696a1%201%200%201%201-.537-1.927a1%201%200%200%201%20.537%201.927%22%20clip-rule%3D%22evenodd%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%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.917.908a6.97%206.97%200%200%200-1.404%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-.001l1.393-1.408a.75.75%200%201%200-1.067-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-.021zm1.891%208.467a1%201%200%201%201-.536-1.927a1%201%200%200%201%20.536%201.927m1.787%202.804a1%201%200%201%200%201.927-.535a1%201%200%200%200-1.927.535m-4.168.696a1%201%200%201%201-.537-1.927a1%201%200%200%201%20.537%201.927%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/healthicons/virus-24px.svg?color=%231a73e8&size=48