vial virus icon
vial-virus from Font Awesome 6 Solid by Dave Gandy · Regular · CC-BY-4.0 Attribution required.
- Name
- vial-virus
- Set
- Font Awesome 6 Solid
- Style
- Regular
- Viewbox
- 512×512
- License
- CC BY 4.0
The same icon in other sets
Related icons in Font Awesome 6 Solid
Use the vial virus icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M32 32C14.3 32 0 46.3 0 64s14.3 32 32 32v288c0 53 43 96 96 96c28.6 0 54.2-12.5 71.8-32.3c.1-14.2 5.6-28.3 16.4-39.1c.2-.2.1-.6-.2-.6c-30.9 0-56-25.1-56-56s25.1-56 56-56c.3 0 .4-.4.2-.6c-21.9-21.9-21.9-57.3 0-79.2c2.4-2.4 5-4.6 7.8-6.5V96c17.7 0 32-14.3 32-32s-14.3-32-32-32zm64 160V96h64v96zm120 184c28.8 0 43.2 34.8 22.9 55.2c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0c20.4-20.4 55.2-5.9 55.2 22.9c0 13.3 10.7 24 24 24s24-10.7 24-24c0-28.8 34.8-43.2 55.2-22.9c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9c-20.3-20.4-5.9-55.2 22.9-55.2c13.3 0 24-10.7 24-24s-10.7-24-24-24c-28.8 0-43.2-34.8-22.9-55.2c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0c-20.4 20.3-55.2 5.9-55.2-22.9c0-13.3-10.7-24-24-24s-24 10.7-24 24c0 28.8-34.8 43.2-55.2 22.9c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9c20.4 20.4 5.9 55.2-22.9 55.2c-13.3 0-24 10.7-24 24s10.7 24 24 24m104-88a32 32 0 1 1 0 64a32 32 0 1 1 0-64m40 96a24 24 0 1 1 48 0a24 24 0 1 1-48 0"/></svg>
React
import type { SVGProps } from "react";
export function Fa6SolidVialVirus(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M32 32C14.3 32 0 46.3 0 64s14.3 32 32 32v288c0 53 43 96 96 96c28.6 0 54.2-12.5 71.8-32.3c.1-14.2 5.6-28.3 16.4-39.1c.2-.2.1-.6-.2-.6c-30.9 0-56-25.1-56-56s25.1-56 56-56c.3 0 .4-.4.2-.6c-21.9-21.9-21.9-57.3 0-79.2c2.4-2.4 5-4.6 7.8-6.5V96c17.7 0 32-14.3 32-32s-14.3-32-32-32zm64 160V96h64v96zm120 184c28.8 0 43.2 34.8 22.9 55.2c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0c20.4-20.4 55.2-5.9 55.2 22.9c0 13.3 10.7 24 24 24s24-10.7 24-24c0-28.8 34.8-43.2 55.2-22.9c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9c-20.3-20.4-5.9-55.2 22.9-55.2c13.3 0 24-10.7 24-24s-10.7-24-24-24c-28.8 0-43.2-34.8-22.9-55.2c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0c-20.4 20.3-55.2 5.9-55.2-22.9c0-13.3-10.7-24-24-24s-24 10.7-24 24c0 28.8-34.8 43.2-55.2 22.9c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9c20.4 20.4 5.9 55.2-22.9 55.2c-13.3 0-24 10.7-24 24s10.7 24 24 24m104-88a32 32 0 1 1 0 64a32 32 0 1 1 0-64m40 96a24 24 0 1 1 48 0a24 24 0 1 1-48 0"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M32 32C14.3 32 0 46.3 0 64s14.3 32 32 32v288c0 53 43 96 96 96c28.6 0 54.2-12.5 71.8-32.3c.1-14.2 5.6-28.3 16.4-39.1c.2-.2.1-.6-.2-.6c-30.9 0-56-25.1-56-56s25.1-56 56-56c.3 0 .4-.4.2-.6c-21.9-21.9-21.9-57.3 0-79.2c2.4-2.4 5-4.6 7.8-6.5V96c17.7 0 32-14.3 32-32s-14.3-32-32-32zm64 160V96h64v96zm120 184c28.8 0 43.2 34.8 22.9 55.2c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0c20.4-20.4 55.2-5.9 55.2 22.9c0 13.3 10.7 24 24 24s24-10.7 24-24c0-28.8 34.8-43.2 55.2-22.9c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9c-20.3-20.4-5.9-55.2 22.9-55.2c13.3 0 24-10.7 24-24s-10.7-24-24-24c-28.8 0-43.2-34.8-22.9-55.2c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0c-20.4 20.3-55.2 5.9-55.2-22.9c0-13.3-10.7-24-24-24s-24 10.7-24 24c0 28.8-34.8 43.2-55.2 22.9c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9c20.4 20.4 5.9 55.2-22.9 55.2c-13.3 0-24 10.7-24 24s10.7 24 24 24m104-88a32 32 0 1 1 0 64a32 32 0 1 1 0-64m40 96a24 24 0 1 1 48 0a24 24 0 1 1-48 0"/></svg> </template>
CSS
.icon-vial-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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M32%2032C14.3%2032%200%2046.3%200%2064s14.3%2032%2032%2032v288c0%2053%2043%2096%2096%2096c28.6%200%2054.2-12.5%2071.8-32.3c.1-14.2%205.6-28.3%2016.4-39.1c.2-.2.1-.6-.2-.6c-30.9%200-56-25.1-56-56s25.1-56%2056-56c.3%200%20.4-.4.2-.6c-21.9-21.9-21.9-57.3%200-79.2c2.4-2.4%205-4.6%207.8-6.5V96c17.7%200%2032-14.3%2032-32s-14.3-32-32-32zm64%20160V96h64v96zm120%20184c28.8%200%2043.2%2034.8%2022.9%2055.2c-9.4%209.4-9.4%2024.6%200%2033.9s24.6%209.4%2033.9%200c20.4-20.4%2055.2-5.9%2055.2%2022.9c0%2013.3%2010.7%2024%2024%2024s24-10.7%2024-24c0-28.8%2034.8-43.2%2055.2-22.9c9.4%209.4%2024.6%209.4%2033.9%200s9.4-24.6%200-33.9c-20.3-20.4-5.9-55.2%2022.9-55.2c13.3%200%2024-10.7%2024-24s-10.7-24-24-24c-28.8%200-43.2-34.8-22.9-55.2c9.4-9.4%209.4-24.6%200-33.9s-24.6-9.4-33.9%200c-20.4%2020.3-55.2%205.9-55.2-22.9c0-13.3-10.7-24-24-24s-24%2010.7-24%2024c0%2028.8-34.8%2043.2-55.2%2022.9c-9.4-9.4-24.6-9.4-33.9%200s-9.4%2024.6%200%2033.9c20.4%2020.4%205.9%2055.2-22.9%2055.2c-13.3%200-24%2010.7-24%2024s10.7%2024%2024%2024m104-88a32%2032%200%201%201%200%2064a32%2032%200%201%201%200-64m40%2096a24%2024%200%201%201%2048%200a24%2024%200%201%201-48%200%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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M32%2032C14.3%2032%200%2046.3%200%2064s14.3%2032%2032%2032v288c0%2053%2043%2096%2096%2096c28.6%200%2054.2-12.5%2071.8-32.3c.1-14.2%205.6-28.3%2016.4-39.1c.2-.2.1-.6-.2-.6c-30.9%200-56-25.1-56-56s25.1-56%2056-56c.3%200%20.4-.4.2-.6c-21.9-21.9-21.9-57.3%200-79.2c2.4-2.4%205-4.6%207.8-6.5V96c17.7%200%2032-14.3%2032-32s-14.3-32-32-32zm64%20160V96h64v96zm120%20184c28.8%200%2043.2%2034.8%2022.9%2055.2c-9.4%209.4-9.4%2024.6%200%2033.9s24.6%209.4%2033.9%200c20.4-20.4%2055.2-5.9%2055.2%2022.9c0%2013.3%2010.7%2024%2024%2024s24-10.7%2024-24c0-28.8%2034.8-43.2%2055.2-22.9c9.4%209.4%2024.6%209.4%2033.9%200s9.4-24.6%200-33.9c-20.3-20.4-5.9-55.2%2022.9-55.2c13.3%200%2024-10.7%2024-24s-10.7-24-24-24c-28.8%200-43.2-34.8-22.9-55.2c9.4-9.4%209.4-24.6%200-33.9s-24.6-9.4-33.9%200c-20.4%2020.3-55.2%205.9-55.2-22.9c0-13.3-10.7-24-24-24s-24%2010.7-24%2024c0%2028.8-34.8%2043.2-55.2%2022.9c-9.4-9.4-24.6-9.4-33.9%200s-9.4%2024.6%200%2033.9c20.4%2020.4%205.9%2055.2-22.9%2055.2c-13.3%200-24%2010.7-24%2024s10.7%2024%2024%2024m104-88a32%2032%200%201%201%200%2064a32%2032%200%201%201%200-64m40%2096a24%2024%200%201%201%2048%200a24%2024%200%201%201-48%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-solid/vial-virus.svg?color=%231a73e8&size=48