virus2 from Bootstrap Icons by The Bootstrap Authors · Outline · MIT Free for personal and commercial use.

Name
virus2
Set
Bootstrap Icons
Style
Outline
Viewbox
16×16
License
MIT

Use the virus2 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8 0a1 1 0 0 0-1 1v1.143c0 .557-.407 1.025-.921 1.24c-.514.214-1.12.162-1.513-.231l-.809-.809a1 1 0 1 0-1.414 1.414l.809.809c.394.394.445.999.23 1.513C3.169 6.593 2.7 7 2.144 7H1a1 1 0 0 0 0 2h1.143c.557 0 1.025.407 1.24.921c.214.514.163 1.12-.231 1.513l-.809.809a1 1 0 0 0 1.414 1.414l.809-.809c.394-.394.999-.445 1.513-.23c.514.214.921.682.921 1.24V15a1 1 0 1 0 2 0v-1.143c0-.557.407-1.025.921-1.24c.514-.214 1.12-.162 1.513.231l.809.809a1 1 0 0 0 1.414-1.414l-.809-.809c-.393-.394-.445-.999-.23-1.513c.214-.514.682-.921 1.24-.921H15a1 1 0 1 0 0-2h-1.143c-.557 0-1.025-.407-1.24-.921c-.214-.514-.162-1.12.231-1.513l.809-.809a1 1 0 0 0-1.414-1.414l-.809.809c-.394.393-.999.445-1.513.23c-.514-.214-.92-.682-.92-1.24V1a1 1 0 0 0-1-1Zm2 5a1 1 0 1 1-2 0a1 1 0 0 1 2 0M7 7a1 1 0 1 1-2 0a1 1 0 0 1 2 0m1 5a1 1 0 1 1 0-2a1 1 0 0 1 0 2m4-4a1 1 0 1 1-2 0a1 1 0 0 1 2 0"/></svg>

React

import type { SVGProps } from "react";

export function BiVirus2(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8 0a1 1 0 0 0-1 1v1.143c0 .557-.407 1.025-.921 1.24c-.514.214-1.12.162-1.513-.231l-.809-.809a1 1 0 1 0-1.414 1.414l.809.809c.394.394.445.999.23 1.513C3.169 6.593 2.7 7 2.144 7H1a1 1 0 0 0 0 2h1.143c.557 0 1.025.407 1.24.921c.214.514.163 1.12-.231 1.513l-.809.809a1 1 0 0 0 1.414 1.414l.809-.809c.394-.394.999-.445 1.513-.23c.514.214.921.682.921 1.24V15a1 1 0 1 0 2 0v-1.143c0-.557.407-1.025.921-1.24c.514-.214 1.12-.162 1.513.231l.809.809a1 1 0 0 0 1.414-1.414l-.809-.809c-.393-.394-.445-.999-.23-1.513c.214-.514.682-.921 1.24-.921H15a1 1 0 1 0 0-2h-1.143c-.557 0-1.025-.407-1.24-.921c-.214-.514-.162-1.12.231-1.513l.809-.809a1 1 0 0 0-1.414-1.414l-.809.809c-.394.393-.999.445-1.513.23c-.514-.214-.92-.682-.92-1.24V1a1 1 0 0 0-1-1Zm2 5a1 1 0 1 1-2 0a1 1 0 0 1 2 0M7 7a1 1 0 1 1-2 0a1 1 0 0 1 2 0m1 5a1 1 0 1 1 0-2a1 1 0 0 1 0 2m4-4a1 1 0 1 1-2 0a1 1 0 0 1 2 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8 0a1 1 0 0 0-1 1v1.143c0 .557-.407 1.025-.921 1.24c-.514.214-1.12.162-1.513-.231l-.809-.809a1 1 0 1 0-1.414 1.414l.809.809c.394.394.445.999.23 1.513C3.169 6.593 2.7 7 2.144 7H1a1 1 0 0 0 0 2h1.143c.557 0 1.025.407 1.24.921c.214.514.163 1.12-.231 1.513l-.809.809a1 1 0 0 0 1.414 1.414l.809-.809c.394-.394.999-.445 1.513-.23c.514.214.921.682.921 1.24V15a1 1 0 1 0 2 0v-1.143c0-.557.407-1.025.921-1.24c.514-.214 1.12-.162 1.513.231l.809.809a1 1 0 0 0 1.414-1.414l-.809-.809c-.393-.394-.445-.999-.23-1.513c.214-.514.682-.921 1.24-.921H15a1 1 0 1 0 0-2h-1.143c-.557 0-1.025-.407-1.24-.921c-.214-.514-.162-1.12.231-1.513l.809-.809a1 1 0 0 0-1.414-1.414l-.809.809c-.394.393-.999.445-1.513.23c-.514-.214-.92-.682-.92-1.24V1a1 1 0 0 0-1-1Zm2 5a1 1 0 1 1-2 0a1 1 0 0 1 2 0M7 7a1 1 0 1 1-2 0a1 1 0 0 1 2 0m1 5a1 1 0 1 1 0-2a1 1 0 0 1 0 2m4-4a1 1 0 1 1-2 0a1 1 0 0 1 2 0"/></svg>
</template>

CSS

.icon-virus2 {
  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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8%200a1%201%200%200%200-1%201v1.143c0%20.557-.407%201.025-.921%201.24c-.514.214-1.12.162-1.513-.231l-.809-.809a1%201%200%201%200-1.414%201.414l.809.809c.394.394.445.999.23%201.513C3.169%206.593%202.7%207%202.144%207H1a1%201%200%200%200%200%202h1.143c.557%200%201.025.407%201.24.921c.214.514.163%201.12-.231%201.513l-.809.809a1%201%200%200%200%201.414%201.414l.809-.809c.394-.394.999-.445%201.513-.23c.514.214.921.682.921%201.24V15a1%201%200%201%200%202%200v-1.143c0-.557.407-1.025.921-1.24c.514-.214%201.12-.162%201.513.231l.809.809a1%201%200%200%200%201.414-1.414l-.809-.809c-.393-.394-.445-.999-.23-1.513c.214-.514.682-.921%201.24-.921H15a1%201%200%201%200%200-2h-1.143c-.557%200-1.025-.407-1.24-.921c-.214-.514-.162-1.12.231-1.513l.809-.809a1%201%200%200%200-1.414-1.414l-.809.809c-.394.393-.999.445-1.513.23c-.514-.214-.92-.682-.92-1.24V1a1%201%200%200%200-1-1Zm2%205a1%201%200%201%201-2%200a1%201%200%200%201%202%200M7%207a1%201%200%201%201-2%200a1%201%200%200%201%202%200m1%205a1%201%200%201%201%200-2a1%201%200%200%201%200%202m4-4a1%201%200%201%201-2%200a1%201%200%200%201%202%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8%200a1%201%200%200%200-1%201v1.143c0%20.557-.407%201.025-.921%201.24c-.514.214-1.12.162-1.513-.231l-.809-.809a1%201%200%201%200-1.414%201.414l.809.809c.394.394.445.999.23%201.513C3.169%206.593%202.7%207%202.144%207H1a1%201%200%200%200%200%202h1.143c.557%200%201.025.407%201.24.921c.214.514.163%201.12-.231%201.513l-.809.809a1%201%200%200%200%201.414%201.414l.809-.809c.394-.394.999-.445%201.513-.23c.514.214.921.682.921%201.24V15a1%201%200%201%200%202%200v-1.143c0-.557.407-1.025.921-1.24c.514-.214%201.12-.162%201.513.231l.809.809a1%201%200%200%200%201.414-1.414l-.809-.809c-.393-.394-.445-.999-.23-1.513c.214-.514.682-.921%201.24-.921H15a1%201%200%201%200%200-2h-1.143c-.557%200-1.025-.407-1.24-.921c-.214-.514-.162-1.12.231-1.513l.809-.809a1%201%200%200%200-1.414-1.414l-.809.809c-.394.393-.999.445-1.513.23c-.514-.214-.92-.682-.92-1.24V1a1%201%200%200%200-1-1Zm2%205a1%201%200%201%201-2%200a1%201%200%200%201%202%200M7%207a1%201%200%201%201-2%200a1%201%200%200%201%202%200m1%205a1%201%200%201%201%200-2a1%201%200%200%201%200%202m4-4a1%201%200%201%201-2%200a1%201%200%200%201%202%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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