malware-detected-16-filled from Fluent UI System Icons by Microsoft Corporation · 16 Filled · MIT Free for personal and commercial use.

Name
malware-detected-16-filled
Set
Fluent UI System Icons
Style
16 Filled
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 .5.5v3.001c0 3.219-1.641 5.406-4.842 6.473a.5.5 0 0 1-.316 0C4.642 12.907 3 10.72 3 7.501V4.5a.5.5 0 0 1 .5-.5c1.53 0 2.904-.611 4.147-1.854zM6.534 5.84a.5.5 0 0 0-.638.057l-.057.07a.5.5 0 0 0 .057.638L7.293 8L5.896 9.396l-.057.07a.5.5 0 0 0 .057.638l.07.057a.5.5 0 0 0 .638-.057L8 8.707l1.396 1.397l.07.057a.5.5 0 0 0 .638-.057l.057-.07a.5.5 0 0 0-.057-.638L8.707 8l1.397-1.396l.057-.07a.5.5 0 0 0-.057-.638l-.07-.057a.5.5 0 0 0-.638.057L8 7.293L6.604 5.896z" fill="currentColor" fill-rule="nonzero"/></svg>

React

import type { SVGProps } from "react";

export function FluentMalwareDetected16Filled(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 .5.5v3.001c0 3.219-1.641 5.406-4.842 6.473a.5.5 0 0 1-.316 0C4.642 12.907 3 10.72 3 7.501V4.5a.5.5 0 0 1 .5-.5c1.53 0 2.904-.611 4.147-1.854zM6.534 5.84a.5.5 0 0 0-.638.057l-.057.07a.5.5 0 0 0 .057.638L7.293 8L5.896 9.396l-.057.07a.5.5 0 0 0 .057.638l.07.057a.5.5 0 0 0 .638-.057L8 8.707l1.396 1.397l.07.057a.5.5 0 0 0 .638-.057l.057-.07a.5.5 0 0 0-.057-.638L8.707 8l1.397-1.396l.057-.07a.5.5 0 0 0-.057-.638l-.07-.057a.5.5 0 0 0-.638.057L8 7.293L6.604 5.896z" 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 .5.5v3.001c0 3.219-1.641 5.406-4.842 6.473a.5.5 0 0 1-.316 0C4.642 12.907 3 10.72 3 7.501V4.5a.5.5 0 0 1 .5-.5c1.53 0 2.904-.611 4.147-1.854zM6.534 5.84a.5.5 0 0 0-.638.057l-.057.07a.5.5 0 0 0 .057.638L7.293 8L5.896 9.396l-.057.07a.5.5 0 0 0 .057.638l.07.057a.5.5 0 0 0 .638-.057L8 8.707l1.396 1.397l.07.057a.5.5 0 0 0 .638-.057l.057-.07a.5.5 0 0 0-.057-.638L8.707 8l1.397-1.396l.057-.07a.5.5 0 0 0-.057-.638l-.07-.057a.5.5 0 0 0-.638.057L8 7.293L6.604 5.896z" fill="currentColor" fill-rule="nonzero"/></svg>
</template>

CSS

.icon-malware-detected-16-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%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.5.5v3.001c0%203.219-1.641%205.406-4.842%206.473a.5.5%200%200%201-.316%200C4.642%2012.907%203%2010.72%203%207.501V4.5a.5.5%200%200%201%20.5-.5c1.53%200%202.904-.611%204.147-1.854zM6.534%205.84a.5.5%200%200%200-.638.057l-.057.07a.5.5%200%200%200%20.057.638L7.293%208L5.896%209.396l-.057.07a.5.5%200%200%200%20.057.638l.07.057a.5.5%200%200%200%20.638-.057L8%208.707l1.396%201.397l.07.057a.5.5%200%200%200%20.638-.057l.057-.07a.5.5%200%200%200-.057-.638L8.707%208l1.397-1.396l.057-.07a.5.5%200%200%200-.057-.638l-.07-.057a.5.5%200%200%200-.638.057L8%207.293L6.604%205.896z%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.5.5v3.001c0%203.219-1.641%205.406-4.842%206.473a.5.5%200%200%201-.316%200C4.642%2012.907%203%2010.72%203%207.501V4.5a.5.5%200%200%201%20.5-.5c1.53%200%202.904-.611%204.147-1.854zM6.534%205.84a.5.5%200%200%200-.638.057l-.057.07a.5.5%200%200%200%20.057.638L7.293%208L5.896%209.396l-.057.07a.5.5%200%200%200%20.057.638l.07.057a.5.5%200%200%200%20.638-.057L8%208.707l1.396%201.397l.07.057a.5.5%200%200%200%20.638-.057l.057-.07a.5.5%200%200%200-.057-.638L8.707%208l1.397-1.396l.057-.07a.5.5%200%200%200-.057-.638l-.07-.057a.5.5%200%200%200-.638.057L8%207.293L6.604%205.896z%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-filled.svg?color=%231a73e8&size=48