virus-bold from Phosphor by Phosphor Icons · Bold · MIT Free for personal and commercial use.

Name
virus-bold
Set
Phosphor
Style
Bold
Viewbox
256×256
License
MIT

5 other variants in Phosphor

The same icon in other sets

Use the virus icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M108 128a20 20 0 1 1 20-20a20 20 0 0 1-20 20m60-20a20 20 0 1 0 20 20a20 20 0 0 0-20-20m-40 40a20 20 0 1 0 20 20a20 20 0 0 0-20-20m124-20a12 12 0 0 1-12 12h-12.72a99.6 99.6 0 0 1-20.62 49.69l9.83 9.82a12 12 0 0 1-17 17l-9.82-9.83a99.6 99.6 0 0 1-49.67 20.6V240a12 12 0 0 1-24 0v-12.72a99.6 99.6 0 0 1-49.69-20.62l-9.82 9.83a12 12 0 0 1-17-17l9.83-9.82A99.6 99.6 0 0 1 28.72 140H16a12 12 0 0 1 0-24h12.72a99.6 99.6 0 0 1 20.62-49.69l-9.83-9.82a12 12 0 0 1 17-17l9.82 9.83A99.6 99.6 0 0 1 116 28.72V16a12 12 0 0 1 24 0v12.72a99.6 99.6 0 0 1 49.69 20.62l9.82-9.83a12 12 0 0 1 17 17l-9.83 9.82a99.6 99.6 0 0 1 20.6 49.67H240a12 12 0 0 1 12 12m-48 0a76 76 0 1 0-76 76a76.08 76.08 0 0 0 76-76"/></svg>

React

import type { SVGProps } from "react";

export function PhVirusBold(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M108 128a20 20 0 1 1 20-20a20 20 0 0 1-20 20m60-20a20 20 0 1 0 20 20a20 20 0 0 0-20-20m-40 40a20 20 0 1 0 20 20a20 20 0 0 0-20-20m124-20a12 12 0 0 1-12 12h-12.72a99.6 99.6 0 0 1-20.62 49.69l9.83 9.82a12 12 0 0 1-17 17l-9.82-9.83a99.6 99.6 0 0 1-49.67 20.6V240a12 12 0 0 1-24 0v-12.72a99.6 99.6 0 0 1-49.69-20.62l-9.82 9.83a12 12 0 0 1-17-17l9.83-9.82A99.6 99.6 0 0 1 28.72 140H16a12 12 0 0 1 0-24h12.72a99.6 99.6 0 0 1 20.62-49.69l-9.83-9.82a12 12 0 0 1 17-17l9.82 9.83A99.6 99.6 0 0 1 116 28.72V16a12 12 0 0 1 24 0v12.72a99.6 99.6 0 0 1 49.69 20.62l9.82-9.83a12 12 0 0 1 17 17l-9.83 9.82a99.6 99.6 0 0 1 20.6 49.67H240a12 12 0 0 1 12 12m-48 0a76 76 0 1 0-76 76a76.08 76.08 0 0 0 76-76"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M108 128a20 20 0 1 1 20-20a20 20 0 0 1-20 20m60-20a20 20 0 1 0 20 20a20 20 0 0 0-20-20m-40 40a20 20 0 1 0 20 20a20 20 0 0 0-20-20m124-20a12 12 0 0 1-12 12h-12.72a99.6 99.6 0 0 1-20.62 49.69l9.83 9.82a12 12 0 0 1-17 17l-9.82-9.83a99.6 99.6 0 0 1-49.67 20.6V240a12 12 0 0 1-24 0v-12.72a99.6 99.6 0 0 1-49.69-20.62l-9.82 9.83a12 12 0 0 1-17-17l9.83-9.82A99.6 99.6 0 0 1 28.72 140H16a12 12 0 0 1 0-24h12.72a99.6 99.6 0 0 1 20.62-49.69l-9.83-9.82a12 12 0 0 1 17-17l9.82 9.83A99.6 99.6 0 0 1 116 28.72V16a12 12 0 0 1 24 0v12.72a99.6 99.6 0 0 1 49.69 20.62l9.82-9.83a12 12 0 0 1 17 17l-9.83 9.82a99.6 99.6 0 0 1 20.6 49.67H240a12 12 0 0 1 12 12m-48 0a76 76 0 1 0-76 76a76.08 76.08 0 0 0 76-76"/></svg>
</template>

CSS

.icon-virus-bold {
  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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M108%20128a20%2020%200%201%201%2020-20a20%2020%200%200%201-20%2020m60-20a20%2020%200%201%200%2020%2020a20%2020%200%200%200-20-20m-40%2040a20%2020%200%201%200%2020%2020a20%2020%200%200%200-20-20m124-20a12%2012%200%200%201-12%2012h-12.72a99.6%2099.6%200%200%201-20.62%2049.69l9.83%209.82a12%2012%200%200%201-17%2017l-9.82-9.83a99.6%2099.6%200%200%201-49.67%2020.6V240a12%2012%200%200%201-24%200v-12.72a99.6%2099.6%200%200%201-49.69-20.62l-9.82%209.83a12%2012%200%200%201-17-17l9.83-9.82A99.6%2099.6%200%200%201%2028.72%20140H16a12%2012%200%200%201%200-24h12.72a99.6%2099.6%200%200%201%2020.62-49.69l-9.83-9.82a12%2012%200%200%201%2017-17l9.82%209.83A99.6%2099.6%200%200%201%20116%2028.72V16a12%2012%200%200%201%2024%200v12.72a99.6%2099.6%200%200%201%2049.69%2020.62l9.82-9.83a12%2012%200%200%201%2017%2017l-9.83%209.82a99.6%2099.6%200%200%201%2020.6%2049.67H240a12%2012%200%200%201%2012%2012m-48%200a76%2076%200%201%200-76%2076a76.08%2076.08%200%200%200%2076-76%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M108%20128a20%2020%200%201%201%2020-20a20%2020%200%200%201-20%2020m60-20a20%2020%200%201%200%2020%2020a20%2020%200%200%200-20-20m-40%2040a20%2020%200%201%200%2020%2020a20%2020%200%200%200-20-20m124-20a12%2012%200%200%201-12%2012h-12.72a99.6%2099.6%200%200%201-20.62%2049.69l9.83%209.82a12%2012%200%200%201-17%2017l-9.82-9.83a99.6%2099.6%200%200%201-49.67%2020.6V240a12%2012%200%200%201-24%200v-12.72a99.6%2099.6%200%200%201-49.69-20.62l-9.82%209.83a12%2012%200%200%201-17-17l9.83-9.82A99.6%2099.6%200%200%201%2028.72%20140H16a12%2012%200%200%201%200-24h12.72a99.6%2099.6%200%200%201%2020.62-49.69l-9.83-9.82a12%2012%200%200%201%2017-17l9.82%209.83A99.6%2099.6%200%200%201%20116%2028.72V16a12%2012%200%200%201%2024%200v12.72a99.6%2099.6%200%200%201%2049.69%2020.62l9.82-9.83a12%2012%200%200%201%2017%2017l-9.83%209.82a99.6%2099.6%200%200%201%2020.6%2049.67H240a12%2012%200%200%201%2012%2012m-48%200a76%2076%200%201%200-76%2076a76.08%2076.08%200%200%200%2076-76%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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