virus icon
virus-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.
- Name
- virus-light
- Set
- Phosphor
- Style
- Light
- 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="M134 108a26 26 0 1 0-26 26a26 26 0 0 0 26-26m-26 14a14 14 0 1 1 14-14a14 14 0 0 1-14 14m82 6a14 14 0 1 1-14-14a14 14 0 0 1 14 14m-48 48a14 14 0 1 1-14-14a14 14 0 0 1 14 14m98-54h-18.2a93.57 93.57 0 0 0-23.26-56.06l13.7-13.7a6 6 0 0 0-8.48-8.48l-13.7 13.7A93.57 93.57 0 0 0 134 34.2V16a6 6 0 0 0-12 0v18.2a93.57 93.57 0 0 0-56.06 23.26l-13.7-13.7a6 6 0 0 0-8.48 8.48l13.7 13.7A93.57 93.57 0 0 0 34.2 122H16a6 6 0 0 0 0 12h18.2a93.57 93.57 0 0 0 23.26 56.06l-13.7 13.7a6 6 0 1 0 8.48 8.48l13.7-13.7A93.57 93.57 0 0 0 122 221.8V240a6 6 0 0 0 12 0v-18.2a93.57 93.57 0 0 0 56.06-23.26l13.7 13.7a6 6 0 0 0 8.48-8.48l-13.7-13.7A93.57 93.57 0 0 0 221.8 134H240a6 6 0 0 0 0-12m-112 88a82 82 0 1 1 82-82a82.1 82.1 0 0 1-82 82"/></svg>
React
import type { SVGProps } from "react";
export function PhVirusLight(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="M134 108a26 26 0 1 0-26 26a26 26 0 0 0 26-26m-26 14a14 14 0 1 1 14-14a14 14 0 0 1-14 14m82 6a14 14 0 1 1-14-14a14 14 0 0 1 14 14m-48 48a14 14 0 1 1-14-14a14 14 0 0 1 14 14m98-54h-18.2a93.57 93.57 0 0 0-23.26-56.06l13.7-13.7a6 6 0 0 0-8.48-8.48l-13.7 13.7A93.57 93.57 0 0 0 134 34.2V16a6 6 0 0 0-12 0v18.2a93.57 93.57 0 0 0-56.06 23.26l-13.7-13.7a6 6 0 0 0-8.48 8.48l13.7 13.7A93.57 93.57 0 0 0 34.2 122H16a6 6 0 0 0 0 12h18.2a93.57 93.57 0 0 0 23.26 56.06l-13.7 13.7a6 6 0 1 0 8.48 8.48l13.7-13.7A93.57 93.57 0 0 0 122 221.8V240a6 6 0 0 0 12 0v-18.2a93.57 93.57 0 0 0 56.06-23.26l13.7 13.7a6 6 0 0 0 8.48-8.48l-13.7-13.7A93.57 93.57 0 0 0 221.8 134H240a6 6 0 0 0 0-12m-112 88a82 82 0 1 1 82-82a82.1 82.1 0 0 1-82 82"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M134 108a26 26 0 1 0-26 26a26 26 0 0 0 26-26m-26 14a14 14 0 1 1 14-14a14 14 0 0 1-14 14m82 6a14 14 0 1 1-14-14a14 14 0 0 1 14 14m-48 48a14 14 0 1 1-14-14a14 14 0 0 1 14 14m98-54h-18.2a93.57 93.57 0 0 0-23.26-56.06l13.7-13.7a6 6 0 0 0-8.48-8.48l-13.7 13.7A93.57 93.57 0 0 0 134 34.2V16a6 6 0 0 0-12 0v18.2a93.57 93.57 0 0 0-56.06 23.26l-13.7-13.7a6 6 0 0 0-8.48 8.48l13.7 13.7A93.57 93.57 0 0 0 34.2 122H16a6 6 0 0 0 0 12h18.2a93.57 93.57 0 0 0 23.26 56.06l-13.7 13.7a6 6 0 1 0 8.48 8.48l13.7-13.7A93.57 93.57 0 0 0 122 221.8V240a6 6 0 0 0 12 0v-18.2a93.57 93.57 0 0 0 56.06-23.26l13.7 13.7a6 6 0 0 0 8.48-8.48l-13.7-13.7A93.57 93.57 0 0 0 221.8 134H240a6 6 0 0 0 0-12m-112 88a82 82 0 1 1 82-82a82.1 82.1 0 0 1-82 82"/></svg> </template>
CSS
.icon-virus-light {
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%22M134%20108a26%2026%200%201%200-26%2026a26%2026%200%200%200%2026-26m-26%2014a14%2014%200%201%201%2014-14a14%2014%200%200%201-14%2014m82%206a14%2014%200%201%201-14-14a14%2014%200%200%201%2014%2014m-48%2048a14%2014%200%201%201-14-14a14%2014%200%200%201%2014%2014m98-54h-18.2a93.57%2093.57%200%200%200-23.26-56.06l13.7-13.7a6%206%200%200%200-8.48-8.48l-13.7%2013.7A93.57%2093.57%200%200%200%20134%2034.2V16a6%206%200%200%200-12%200v18.2a93.57%2093.57%200%200%200-56.06%2023.26l-13.7-13.7a6%206%200%200%200-8.48%208.48l13.7%2013.7A93.57%2093.57%200%200%200%2034.2%20122H16a6%206%200%200%200%200%2012h18.2a93.57%2093.57%200%200%200%2023.26%2056.06l-13.7%2013.7a6%206%200%201%200%208.48%208.48l13.7-13.7A93.57%2093.57%200%200%200%20122%20221.8V240a6%206%200%200%200%2012%200v-18.2a93.57%2093.57%200%200%200%2056.06-23.26l13.7%2013.7a6%206%200%200%200%208.48-8.48l-13.7-13.7A93.57%2093.57%200%200%200%20221.8%20134H240a6%206%200%200%200%200-12m-112%2088a82%2082%200%201%201%2082-82a82.1%2082.1%200%200%201-82%2082%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%22M134%20108a26%2026%200%201%200-26%2026a26%2026%200%200%200%2026-26m-26%2014a14%2014%200%201%201%2014-14a14%2014%200%200%201-14%2014m82%206a14%2014%200%201%201-14-14a14%2014%200%200%201%2014%2014m-48%2048a14%2014%200%201%201-14-14a14%2014%200%200%201%2014%2014m98-54h-18.2a93.57%2093.57%200%200%200-23.26-56.06l13.7-13.7a6%206%200%200%200-8.48-8.48l-13.7%2013.7A93.57%2093.57%200%200%200%20134%2034.2V16a6%206%200%200%200-12%200v18.2a93.57%2093.57%200%200%200-56.06%2023.26l-13.7-13.7a6%206%200%200%200-8.48%208.48l13.7%2013.7A93.57%2093.57%200%200%200%2034.2%20122H16a6%206%200%200%200%200%2012h18.2a93.57%2093.57%200%200%200%2023.26%2056.06l-13.7%2013.7a6%206%200%201%200%208.48%208.48l13.7-13.7A93.57%2093.57%200%200%200%20122%20221.8V240a6%206%200%200%200%2012%200v-18.2a93.57%2093.57%200%200%200%2056.06-23.26l13.7%2013.7a6%206%200%200%200%208.48-8.48l-13.7-13.7A93.57%2093.57%200%200%200%20221.8%20134H240a6%206%200%200%200%200-12m-112%2088a82%2082%200%201%201%2082-82a82.1%2082.1%200%200%201-82%2082%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/virus-light.svg?color=%231a73e8&size=48