virus icon
virus-filled from Reicon by REICON · Filled · Medicine · MIT Free for personal and commercial use.
- Name
- virus-filled
- Set
- Reicon
- Style
- Filled
- 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="M20 5.5a1.5 1.5 0 0 1-1.889 1.45l-.63.63a1 1 0 0 1-.073.064a7.1 7.1 0 0 1 1.409 2.867q.09-.01.183-.011a1.5 1.5 0 0 1 0 3h-.138a6.83 6.83 0 0 1-1.837 3.454l1.136 1.147a1.503 1.503 0 0 1 1.889 1.449a1.5 1.5 0 1 1-2.95-.389l-1.13-1.13a1 1 0 0 1-.105-.132a6.8 6.8 0 0 1-1.527.738l-.216.613a2.25 2.25 0 0 1-4.244 0l-.247-.7a7 7 0 0 1-1.4-.712l-1.377 1.41A2 2 0 1 1 5.81 18.17l1.255-1.286a7.14 7.14 0 0 1-1.75-2.909a2 2 0 1 1-.061-3.96A6.85 6.85 0 0 1 6.509 7.57l-.728-.728a2 2 0 1 1 1.06-1.06l.729.727a6.85 6.85 0 0 1 3.68-1.48v-.23a1.5 1.5 0 1 1 1.5 0v.254a7.1 7.1 0 0 1 3.606 1.538a1 1 0 0 1 .064-.071l.63-.631A1.5 1.5 0 1 1 20 5.5M11.75 13a2.75 2.75 0 1 1 5.5 0a2.75 2.75 0 0 1-5.5 0m-1.25-3a1.5 1.5 0 1 0 0-3a1.5 1.5 0 0 0 0 3M9 14a1 1 0 1 0 0-2a1 1 0 0 0 0 2" clip-rule="evenodd"/><path d="M13.25 13a1.25 1.25 0 1 1 2.5 0a1.25 1.25 0 0 1-2.5 0"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconVirusFilled(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="M20 5.5a1.5 1.5 0 0 1-1.889 1.45l-.63.63a1 1 0 0 1-.073.064a7.1 7.1 0 0 1 1.409 2.867q.09-.01.183-.011a1.5 1.5 0 0 1 0 3h-.138a6.83 6.83 0 0 1-1.837 3.454l1.136 1.147a1.503 1.503 0 0 1 1.889 1.449a1.5 1.5 0 1 1-2.95-.389l-1.13-1.13a1 1 0 0 1-.105-.132a6.8 6.8 0 0 1-1.527.738l-.216.613a2.25 2.25 0 0 1-4.244 0l-.247-.7a7 7 0 0 1-1.4-.712l-1.377 1.41A2 2 0 1 1 5.81 18.17l1.255-1.286a7.14 7.14 0 0 1-1.75-2.909a2 2 0 1 1-.061-3.96A6.85 6.85 0 0 1 6.509 7.57l-.728-.728a2 2 0 1 1 1.06-1.06l.729.727a6.85 6.85 0 0 1 3.68-1.48v-.23a1.5 1.5 0 1 1 1.5 0v.254a7.1 7.1 0 0 1 3.606 1.538a1 1 0 0 1 .064-.071l.63-.631A1.5 1.5 0 1 1 20 5.5M11.75 13a2.75 2.75 0 1 1 5.5 0a2.75 2.75 0 0 1-5.5 0m-1.25-3a1.5 1.5 0 1 0 0-3a1.5 1.5 0 0 0 0 3M9 14a1 1 0 1 0 0-2a1 1 0 0 0 0 2" clipRule="evenodd"/><path d="M13.25 13a1.25 1.25 0 1 1 2.5 0a1.25 1.25 0 0 1-2.5 0"/></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="M20 5.5a1.5 1.5 0 0 1-1.889 1.45l-.63.63a1 1 0 0 1-.073.064a7.1 7.1 0 0 1 1.409 2.867q.09-.01.183-.011a1.5 1.5 0 0 1 0 3h-.138a6.83 6.83 0 0 1-1.837 3.454l1.136 1.147a1.503 1.503 0 0 1 1.889 1.449a1.5 1.5 0 1 1-2.95-.389l-1.13-1.13a1 1 0 0 1-.105-.132a6.8 6.8 0 0 1-1.527.738l-.216.613a2.25 2.25 0 0 1-4.244 0l-.247-.7a7 7 0 0 1-1.4-.712l-1.377 1.41A2 2 0 1 1 5.81 18.17l1.255-1.286a7.14 7.14 0 0 1-1.75-2.909a2 2 0 1 1-.061-3.96A6.85 6.85 0 0 1 6.509 7.57l-.728-.728a2 2 0 1 1 1.06-1.06l.729.727a6.85 6.85 0 0 1 3.68-1.48v-.23a1.5 1.5 0 1 1 1.5 0v.254a7.1 7.1 0 0 1 3.606 1.538a1 1 0 0 1 .064-.071l.63-.631A1.5 1.5 0 1 1 20 5.5M11.75 13a2.75 2.75 0 1 1 5.5 0a2.75 2.75 0 0 1-5.5 0m-1.25-3a1.5 1.5 0 1 0 0-3a1.5 1.5 0 0 0 0 3M9 14a1 1 0 1 0 0-2a1 1 0 0 0 0 2" clip-rule="evenodd"/><path d="M13.25 13a1.25 1.25 0 1 1 2.5 0a1.25 1.25 0 0 1-2.5 0"/></g></svg> </template>
CSS
.icon-virus-filled {
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%22M20%205.5a1.5%201.5%200%200%201-1.889%201.45l-.63.63a1%201%200%200%201-.073.064a7.1%207.1%200%200%201%201.409%202.867q.09-.01.183-.011a1.5%201.5%200%200%201%200%203h-.138a6.83%206.83%200%200%201-1.837%203.454l1.136%201.147a1.503%201.503%200%200%201%201.889%201.449a1.5%201.5%200%201%201-2.95-.389l-1.13-1.13a1%201%200%200%201-.105-.132a6.8%206.8%200%200%201-1.527.738l-.216.613a2.25%202.25%200%200%201-4.244%200l-.247-.7a7%207%200%200%201-1.4-.712l-1.377%201.41A2%202%200%201%201%205.81%2018.17l1.255-1.286a7.14%207.14%200%200%201-1.75-2.909a2%202%200%201%201-.061-3.96A6.85%206.85%200%200%201%206.509%207.57l-.728-.728a2%202%200%201%201%201.06-1.06l.729.727a6.85%206.85%200%200%201%203.68-1.48v-.23a1.5%201.5%200%201%201%201.5%200v.254a7.1%207.1%200%200%201%203.606%201.538a1%201%200%200%201%20.064-.071l.63-.631A1.5%201.5%200%201%201%2020%205.5M11.75%2013a2.75%202.75%200%201%201%205.5%200a2.75%202.75%200%200%201-5.5%200m-1.25-3a1.5%201.5%200%201%200%200-3a1.5%201.5%200%200%200%200%203M9%2014a1%201%200%201%200%200-2a1%201%200%200%200%200%202%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M13.25%2013a1.25%201.25%200%201%201%202.5%200a1.25%201.25%200%200%201-2.5%200%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%22M20%205.5a1.5%201.5%200%200%201-1.889%201.45l-.63.63a1%201%200%200%201-.073.064a7.1%207.1%200%200%201%201.409%202.867q.09-.01.183-.011a1.5%201.5%200%200%201%200%203h-.138a6.83%206.83%200%200%201-1.837%203.454l1.136%201.147a1.503%201.503%200%200%201%201.889%201.449a1.5%201.5%200%201%201-2.95-.389l-1.13-1.13a1%201%200%200%201-.105-.132a6.8%206.8%200%200%201-1.527.738l-.216.613a2.25%202.25%200%200%201-4.244%200l-.247-.7a7%207%200%200%201-1.4-.712l-1.377%201.41A2%202%200%201%201%205.81%2018.17l1.255-1.286a7.14%207.14%200%200%201-1.75-2.909a2%202%200%201%201-.061-3.96A6.85%206.85%200%200%201%206.509%207.57l-.728-.728a2%202%200%201%201%201.06-1.06l.729.727a6.85%206.85%200%200%201%203.68-1.48v-.23a1.5%201.5%200%201%201%201.5%200v.254a7.1%207.1%200%200%201%203.606%201.538a1%201%200%200%201%20.064-.071l.63-.631A1.5%201.5%200%201%201%2020%205.5M11.75%2013a2.75%202.75%200%201%201%205.5%200a2.75%202.75%200%200%201-5.5%200m-1.25-3a1.5%201.5%200%201%200%200-3a1.5%201.5%200%200%200%200%203M9%2014a1%201%200%201%200%200-2a1%201%200%200%200%200%202%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M13.25%2013a1.25%201.25%200%201%201%202.5%200a1.25%201.25%200%200%201-2.5%200%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-filled.svg?color=%231a73e8&size=48