virus icon
virus from Material Design Icons by Pictogrammers · Filled · Medical / Hospital · Apache-2.0 Free for personal and commercial use.
- Name
- virus
- Set
- Material Design Icons
- Style
- Filled
- Category
- Medical / Hospital
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in Material Design Icons
The same icon in other sets
More medical / hospital icons from Material Design Icons
Use the virus icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.82 14A1.746 1.746 0 0 0 23 13a1.746 1.746 0 0 0-3.18-1H19c0-1.57-.5-3-1.4-4.19l1.34-1.34c.56.1 1.13-.06 1.56-.47c.67-.69.67-1.8 0-2.5c-.69-.67-1.8-.67-2.5 0c-.41.43-.57 1-.47 1.56L16.19 6.4c-.92-.69-2-1.15-3.19-1.32v-1.4A1.746 1.746 0 0 0 12 .5a1.746 1.746 0 0 0-1 3.18v1.4c-.9.13-1.74.42-2.5.86L7.39 4.35c.19-.52.14-1.12-.2-1.6a1.75 1.75 0 0 0-2.44-.43c-.79.55-.99 1.64-.43 2.43c.34.49.88.75 1.43.75l1.18 1.68c-.43.43-.77.91-1.06 1.44A1.76 1.76 0 0 0 4 9c-.67.7-.67 1.8 0 2.5c.29.27.64.43 1 .5c0 .54.07 1.06.18 1.56l-1.31.35c-.42-.35-1-.5-1.58-.35a1.75 1.75 0 1 0 .92 3.38c.57-.16 1-.58 1.18-1.1l1.51-.41c.45.79 1.05 1.49 1.75 2.07l-1.1 2c-.55.08-1.05.39-1.34.92a1.749 1.749 0 1 0 3.08 1.66c.28-.52.27-1.12.02-1.61l1.07-1.97c.81.32 1.69.5 2.62.5h.18c-.13.26-.18.56-.18.88c.08.97.92 1.69 1.88 1.62s1.69-.92 1.62-1.88c-.04-.5-.29-.94-.65-1.23c.47-.21.92-.48 1.34-.79l2.34 2.34c-.1.56.06 1.13.47 1.56c.7.67 1.8.67 2.5 0s.67-1.8 0-2.5c-.43-.41-1-.57-1.56-.47l-2.34-2.34c.49-.65.87-1.39 1.11-2.19zm-9.32-2c-.83 0-1.5-.67-1.5-1.5S9.67 9 10.5 9s1.5.67 1.5 1.5s-.67 1.5-1.5 1.5m3.5 3c-.55 0-1-.45-1-1s.45-1 1-1s1 .45 1 1s-.45 1-1 1"/></svg>
React
import type { SVGProps } from "react";
export function MdiVirus(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="M19.82 14A1.746 1.746 0 0 0 23 13a1.746 1.746 0 0 0-3.18-1H19c0-1.57-.5-3-1.4-4.19l1.34-1.34c.56.1 1.13-.06 1.56-.47c.67-.69.67-1.8 0-2.5c-.69-.67-1.8-.67-2.5 0c-.41.43-.57 1-.47 1.56L16.19 6.4c-.92-.69-2-1.15-3.19-1.32v-1.4A1.746 1.746 0 0 0 12 .5a1.746 1.746 0 0 0-1 3.18v1.4c-.9.13-1.74.42-2.5.86L7.39 4.35c.19-.52.14-1.12-.2-1.6a1.75 1.75 0 0 0-2.44-.43c-.79.55-.99 1.64-.43 2.43c.34.49.88.75 1.43.75l1.18 1.68c-.43.43-.77.91-1.06 1.44A1.76 1.76 0 0 0 4 9c-.67.7-.67 1.8 0 2.5c.29.27.64.43 1 .5c0 .54.07 1.06.18 1.56l-1.31.35c-.42-.35-1-.5-1.58-.35a1.75 1.75 0 1 0 .92 3.38c.57-.16 1-.58 1.18-1.1l1.51-.41c.45.79 1.05 1.49 1.75 2.07l-1.1 2c-.55.08-1.05.39-1.34.92a1.749 1.749 0 1 0 3.08 1.66c.28-.52.27-1.12.02-1.61l1.07-1.97c.81.32 1.69.5 2.62.5h.18c-.13.26-.18.56-.18.88c.08.97.92 1.69 1.88 1.62s1.69-.92 1.62-1.88c-.04-.5-.29-.94-.65-1.23c.47-.21.92-.48 1.34-.79l2.34 2.34c-.1.56.06 1.13.47 1.56c.7.67 1.8.67 2.5 0s.67-1.8 0-2.5c-.43-.41-1-.57-1.56-.47l-2.34-2.34c.49-.65.87-1.39 1.11-2.19zm-9.32-2c-.83 0-1.5-.67-1.5-1.5S9.67 9 10.5 9s1.5.67 1.5 1.5s-.67 1.5-1.5 1.5m3.5 3c-.55 0-1-.45-1-1s.45-1 1-1s1 .45 1 1s-.45 1-1 1"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.82 14A1.746 1.746 0 0 0 23 13a1.746 1.746 0 0 0-3.18-1H19c0-1.57-.5-3-1.4-4.19l1.34-1.34c.56.1 1.13-.06 1.56-.47c.67-.69.67-1.8 0-2.5c-.69-.67-1.8-.67-2.5 0c-.41.43-.57 1-.47 1.56L16.19 6.4c-.92-.69-2-1.15-3.19-1.32v-1.4A1.746 1.746 0 0 0 12 .5a1.746 1.746 0 0 0-1 3.18v1.4c-.9.13-1.74.42-2.5.86L7.39 4.35c.19-.52.14-1.12-.2-1.6a1.75 1.75 0 0 0-2.44-.43c-.79.55-.99 1.64-.43 2.43c.34.49.88.75 1.43.75l1.18 1.68c-.43.43-.77.91-1.06 1.44A1.76 1.76 0 0 0 4 9c-.67.7-.67 1.8 0 2.5c.29.27.64.43 1 .5c0 .54.07 1.06.18 1.56l-1.31.35c-.42-.35-1-.5-1.58-.35a1.75 1.75 0 1 0 .92 3.38c.57-.16 1-.58 1.18-1.1l1.51-.41c.45.79 1.05 1.49 1.75 2.07l-1.1 2c-.55.08-1.05.39-1.34.92a1.749 1.749 0 1 0 3.08 1.66c.28-.52.27-1.12.02-1.61l1.07-1.97c.81.32 1.69.5 2.62.5h.18c-.13.26-.18.56-.18.88c.08.97.92 1.69 1.88 1.62s1.69-.92 1.62-1.88c-.04-.5-.29-.94-.65-1.23c.47-.21.92-.48 1.34-.79l2.34 2.34c-.1.56.06 1.13.47 1.56c.7.67 1.8.67 2.5 0s.67-1.8 0-2.5c-.43-.41-1-.57-1.56-.47l-2.34-2.34c.49-.65.87-1.39 1.11-2.19zm-9.32-2c-.83 0-1.5-.67-1.5-1.5S9.67 9 10.5 9s1.5.67 1.5 1.5s-.67 1.5-1.5 1.5m3.5 3c-.55 0-1-.45-1-1s.45-1 1-1s1 .45 1 1s-.45 1-1 1"/></svg> </template>
CSS
.icon-virus {
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%22M19.82%2014A1.746%201.746%200%200%200%2023%2013a1.746%201.746%200%200%200-3.18-1H19c0-1.57-.5-3-1.4-4.19l1.34-1.34c.56.1%201.13-.06%201.56-.47c.67-.69.67-1.8%200-2.5c-.69-.67-1.8-.67-2.5%200c-.41.43-.57%201-.47%201.56L16.19%206.4c-.92-.69-2-1.15-3.19-1.32v-1.4A1.746%201.746%200%200%200%2012%20.5a1.746%201.746%200%200%200-1%203.18v1.4c-.9.13-1.74.42-2.5.86L7.39%204.35c.19-.52.14-1.12-.2-1.6a1.75%201.75%200%200%200-2.44-.43c-.79.55-.99%201.64-.43%202.43c.34.49.88.75%201.43.75l1.18%201.68c-.43.43-.77.91-1.06%201.44A1.76%201.76%200%200%200%204%209c-.67.7-.67%201.8%200%202.5c.29.27.64.43%201%20.5c0%20.54.07%201.06.18%201.56l-1.31.35c-.42-.35-1-.5-1.58-.35a1.75%201.75%200%201%200%20.92%203.38c.57-.16%201-.58%201.18-1.1l1.51-.41c.45.79%201.05%201.49%201.75%202.07l-1.1%202c-.55.08-1.05.39-1.34.92a1.749%201.749%200%201%200%203.08%201.66c.28-.52.27-1.12.02-1.61l1.07-1.97c.81.32%201.69.5%202.62.5h.18c-.13.26-.18.56-.18.88c.08.97.92%201.69%201.88%201.62s1.69-.92%201.62-1.88c-.04-.5-.29-.94-.65-1.23c.47-.21.92-.48%201.34-.79l2.34%202.34c-.1.56.06%201.13.47%201.56c.7.67%201.8.67%202.5%200s.67-1.8%200-2.5c-.43-.41-1-.57-1.56-.47l-2.34-2.34c.49-.65.87-1.39%201.11-2.19zm-9.32-2c-.83%200-1.5-.67-1.5-1.5S9.67%209%2010.5%209s1.5.67%201.5%201.5s-.67%201.5-1.5%201.5m3.5%203c-.55%200-1-.45-1-1s.45-1%201-1s1%20.45%201%201s-.45%201-1%201%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%22M19.82%2014A1.746%201.746%200%200%200%2023%2013a1.746%201.746%200%200%200-3.18-1H19c0-1.57-.5-3-1.4-4.19l1.34-1.34c.56.1%201.13-.06%201.56-.47c.67-.69.67-1.8%200-2.5c-.69-.67-1.8-.67-2.5%200c-.41.43-.57%201-.47%201.56L16.19%206.4c-.92-.69-2-1.15-3.19-1.32v-1.4A1.746%201.746%200%200%200%2012%20.5a1.746%201.746%200%200%200-1%203.18v1.4c-.9.13-1.74.42-2.5.86L7.39%204.35c.19-.52.14-1.12-.2-1.6a1.75%201.75%200%200%200-2.44-.43c-.79.55-.99%201.64-.43%202.43c.34.49.88.75%201.43.75l1.18%201.68c-.43.43-.77.91-1.06%201.44A1.76%201.76%200%200%200%204%209c-.67.7-.67%201.8%200%202.5c.29.27.64.43%201%20.5c0%20.54.07%201.06.18%201.56l-1.31.35c-.42-.35-1-.5-1.58-.35a1.75%201.75%200%201%200%20.92%203.38c.57-.16%201-.58%201.18-1.1l1.51-.41c.45.79%201.05%201.49%201.75%202.07l-1.1%202c-.55.08-1.05.39-1.34.92a1.749%201.749%200%201%200%203.08%201.66c.28-.52.27-1.12.02-1.61l1.07-1.97c.81.32%201.69.5%202.62.5h.18c-.13.26-.18.56-.18.88c.08.97.92%201.69%201.88%201.62s1.69-.92%201.62-1.88c-.04-.5-.29-.94-.65-1.23c.47-.21.92-.48%201.34-.79l2.34%202.34c-.1.56.06%201.13.47%201.56c.7.67%201.8.67%202.5%200s.67-1.8%200-2.5c-.43-.41-1-.57-1.56-.47l-2.34-2.34c.49-.65.87-1.39%201.11-2.19zm-9.32-2c-.83%200-1.5-.67-1.5-1.5S9.67%209%2010.5%209s1.5.67%201.5%201.5s-.67%201.5-1.5%201.5m3.5%203c-.55%200-1-.45-1-1s.45-1%201-1s1%20.45%201%201s-.45%201-1%201%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/virus.svg?color=%231a73e8&size=48