shield virus icon
shield-virus from Font Awesome 6 Solid by Dave Gandy · Regular · Medical · CC-BY-4.0 Attribution required.
- Name
- shield-virus
- Set
- Font Awesome 6 Solid
- Style
- Regular
- Category
- Medical
- Viewbox
- 512×512
- License
- CC BY 4.0
The same icon in other sets
More medical icons from Font Awesome 6 Solid
Use the shield virus icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M269.4 2.9C265.2 1 260.7 0 256 0s-9.2 1-13.4 2.9L54.3 82.8c-22 9.3-38.4 31-38.3 57.2c.5 99.2 41.3 280.7 213.6 363.2c16.7 8 36.1 8 52.8 0C454.7 420.7 495.5 239.2 496 140c.1-26.2-16.3-47.9-38.3-57.2zM256 112c8.8 0 16 7.2 16 16c0 33 39.9 49.5 63.2 26.2c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6C334.5 200.1 351 240 384 240c8.8 0 16 7.2 16 16s-7.2 16-16 16c-33 0-49.5 39.9-26.2 63.2c6.2 6.2 6.2 16.4 0 22.6s-16.4 6.2-22.6 0C311.9 334.5 272 351 272 384c0 8.8-7.2 16-16 16s-16-7.2-16-16c0-33-39.9-49.5-63.2-26.2c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6C177.5 311.9 161 272 128 272c-8.8 0-16-7.2-16-16s7.2-16 16-16c33 0 49.5-39.9 26.2-63.2c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0C200.1 177.5 240 161 240 128c0-8.8 7.2-16 16-16m-24 144a24 24 0 1 0 0-48a24 24 0 1 0 0 48m72 32a16 16 0 1 0-32 0a16 16 0 1 0 32 0"/></svg>
React
import type { SVGProps } from "react";
export function Fa6SolidShieldVirus(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="M269.4 2.9C265.2 1 260.7 0 256 0s-9.2 1-13.4 2.9L54.3 82.8c-22 9.3-38.4 31-38.3 57.2c.5 99.2 41.3 280.7 213.6 363.2c16.7 8 36.1 8 52.8 0C454.7 420.7 495.5 239.2 496 140c.1-26.2-16.3-47.9-38.3-57.2zM256 112c8.8 0 16 7.2 16 16c0 33 39.9 49.5 63.2 26.2c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6C334.5 200.1 351 240 384 240c8.8 0 16 7.2 16 16s-7.2 16-16 16c-33 0-49.5 39.9-26.2 63.2c6.2 6.2 6.2 16.4 0 22.6s-16.4 6.2-22.6 0C311.9 334.5 272 351 272 384c0 8.8-7.2 16-16 16s-16-7.2-16-16c0-33-39.9-49.5-63.2-26.2c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6C177.5 311.9 161 272 128 272c-8.8 0-16-7.2-16-16s7.2-16 16-16c33 0 49.5-39.9 26.2-63.2c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0C200.1 177.5 240 161 240 128c0-8.8 7.2-16 16-16m-24 144a24 24 0 1 0 0-48a24 24 0 1 0 0 48m72 32a16 16 0 1 0-32 0a16 16 0 1 0 32 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="M269.4 2.9C265.2 1 260.7 0 256 0s-9.2 1-13.4 2.9L54.3 82.8c-22 9.3-38.4 31-38.3 57.2c.5 99.2 41.3 280.7 213.6 363.2c16.7 8 36.1 8 52.8 0C454.7 420.7 495.5 239.2 496 140c.1-26.2-16.3-47.9-38.3-57.2zM256 112c8.8 0 16 7.2 16 16c0 33 39.9 49.5 63.2 26.2c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6C334.5 200.1 351 240 384 240c8.8 0 16 7.2 16 16s-7.2 16-16 16c-33 0-49.5 39.9-26.2 63.2c6.2 6.2 6.2 16.4 0 22.6s-16.4 6.2-22.6 0C311.9 334.5 272 351 272 384c0 8.8-7.2 16-16 16s-16-7.2-16-16c0-33-39.9-49.5-63.2-26.2c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6C177.5 311.9 161 272 128 272c-8.8 0-16-7.2-16-16s7.2-16 16-16c33 0 49.5-39.9 26.2-63.2c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0C200.1 177.5 240 161 240 128c0-8.8 7.2-16 16-16m-24 144a24 24 0 1 0 0-48a24 24 0 1 0 0 48m72 32a16 16 0 1 0-32 0a16 16 0 1 0 32 0"/></svg> </template>
CSS
.icon-shield-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%22M269.4%202.9C265.2%201%20260.7%200%20256%200s-9.2%201-13.4%202.9L54.3%2082.8c-22%209.3-38.4%2031-38.3%2057.2c.5%2099.2%2041.3%20280.7%20213.6%20363.2c16.7%208%2036.1%208%2052.8%200C454.7%20420.7%20495.5%20239.2%20496%20140c.1-26.2-16.3-47.9-38.3-57.2zM256%20112c8.8%200%2016%207.2%2016%2016c0%2033%2039.9%2049.5%2063.2%2026.2c6.2-6.2%2016.4-6.2%2022.6%200s6.2%2016.4%200%2022.6C334.5%20200.1%20351%20240%20384%20240c8.8%200%2016%207.2%2016%2016s-7.2%2016-16%2016c-33%200-49.5%2039.9-26.2%2063.2c6.2%206.2%206.2%2016.4%200%2022.6s-16.4%206.2-22.6%200C311.9%20334.5%20272%20351%20272%20384c0%208.8-7.2%2016-16%2016s-16-7.2-16-16c0-33-39.9-49.5-63.2-26.2c-6.2%206.2-16.4%206.2-22.6%200s-6.2-16.4%200-22.6C177.5%20311.9%20161%20272%20128%20272c-8.8%200-16-7.2-16-16s7.2-16%2016-16c33%200%2049.5-39.9%2026.2-63.2c-6.2-6.2-6.2-16.4%200-22.6s16.4-6.2%2022.6%200C200.1%20177.5%20240%20161%20240%20128c0-8.8%207.2-16%2016-16m-24%20144a24%2024%200%201%200%200-48a24%2024%200%201%200%200%2048m72%2032a16%2016%200%201%200-32%200a16%2016%200%201%200%2032%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%22M269.4%202.9C265.2%201%20260.7%200%20256%200s-9.2%201-13.4%202.9L54.3%2082.8c-22%209.3-38.4%2031-38.3%2057.2c.5%2099.2%2041.3%20280.7%20213.6%20363.2c16.7%208%2036.1%208%2052.8%200C454.7%20420.7%20495.5%20239.2%20496%20140c.1-26.2-16.3-47.9-38.3-57.2zM256%20112c8.8%200%2016%207.2%2016%2016c0%2033%2039.9%2049.5%2063.2%2026.2c6.2-6.2%2016.4-6.2%2022.6%200s6.2%2016.4%200%2022.6C334.5%20200.1%20351%20240%20384%20240c8.8%200%2016%207.2%2016%2016s-7.2%2016-16%2016c-33%200-49.5%2039.9-26.2%2063.2c6.2%206.2%206.2%2016.4%200%2022.6s-16.4%206.2-22.6%200C311.9%20334.5%20272%20351%20272%20384c0%208.8-7.2%2016-16%2016s-16-7.2-16-16c0-33-39.9-49.5-63.2-26.2c-6.2%206.2-16.4%206.2-22.6%200s-6.2-16.4%200-22.6C177.5%20311.9%20161%20272%20128%20272c-8.8%200-16-7.2-16-16s7.2-16%2016-16c33%200%2049.5-39.9%2026.2-63.2c-6.2-6.2-6.2-16.4%200-22.6s16.4-6.2%2022.6%200C200.1%20177.5%20240%20161%20240%20128c0-8.8%207.2-16%2016-16m-24%20144a24%2024%200%201%200%200-48a24%2024%200%201%200%200%2048m72%2032a16%2016%200%201%200-32%200a16%2016%200%201%200%2032%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-solid/shield-virus.svg?color=%231a73e8&size=48