malware detected icon
malware-detected-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.
- Name
- malware-detected-24-filled
- Set
- Fluent UI System Icons
- Style
- 24 Filled
- Viewbox
- 24×24
- License
- MIT
3 other variants in Fluent UI System Icons
Use the malware detected icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M3.75 5a.75.75 0 0 0-.75.75V11c0 5.001 2.958 8.676 8.725 10.948a.75.75 0 0 0 .55 0C18.042 19.676 21 16 21 11V5.75a.75.75 0 0 0-.75-.75c-2.663 0-5.258-.943-7.8-2.85a.75.75 0 0 0-.9 0C9.008 4.057 6.413 5 3.75 5zm4.97 3.22a.75.75 0 0 1 1.06 0L12 10.44l2.22-2.22a.75.75 0 1 1 1.06 1.06l-2.22 2.22l2.22 2.22a.75.75 0 1 1-1.06 1.06L12 12.56l-2.22 2.22a.75.75 0 0 1-1.06-1.06l2.22-2.22l-2.22-2.22a.75.75 0 0 1 0-1.06z" fill="currentColor" fill-rule="nonzero"/></svg>
React
import type { SVGProps } from "react";
export function FluentMalwareDetected24Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M3.75 5a.75.75 0 0 0-.75.75V11c0 5.001 2.958 8.676 8.725 10.948a.75.75 0 0 0 .55 0C18.042 19.676 21 16 21 11V5.75a.75.75 0 0 0-.75-.75c-2.663 0-5.258-.943-7.8-2.85a.75.75 0 0 0-.9 0C9.008 4.057 6.413 5 3.75 5zm4.97 3.22a.75.75 0 0 1 1.06 0L12 10.44l2.22-2.22a.75.75 0 1 1 1.06 1.06l-2.22 2.22l2.22 2.22a.75.75 0 1 1-1.06 1.06L12 12.56l-2.22 2.22a.75.75 0 0 1-1.06-1.06l2.22-2.22l-2.22-2.22a.75.75 0 0 1 0-1.06z" fill="currentColor" fillRule="nonzero"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M3.75 5a.75.75 0 0 0-.75.75V11c0 5.001 2.958 8.676 8.725 10.948a.75.75 0 0 0 .55 0C18.042 19.676 21 16 21 11V5.75a.75.75 0 0 0-.75-.75c-2.663 0-5.258-.943-7.8-2.85a.75.75 0 0 0-.9 0C9.008 4.057 6.413 5 3.75 5zm4.97 3.22a.75.75 0 0 1 1.06 0L12 10.44l2.22-2.22a.75.75 0 1 1 1.06 1.06l-2.22 2.22l2.22 2.22a.75.75 0 1 1-1.06 1.06L12 12.56l-2.22 2.22a.75.75 0 0 1-1.06-1.06l2.22-2.22l-2.22-2.22a.75.75 0 0 1 0-1.06z" fill="currentColor" fill-rule="nonzero"/></svg> </template>
CSS
.icon-malware-detected-24-filled {
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%20d%3D%22M3.75%205a.75.75%200%200%200-.75.75V11c0%205.001%202.958%208.676%208.725%2010.948a.75.75%200%200%200%20.55%200C18.042%2019.676%2021%2016%2021%2011V5.75a.75.75%200%200%200-.75-.75c-2.663%200-5.258-.943-7.8-2.85a.75.75%200%200%200-.9%200C9.008%204.057%206.413%205%203.75%205zm4.97%203.22a.75.75%200%200%201%201.06%200L12%2010.44l2.22-2.22a.75.75%200%201%201%201.06%201.06l-2.22%202.22l2.22%202.22a.75.75%200%201%201-1.06%201.06L12%2012.56l-2.22%202.22a.75.75%200%200%201-1.06-1.06l2.22-2.22l-2.22-2.22a.75.75%200%200%201%200-1.06z%22%20fill%3D%22currentColor%22%20fill-rule%3D%22nonzero%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%20d%3D%22M3.75%205a.75.75%200%200%200-.75.75V11c0%205.001%202.958%208.676%208.725%2010.948a.75.75%200%200%200%20.55%200C18.042%2019.676%2021%2016%2021%2011V5.75a.75.75%200%200%200-.75-.75c-2.663%200-5.258-.943-7.8-2.85a.75.75%200%200%200-.9%200C9.008%204.057%206.413%205%203.75%205zm4.97%203.22a.75.75%200%200%201%201.06%200L12%2010.44l2.22-2.22a.75.75%200%201%201%201.06%201.06l-2.22%202.22l2.22%202.22a.75.75%200%201%201-1.06%201.06L12%2012.56l-2.22%202.22a.75.75%200%200%201-1.06-1.06l2.22-2.22l-2.22-2.22a.75.75%200%200%201%200-1.06z%22%20fill%3D%22currentColor%22%20fill-rule%3D%22nonzero%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/malware-detected-24-filled.svg?color=%231a73e8&size=48