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

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

Use the virus block icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.952 17.538c-.749-.749-.908-1.869-.5-2.846l.021-.049c.399-.974 1.309-1.643 2.362-1.643h.08c.638 0 1.085-.447 1.085-1s-.447-1-1-1h-.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-.025l-2.636-2.636l-1.414 1.414l18 18l1.414-1.414l-2.636-2.636zM12 10a2 2 0 1 1 2 2c-.257 0-.501-.053-.728-.142l-1.131-1.131A2 2 0 0 1 12 10m-4 3a1 1 0 0 1-1-1a1 1 0 0 1 .244-.635L5.431 9.552A2.63 2.63 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-.976.568-1.853 1.443-2.266l-5.809-5.809A.98.98 0 0 1 8 13"/></svg>

React

import type { SVGProps } from "react";

export function BxsVirusBlock(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="M18.952 17.538c-.749-.749-.908-1.869-.5-2.846l.021-.049c.399-.974 1.309-1.643 2.362-1.643h.08c.638 0 1.085-.447 1.085-1s-.447-1-1-1h-.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-.025l-2.636-2.636l-1.414 1.414l18 18l1.414-1.414l-2.636-2.636zM12 10a2 2 0 1 1 2 2c-.257 0-.501-.053-.728-.142l-1.131-1.131A2 2 0 0 1 12 10m-4 3a1 1 0 0 1-1-1a1 1 0 0 1 .244-.635L5.431 9.552A2.63 2.63 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-.976.568-1.853 1.443-2.266l-5.809-5.809A.98.98 0 0 1 8 13"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.952 17.538c-.749-.749-.908-1.869-.5-2.846l.021-.049c.399-.974 1.309-1.643 2.362-1.643h.08c.638 0 1.085-.447 1.085-1s-.447-1-1-1h-.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-.025l-2.636-2.636l-1.414 1.414l18 18l1.414-1.414l-2.636-2.636zM12 10a2 2 0 1 1 2 2c-.257 0-.501-.053-.728-.142l-1.131-1.131A2 2 0 0 1 12 10m-4 3a1 1 0 0 1-1-1a1 1 0 0 1 .244-.635L5.431 9.552A2.63 2.63 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-.976.568-1.853 1.443-2.266l-5.809-5.809A.98.98 0 0 1 8 13"/></svg>
</template>

CSS

.icon-virus-block {
  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%22M18.952%2017.538c-.749-.749-.908-1.869-.5-2.846l.021-.049c.399-.974%201.309-1.643%202.362-1.643h.08c.638%200%201.085-.447%201.085-1s-.447-1-1-1h-.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-.025l-2.636-2.636l-1.414%201.414l18%2018l1.414-1.414l-2.636-2.636zM12%2010a2%202%200%201%201%202%202c-.257%200-.501-.053-.728-.142l-1.131-1.131A2%202%200%200%201%2012%2010m-4%203a1%201%200%200%201-1-1a1%201%200%200%201%20.244-.635L5.431%209.552A2.63%202.63%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-.976.568-1.853%201.443-2.266l-5.809-5.809A.98.98%200%200%201%208%2013%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%22M18.952%2017.538c-.749-.749-.908-1.869-.5-2.846l.021-.049c.399-.974%201.309-1.643%202.362-1.643h.08c.638%200%201.085-.447%201.085-1s-.447-1-1-1h-.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-.025l-2.636-2.636l-1.414%201.414l18%2018l1.414-1.414l-2.636-2.636zM12%2010a2%202%200%201%201%202%202c-.257%200-.501-.053-.728-.142l-1.131-1.131A2%202%200%200%201%2012%2010m-4%203a1%201%200%200%201-1-1a1%201%200%200%201%20.244-.635L5.431%209.552A2.63%202.63%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-.976.568-1.853%201.443-2.266l-5.809-5.809A.98.98%200%200%201%208%2013%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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