virus from Bootstrap Icons by The Bootstrap Authors · Outline · MIT Free for personal and commercial use.

Name
virus
Set
Bootstrap Icons
Style
Outline
Viewbox
16×16
License
MIT

The same icon in other sets

Use the virus icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8 0a1 1 0 0 1 1 1v1.402c0 .511.677.693.933.25l.7-1.214a1 1 0 0 1 1.733 1l-.701 1.214c-.256.443.24.939.683.683l1.214-.701a1 1 0 0 1 1 1.732l-1.214.701c-.443.256-.262.933.25.933H15a1 1 0 1 1 0 2h-1.402c-.512 0-.693.677-.25.933l1.214.701a1 1 0 1 1-1 1.732l-1.214-.7c-.443-.257-.939.24-.683.682l.701 1.214a1 1 0 1 1-1.732 1l-.701-1.214c-.256-.443-.933-.262-.933.25V15a1 1 0 1 1-2 0v-1.402c0-.512-.677-.693-.933-.25l-.701 1.214a1 1 0 0 1-1.732-1l.7-1.214c.257-.443-.24-.939-.682-.683l-1.214.701a1 1 0 1 1-1-1.732l1.214-.701c.443-.256.261-.933-.25-.933H1a1 1 0 1 1 0-2h1.402c.511 0 .693-.677.25-.933l-1.214-.701a1 1 0 1 1 1-1.732l1.214.701c.443.256.939-.24.683-.683l-.701-1.214a1 1 0 0 1 1.732-1l.701 1.214c.256.443.933.261.933-.25V1a1 1 0 0 1 1-1m2 5a1 1 0 1 0-2 0a1 1 0 0 0 2 0M6 7a1 1 0 1 0-2 0a1 1 0 0 0 2 0m1 4a1 1 0 1 0 0-2a1 1 0 0 0 0 2m5-3a1 1 0 1 0-2 0a1 1 0 0 0 2 0"/></svg>

React

import type { SVGProps } from "react";

export function BiVirus(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8 0a1 1 0 0 1 1 1v1.402c0 .511.677.693.933.25l.7-1.214a1 1 0 0 1 1.733 1l-.701 1.214c-.256.443.24.939.683.683l1.214-.701a1 1 0 0 1 1 1.732l-1.214.701c-.443.256-.262.933.25.933H15a1 1 0 1 1 0 2h-1.402c-.512 0-.693.677-.25.933l1.214.701a1 1 0 1 1-1 1.732l-1.214-.7c-.443-.257-.939.24-.683.682l.701 1.214a1 1 0 1 1-1.732 1l-.701-1.214c-.256-.443-.933-.262-.933.25V15a1 1 0 1 1-2 0v-1.402c0-.512-.677-.693-.933-.25l-.701 1.214a1 1 0 0 1-1.732-1l.7-1.214c.257-.443-.24-.939-.682-.683l-1.214.701a1 1 0 1 1-1-1.732l1.214-.701c.443-.256.261-.933-.25-.933H1a1 1 0 1 1 0-2h1.402c.511 0 .693-.677.25-.933l-1.214-.701a1 1 0 1 1 1-1.732l1.214.701c.443.256.939-.24.683-.683l-.701-1.214a1 1 0 0 1 1.732-1l.701 1.214c.256.443.933.261.933-.25V1a1 1 0 0 1 1-1m2 5a1 1 0 1 0-2 0a1 1 0 0 0 2 0M6 7a1 1 0 1 0-2 0a1 1 0 0 0 2 0m1 4a1 1 0 1 0 0-2a1 1 0 0 0 0 2m5-3a1 1 0 1 0-2 0a1 1 0 0 0 2 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8 0a1 1 0 0 1 1 1v1.402c0 .511.677.693.933.25l.7-1.214a1 1 0 0 1 1.733 1l-.701 1.214c-.256.443.24.939.683.683l1.214-.701a1 1 0 0 1 1 1.732l-1.214.701c-.443.256-.262.933.25.933H15a1 1 0 1 1 0 2h-1.402c-.512 0-.693.677-.25.933l1.214.701a1 1 0 1 1-1 1.732l-1.214-.7c-.443-.257-.939.24-.683.682l.701 1.214a1 1 0 1 1-1.732 1l-.701-1.214c-.256-.443-.933-.262-.933.25V15a1 1 0 1 1-2 0v-1.402c0-.512-.677-.693-.933-.25l-.701 1.214a1 1 0 0 1-1.732-1l.7-1.214c.257-.443-.24-.939-.682-.683l-1.214.701a1 1 0 1 1-1-1.732l1.214-.701c.443-.256.261-.933-.25-.933H1a1 1 0 1 1 0-2h1.402c.511 0 .693-.677.25-.933l-1.214-.701a1 1 0 1 1 1-1.732l1.214.701c.443.256.939-.24.683-.683l-.701-1.214a1 1 0 0 1 1.732-1l.701 1.214c.256.443.933.261.933-.25V1a1 1 0 0 1 1-1m2 5a1 1 0 1 0-2 0a1 1 0 0 0 2 0M6 7a1 1 0 1 0-2 0a1 1 0 0 0 2 0m1 4a1 1 0 1 0 0-2a1 1 0 0 0 0 2m5-3a1 1 0 1 0-2 0a1 1 0 0 0 2 0"/></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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8%200a1%201%200%200%201%201%201v1.402c0%20.511.677.693.933.25l.7-1.214a1%201%200%200%201%201.733%201l-.701%201.214c-.256.443.24.939.683.683l1.214-.701a1%201%200%200%201%201%201.732l-1.214.701c-.443.256-.262.933.25.933H15a1%201%200%201%201%200%202h-1.402c-.512%200-.693.677-.25.933l1.214.701a1%201%200%201%201-1%201.732l-1.214-.7c-.443-.257-.939.24-.683.682l.701%201.214a1%201%200%201%201-1.732%201l-.701-1.214c-.256-.443-.933-.262-.933.25V15a1%201%200%201%201-2%200v-1.402c0-.512-.677-.693-.933-.25l-.701%201.214a1%201%200%200%201-1.732-1l.7-1.214c.257-.443-.24-.939-.682-.683l-1.214.701a1%201%200%201%201-1-1.732l1.214-.701c.443-.256.261-.933-.25-.933H1a1%201%200%201%201%200-2h1.402c.511%200%20.693-.677.25-.933l-1.214-.701a1%201%200%201%201%201-1.732l1.214.701c.443.256.939-.24.683-.683l-.701-1.214a1%201%200%200%201%201.732-1l.701%201.214c.256.443.933.261.933-.25V1a1%201%200%200%201%201-1m2%205a1%201%200%201%200-2%200a1%201%200%200%200%202%200M6%207a1%201%200%201%200-2%200a1%201%200%200%200%202%200m1%204a1%201%200%201%200%200-2a1%201%200%200%200%200%202m5-3a1%201%200%201%200-2%200a1%201%200%200%200%202%200%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8%200a1%201%200%200%201%201%201v1.402c0%20.511.677.693.933.25l.7-1.214a1%201%200%200%201%201.733%201l-.701%201.214c-.256.443.24.939.683.683l1.214-.701a1%201%200%200%201%201%201.732l-1.214.701c-.443.256-.262.933.25.933H15a1%201%200%201%201%200%202h-1.402c-.512%200-.693.677-.25.933l1.214.701a1%201%200%201%201-1%201.732l-1.214-.7c-.443-.257-.939.24-.683.682l.701%201.214a1%201%200%201%201-1.732%201l-.701-1.214c-.256-.443-.933-.262-.933.25V15a1%201%200%201%201-2%200v-1.402c0-.512-.677-.693-.933-.25l-.701%201.214a1%201%200%200%201-1.732-1l.7-1.214c.257-.443-.24-.939-.682-.683l-1.214.701a1%201%200%201%201-1-1.732l1.214-.701c.443-.256.261-.933-.25-.933H1a1%201%200%201%201%200-2h1.402c.511%200%20.693-.677.25-.933l-1.214-.701a1%201%200%201%201%201-1.732l1.214.701c.443.256.939-.24.683-.683l-.701-1.214a1%201%200%200%201%201.732-1l.701%201.214c.256.443.933.261.933-.25V1a1%201%200%200%201%201-1m2%205a1%201%200%201%200-2%200a1%201%200%200%200%202%200M6%207a1%201%200%201%200-2%200a1%201%200%200%200%202%200m1%204a1%201%200%201%200%200-2a1%201%200%200%200%200%202m5-3a1%201%200%201%200-2%200a1%201%200%200%200%202%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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