coronavirus icon
coronavirus from Material Symbols by Google · Regular · Social · Apache-2.0 Free for personal and commercial use.
- Name
- coronavirus
- Set
- Material Symbols
- Style
- Regular
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- coronavirus-rounded
3 other variants in Material Symbols
The same icon in other sets
More social icons from Material Symbols
Use the coronavirus icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.25 22q-.3 0-.525-.225t-.225-.525t.225-.525t.525-.225v-1.55q-1.05-.125-1.975-.5t-1.675-1l-1.075 1.1q.225.225.225.525t-.225.525t-.525.225t-.525-.225L4.4 18.55q-.225-.225-.225-.538t.225-.537t.525-.213t.525.213l1.1-1.1q-.625-.775-1-1.675t-.5-1.95H3.5q0 .3-.225.525t-.525.225t-.525-.225T2 12.75v-1.5q0-.3.225-.525t.525-.225t.525.225t.225.525h1.55q.125-1.05.513-1.95t.987-1.675l-1.1-1.1q-.225.2-.525.212T4.4 6.525t-.225-.538t.225-.537L5.45 4.4q.225-.225.538-.225t.537.225t.225.537t-.225.538L7.6 6.55q.775-.625 1.675-1t1.95-.5V3.5q-.3 0-.512-.225T10.5 2.75t.225-.525T11.25 2h1.5q.3 0 .525.225t.225.525t-.225.525t-.525.225v1.55q1.05.125 1.95.5t1.675 1l1.1-1.1q-.225-.225-.225-.525t.225-.525t.538-.225t.537.225l1.05 1.075q.225.225.225.525t-.225.525t-.537.225t-.538-.225L17.45 7.6q.625.775 1 1.687t.5 1.963h1.55q0-.3.225-.525t.525-.225t.525.225t.225.525v1.5q0 .3-.225.525t-.525.225t-.525-.225t-.225-.525h-1.55q-.125 1.05-.5 1.962t-1 1.688l1.075 1.075q.225-.225.538-.225t.537.225t.225.538t-.225.537l-1.05 1.05q-.225.225-.537.225t-.538-.225t-.213-.525t.213-.525l-1.1-1.1q-.775.625-1.675 1.013t-1.95.512V20.5q.3 0 .525.225t.225.525t-.225.525t-.525.225zm-.288-6.288q.288-.287.288-.712t-.288-.712T10.25 14t-.712.288T9.25 15t.288.713t.712.287t.713-.288M13.75 16q.425 0 .713-.288T14.75 15t-.288-.712T13.75 14t-.712.288t-.288.712t.288.713t.712.287M8.5 13q.425 0 .713-.288T9.5 12t-.288-.712T8.5 11t-.712.288T7.5 12t.288.713T8.5 13m4.213-.288Q13 12.426 13 12t-.288-.712T12 11t-.712.288T11 12t.288.713T12 13t.713-.288M15.5 13q.425 0 .713-.288T16.5 12t-.288-.712T15.5 11t-.712.288T14.5 12t.288.713t.712.287m-4.537-3.287q.287-.288.287-.713t-.288-.712T10.25 8t-.712.288T9.25 9t.288.713t.712.287t.713-.288M13.75 10q.425 0 .713-.288T14.75 9t-.288-.712T13.75 8t-.712.288T12.75 9t.288.713t.712.287"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsCoronavirus(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.25 22q-.3 0-.525-.225t-.225-.525t.225-.525t.525-.225v-1.55q-1.05-.125-1.975-.5t-1.675-1l-1.075 1.1q.225.225.225.525t-.225.525t-.525.225t-.525-.225L4.4 18.55q-.225-.225-.225-.538t.225-.537t.525-.213t.525.213l1.1-1.1q-.625-.775-1-1.675t-.5-1.95H3.5q0 .3-.225.525t-.525.225t-.525-.225T2 12.75v-1.5q0-.3.225-.525t.525-.225t.525.225t.225.525h1.55q.125-1.05.513-1.95t.987-1.675l-1.1-1.1q-.225.2-.525.212T4.4 6.525t-.225-.538t.225-.537L5.45 4.4q.225-.225.538-.225t.537.225t.225.537t-.225.538L7.6 6.55q.775-.625 1.675-1t1.95-.5V3.5q-.3 0-.512-.225T10.5 2.75t.225-.525T11.25 2h1.5q.3 0 .525.225t.225.525t-.225.525t-.525.225v1.55q1.05.125 1.95.5t1.675 1l1.1-1.1q-.225-.225-.225-.525t.225-.525t.538-.225t.537.225l1.05 1.075q.225.225.225.525t-.225.525t-.537.225t-.538-.225L17.45 7.6q.625.775 1 1.687t.5 1.963h1.55q0-.3.225-.525t.525-.225t.525.225t.225.525v1.5q0 .3-.225.525t-.525.225t-.525-.225t-.225-.525h-1.55q-.125 1.05-.5 1.962t-1 1.688l1.075 1.075q.225-.225.538-.225t.537.225t.225.538t-.225.537l-1.05 1.05q-.225.225-.537.225t-.538-.225t-.213-.525t.213-.525l-1.1-1.1q-.775.625-1.675 1.013t-1.95.512V20.5q.3 0 .525.225t.225.525t-.225.525t-.525.225zm-.288-6.288q.288-.287.288-.712t-.288-.712T10.25 14t-.712.288T9.25 15t.288.713t.712.287t.713-.288M13.75 16q.425 0 .713-.288T14.75 15t-.288-.712T13.75 14t-.712.288t-.288.712t.288.713t.712.287M8.5 13q.425 0 .713-.288T9.5 12t-.288-.712T8.5 11t-.712.288T7.5 12t.288.713T8.5 13m4.213-.288Q13 12.426 13 12t-.288-.712T12 11t-.712.288T11 12t.288.713T12 13t.713-.288M15.5 13q.425 0 .713-.288T16.5 12t-.288-.712T15.5 11t-.712.288T14.5 12t.288.713t.712.287m-4.537-3.287q.287-.288.287-.713t-.288-.712T10.25 8t-.712.288T9.25 9t.288.713t.712.287t.713-.288M13.75 10q.425 0 .713-.288T14.75 9t-.288-.712T13.75 8t-.712.288T12.75 9t.288.713t.712.287"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.25 22q-.3 0-.525-.225t-.225-.525t.225-.525t.525-.225v-1.55q-1.05-.125-1.975-.5t-1.675-1l-1.075 1.1q.225.225.225.525t-.225.525t-.525.225t-.525-.225L4.4 18.55q-.225-.225-.225-.538t.225-.537t.525-.213t.525.213l1.1-1.1q-.625-.775-1-1.675t-.5-1.95H3.5q0 .3-.225.525t-.525.225t-.525-.225T2 12.75v-1.5q0-.3.225-.525t.525-.225t.525.225t.225.525h1.55q.125-1.05.513-1.95t.987-1.675l-1.1-1.1q-.225.2-.525.212T4.4 6.525t-.225-.538t.225-.537L5.45 4.4q.225-.225.538-.225t.537.225t.225.537t-.225.538L7.6 6.55q.775-.625 1.675-1t1.95-.5V3.5q-.3 0-.512-.225T10.5 2.75t.225-.525T11.25 2h1.5q.3 0 .525.225t.225.525t-.225.525t-.525.225v1.55q1.05.125 1.95.5t1.675 1l1.1-1.1q-.225-.225-.225-.525t.225-.525t.538-.225t.537.225l1.05 1.075q.225.225.225.525t-.225.525t-.537.225t-.538-.225L17.45 7.6q.625.775 1 1.687t.5 1.963h1.55q0-.3.225-.525t.525-.225t.525.225t.225.525v1.5q0 .3-.225.525t-.525.225t-.525-.225t-.225-.525h-1.55q-.125 1.05-.5 1.962t-1 1.688l1.075 1.075q.225-.225.538-.225t.537.225t.225.538t-.225.537l-1.05 1.05q-.225.225-.537.225t-.538-.225t-.213-.525t.213-.525l-1.1-1.1q-.775.625-1.675 1.013t-1.95.512V20.5q.3 0 .525.225t.225.525t-.225.525t-.525.225zm-.288-6.288q.288-.287.288-.712t-.288-.712T10.25 14t-.712.288T9.25 15t.288.713t.712.287t.713-.288M13.75 16q.425 0 .713-.288T14.75 15t-.288-.712T13.75 14t-.712.288t-.288.712t.288.713t.712.287M8.5 13q.425 0 .713-.288T9.5 12t-.288-.712T8.5 11t-.712.288T7.5 12t.288.713T8.5 13m4.213-.288Q13 12.426 13 12t-.288-.712T12 11t-.712.288T11 12t.288.713T12 13t.713-.288M15.5 13q.425 0 .713-.288T16.5 12t-.288-.712T15.5 11t-.712.288T14.5 12t.288.713t.712.287m-4.537-3.287q.287-.288.287-.713t-.288-.712T10.25 8t-.712.288T9.25 9t.288.713t.712.287t.713-.288M13.75 10q.425 0 .713-.288T14.75 9t-.288-.712T13.75 8t-.712.288T12.75 9t.288.713t.712.287"/></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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.25%2022q-.3%200-.525-.225t-.225-.525t.225-.525t.525-.225v-1.55q-1.05-.125-1.975-.5t-1.675-1l-1.075%201.1q.225.225.225.525t-.225.525t-.525.225t-.525-.225L4.4%2018.55q-.225-.225-.225-.538t.225-.537t.525-.213t.525.213l1.1-1.1q-.625-.775-1-1.675t-.5-1.95H3.5q0%20.3-.225.525t-.525.225t-.525-.225T2%2012.75v-1.5q0-.3.225-.525t.525-.225t.525.225t.225.525h1.55q.125-1.05.513-1.95t.987-1.675l-1.1-1.1q-.225.2-.525.212T4.4%206.525t-.225-.538t.225-.537L5.45%204.4q.225-.225.538-.225t.537.225t.225.537t-.225.538L7.6%206.55q.775-.625%201.675-1t1.95-.5V3.5q-.3%200-.512-.225T10.5%202.75t.225-.525T11.25%202h1.5q.3%200%20.525.225t.225.525t-.225.525t-.525.225v1.55q1.05.125%201.95.5t1.675%201l1.1-1.1q-.225-.225-.225-.525t.225-.525t.538-.225t.537.225l1.05%201.075q.225.225.225.525t-.225.525t-.537.225t-.538-.225L17.45%207.6q.625.775%201%201.687t.5%201.963h1.55q0-.3.225-.525t.525-.225t.525.225t.225.525v1.5q0%20.3-.225.525t-.525.225t-.525-.225t-.225-.525h-1.55q-.125%201.05-.5%201.962t-1%201.688l1.075%201.075q.225-.225.538-.225t.537.225t.225.538t-.225.537l-1.05%201.05q-.225.225-.537.225t-.538-.225t-.213-.525t.213-.525l-1.1-1.1q-.775.625-1.675%201.013t-1.95.512V20.5q.3%200%20.525.225t.225.525t-.225.525t-.525.225zm-.288-6.288q.288-.287.288-.712t-.288-.712T10.25%2014t-.712.288T9.25%2015t.288.713t.712.287t.713-.288M13.75%2016q.425%200%20.713-.288T14.75%2015t-.288-.712T13.75%2014t-.712.288t-.288.712t.288.713t.712.287M8.5%2013q.425%200%20.713-.288T9.5%2012t-.288-.712T8.5%2011t-.712.288T7.5%2012t.288.713T8.5%2013m4.213-.288Q13%2012.426%2013%2012t-.288-.712T12%2011t-.712.288T11%2012t.288.713T12%2013t.713-.288M15.5%2013q.425%200%20.713-.288T16.5%2012t-.288-.712T15.5%2011t-.712.288T14.5%2012t.288.713t.712.287m-4.537-3.287q.287-.288.287-.713t-.288-.712T10.25%208t-.712.288T9.25%209t.288.713t.712.287t.713-.288M13.75%2010q.425%200%20.713-.288T14.75%209t-.288-.712T13.75%208t-.712.288T12.75%209t.288.713t.712.287%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.25%2022q-.3%200-.525-.225t-.225-.525t.225-.525t.525-.225v-1.55q-1.05-.125-1.975-.5t-1.675-1l-1.075%201.1q.225.225.225.525t-.225.525t-.525.225t-.525-.225L4.4%2018.55q-.225-.225-.225-.538t.225-.537t.525-.213t.525.213l1.1-1.1q-.625-.775-1-1.675t-.5-1.95H3.5q0%20.3-.225.525t-.525.225t-.525-.225T2%2012.75v-1.5q0-.3.225-.525t.525-.225t.525.225t.225.525h1.55q.125-1.05.513-1.95t.987-1.675l-1.1-1.1q-.225.2-.525.212T4.4%206.525t-.225-.538t.225-.537L5.45%204.4q.225-.225.538-.225t.537.225t.225.537t-.225.538L7.6%206.55q.775-.625%201.675-1t1.95-.5V3.5q-.3%200-.512-.225T10.5%202.75t.225-.525T11.25%202h1.5q.3%200%20.525.225t.225.525t-.225.525t-.525.225v1.55q1.05.125%201.95.5t1.675%201l1.1-1.1q-.225-.225-.225-.525t.225-.525t.538-.225t.537.225l1.05%201.075q.225.225.225.525t-.225.525t-.537.225t-.538-.225L17.45%207.6q.625.775%201%201.687t.5%201.963h1.55q0-.3.225-.525t.525-.225t.525.225t.225.525v1.5q0%20.3-.225.525t-.525.225t-.525-.225t-.225-.525h-1.55q-.125%201.05-.5%201.962t-1%201.688l1.075%201.075q.225-.225.538-.225t.537.225t.225.538t-.225.537l-1.05%201.05q-.225.225-.537.225t-.538-.225t-.213-.525t.213-.525l-1.1-1.1q-.775.625-1.675%201.013t-1.95.512V20.5q.3%200%20.525.225t.225.525t-.225.525t-.525.225zm-.288-6.288q.288-.287.288-.712t-.288-.712T10.25%2014t-.712.288T9.25%2015t.288.713t.712.287t.713-.288M13.75%2016q.425%200%20.713-.288T14.75%2015t-.288-.712T13.75%2014t-.712.288t-.288.712t.288.713t.712.287M8.5%2013q.425%200%20.713-.288T9.5%2012t-.288-.712T8.5%2011t-.712.288T7.5%2012t.288.713T8.5%2013m4.213-.288Q13%2012.426%2013%2012t-.288-.712T12%2011t-.712.288T11%2012t.288.713T12%2013t.713-.288M15.5%2013q.425%200%20.713-.288T16.5%2012t-.288-.712T15.5%2011t-.712.288T14.5%2012t.288.713t.712.287m-4.537-3.287q.287-.288.287-.713t-.288-.712T10.25%208t-.712.288T9.25%209t.288.713t.712.287t.713-.288M13.75%2010q.425%200%20.713-.288T14.75%209t-.288-.712T13.75%208t-.712.288T12.75%209t.288.713t.712.287%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/coronavirus.svg?color=%231a73e8&size=48