virus icon
virus from Phosphor by Phosphor Icons · Regular · MIT Free for personal and commercial use.
- Name
- virus
- Set
- Phosphor
- Style
- Regular
- 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="M136 108a28 28 0 1 0-28 28a28 28 0 0 0 28-28m-28 12a12 12 0 1 1 12-12a12 12 0 0 1-12 12m68-8a16 16 0 1 1-16 16a16 16 0 0 1 16-16m-32 64a16 16 0 1 1-16-16a16 16 0 0 1 16 16m96-56h-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-16m-112 88a80 80 0 1 1 80-80a80.09 80.09 0 0 1-80 80"/></svg>
React
import type { SVGProps } from "react";
export function PhVirus(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="M136 108a28 28 0 1 0-28 28a28 28 0 0 0 28-28m-28 12a12 12 0 1 1 12-12a12 12 0 0 1-12 12m68-8a16 16 0 1 1-16 16a16 16 0 0 1 16-16m-32 64a16 16 0 1 1-16-16a16 16 0 0 1 16 16m96-56h-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-16m-112 88a80 80 0 1 1 80-80a80.09 80.09 0 0 1-80 80"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M136 108a28 28 0 1 0-28 28a28 28 0 0 0 28-28m-28 12a12 12 0 1 1 12-12a12 12 0 0 1-12 12m68-8a16 16 0 1 1-16 16a16 16 0 0 1 16-16m-32 64a16 16 0 1 1-16-16a16 16 0 0 1 16 16m96-56h-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-16m-112 88a80 80 0 1 1 80-80a80.09 80.09 0 0 1-80 80"/></svg> </template>
CSS
.icon-virus {
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%22M136%20108a28%2028%200%201%200-28%2028a28%2028%200%200%200%2028-28m-28%2012a12%2012%200%201%201%2012-12a12%2012%200%200%201-12%2012m68-8a16%2016%200%201%201-16%2016a16%2016%200%200%201%2016-16m-32%2064a16%2016%200%201%201-16-16a16%2016%200%200%201%2016%2016m96-56h-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-16m-112%2088a80%2080%200%201%201%2080-80a80.09%2080.09%200%200%201-80%2080%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%22M136%20108a28%2028%200%201%200-28%2028a28%2028%200%200%200%2028-28m-28%2012a12%2012%200%201%201%2012-12a12%2012%200%200%201-12%2012m68-8a16%2016%200%201%201-16%2016a16%2016%200%200%201%2016-16m-32%2064a16%2016%200%201%201-16-16a16%2016%200%200%201%2016%2016m96-56h-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-16m-112%2088a80%2080%200%201%201%2080-80a80.09%2080.09%200%200%201-80%2080%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/virus.svg?color=%231a73e8&size=48