malware detected icon
malware-detected-16-regular from Fluent UI System Icons by Microsoft Corporation · 16 Regular · MIT Free for personal and commercial use.
- Name
- malware-detected-16-regular
- Set
- Fluent UI System Icons
- Style
- 16 Regular
- Viewbox
- 16×16
- 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 16 16"><path d="M7.647 2.146a.5.5 0 0 1 .708 0C9.595 3.39 10.969 4 12.5 4a.5.5 0 0 1 .492.41L13 4.5v3.001c0 3.219-1.641 5.406-4.842 6.473a.5.5 0 0 1-.316 0C4.738 12.94 3.1 10.851 3.005 7.791L3 7.501V4.5a.5.5 0 0 1 .5-.5c1.53 0 2.904-.611 4.147-1.854zM8 3.19C6.878 4.197 5.638 4.788 4.29 4.952l-.29.03v2.52c0 2.635 1.222 4.4 3.735 5.372L8 12.97l.265-.097c2.426-.938 3.65-2.616 3.73-5.103L12 7.5v-2.52c-1.462-.11-2.8-.712-4-1.792zM6.09 6.216l.058-.07a.5.5 0 0 1 .638-.057l.07.058L8 7.293l1.147-1.147a.5.5 0 0 1 .638-.057l.07.058a.5.5 0 0 1 .057.637l-.058.07l-1.148 1.145l1.147 1.148a.5.5 0 0 1 .057.637l-.058.07a.5.5 0 0 1-.637.057l-.07-.058L8 8.707L6.853 9.854a.5.5 0 0 1-.637.057l-.07-.058a.5.5 0 0 1-.057-.637l.058-.07L7.293 8L6.148 6.853a.5.5 0 0 1-.058-.637l.058-.07l-.058.07z" fill="currentColor" fill-rule="nonzero"/></svg>
React
import type { SVGProps } from "react";
export function FluentMalwareDetected16Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path d="M7.647 2.146a.5.5 0 0 1 .708 0C9.595 3.39 10.969 4 12.5 4a.5.5 0 0 1 .492.41L13 4.5v3.001c0 3.219-1.641 5.406-4.842 6.473a.5.5 0 0 1-.316 0C4.738 12.94 3.1 10.851 3.005 7.791L3 7.501V4.5a.5.5 0 0 1 .5-.5c1.53 0 2.904-.611 4.147-1.854zM8 3.19C6.878 4.197 5.638 4.788 4.29 4.952l-.29.03v2.52c0 2.635 1.222 4.4 3.735 5.372L8 12.97l.265-.097c2.426-.938 3.65-2.616 3.73-5.103L12 7.5v-2.52c-1.462-.11-2.8-.712-4-1.792zM6.09 6.216l.058-.07a.5.5 0 0 1 .638-.057l.07.058L8 7.293l1.147-1.147a.5.5 0 0 1 .638-.057l.07.058a.5.5 0 0 1 .057.637l-.058.07l-1.148 1.145l1.147 1.148a.5.5 0 0 1 .057.637l-.058.07a.5.5 0 0 1-.637.057l-.07-.058L8 8.707L6.853 9.854a.5.5 0 0 1-.637.057l-.07-.058a.5.5 0 0 1-.057-.637l.058-.07L7.293 8L6.148 6.853a.5.5 0 0 1-.058-.637l.058-.07l-.058.07z" fill="currentColor" fillRule="nonzero"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path d="M7.647 2.146a.5.5 0 0 1 .708 0C9.595 3.39 10.969 4 12.5 4a.5.5 0 0 1 .492.41L13 4.5v3.001c0 3.219-1.641 5.406-4.842 6.473a.5.5 0 0 1-.316 0C4.738 12.94 3.1 10.851 3.005 7.791L3 7.501V4.5a.5.5 0 0 1 .5-.5c1.53 0 2.904-.611 4.147-1.854zM8 3.19C6.878 4.197 5.638 4.788 4.29 4.952l-.29.03v2.52c0 2.635 1.222 4.4 3.735 5.372L8 12.97l.265-.097c2.426-.938 3.65-2.616 3.73-5.103L12 7.5v-2.52c-1.462-.11-2.8-.712-4-1.792zM6.09 6.216l.058-.07a.5.5 0 0 1 .638-.057l.07.058L8 7.293l1.147-1.147a.5.5 0 0 1 .638-.057l.07.058a.5.5 0 0 1 .057.637l-.058.07l-1.148 1.145l1.147 1.148a.5.5 0 0 1 .057.637l-.058.07a.5.5 0 0 1-.637.057l-.07-.058L8 8.707L6.853 9.854a.5.5 0 0 1-.637.057l-.07-.058a.5.5 0 0 1-.057-.637l.058-.07L7.293 8L6.148 6.853a.5.5 0 0 1-.058-.637l.058-.07l-.058.07z" fill="currentColor" fill-rule="nonzero"/></svg> </template>
CSS
.icon-malware-detected-16-regular {
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%2016%2016%22%3E%3Cpath%20d%3D%22M7.647%202.146a.5.5%200%200%201%20.708%200C9.595%203.39%2010.969%204%2012.5%204a.5.5%200%200%201%20.492.41L13%204.5v3.001c0%203.219-1.641%205.406-4.842%206.473a.5.5%200%200%201-.316%200C4.738%2012.94%203.1%2010.851%203.005%207.791L3%207.501V4.5a.5.5%200%200%201%20.5-.5c1.53%200%202.904-.611%204.147-1.854zM8%203.19C6.878%204.197%205.638%204.788%204.29%204.952l-.29.03v2.52c0%202.635%201.222%204.4%203.735%205.372L8%2012.97l.265-.097c2.426-.938%203.65-2.616%203.73-5.103L12%207.5v-2.52c-1.462-.11-2.8-.712-4-1.792zM6.09%206.216l.058-.07a.5.5%200%200%201%20.638-.057l.07.058L8%207.293l1.147-1.147a.5.5%200%200%201%20.638-.057l.07.058a.5.5%200%200%201%20.057.637l-.058.07l-1.148%201.145l1.147%201.148a.5.5%200%200%201%20.057.637l-.058.07a.5.5%200%200%201-.637.057l-.07-.058L8%208.707L6.853%209.854a.5.5%200%200%201-.637.057l-.07-.058a.5.5%200%200%201-.057-.637l.058-.07L7.293%208L6.148%206.853a.5.5%200%200%201-.058-.637l.058-.07l-.058.07z%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%2016%2016%22%3E%3Cpath%20d%3D%22M7.647%202.146a.5.5%200%200%201%20.708%200C9.595%203.39%2010.969%204%2012.5%204a.5.5%200%200%201%20.492.41L13%204.5v3.001c0%203.219-1.641%205.406-4.842%206.473a.5.5%200%200%201-.316%200C4.738%2012.94%203.1%2010.851%203.005%207.791L3%207.501V4.5a.5.5%200%200%201%20.5-.5c1.53%200%202.904-.611%204.147-1.854zM8%203.19C6.878%204.197%205.638%204.788%204.29%204.952l-.29.03v2.52c0%202.635%201.222%204.4%203.735%205.372L8%2012.97l.265-.097c2.426-.938%203.65-2.616%203.73-5.103L12%207.5v-2.52c-1.462-.11-2.8-.712-4-1.792zM6.09%206.216l.058-.07a.5.5%200%200%201%20.638-.057l.07.058L8%207.293l1.147-1.147a.5.5%200%200%201%20.638-.057l.07.058a.5.5%200%200%201%20.057.637l-.058.07l-1.148%201.145l1.147%201.148a.5.5%200%200%201%20.057.637l-.058.07a.5.5%200%200%201-.637.057l-.07-.058L8%208.707L6.853%209.854a.5.5%200%200%201-.637.057l-.07-.058a.5.5%200%200%201-.057-.637l.058-.07L7.293%208L6.148%206.853a.5.5%200%200%201-.058-.637l.058-.07l-.058.07z%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-16-regular.svg?color=%231a73e8&size=48