virus-fill from Phosphor by Phosphor Icons · Fill · MIT Free for personal and commercial use.

Name
virus-fill
Set
Phosphor
Style
Fill
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="M240 120h-16.34a95.52 95.52 0 0 0-22.39-53.95l12.39-12.39a8 8 0 0 0-11.32-11.32L190 54.73a95.52 95.52 0 0 0-54-22.39V16a8 8 0 0 0-16 0v16.34a95.52 95.52 0 0 0-53.95 22.39L53.66 42.34a8 8 0 0 0-11.32 11.32l12.39 12.39a95.52 95.52 0 0 0-22.39 54H16a8 8 0 0 0 0 16h16.34A95.52 95.52 0 0 0 54.73 190l-12.39 12.34a8 8 0 0 0 11.32 11.32l12.39-12.39a95.52 95.52 0 0 0 54 22.39V240a8 8 0 0 0 16 0v-16.34A95.52 95.52 0 0 0 190 201.27l12.39 12.39a8 8 0 0 0 11.32-11.32L201.27 190a95.52 95.52 0 0 0 22.39-54H240a8 8 0 0 0 0-16M80 108a28 28 0 1 1 28 28a28 28 0 0 1-28-28m48 84a16 16 0 1 1 16-16a16 16 0 0 1-16 16m48-48a16 16 0 1 1 16-16a16 16 0 0 1-16 16"/></svg>

React

import type { SVGProps } from "react";

export function PhVirusFill(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="M240 120h-16.34a95.52 95.52 0 0 0-22.39-53.95l12.39-12.39a8 8 0 0 0-11.32-11.32L190 54.73a95.52 95.52 0 0 0-54-22.39V16a8 8 0 0 0-16 0v16.34a95.52 95.52 0 0 0-53.95 22.39L53.66 42.34a8 8 0 0 0-11.32 11.32l12.39 12.39a95.52 95.52 0 0 0-22.39 54H16a8 8 0 0 0 0 16h16.34A95.52 95.52 0 0 0 54.73 190l-12.39 12.34a8 8 0 0 0 11.32 11.32l12.39-12.39a95.52 95.52 0 0 0 54 22.39V240a8 8 0 0 0 16 0v-16.34A95.52 95.52 0 0 0 190 201.27l12.39 12.39a8 8 0 0 0 11.32-11.32L201.27 190a95.52 95.52 0 0 0 22.39-54H240a8 8 0 0 0 0-16M80 108a28 28 0 1 1 28 28a28 28 0 0 1-28-28m48 84a16 16 0 1 1 16-16a16 16 0 0 1-16 16m48-48a16 16 0 1 1 16-16a16 16 0 0 1-16 16"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M240 120h-16.34a95.52 95.52 0 0 0-22.39-53.95l12.39-12.39a8 8 0 0 0-11.32-11.32L190 54.73a95.52 95.52 0 0 0-54-22.39V16a8 8 0 0 0-16 0v16.34a95.52 95.52 0 0 0-53.95 22.39L53.66 42.34a8 8 0 0 0-11.32 11.32l12.39 12.39a95.52 95.52 0 0 0-22.39 54H16a8 8 0 0 0 0 16h16.34A95.52 95.52 0 0 0 54.73 190l-12.39 12.34a8 8 0 0 0 11.32 11.32l12.39-12.39a95.52 95.52 0 0 0 54 22.39V240a8 8 0 0 0 16 0v-16.34A95.52 95.52 0 0 0 190 201.27l12.39 12.39a8 8 0 0 0 11.32-11.32L201.27 190a95.52 95.52 0 0 0 22.39-54H240a8 8 0 0 0 0-16M80 108a28 28 0 1 1 28 28a28 28 0 0 1-28-28m48 84a16 16 0 1 1 16-16a16 16 0 0 1-16 16m48-48a16 16 0 1 1 16-16a16 16 0 0 1-16 16"/></svg>
</template>

CSS

.icon-virus-fill {
  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%22M240%20120h-16.34a95.52%2095.52%200%200%200-22.39-53.95l12.39-12.39a8%208%200%200%200-11.32-11.32L190%2054.73a95.52%2095.52%200%200%200-54-22.39V16a8%208%200%200%200-16%200v16.34a95.52%2095.52%200%200%200-53.95%2022.39L53.66%2042.34a8%208%200%200%200-11.32%2011.32l12.39%2012.39a95.52%2095.52%200%200%200-22.39%2054H16a8%208%200%200%200%200%2016h16.34A95.52%2095.52%200%200%200%2054.73%20190l-12.39%2012.34a8%208%200%200%200%2011.32%2011.32l12.39-12.39a95.52%2095.52%200%200%200%2054%2022.39V240a8%208%200%200%200%2016%200v-16.34A95.52%2095.52%200%200%200%20190%20201.27l12.39%2012.39a8%208%200%200%200%2011.32-11.32L201.27%20190a95.52%2095.52%200%200%200%2022.39-54H240a8%208%200%200%200%200-16M80%20108a28%2028%200%201%201%2028%2028a28%2028%200%200%201-28-28m48%2084a16%2016%200%201%201%2016-16a16%2016%200%200%201-16%2016m48-48a16%2016%200%201%201%2016-16a16%2016%200%200%201-16%2016%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%22M240%20120h-16.34a95.52%2095.52%200%200%200-22.39-53.95l12.39-12.39a8%208%200%200%200-11.32-11.32L190%2054.73a95.52%2095.52%200%200%200-54-22.39V16a8%208%200%200%200-16%200v16.34a95.52%2095.52%200%200%200-53.95%2022.39L53.66%2042.34a8%208%200%200%200-11.32%2011.32l12.39%2012.39a95.52%2095.52%200%200%200-22.39%2054H16a8%208%200%200%200%200%2016h16.34A95.52%2095.52%200%200%200%2054.73%20190l-12.39%2012.34a8%208%200%200%200%2011.32%2011.32l12.39-12.39a95.52%2095.52%200%200%200%2054%2022.39V240a8%208%200%200%200%2016%200v-16.34A95.52%2095.52%200%200%200%20190%20201.27l12.39%2012.39a8%208%200%200%200%2011.32-11.32L201.27%20190a95.52%2095.52%200%200%200%2022.39-54H240a8%208%200%200%200%200-16M80%20108a28%2028%200%201%201%2028%2028a28%2028%200%200%201-28-28m48%2084a16%2016%200%201%201%2016-16a16%2016%200%200%201-16%2016m48-48a16%2016%200%201%201%2016-16a16%2016%200%200%201-16%2016%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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