virus from BoxIcons v2 Solid by Boxicons · Solid · MIT Free for personal and commercial use.

Name
virus
Set
BoxIcons v2 Solid
Style
Solid
Viewbox
24×24
License
MIT

The same icon in other sets

Related icons in BoxIcons v2 Solid

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="M21 11h-.17c-1.053 0-1.958-.669-2.357-1.644l-.021-.049c-.408-.977-.249-2.097.5-2.846l.119-.119a.999.999 0 1 0-1.414-1.414l-.119.119c-.749.749-1.869.908-2.846.5l-.049-.021C13.669 5.128 13 4.218 13 3.165v-.081C13 2.447 12.553 2 12 2s-1 .447-1 1v.036c0 1.096-.66 2.084-1.673 2.503l-.006.003a2.71 2.71 0 0 1-2.953-.588l-.025-.025a.999.999 0 1 0-1.414 1.414l.036.036a2.69 2.69 0 0 1 .583 2.929l-.027.064A2.64 2.64 0 0 1 3.085 11h-.001C2.447 11 2 11.447 2 12s.447 1 1 1h.068a2.66 2.66 0 0 1 2.459 1.644l.021.049a2.69 2.69 0 0 1-.583 2.929l-.036.036a.999.999 0 1 0 1.414 1.414l.036-.036a2.69 2.69 0 0 1 2.929-.583l.143.06A2.505 2.505 0 0 1 11 20.83v.085c0 .638.447 1.085 1 1.085s1-.448 1-1v-.17c0-1.015.611-1.93 1.55-2.318l.252-.104a2.51 2.51 0 0 1 2.736.545l.119.119a.999.999 0 1 0 1.414-1.414l-.119-.119c-.749-.749-.908-1.869-.5-2.846l.021-.049c.399-.975 1.309-1.644 2.362-1.644h.08c.638 0 1.085-.447 1.085-1s-.447-1-1-1M8 13a1 1 0 1 1 0-2a1 1 0 0 1 0 2m5 3.5a1 1 0 1 1 0-2a1 1 0 0 1 0 2m1-4.5a2 2 0 1 1 .001-4.001A2 2 0 0 1 14 12"/></svg>

React

import type { SVGProps } from "react";

export function BxsVirus(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="M21 11h-.17c-1.053 0-1.958-.669-2.357-1.644l-.021-.049c-.408-.977-.249-2.097.5-2.846l.119-.119a.999.999 0 1 0-1.414-1.414l-.119.119c-.749.749-1.869.908-2.846.5l-.049-.021C13.669 5.128 13 4.218 13 3.165v-.081C13 2.447 12.553 2 12 2s-1 .447-1 1v.036c0 1.096-.66 2.084-1.673 2.503l-.006.003a2.71 2.71 0 0 1-2.953-.588l-.025-.025a.999.999 0 1 0-1.414 1.414l.036.036a2.69 2.69 0 0 1 .583 2.929l-.027.064A2.64 2.64 0 0 1 3.085 11h-.001C2.447 11 2 11.447 2 12s.447 1 1 1h.068a2.66 2.66 0 0 1 2.459 1.644l.021.049a2.69 2.69 0 0 1-.583 2.929l-.036.036a.999.999 0 1 0 1.414 1.414l.036-.036a2.69 2.69 0 0 1 2.929-.583l.143.06A2.505 2.505 0 0 1 11 20.83v.085c0 .638.447 1.085 1 1.085s1-.448 1-1v-.17c0-1.015.611-1.93 1.55-2.318l.252-.104a2.51 2.51 0 0 1 2.736.545l.119.119a.999.999 0 1 0 1.414-1.414l-.119-.119c-.749-.749-.908-1.869-.5-2.846l.021-.049c.399-.975 1.309-1.644 2.362-1.644h.08c.638 0 1.085-.447 1.085-1s-.447-1-1-1M8 13a1 1 0 1 1 0-2a1 1 0 0 1 0 2m5 3.5a1 1 0 1 1 0-2a1 1 0 0 1 0 2m1-4.5a2 2 0 1 1 .001-4.001A2 2 0 0 1 14 12"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21 11h-.17c-1.053 0-1.958-.669-2.357-1.644l-.021-.049c-.408-.977-.249-2.097.5-2.846l.119-.119a.999.999 0 1 0-1.414-1.414l-.119.119c-.749.749-1.869.908-2.846.5l-.049-.021C13.669 5.128 13 4.218 13 3.165v-.081C13 2.447 12.553 2 12 2s-1 .447-1 1v.036c0 1.096-.66 2.084-1.673 2.503l-.006.003a2.71 2.71 0 0 1-2.953-.588l-.025-.025a.999.999 0 1 0-1.414 1.414l.036.036a2.69 2.69 0 0 1 .583 2.929l-.027.064A2.64 2.64 0 0 1 3.085 11h-.001C2.447 11 2 11.447 2 12s.447 1 1 1h.068a2.66 2.66 0 0 1 2.459 1.644l.021.049a2.69 2.69 0 0 1-.583 2.929l-.036.036a.999.999 0 1 0 1.414 1.414l.036-.036a2.69 2.69 0 0 1 2.929-.583l.143.06A2.505 2.505 0 0 1 11 20.83v.085c0 .638.447 1.085 1 1.085s1-.448 1-1v-.17c0-1.015.611-1.93 1.55-2.318l.252-.104a2.51 2.51 0 0 1 2.736.545l.119.119a.999.999 0 1 0 1.414-1.414l-.119-.119c-.749-.749-.908-1.869-.5-2.846l.021-.049c.399-.975 1.309-1.644 2.362-1.644h.08c.638 0 1.085-.447 1.085-1s-.447-1-1-1M8 13a1 1 0 1 1 0-2a1 1 0 0 1 0 2m5 3.5a1 1 0 1 1 0-2a1 1 0 0 1 0 2m1-4.5a2 2 0 1 1 .001-4.001A2 2 0 0 1 14 12"/></svg>
</template>

CSS

.icon-virus {
  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%22M21%2011h-.17c-1.053%200-1.958-.669-2.357-1.644l-.021-.049c-.408-.977-.249-2.097.5-2.846l.119-.119a.999.999%200%201%200-1.414-1.414l-.119.119c-.749.749-1.869.908-2.846.5l-.049-.021C13.669%205.128%2013%204.218%2013%203.165v-.081C13%202.447%2012.553%202%2012%202s-1%20.447-1%201v.036c0%201.096-.66%202.084-1.673%202.503l-.006.003a2.71%202.71%200%200%201-2.953-.588l-.025-.025a.999.999%200%201%200-1.414%201.414l.036.036a2.69%202.69%200%200%201%20.583%202.929l-.027.064A2.64%202.64%200%200%201%203.085%2011h-.001C2.447%2011%202%2011.447%202%2012s.447%201%201%201h.068a2.66%202.66%200%200%201%202.459%201.644l.021.049a2.69%202.69%200%200%201-.583%202.929l-.036.036a.999.999%200%201%200%201.414%201.414l.036-.036a2.69%202.69%200%200%201%202.929-.583l.143.06A2.505%202.505%200%200%201%2011%2020.83v.085c0%20.638.447%201.085%201%201.085s1-.448%201-1v-.17c0-1.015.611-1.93%201.55-2.318l.252-.104a2.51%202.51%200%200%201%202.736.545l.119.119a.999.999%200%201%200%201.414-1.414l-.119-.119c-.749-.749-.908-1.869-.5-2.846l.021-.049c.399-.975%201.309-1.644%202.362-1.644h.08c.638%200%201.085-.447%201.085-1s-.447-1-1-1M8%2013a1%201%200%201%201%200-2a1%201%200%200%201%200%202m5%203.5a1%201%200%201%201%200-2a1%201%200%200%201%200%202m1-4.5a2%202%200%201%201%20.001-4.001A2%202%200%200%201%2014%2012%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%22M21%2011h-.17c-1.053%200-1.958-.669-2.357-1.644l-.021-.049c-.408-.977-.249-2.097.5-2.846l.119-.119a.999.999%200%201%200-1.414-1.414l-.119.119c-.749.749-1.869.908-2.846.5l-.049-.021C13.669%205.128%2013%204.218%2013%203.165v-.081C13%202.447%2012.553%202%2012%202s-1%20.447-1%201v.036c0%201.096-.66%202.084-1.673%202.503l-.006.003a2.71%202.71%200%200%201-2.953-.588l-.025-.025a.999.999%200%201%200-1.414%201.414l.036.036a2.69%202.69%200%200%201%20.583%202.929l-.027.064A2.64%202.64%200%200%201%203.085%2011h-.001C2.447%2011%202%2011.447%202%2012s.447%201%201%201h.068a2.66%202.66%200%200%201%202.459%201.644l.021.049a2.69%202.69%200%200%201-.583%202.929l-.036.036a.999.999%200%201%200%201.414%201.414l.036-.036a2.69%202.69%200%200%201%202.929-.583l.143.06A2.505%202.505%200%200%201%2011%2020.83v.085c0%20.638.447%201.085%201%201.085s1-.448%201-1v-.17c0-1.015.611-1.93%201.55-2.318l.252-.104a2.51%202.51%200%200%201%202.736.545l.119.119a.999.999%200%201%200%201.414-1.414l-.119-.119c-.749-.749-.908-1.869-.5-2.846l.021-.049c.399-.975%201.309-1.644%202.362-1.644h.08c.638%200%201.085-.447%201.085-1s-.447-1-1-1M8%2013a1%201%200%201%201%200-2a1%201%200%200%201%200%202m5%203.5a1%201%200%201%201%200-2a1%201%200%200%201%200%202m1-4.5a2%202%200%201%201%20.001-4.001A2%202%200%200%201%2014%2012%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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