coronavirus icon
coronavirus from Carbon by IBM · Outline · Enterprise · Apache-2.0 Free for personal and commercial use.
- Name
- coronavirus
- Set
- Carbon
- Style
- Outline
- Category
- Enterprise
- Viewbox
- 32×32
- License
- Apache 2.0
The same icon in other sets
More enterprise icons from Carbon
accountaiai-agentai-agent-detachedai-business-impact-assessmentai-enabled-edtai-enabled-pdlcai-generateai-governance-lifecycleai-governance-trackedai-governance-untrackedai-labelai-launchai-observabilityai-recommendappleapple-dashautoscalingbank-vaultbasketballbatbee-batbinding-connectorblock-storage
Use the coronavirus icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><circle cx="15.5" cy="11.5" r="1.5" fill="currentColor"/><circle cx="20.5" cy="15.5" r="1.5" fill="currentColor"/><circle cx="16" cy="16" r="1" fill="currentColor"/><circle cx="16.5" cy="20.5" r="1.5" fill="currentColor"/><circle cx="11.5" cy="16.5" r="1.5" fill="currentColor"/><path fill="currentColor" d="M28 13v2h-2.05a9.95 9.95 0 0 0-2.215-5.321l1.437-1.437l1.414 1.415L28 8.243L23.758 4l-1.414 1.414l1.414 1.414l-1.437 1.437A9.95 9.95 0 0 0 17 6.05V4h2V2h-6v2h2v2.05a9.95 9.95 0 0 0-5.32 2.215L8.241 6.828l1.414-1.414L8.242 4L4 8.243l1.414 1.414l1.414-1.415L8.265 9.68A9.95 9.95 0 0 0 6.051 15H4v-2H2v6h2v-2h2.05a9.95 9.95 0 0 0 2.215 5.321l-1.437 1.437l-1.414-1.415L4 23.757L8.242 28l1.414-1.414l-1.414-1.414l1.437-1.437A9.95 9.95 0 0 0 15 25.95V28h-2v2h6v-2h-2v-2.05a9.95 9.95 0 0 0 5.32-2.215l1.438 1.437l-1.414 1.414L23.758 28L28 23.757l-1.414-1.414l-1.414 1.415l-1.437-1.437A9.95 9.95 0 0 0 25.949 17H28v2h2v-6ZM16 24a8 8 0 1 1 8-8a8.01 8.01 0 0 1-8 8"/></svg>
React
import type { SVGProps } from "react";
export function CarbonCoronavirus(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><circle cx="15.5" cy="11.5" r="1.5" fill="currentColor"/><circle cx="20.5" cy="15.5" r="1.5" fill="currentColor"/><circle cx="16" cy="16" r="1" fill="currentColor"/><circle cx="16.5" cy="20.5" r="1.5" fill="currentColor"/><circle cx="11.5" cy="16.5" r="1.5" fill="currentColor"/><path fill="currentColor" d="M28 13v2h-2.05a9.95 9.95 0 0 0-2.215-5.321l1.437-1.437l1.414 1.415L28 8.243L23.758 4l-1.414 1.414l1.414 1.414l-1.437 1.437A9.95 9.95 0 0 0 17 6.05V4h2V2h-6v2h2v2.05a9.95 9.95 0 0 0-5.32 2.215L8.241 6.828l1.414-1.414L8.242 4L4 8.243l1.414 1.414l1.414-1.415L8.265 9.68A9.95 9.95 0 0 0 6.051 15H4v-2H2v6h2v-2h2.05a9.95 9.95 0 0 0 2.215 5.321l-1.437 1.437l-1.414-1.415L4 23.757L8.242 28l1.414-1.414l-1.414-1.414l1.437-1.437A9.95 9.95 0 0 0 15 25.95V28h-2v2h6v-2h-2v-2.05a9.95 9.95 0 0 0 5.32-2.215l1.438 1.437l-1.414 1.414L23.758 28L28 23.757l-1.414-1.414l-1.414 1.415l-1.437-1.437A9.95 9.95 0 0 0 25.949 17H28v2h2v-6ZM16 24a8 8 0 1 1 8-8a8.01 8.01 0 0 1-8 8"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><circle cx="15.5" cy="11.5" r="1.5" fill="currentColor"/><circle cx="20.5" cy="15.5" r="1.5" fill="currentColor"/><circle cx="16" cy="16" r="1" fill="currentColor"/><circle cx="16.5" cy="20.5" r="1.5" fill="currentColor"/><circle cx="11.5" cy="16.5" r="1.5" fill="currentColor"/><path fill="currentColor" d="M28 13v2h-2.05a9.95 9.95 0 0 0-2.215-5.321l1.437-1.437l1.414 1.415L28 8.243L23.758 4l-1.414 1.414l1.414 1.414l-1.437 1.437A9.95 9.95 0 0 0 17 6.05V4h2V2h-6v2h2v2.05a9.95 9.95 0 0 0-5.32 2.215L8.241 6.828l1.414-1.414L8.242 4L4 8.243l1.414 1.414l1.414-1.415L8.265 9.68A9.95 9.95 0 0 0 6.051 15H4v-2H2v6h2v-2h2.05a9.95 9.95 0 0 0 2.215 5.321l-1.437 1.437l-1.414-1.415L4 23.757L8.242 28l1.414-1.414l-1.414-1.414l1.437-1.437A9.95 9.95 0 0 0 15 25.95V28h-2v2h6v-2h-2v-2.05a9.95 9.95 0 0 0 5.32-2.215l1.438 1.437l-1.414 1.414L23.758 28L28 23.757l-1.414-1.414l-1.414 1.415l-1.437-1.437A9.95 9.95 0 0 0 25.949 17H28v2h2v-6ZM16 24a8 8 0 1 1 8-8a8.01 8.01 0 0 1-8 8"/></svg> </template>
CSS
.icon-coronavirus {
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%2032%2032%22%3E%3Ccircle%20cx%3D%2215.5%22%20cy%3D%2211.5%22%20r%3D%221.5%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%2220.5%22%20cy%3D%2215.5%22%20r%3D%221.5%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%2216%22%20cy%3D%2216%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%2216.5%22%20cy%3D%2220.5%22%20r%3D%221.5%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%2211.5%22%20cy%3D%2216.5%22%20r%3D%221.5%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M28%2013v2h-2.05a9.95%209.95%200%200%200-2.215-5.321l1.437-1.437l1.414%201.415L28%208.243L23.758%204l-1.414%201.414l1.414%201.414l-1.437%201.437A9.95%209.95%200%200%200%2017%206.05V4h2V2h-6v2h2v2.05a9.95%209.95%200%200%200-5.32%202.215L8.241%206.828l1.414-1.414L8.242%204L4%208.243l1.414%201.414l1.414-1.415L8.265%209.68A9.95%209.95%200%200%200%206.051%2015H4v-2H2v6h2v-2h2.05a9.95%209.95%200%200%200%202.215%205.321l-1.437%201.437l-1.414-1.415L4%2023.757L8.242%2028l1.414-1.414l-1.414-1.414l1.437-1.437A9.95%209.95%200%200%200%2015%2025.95V28h-2v2h6v-2h-2v-2.05a9.95%209.95%200%200%200%205.32-2.215l1.438%201.437l-1.414%201.414L23.758%2028L28%2023.757l-1.414-1.414l-1.414%201.415l-1.437-1.437A9.95%209.95%200%200%200%2025.949%2017H28v2h2v-6ZM16%2024a8%208%200%201%201%208-8a8.01%208.01%200%200%201-8%208%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%2032%2032%22%3E%3Ccircle%20cx%3D%2215.5%22%20cy%3D%2211.5%22%20r%3D%221.5%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%2220.5%22%20cy%3D%2215.5%22%20r%3D%221.5%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%2216%22%20cy%3D%2216%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%2216.5%22%20cy%3D%2220.5%22%20r%3D%221.5%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%2211.5%22%20cy%3D%2216.5%22%20r%3D%221.5%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M28%2013v2h-2.05a9.95%209.95%200%200%200-2.215-5.321l1.437-1.437l1.414%201.415L28%208.243L23.758%204l-1.414%201.414l1.414%201.414l-1.437%201.437A9.95%209.95%200%200%200%2017%206.05V4h2V2h-6v2h2v2.05a9.95%209.95%200%200%200-5.32%202.215L8.241%206.828l1.414-1.414L8.242%204L4%208.243l1.414%201.414l1.414-1.415L8.265%209.68A9.95%209.95%200%200%200%206.051%2015H4v-2H2v6h2v-2h2.05a9.95%209.95%200%200%200%202.215%205.321l-1.437%201.437l-1.414-1.415L4%2023.757L8.242%2028l1.414-1.414l-1.414-1.414l1.437-1.437A9.95%209.95%200%200%200%2015%2025.95V28h-2v2h6v-2h-2v-2.05a9.95%209.95%200%200%200%205.32-2.215l1.438%201.437l-1.414%201.414L23.758%2028L28%2023.757l-1.414-1.414l-1.414%201.415l-1.437-1.437A9.95%209.95%200%200%200%2025.949%2017H28v2h2v-6ZM16%2024a8%208%200%201%201%208-8a8.01%208.01%200%200%201-8%208%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/coronavirus.svg?color=%231a73e8&size=48