malware-detected-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.

Name
malware-detected-24-regular
Set
Fluent UI System Icons
Style
24 Regular
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="M11.55 2.15a.75.75 0 0 1 .9 0C14.992 4.057 17.587 5 20.25 5a.75.75 0 0 1 .743.648L21 5.75V11c0 5.001-2.958 8.676-8.725 10.948a.75.75 0 0 1-.55 0c-5.647-2.225-8.6-5.794-8.721-10.637L3 11V5.75A.75.75 0 0 1 3.75 5c2.663 0 5.258-.943 7.8-2.85zM12 3.678c-2.292 1.62-4.66 2.547-7.094 2.77l-.406.03V11c0 4.256 2.453 7.379 7.5 9.442c4.932-2.016 7.387-5.045 7.496-9.154L19.5 11V6.478c-2.577-.152-5.08-1.09-7.5-2.8zM9.78 8.22L12 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 1.06-1.06z" fill="currentColor" fill-rule="nonzero"/></svg>

React

import type { SVGProps } from "react";

export function FluentMalwareDetected24Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M11.55 2.15a.75.75 0 0 1 .9 0C14.992 4.057 17.587 5 20.25 5a.75.75 0 0 1 .743.648L21 5.75V11c0 5.001-2.958 8.676-8.725 10.948a.75.75 0 0 1-.55 0c-5.647-2.225-8.6-5.794-8.721-10.637L3 11V5.75A.75.75 0 0 1 3.75 5c2.663 0 5.258-.943 7.8-2.85zM12 3.678c-2.292 1.62-4.66 2.547-7.094 2.77l-.406.03V11c0 4.256 2.453 7.379 7.5 9.442c4.932-2.016 7.387-5.045 7.496-9.154L19.5 11V6.478c-2.577-.152-5.08-1.09-7.5-2.8zM9.78 8.22L12 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 1.06-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="M11.55 2.15a.75.75 0 0 1 .9 0C14.992 4.057 17.587 5 20.25 5a.75.75 0 0 1 .743.648L21 5.75V11c0 5.001-2.958 8.676-8.725 10.948a.75.75 0 0 1-.55 0c-5.647-2.225-8.6-5.794-8.721-10.637L3 11V5.75A.75.75 0 0 1 3.75 5c2.663 0 5.258-.943 7.8-2.85zM12 3.678c-2.292 1.62-4.66 2.547-7.094 2.77l-.406.03V11c0 4.256 2.453 7.379 7.5 9.442c4.932-2.016 7.387-5.045 7.496-9.154L19.5 11V6.478c-2.577-.152-5.08-1.09-7.5-2.8zM9.78 8.22L12 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 1.06-1.06z" fill="currentColor" fill-rule="nonzero"/></svg>
</template>

CSS

.icon-malware-detected-24-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%2024%2024%22%3E%3Cpath%20d%3D%22M11.55%202.15a.75.75%200%200%201%20.9%200C14.992%204.057%2017.587%205%2020.25%205a.75.75%200%200%201%20.743.648L21%205.75V11c0%205.001-2.958%208.676-8.725%2010.948a.75.75%200%200%201-.55%200c-5.647-2.225-8.6-5.794-8.721-10.637L3%2011V5.75A.75.75%200%200%201%203.75%205c2.663%200%205.258-.943%207.8-2.85zM12%203.678c-2.292%201.62-4.66%202.547-7.094%202.77l-.406.03V11c0%204.256%202.453%207.379%207.5%209.442c4.932-2.016%207.387-5.045%207.496-9.154L19.5%2011V6.478c-2.577-.152-5.08-1.09-7.5-2.8zM9.78%208.22L12%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%201.06-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%22M11.55%202.15a.75.75%200%200%201%20.9%200C14.992%204.057%2017.587%205%2020.25%205a.75.75%200%200%201%20.743.648L21%205.75V11c0%205.001-2.958%208.676-8.725%2010.948a.75.75%200%200%201-.55%200c-5.647-2.225-8.6-5.794-8.721-10.637L3%2011V5.75A.75.75%200%200%201%203.75%205c2.663%200%205.258-.943%207.8-2.85zM12%203.678c-2.292%201.62-4.66%202.547-7.094%202.77l-.406.03V11c0%204.256%202.453%207.379%207.5%209.442c4.932-2.016%207.387-5.045%207.496-9.154L19.5%2011V6.478c-2.577-.152-5.08-1.09-7.5-2.8zM9.78%208.22L12%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%201.06-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-regular.svg?color=%231a73e8&size=48