virus icon
virus-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.
- Name
- virus-thin
- Set
- Phosphor
- Style
- Thin
- 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="M132 108a24 24 0 1 0-24 24a24 24 0 0 0 24-24m-24 16a16 16 0 1 1 16-16a16 16 0 0 1-16 16m80 4a12 12 0 1 1-12-12a12 12 0 0 1 12 12m-48 48a12 12 0 1 1-12-12a12 12 0 0 1 12 12m100-52h-20.09a91.64 91.64 0 0 0-24.12-58.13l15-15a4 4 0 1 0-5.66-5.66l-15 15A91.64 91.64 0 0 0 132 36.09V16a4 4 0 0 0-8 0v20.09a91.64 91.64 0 0 0-58.13 24.12l-15-15a4 4 0 0 0-5.66 5.66l15 15A91.64 91.64 0 0 0 36.09 124H16a4 4 0 0 0 0 8h20.09a91.64 91.64 0 0 0 24.12 58.13l-15 15a4 4 0 0 0 5.66 5.66l15-15A91.64 91.64 0 0 0 124 219.91V240a4 4 0 0 0 8 0v-20.09a91.64 91.64 0 0 0 58.13-24.12l15 15a4 4 0 0 0 5.66-5.66l-15-15A91.64 91.64 0 0 0 219.91 132H240a4 4 0 0 0 0-8m-112 88a84 84 0 1 1 84-84a84.09 84.09 0 0 1-84 84"/></svg>
React
import type { SVGProps } from "react";
export function PhVirusThin(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="M132 108a24 24 0 1 0-24 24a24 24 0 0 0 24-24m-24 16a16 16 0 1 1 16-16a16 16 0 0 1-16 16m80 4a12 12 0 1 1-12-12a12 12 0 0 1 12 12m-48 48a12 12 0 1 1-12-12a12 12 0 0 1 12 12m100-52h-20.09a91.64 91.64 0 0 0-24.12-58.13l15-15a4 4 0 1 0-5.66-5.66l-15 15A91.64 91.64 0 0 0 132 36.09V16a4 4 0 0 0-8 0v20.09a91.64 91.64 0 0 0-58.13 24.12l-15-15a4 4 0 0 0-5.66 5.66l15 15A91.64 91.64 0 0 0 36.09 124H16a4 4 0 0 0 0 8h20.09a91.64 91.64 0 0 0 24.12 58.13l-15 15a4 4 0 0 0 5.66 5.66l15-15A91.64 91.64 0 0 0 124 219.91V240a4 4 0 0 0 8 0v-20.09a91.64 91.64 0 0 0 58.13-24.12l15 15a4 4 0 0 0 5.66-5.66l-15-15A91.64 91.64 0 0 0 219.91 132H240a4 4 0 0 0 0-8m-112 88a84 84 0 1 1 84-84a84.09 84.09 0 0 1-84 84"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M132 108a24 24 0 1 0-24 24a24 24 0 0 0 24-24m-24 16a16 16 0 1 1 16-16a16 16 0 0 1-16 16m80 4a12 12 0 1 1-12-12a12 12 0 0 1 12 12m-48 48a12 12 0 1 1-12-12a12 12 0 0 1 12 12m100-52h-20.09a91.64 91.64 0 0 0-24.12-58.13l15-15a4 4 0 1 0-5.66-5.66l-15 15A91.64 91.64 0 0 0 132 36.09V16a4 4 0 0 0-8 0v20.09a91.64 91.64 0 0 0-58.13 24.12l-15-15a4 4 0 0 0-5.66 5.66l15 15A91.64 91.64 0 0 0 36.09 124H16a4 4 0 0 0 0 8h20.09a91.64 91.64 0 0 0 24.12 58.13l-15 15a4 4 0 0 0 5.66 5.66l15-15A91.64 91.64 0 0 0 124 219.91V240a4 4 0 0 0 8 0v-20.09a91.64 91.64 0 0 0 58.13-24.12l15 15a4 4 0 0 0 5.66-5.66l-15-15A91.64 91.64 0 0 0 219.91 132H240a4 4 0 0 0 0-8m-112 88a84 84 0 1 1 84-84a84.09 84.09 0 0 1-84 84"/></svg> </template>
CSS
.icon-virus-thin {
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%22M132%20108a24%2024%200%201%200-24%2024a24%2024%200%200%200%2024-24m-24%2016a16%2016%200%201%201%2016-16a16%2016%200%200%201-16%2016m80%204a12%2012%200%201%201-12-12a12%2012%200%200%201%2012%2012m-48%2048a12%2012%200%201%201-12-12a12%2012%200%200%201%2012%2012m100-52h-20.09a91.64%2091.64%200%200%200-24.12-58.13l15-15a4%204%200%201%200-5.66-5.66l-15%2015A91.64%2091.64%200%200%200%20132%2036.09V16a4%204%200%200%200-8%200v20.09a91.64%2091.64%200%200%200-58.13%2024.12l-15-15a4%204%200%200%200-5.66%205.66l15%2015A91.64%2091.64%200%200%200%2036.09%20124H16a4%204%200%200%200%200%208h20.09a91.64%2091.64%200%200%200%2024.12%2058.13l-15%2015a4%204%200%200%200%205.66%205.66l15-15A91.64%2091.64%200%200%200%20124%20219.91V240a4%204%200%200%200%208%200v-20.09a91.64%2091.64%200%200%200%2058.13-24.12l15%2015a4%204%200%200%200%205.66-5.66l-15-15A91.64%2091.64%200%200%200%20219.91%20132H240a4%204%200%200%200%200-8m-112%2088a84%2084%200%201%201%2084-84a84.09%2084.09%200%200%201-84%2084%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%22M132%20108a24%2024%200%201%200-24%2024a24%2024%200%200%200%2024-24m-24%2016a16%2016%200%201%201%2016-16a16%2016%200%200%201-16%2016m80%204a12%2012%200%201%201-12-12a12%2012%200%200%201%2012%2012m-48%2048a12%2012%200%201%201-12-12a12%2012%200%200%201%2012%2012m100-52h-20.09a91.64%2091.64%200%200%200-24.12-58.13l15-15a4%204%200%201%200-5.66-5.66l-15%2015A91.64%2091.64%200%200%200%20132%2036.09V16a4%204%200%200%200-8%200v20.09a91.64%2091.64%200%200%200-58.13%2024.12l-15-15a4%204%200%200%200-5.66%205.66l15%2015A91.64%2091.64%200%200%200%2036.09%20124H16a4%204%200%200%200%200%208h20.09a91.64%2091.64%200%200%200%2024.12%2058.13l-15%2015a4%204%200%200%200%205.66%205.66l15-15A91.64%2091.64%200%200%200%20124%20219.91V240a4%204%200%200%200%208%200v-20.09a91.64%2091.64%200%200%200%2058.13-24.12l15%2015a4%204%200%200%200%205.66-5.66l-15-15A91.64%2091.64%200%200%200%20219.91%20132H240a4%204%200%200%200%200-8m-112%2088a84%2084%200%201%201%2084-84a84.09%2084.09%200%200%201-84%2084%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/virus-thin.svg?color=%231a73e8&size=48