virus alt icon
virus-alt-outline-24px from Health Icons by Resolve to Save Lives · Outline 24px · Symbols · MIT Free for personal and commercial use.
- Name
- virus-alt-outline-24px
- Set
- Health Icons
- Style
- Outline 24px
- Category
- Symbols
- Viewbox
- 24×24
- License
- MIT
3 other variants in Health Icons
More symbols icons from Health Icons
Use the virus alt icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M10.75 9a1.75 1.75 0 1 0 0 3.5a1.75 1.75 0 0 0 0-3.5" clip-rule="evenodd"/><path d="M13 15a1 1 0 1 1-2 0a1 1 0 0 1 2 0m3-3a1 1 0 1 1-2 0a1 1 0 0 1 2 0"/><path fill-rule="evenodd" d="M9.5 3a1 1 0 0 1 1-1h3a1 1 0 1 1 0 2H13v1.07a7 7 0 0 1 4.676 2.832l1.107-.64l-.25-.432a1 1 0 1 1 1.732-1l1.5 2.598a1 1 0 0 1-1.732 1l-.25-.433l-1.178.68c.256.727.395 1.51.395 2.325c0 .774-.125 1.518-.357 2.213l1.162.67l.25-.432a1 1 0 1 1 1.732 1l-1.5 2.598a1 1 0 0 1-1.733-1l.25-.433l-1.06-.613A7 7 0 0 1 13 18.93V20h.5a1 1 0 1 1 0 2h-3a1 1 0 1 1 0-2h.5v-1.07A7 7 0 0 1 6.255 16l-1.067.616l.25.433a1 1 0 0 1-1.732 1l-1.5-2.598a1 1 0 0 1 1.732-1l.25.433l1.168-.675A7 7 0 0 1 5 12c0-.814.139-1.595.394-2.321L4.21 8.995l-.25.433a1 1 0 1 1-1.732-1l1.5-2.598a1 1 0 1 1 1.732 1l-.25.433l1.112.642A7 7 0 0 1 11 5.071V4h-.5a1 1 0 0 1-1-1m7.5 9a5 5 0 1 1-10 0a5 5 0 0 1 10 0" clip-rule="evenodd"/></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsVirusAltOutline24px(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fillRule="evenodd" d="M10.75 9a1.75 1.75 0 1 0 0 3.5a1.75 1.75 0 0 0 0-3.5" clipRule="evenodd"/><path d="M13 15a1 1 0 1 1-2 0a1 1 0 0 1 2 0m3-3a1 1 0 1 1-2 0a1 1 0 0 1 2 0"/><path fillRule="evenodd" d="M9.5 3a1 1 0 0 1 1-1h3a1 1 0 1 1 0 2H13v1.07a7 7 0 0 1 4.676 2.832l1.107-.64l-.25-.432a1 1 0 1 1 1.732-1l1.5 2.598a1 1 0 0 1-1.732 1l-.25-.433l-1.178.68c.256.727.395 1.51.395 2.325c0 .774-.125 1.518-.357 2.213l1.162.67l.25-.432a1 1 0 1 1 1.732 1l-1.5 2.598a1 1 0 0 1-1.733-1l.25-.433l-1.06-.613A7 7 0 0 1 13 18.93V20h.5a1 1 0 1 1 0 2h-3a1 1 0 1 1 0-2h.5v-1.07A7 7 0 0 1 6.255 16l-1.067.616l.25.433a1 1 0 0 1-1.732 1l-1.5-2.598a1 1 0 0 1 1.732-1l.25.433l1.168-.675A7 7 0 0 1 5 12c0-.814.139-1.595.394-2.321L4.21 8.995l-.25.433a1 1 0 1 1-1.732-1l1.5-2.598a1 1 0 1 1 1.732 1l-.25.433l1.112.642A7 7 0 0 1 11 5.071V4h-.5a1 1 0 0 1-1-1m7.5 9a5 5 0 1 1-10 0a5 5 0 0 1 10 0" clipRule="evenodd"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M10.75 9a1.75 1.75 0 1 0 0 3.5a1.75 1.75 0 0 0 0-3.5" clip-rule="evenodd"/><path d="M13 15a1 1 0 1 1-2 0a1 1 0 0 1 2 0m3-3a1 1 0 1 1-2 0a1 1 0 0 1 2 0"/><path fill-rule="evenodd" d="M9.5 3a1 1 0 0 1 1-1h3a1 1 0 1 1 0 2H13v1.07a7 7 0 0 1 4.676 2.832l1.107-.64l-.25-.432a1 1 0 1 1 1.732-1l1.5 2.598a1 1 0 0 1-1.732 1l-.25-.433l-1.178.68c.256.727.395 1.51.395 2.325c0 .774-.125 1.518-.357 2.213l1.162.67l.25-.432a1 1 0 1 1 1.732 1l-1.5 2.598a1 1 0 0 1-1.733-1l.25-.433l-1.06-.613A7 7 0 0 1 13 18.93V20h.5a1 1 0 1 1 0 2h-3a1 1 0 1 1 0-2h.5v-1.07A7 7 0 0 1 6.255 16l-1.067.616l.25.433a1 1 0 0 1-1.732 1l-1.5-2.598a1 1 0 0 1 1.732-1l.25.433l1.168-.675A7 7 0 0 1 5 12c0-.814.139-1.595.394-2.321L4.21 8.995l-.25.433a1 1 0 1 1-1.732-1l1.5-2.598a1 1 0 1 1 1.732 1l-.25.433l1.112.642A7 7 0 0 1 11 5.071V4h-.5a1 1 0 0 1-1-1m7.5 9a5 5 0 1 1-10 0a5 5 0 0 1 10 0" clip-rule="evenodd"/></g></svg> </template>
CSS
.icon-virus-alt-outline-24px {
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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M10.75%209a1.75%201.75%200%201%200%200%203.5a1.75%201.75%200%200%200%200-3.5%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M13%2015a1%201%200%201%201-2%200a1%201%200%200%201%202%200m3-3a1%201%200%201%201-2%200a1%201%200%200%201%202%200%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M9.5%203a1%201%200%200%201%201-1h3a1%201%200%201%201%200%202H13v1.07a7%207%200%200%201%204.676%202.832l1.107-.64l-.25-.432a1%201%200%201%201%201.732-1l1.5%202.598a1%201%200%200%201-1.732%201l-.25-.433l-1.178.68c.256.727.395%201.51.395%202.325c0%20.774-.125%201.518-.357%202.213l1.162.67l.25-.432a1%201%200%201%201%201.732%201l-1.5%202.598a1%201%200%200%201-1.733-1l.25-.433l-1.06-.613A7%207%200%200%201%2013%2018.93V20h.5a1%201%200%201%201%200%202h-3a1%201%200%201%201%200-2h.5v-1.07A7%207%200%200%201%206.255%2016l-1.067.616l.25.433a1%201%200%200%201-1.732%201l-1.5-2.598a1%201%200%200%201%201.732-1l.25.433l1.168-.675A7%207%200%200%201%205%2012c0-.814.139-1.595.394-2.321L4.21%208.995l-.25.433a1%201%200%201%201-1.732-1l1.5-2.598a1%201%200%201%201%201.732%201l-.25.433l1.112.642A7%207%200%200%201%2011%205.071V4h-.5a1%201%200%200%201-1-1m7.5%209a5%205%200%201%201-10%200a5%205%200%200%201%2010%200%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M10.75%209a1.75%201.75%200%201%200%200%203.5a1.75%201.75%200%200%200%200-3.5%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M13%2015a1%201%200%201%201-2%200a1%201%200%200%201%202%200m3-3a1%201%200%201%201-2%200a1%201%200%200%201%202%200%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M9.5%203a1%201%200%200%201%201-1h3a1%201%200%201%201%200%202H13v1.07a7%207%200%200%201%204.676%202.832l1.107-.64l-.25-.432a1%201%200%201%201%201.732-1l1.5%202.598a1%201%200%200%201-1.732%201l-.25-.433l-1.178.68c.256.727.395%201.51.395%202.325c0%20.774-.125%201.518-.357%202.213l1.162.67l.25-.432a1%201%200%201%201%201.732%201l-1.5%202.598a1%201%200%200%201-1.733-1l.25-.433l-1.06-.613A7%207%200%200%201%2013%2018.93V20h.5a1%201%200%201%201%200%202h-3a1%201%200%201%201%200-2h.5v-1.07A7%207%200%200%201%206.255%2016l-1.067.616l.25.433a1%201%200%200%201-1.732%201l-1.5-2.598a1%201%200%200%201%201.732-1l.25.433l1.168-.675A7%207%200%200%201%205%2012c0-.814.139-1.595.394-2.321L4.21%208.995l-.25.433a1%201%200%201%201-1.732-1l1.5-2.598a1%201%200%201%201%201.732%201l-.25.433l1.112.642A7%207%200%200%201%2011%205.071V4h-.5a1%201%200%200%201-1-1m7.5%209a5%205%200%201%201-10%200a5%205%200%200%201%2010%200%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/healthicons/virus-alt-outline-24px.svg?color=%231a73e8&size=48