virus-off-outline from Material Design Icons by Pictogrammers · Outline · Science · Apache-2.0 Free for personal and commercial use.

Name
virus-off-outline
Set
Material Design Icons
Style
Outline
Category
Science
Viewbox
24×24
License
Apache 2.0

1 other variant in Material Design Icons

The same icon in other sets

More science icons from Material Design Icons

Use the virus off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M23 13a1.746 1.746 0 0 1-3.18 1h-1.11c-.11.38-.26.73-.43 1.08l-1.55-1.55c.16-.48.27-.99.27-1.53c0-2.76-2.24-5-5-5c-.54 0-1.05.11-1.53.27L8.92 5.72c.65-.31 1.34-.53 2.08-.64v-1.4A1.746 1.746 0 0 1 12 .5a1.746 1.746 0 0 1 1 3.18v1.4c1.19.17 2.27.63 3.19 1.32l1.34-1.34c-.1-.56.06-1.13.47-1.56c.35-.33.8-.5 1.25-.5s.9.17 1.25.5c.67.7.67 1.81 0 2.5c-.35.33-.8.5-1.25.5c-.1 0-.2 0-.31-.03L17.6 7.81A6.86 6.86 0 0 1 19 12h.82A1.746 1.746 0 0 1 23 13m-.89 8.46l-1.27 1.27l-.74-.73c-.4-.05-.79-.21-1.1-.5c-.3-.31-.46-.7-.5-1.1l-2.6-2.61c-.33.21-.68.44-1.05.6c.36.29.61.73.65 1.23c.07.96-.65 1.8-1.62 1.88h-.13c-.91 0-1.67-.7-1.75-1.62c0-.32.05-.62.18-.88H12c-.93 0-1.81-.18-2.62-.5l-1.07 1.97c.25.49.26 1.09-.02 1.61a1.75 1.75 0 0 1-2.37.71a1.75 1.75 0 0 1-.71-2.37c.29-.53.79-.84 1.34-.92l1.1-2c-.7-.58-1.3-1.28-1.75-2.07l-1.51.41c-.18.52-.61.94-1.18 1.1c-.16.06-.31.06-.46.06c-.75 0-1.48-.5-1.69-1.29c-.251-.94.3-1.9 1.23-2.15c.15-.06.31-.06.46-.06c.41 0 .81.15 1.12.41l1.31-.35A7.2 7.2 0 0 1 5 12c-.36-.08-.71-.23-1-.5c-.67-.7-.67-1.8 0-2.5c.35-.33.8-.5 1.25-.5c.21 0 .42.04.62.12c.1-.18.22-.35.33-.53L1.11 3l1.28-1.27zm-7.66-5.12L7.66 9.55C7.25 10.28 7 11.11 7 12c0 2.76 2.24 5 5 5c.9 0 1.73-.25 2.45-.66M7.19 2.75C6.84 2.26 6.3 2 5.75 2c-.16 0-.32.03-.48.07l2.15 2.15c.14-.49.08-1.03-.23-1.47"/></svg>

React

import type { SVGProps } from "react";

export function MdiVirusOffOutline(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M23 13a1.746 1.746 0 0 1-3.18 1h-1.11c-.11.38-.26.73-.43 1.08l-1.55-1.55c.16-.48.27-.99.27-1.53c0-2.76-2.24-5-5-5c-.54 0-1.05.11-1.53.27L8.92 5.72c.65-.31 1.34-.53 2.08-.64v-1.4A1.746 1.746 0 0 1 12 .5a1.746 1.746 0 0 1 1 3.18v1.4c1.19.17 2.27.63 3.19 1.32l1.34-1.34c-.1-.56.06-1.13.47-1.56c.35-.33.8-.5 1.25-.5s.9.17 1.25.5c.67.7.67 1.81 0 2.5c-.35.33-.8.5-1.25.5c-.1 0-.2 0-.31-.03L17.6 7.81A6.86 6.86 0 0 1 19 12h.82A1.746 1.746 0 0 1 23 13m-.89 8.46l-1.27 1.27l-.74-.73c-.4-.05-.79-.21-1.1-.5c-.3-.31-.46-.7-.5-1.1l-2.6-2.61c-.33.21-.68.44-1.05.6c.36.29.61.73.65 1.23c.07.96-.65 1.8-1.62 1.88h-.13c-.91 0-1.67-.7-1.75-1.62c0-.32.05-.62.18-.88H12c-.93 0-1.81-.18-2.62-.5l-1.07 1.97c.25.49.26 1.09-.02 1.61a1.75 1.75 0 0 1-2.37.71a1.75 1.75 0 0 1-.71-2.37c.29-.53.79-.84 1.34-.92l1.1-2c-.7-.58-1.3-1.28-1.75-2.07l-1.51.41c-.18.52-.61.94-1.18 1.1c-.16.06-.31.06-.46.06c-.75 0-1.48-.5-1.69-1.29c-.251-.94.3-1.9 1.23-2.15c.15-.06.31-.06.46-.06c.41 0 .81.15 1.12.41l1.31-.35A7.2 7.2 0 0 1 5 12c-.36-.08-.71-.23-1-.5c-.67-.7-.67-1.8 0-2.5c.35-.33.8-.5 1.25-.5c.21 0 .42.04.62.12c.1-.18.22-.35.33-.53L1.11 3l1.28-1.27zm-7.66-5.12L7.66 9.55C7.25 10.28 7 11.11 7 12c0 2.76 2.24 5 5 5c.9 0 1.73-.25 2.45-.66M7.19 2.75C6.84 2.26 6.3 2 5.75 2c-.16 0-.32.03-.48.07l2.15 2.15c.14-.49.08-1.03-.23-1.47"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M23 13a1.746 1.746 0 0 1-3.18 1h-1.11c-.11.38-.26.73-.43 1.08l-1.55-1.55c.16-.48.27-.99.27-1.53c0-2.76-2.24-5-5-5c-.54 0-1.05.11-1.53.27L8.92 5.72c.65-.31 1.34-.53 2.08-.64v-1.4A1.746 1.746 0 0 1 12 .5a1.746 1.746 0 0 1 1 3.18v1.4c1.19.17 2.27.63 3.19 1.32l1.34-1.34c-.1-.56.06-1.13.47-1.56c.35-.33.8-.5 1.25-.5s.9.17 1.25.5c.67.7.67 1.81 0 2.5c-.35.33-.8.5-1.25.5c-.1 0-.2 0-.31-.03L17.6 7.81A6.86 6.86 0 0 1 19 12h.82A1.746 1.746 0 0 1 23 13m-.89 8.46l-1.27 1.27l-.74-.73c-.4-.05-.79-.21-1.1-.5c-.3-.31-.46-.7-.5-1.1l-2.6-2.61c-.33.21-.68.44-1.05.6c.36.29.61.73.65 1.23c.07.96-.65 1.8-1.62 1.88h-.13c-.91 0-1.67-.7-1.75-1.62c0-.32.05-.62.18-.88H12c-.93 0-1.81-.18-2.62-.5l-1.07 1.97c.25.49.26 1.09-.02 1.61a1.75 1.75 0 0 1-2.37.71a1.75 1.75 0 0 1-.71-2.37c.29-.53.79-.84 1.34-.92l1.1-2c-.7-.58-1.3-1.28-1.75-2.07l-1.51.41c-.18.52-.61.94-1.18 1.1c-.16.06-.31.06-.46.06c-.75 0-1.48-.5-1.69-1.29c-.251-.94.3-1.9 1.23-2.15c.15-.06.31-.06.46-.06c.41 0 .81.15 1.12.41l1.31-.35A7.2 7.2 0 0 1 5 12c-.36-.08-.71-.23-1-.5c-.67-.7-.67-1.8 0-2.5c.35-.33.8-.5 1.25-.5c.21 0 .42.04.62.12c.1-.18.22-.35.33-.53L1.11 3l1.28-1.27zm-7.66-5.12L7.66 9.55C7.25 10.28 7 11.11 7 12c0 2.76 2.24 5 5 5c.9 0 1.73-.25 2.45-.66M7.19 2.75C6.84 2.26 6.3 2 5.75 2c-.16 0-.32.03-.48.07l2.15 2.15c.14-.49.08-1.03-.23-1.47"/></svg>
</template>

CSS

.icon-virus-off-outline {
  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%20fill%3D%22currentColor%22%20d%3D%22M23%2013a1.746%201.746%200%200%201-3.18%201h-1.11c-.11.38-.26.73-.43%201.08l-1.55-1.55c.16-.48.27-.99.27-1.53c0-2.76-2.24-5-5-5c-.54%200-1.05.11-1.53.27L8.92%205.72c.65-.31%201.34-.53%202.08-.64v-1.4A1.746%201.746%200%200%201%2012%20.5a1.746%201.746%200%200%201%201%203.18v1.4c1.19.17%202.27.63%203.19%201.32l1.34-1.34c-.1-.56.06-1.13.47-1.56c.35-.33.8-.5%201.25-.5s.9.17%201.25.5c.67.7.67%201.81%200%202.5c-.35.33-.8.5-1.25.5c-.1%200-.2%200-.31-.03L17.6%207.81A6.86%206.86%200%200%201%2019%2012h.82A1.746%201.746%200%200%201%2023%2013m-.89%208.46l-1.27%201.27l-.74-.73c-.4-.05-.79-.21-1.1-.5c-.3-.31-.46-.7-.5-1.1l-2.6-2.61c-.33.21-.68.44-1.05.6c.36.29.61.73.65%201.23c.07.96-.65%201.8-1.62%201.88h-.13c-.91%200-1.67-.7-1.75-1.62c0-.32.05-.62.18-.88H12c-.93%200-1.81-.18-2.62-.5l-1.07%201.97c.25.49.26%201.09-.02%201.61a1.75%201.75%200%200%201-2.37.71a1.75%201.75%200%200%201-.71-2.37c.29-.53.79-.84%201.34-.92l1.1-2c-.7-.58-1.3-1.28-1.75-2.07l-1.51.41c-.18.52-.61.94-1.18%201.1c-.16.06-.31.06-.46.06c-.75%200-1.48-.5-1.69-1.29c-.251-.94.3-1.9%201.23-2.15c.15-.06.31-.06.46-.06c.41%200%20.81.15%201.12.41l1.31-.35A7.2%207.2%200%200%201%205%2012c-.36-.08-.71-.23-1-.5c-.67-.7-.67-1.8%200-2.5c.35-.33.8-.5%201.25-.5c.21%200%20.42.04.62.12c.1-.18.22-.35.33-.53L1.11%203l1.28-1.27zm-7.66-5.12L7.66%209.55C7.25%2010.28%207%2011.11%207%2012c0%202.76%202.24%205%205%205c.9%200%201.73-.25%202.45-.66M7.19%202.75C6.84%202.26%206.3%202%205.75%202c-.16%200-.32.03-.48.07l2.15%202.15c.14-.49.08-1.03-.23-1.47%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%20fill%3D%22currentColor%22%20d%3D%22M23%2013a1.746%201.746%200%200%201-3.18%201h-1.11c-.11.38-.26.73-.43%201.08l-1.55-1.55c.16-.48.27-.99.27-1.53c0-2.76-2.24-5-5-5c-.54%200-1.05.11-1.53.27L8.92%205.72c.65-.31%201.34-.53%202.08-.64v-1.4A1.746%201.746%200%200%201%2012%20.5a1.746%201.746%200%200%201%201%203.18v1.4c1.19.17%202.27.63%203.19%201.32l1.34-1.34c-.1-.56.06-1.13.47-1.56c.35-.33.8-.5%201.25-.5s.9.17%201.25.5c.67.7.67%201.81%200%202.5c-.35.33-.8.5-1.25.5c-.1%200-.2%200-.31-.03L17.6%207.81A6.86%206.86%200%200%201%2019%2012h.82A1.746%201.746%200%200%201%2023%2013m-.89%208.46l-1.27%201.27l-.74-.73c-.4-.05-.79-.21-1.1-.5c-.3-.31-.46-.7-.5-1.1l-2.6-2.61c-.33.21-.68.44-1.05.6c.36.29.61.73.65%201.23c.07.96-.65%201.8-1.62%201.88h-.13c-.91%200-1.67-.7-1.75-1.62c0-.32.05-.62.18-.88H12c-.93%200-1.81-.18-2.62-.5l-1.07%201.97c.25.49.26%201.09-.02%201.61a1.75%201.75%200%200%201-2.37.71a1.75%201.75%200%200%201-.71-2.37c.29-.53.79-.84%201.34-.92l1.1-2c-.7-.58-1.3-1.28-1.75-2.07l-1.51.41c-.18.52-.61.94-1.18%201.1c-.16.06-.31.06-.46.06c-.75%200-1.48-.5-1.69-1.29c-.251-.94.3-1.9%201.23-2.15c.15-.06.31-.06.46-.06c.41%200%20.81.15%201.12.41l1.31-.35A7.2%207.2%200%200%201%205%2012c-.36-.08-.71-.23-1-.5c-.67-.7-.67-1.8%200-2.5c.35-.33.8-.5%201.25-.5c.21%200%20.42.04.62.12c.1-.18.22-.35.33-.53L1.11%203l1.28-1.27zm-7.66-5.12L7.66%209.55C7.25%2010.28%207%2011.11%207%2012c0%202.76%202.24%205%205%205c.9%200%201.73-.25%202.45-.66M7.19%202.75C6.84%202.26%206.3%202%205.75%202c-.16%200-.32.03-.48.07l2.15%202.15c.14-.49.08-1.03-.23-1.47%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/virus-off-outline.svg?color=%231a73e8&size=48