coronavirus icon
coronavirus-sharp from Material Symbols by Google · Sharp · Social · Apache-2.0 Free for personal and commercial use.
- Name
- coronavirus-sharp
- Set
- Material Symbols
- Style
- Sharp
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
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="M10.5 22v-1.5h.75v-1.55q-1.05-.125-1.975-.5t-1.675-1l-1.075 1.1l.525.525L6 20.125L3.875 18L4.9 16.975l.55.5l1.1-1.1q-.625-.775-1-1.675t-.5-1.95H3.5v.75H2v-3h1.5v.75h1.55q.125-1.05.513-1.95t.987-1.675l-1.1-1.1l-.55.5l-1.025-1.05L6 3.85l1.075 1.075l-.55.55L7.6 6.55q.775-.625 1.675-1t1.95-.5V3.5H10.5V2h3v1.5h-.75v1.55q1.05.125 1.95.5t1.675 1l1.1-1.1l-.525-.525l1.075-1.075l2.1 2.15l-1.05 1.05l-.55-.525L17.45 7.6q.625.775 1 1.687t.5 1.963h1.55v-.75H22v3h-1.5v-.75h-1.55q-.125 1.05-.5 1.962t-1 1.688l1.075 1.075l.55-.55L20.15 18l-2.125 2.125l-1.05-1.025l.5-.55l-1.1-1.1q-.775.625-1.675 1.013t-1.95.512V20.5h.75V22zm.463-6.288q.287-.287.287-.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 MaterialSymbolsCoronavirusSharp(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="M10.5 22v-1.5h.75v-1.55q-1.05-.125-1.975-.5t-1.675-1l-1.075 1.1l.525.525L6 20.125L3.875 18L4.9 16.975l.55.5l1.1-1.1q-.625-.775-1-1.675t-.5-1.95H3.5v.75H2v-3h1.5v.75h1.55q.125-1.05.513-1.95t.987-1.675l-1.1-1.1l-.55.5l-1.025-1.05L6 3.85l1.075 1.075l-.55.55L7.6 6.55q.775-.625 1.675-1t1.95-.5V3.5H10.5V2h3v1.5h-.75v1.55q1.05.125 1.95.5t1.675 1l1.1-1.1l-.525-.525l1.075-1.075l2.1 2.15l-1.05 1.05l-.55-.525L17.45 7.6q.625.775 1 1.687t.5 1.963h1.55v-.75H22v3h-1.5v-.75h-1.55q-.125 1.05-.5 1.962t-1 1.688l1.075 1.075l.55-.55L20.15 18l-2.125 2.125l-1.05-1.025l.5-.55l-1.1-1.1q-.775.625-1.675 1.013t-1.95.512V20.5h.75V22zm.463-6.288q.287-.287.287-.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="M10.5 22v-1.5h.75v-1.55q-1.05-.125-1.975-.5t-1.675-1l-1.075 1.1l.525.525L6 20.125L3.875 18L4.9 16.975l.55.5l1.1-1.1q-.625-.775-1-1.675t-.5-1.95H3.5v.75H2v-3h1.5v.75h1.55q.125-1.05.513-1.95t.987-1.675l-1.1-1.1l-.55.5l-1.025-1.05L6 3.85l1.075 1.075l-.55.55L7.6 6.55q.775-.625 1.675-1t1.95-.5V3.5H10.5V2h3v1.5h-.75v1.55q1.05.125 1.95.5t1.675 1l1.1-1.1l-.525-.525l1.075-1.075l2.1 2.15l-1.05 1.05l-.55-.525L17.45 7.6q.625.775 1 1.687t.5 1.963h1.55v-.75H22v3h-1.5v-.75h-1.55q-.125 1.05-.5 1.962t-1 1.688l1.075 1.075l.55-.55L20.15 18l-2.125 2.125l-1.05-1.025l.5-.55l-1.1-1.1q-.775.625-1.675 1.013t-1.95.512V20.5h.75V22zm.463-6.288q.287-.287.287-.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-sharp {
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%22M10.5%2022v-1.5h.75v-1.55q-1.05-.125-1.975-.5t-1.675-1l-1.075%201.1l.525.525L6%2020.125L3.875%2018L4.9%2016.975l.55.5l1.1-1.1q-.625-.775-1-1.675t-.5-1.95H3.5v.75H2v-3h1.5v.75h1.55q.125-1.05.513-1.95t.987-1.675l-1.1-1.1l-.55.5l-1.025-1.05L6%203.85l1.075%201.075l-.55.55L7.6%206.55q.775-.625%201.675-1t1.95-.5V3.5H10.5V2h3v1.5h-.75v1.55q1.05.125%201.95.5t1.675%201l1.1-1.1l-.525-.525l1.075-1.075l2.1%202.15l-1.05%201.05l-.55-.525L17.45%207.6q.625.775%201%201.687t.5%201.963h1.55v-.75H22v3h-1.5v-.75h-1.55q-.125%201.05-.5%201.962t-1%201.688l1.075%201.075l.55-.55L20.15%2018l-2.125%202.125l-1.05-1.025l.5-.55l-1.1-1.1q-.775.625-1.675%201.013t-1.95.512V20.5h.75V22zm.463-6.288q.287-.287.287-.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%22M10.5%2022v-1.5h.75v-1.55q-1.05-.125-1.975-.5t-1.675-1l-1.075%201.1l.525.525L6%2020.125L3.875%2018L4.9%2016.975l.55.5l1.1-1.1q-.625-.775-1-1.675t-.5-1.95H3.5v.75H2v-3h1.5v.75h1.55q.125-1.05.513-1.95t.987-1.675l-1.1-1.1l-.55.5l-1.025-1.05L6%203.85l1.075%201.075l-.55.55L7.6%206.55q.775-.625%201.675-1t1.95-.5V3.5H10.5V2h3v1.5h-.75v1.55q1.05.125%201.95.5t1.675%201l1.1-1.1l-.525-.525l1.075-1.075l2.1%202.15l-1.05%201.05l-.55-.525L17.45%207.6q.625.775%201%201.687t.5%201.963h1.55v-.75H22v3h-1.5v-.75h-1.55q-.125%201.05-.5%201.962t-1%201.688l1.075%201.075l.55-.55L20.15%2018l-2.125%202.125l-1.05-1.025l.5-.55l-1.1-1.1q-.775.625-1.675%201.013t-1.95.512V20.5h.75V22zm.463-6.288q.287-.287.287-.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-sharp.svg?color=%231a73e8&size=48