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

Name
virus-outline
Set
Material Design Icons
Style
Outline
Category
Medical / Hospital
Viewbox
24×24
License
Apache 2.0

1 other variant in Material Design Icons

The same icon in other sets

More medical / hospital icons from Material Design Icons

Use the virus icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 .5a1.746 1.746 0 0 0-1 3.18v1.4c-.9.13-1.74.42-2.5.86L7.39 4.35c.19-.52.14-1.12-.2-1.6C6.84 2.26 6.3 2 5.75 2c-.35 0-.7.1-1 .32c-.79.55-.99 1.64-.43 2.43c.34.49.88.75 1.43.75l1.18 1.68c-.43.43-.77.91-1.06 1.44c-.2-.08-.41-.12-.62-.12c-.45 0-.9.17-1.25.5c-.67.7-.67 1.8 0 2.5c.29.27.64.42 1 .5c0 .54.07 1.06.18 1.56l-1.31.35c-.31-.26-.71-.41-1.12-.41c-.15 0-.31 0-.46.06a1.75 1.75 0 0 0-1.23 2.15C1.27 16.5 2 17 2.75 17c.15 0 .3 0 .46-.06c.57-.16 1-.58 1.18-1.1l1.51-.41c.45.79 1.05 1.49 1.75 2.07l-1.1 2c-.55.08-1.05.39-1.34.92a1.749 1.749 0 1 0 3.08 1.66c.28-.52.27-1.12.02-1.61l1.07-1.97c.81.32 1.69.5 2.62.5h.18c-.13.26-.18.56-.18.88c.08.92.84 1.62 1.75 1.62h.13c.97-.08 1.69-.92 1.62-1.88c-.04-.5-.29-.94-.65-1.23c.47-.21.92-.48 1.34-.79l2.34 2.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.8 0-2.5c-.35-.33-.8-.5-1.25-.5c-.1 0-.2 0-.31.03l-2.34-2.34c.49-.65.87-1.39 1.11-2.19h1.11A1.746 1.746 0 0 0 23 13a1.746 1.746 0 0 0-3.18-1H19c0-1.57-.5-3-1.4-4.19l1.34-1.34c.11.03.21.03.31.03c.45 0 .9-.17 1.25-.5c.67-.69.67-1.8 0-2.5c-.35-.33-.8-.5-1.25-.5s-.9.17-1.25.5c-.41.43-.57 1-.47 1.56L16.19 6.4c-.92-.69-2-1.15-3.19-1.32v-1.4A1.746 1.746 0 0 0 12 .5M12 17c-2.76 0-5-2.24-5-5s2.24-5 5-5s5 2.24 5 5s-2.24 5-5 5m-1.5-8C9.67 9 9 9.67 9 10.5s.67 1.5 1.5 1.5s1.5-.67 1.5-1.5S11.33 9 10.5 9m3.5 4c-.55 0-1 .45-1 1s.45 1 1 1s1-.45 1-1s-.45-1-1-1"/></svg>

React

import type { SVGProps } from "react";

export function MdiVirusOutline(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="M12 .5a1.746 1.746 0 0 0-1 3.18v1.4c-.9.13-1.74.42-2.5.86L7.39 4.35c.19-.52.14-1.12-.2-1.6C6.84 2.26 6.3 2 5.75 2c-.35 0-.7.1-1 .32c-.79.55-.99 1.64-.43 2.43c.34.49.88.75 1.43.75l1.18 1.68c-.43.43-.77.91-1.06 1.44c-.2-.08-.41-.12-.62-.12c-.45 0-.9.17-1.25.5c-.67.7-.67 1.8 0 2.5c.29.27.64.42 1 .5c0 .54.07 1.06.18 1.56l-1.31.35c-.31-.26-.71-.41-1.12-.41c-.15 0-.31 0-.46.06a1.75 1.75 0 0 0-1.23 2.15C1.27 16.5 2 17 2.75 17c.15 0 .3 0 .46-.06c.57-.16 1-.58 1.18-1.1l1.51-.41c.45.79 1.05 1.49 1.75 2.07l-1.1 2c-.55.08-1.05.39-1.34.92a1.749 1.749 0 1 0 3.08 1.66c.28-.52.27-1.12.02-1.61l1.07-1.97c.81.32 1.69.5 2.62.5h.18c-.13.26-.18.56-.18.88c.08.92.84 1.62 1.75 1.62h.13c.97-.08 1.69-.92 1.62-1.88c-.04-.5-.29-.94-.65-1.23c.47-.21.92-.48 1.34-.79l2.34 2.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.8 0-2.5c-.35-.33-.8-.5-1.25-.5c-.1 0-.2 0-.31.03l-2.34-2.34c.49-.65.87-1.39 1.11-2.19h1.11A1.746 1.746 0 0 0 23 13a1.746 1.746 0 0 0-3.18-1H19c0-1.57-.5-3-1.4-4.19l1.34-1.34c.11.03.21.03.31.03c.45 0 .9-.17 1.25-.5c.67-.69.67-1.8 0-2.5c-.35-.33-.8-.5-1.25-.5s-.9.17-1.25.5c-.41.43-.57 1-.47 1.56L16.19 6.4c-.92-.69-2-1.15-3.19-1.32v-1.4A1.746 1.746 0 0 0 12 .5M12 17c-2.76 0-5-2.24-5-5s2.24-5 5-5s5 2.24 5 5s-2.24 5-5 5m-1.5-8C9.67 9 9 9.67 9 10.5s.67 1.5 1.5 1.5s1.5-.67 1.5-1.5S11.33 9 10.5 9m3.5 4c-.55 0-1 .45-1 1s.45 1 1 1s1-.45 1-1s-.45-1-1-1"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 .5a1.746 1.746 0 0 0-1 3.18v1.4c-.9.13-1.74.42-2.5.86L7.39 4.35c.19-.52.14-1.12-.2-1.6C6.84 2.26 6.3 2 5.75 2c-.35 0-.7.1-1 .32c-.79.55-.99 1.64-.43 2.43c.34.49.88.75 1.43.75l1.18 1.68c-.43.43-.77.91-1.06 1.44c-.2-.08-.41-.12-.62-.12c-.45 0-.9.17-1.25.5c-.67.7-.67 1.8 0 2.5c.29.27.64.42 1 .5c0 .54.07 1.06.18 1.56l-1.31.35c-.31-.26-.71-.41-1.12-.41c-.15 0-.31 0-.46.06a1.75 1.75 0 0 0-1.23 2.15C1.27 16.5 2 17 2.75 17c.15 0 .3 0 .46-.06c.57-.16 1-.58 1.18-1.1l1.51-.41c.45.79 1.05 1.49 1.75 2.07l-1.1 2c-.55.08-1.05.39-1.34.92a1.749 1.749 0 1 0 3.08 1.66c.28-.52.27-1.12.02-1.61l1.07-1.97c.81.32 1.69.5 2.62.5h.18c-.13.26-.18.56-.18.88c.08.92.84 1.62 1.75 1.62h.13c.97-.08 1.69-.92 1.62-1.88c-.04-.5-.29-.94-.65-1.23c.47-.21.92-.48 1.34-.79l2.34 2.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.8 0-2.5c-.35-.33-.8-.5-1.25-.5c-.1 0-.2 0-.31.03l-2.34-2.34c.49-.65.87-1.39 1.11-2.19h1.11A1.746 1.746 0 0 0 23 13a1.746 1.746 0 0 0-3.18-1H19c0-1.57-.5-3-1.4-4.19l1.34-1.34c.11.03.21.03.31.03c.45 0 .9-.17 1.25-.5c.67-.69.67-1.8 0-2.5c-.35-.33-.8-.5-1.25-.5s-.9.17-1.25.5c-.41.43-.57 1-.47 1.56L16.19 6.4c-.92-.69-2-1.15-3.19-1.32v-1.4A1.746 1.746 0 0 0 12 .5M12 17c-2.76 0-5-2.24-5-5s2.24-5 5-5s5 2.24 5 5s-2.24 5-5 5m-1.5-8C9.67 9 9 9.67 9 10.5s.67 1.5 1.5 1.5s1.5-.67 1.5-1.5S11.33 9 10.5 9m3.5 4c-.55 0-1 .45-1 1s.45 1 1 1s1-.45 1-1s-.45-1-1-1"/></svg>
</template>

CSS

.icon-virus-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%22M12%20.5a1.746%201.746%200%200%200-1%203.18v1.4c-.9.13-1.74.42-2.5.86L7.39%204.35c.19-.52.14-1.12-.2-1.6C6.84%202.26%206.3%202%205.75%202c-.35%200-.7.1-1%20.32c-.79.55-.99%201.64-.43%202.43c.34.49.88.75%201.43.75l1.18%201.68c-.43.43-.77.91-1.06%201.44c-.2-.08-.41-.12-.62-.12c-.45%200-.9.17-1.25.5c-.67.7-.67%201.8%200%202.5c.29.27.64.42%201%20.5c0%20.54.07%201.06.18%201.56l-1.31.35c-.31-.26-.71-.41-1.12-.41c-.15%200-.31%200-.46.06a1.75%201.75%200%200%200-1.23%202.15C1.27%2016.5%202%2017%202.75%2017c.15%200%20.3%200%20.46-.06c.57-.16%201-.58%201.18-1.1l1.51-.41c.45.79%201.05%201.49%201.75%202.07l-1.1%202c-.55.08-1.05.39-1.34.92a1.749%201.749%200%201%200%203.08%201.66c.28-.52.27-1.12.02-1.61l1.07-1.97c.81.32%201.69.5%202.62.5h.18c-.13.26-.18.56-.18.88c.08.92.84%201.62%201.75%201.62h.13c.97-.08%201.69-.92%201.62-1.88c-.04-.5-.29-.94-.65-1.23c.47-.21.92-.48%201.34-.79l2.34%202.34c-.1.56.06%201.13.47%201.56c.35.33.8.5%201.25.5s.9-.17%201.25-.5c.67-.7.67-1.8%200-2.5c-.35-.33-.8-.5-1.25-.5c-.1%200-.2%200-.31.03l-2.34-2.34c.49-.65.87-1.39%201.11-2.19h1.11A1.746%201.746%200%200%200%2023%2013a1.746%201.746%200%200%200-3.18-1H19c0-1.57-.5-3-1.4-4.19l1.34-1.34c.11.03.21.03.31.03c.45%200%20.9-.17%201.25-.5c.67-.69.67-1.8%200-2.5c-.35-.33-.8-.5-1.25-.5s-.9.17-1.25.5c-.41.43-.57%201-.47%201.56L16.19%206.4c-.92-.69-2-1.15-3.19-1.32v-1.4A1.746%201.746%200%200%200%2012%20.5M12%2017c-2.76%200-5-2.24-5-5s2.24-5%205-5s5%202.24%205%205s-2.24%205-5%205m-1.5-8C9.67%209%209%209.67%209%2010.5s.67%201.5%201.5%201.5s1.5-.67%201.5-1.5S11.33%209%2010.5%209m3.5%204c-.55%200-1%20.45-1%201s.45%201%201%201s1-.45%201-1s-.45-1-1-1%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%22M12%20.5a1.746%201.746%200%200%200-1%203.18v1.4c-.9.13-1.74.42-2.5.86L7.39%204.35c.19-.52.14-1.12-.2-1.6C6.84%202.26%206.3%202%205.75%202c-.35%200-.7.1-1%20.32c-.79.55-.99%201.64-.43%202.43c.34.49.88.75%201.43.75l1.18%201.68c-.43.43-.77.91-1.06%201.44c-.2-.08-.41-.12-.62-.12c-.45%200-.9.17-1.25.5c-.67.7-.67%201.8%200%202.5c.29.27.64.42%201%20.5c0%20.54.07%201.06.18%201.56l-1.31.35c-.31-.26-.71-.41-1.12-.41c-.15%200-.31%200-.46.06a1.75%201.75%200%200%200-1.23%202.15C1.27%2016.5%202%2017%202.75%2017c.15%200%20.3%200%20.46-.06c.57-.16%201-.58%201.18-1.1l1.51-.41c.45.79%201.05%201.49%201.75%202.07l-1.1%202c-.55.08-1.05.39-1.34.92a1.749%201.749%200%201%200%203.08%201.66c.28-.52.27-1.12.02-1.61l1.07-1.97c.81.32%201.69.5%202.62.5h.18c-.13.26-.18.56-.18.88c.08.92.84%201.62%201.75%201.62h.13c.97-.08%201.69-.92%201.62-1.88c-.04-.5-.29-.94-.65-1.23c.47-.21.92-.48%201.34-.79l2.34%202.34c-.1.56.06%201.13.47%201.56c.35.33.8.5%201.25.5s.9-.17%201.25-.5c.67-.7.67-1.8%200-2.5c-.35-.33-.8-.5-1.25-.5c-.1%200-.2%200-.31.03l-2.34-2.34c.49-.65.87-1.39%201.11-2.19h1.11A1.746%201.746%200%200%200%2023%2013a1.746%201.746%200%200%200-3.18-1H19c0-1.57-.5-3-1.4-4.19l1.34-1.34c.11.03.21.03.31.03c.45%200%20.9-.17%201.25-.5c.67-.69.67-1.8%200-2.5c-.35-.33-.8-.5-1.25-.5s-.9.17-1.25.5c-.41.43-.57%201-.47%201.56L16.19%206.4c-.92-.69-2-1.15-3.19-1.32v-1.4A1.746%201.746%200%200%200%2012%20.5M12%2017c-2.76%200-5-2.24-5-5s2.24-5%205-5s5%202.24%205%205s-2.24%205-5%205m-1.5-8C9.67%209%209%209.67%209%2010.5s.67%201.5%201.5%201.5s1.5-.67%201.5-1.5S11.33%209%2010.5%209m3.5%204c-.55%200-1%20.45-1%201s.45%201%201%201s1-.45%201-1s-.45-1-1-1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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