virus slash icon
virus-slash from Unicons Monochrome by Iconscout · Monochrome · Medical · Apache-2.0 Free for personal and commercial use.
- Name
- virus-slash
- Set
- Unicons Monochrome
- Style
- Monochrome
- Category
- Medical
- Viewbox
- 24×24
- License
- Apache 2.0
The same icon in other sets
More medical icons from Unicons Monochrome
Use the virus slash icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><circle cx="9" cy="15" r="1" fill="currentColor"/><circle cx="15" cy="9" r="1" fill="currentColor"/><path fill="currentColor" d="M12 8a1 1 0 0 1-1-1V2a1 1 0 0 1 2 0v5a1 1 0 0 1-1 1m0 15a1 1 0 0 1-1-1v-5a1 1 0 0 1 2 0v5a1 1 0 0 1-1 1m10-10h-4a1 1 0 0 1 0-2h4a1 1 0 0 1 0 2" opacity=".25"/><path fill="currentColor" d="m4.98 17.607l-.758.757a1 1 0 1 0 1.414 1.414l.758-.757a9 9 0 0 1-1.415-1.414zM19.02 6.394l.758-.758a1 1 0 0 0-1.414-1.414l-.757.757a9 9 0 0 1 1.414 1.415z"/><path fill="currentColor" d="M6 13H2a1 1 0 0 1 0-2h4a1 1 0 0 1 0 2" opacity=".25"/><path fill="currentColor" d="M22 23.002a1 1 0 0 1-.707-.293l-20-20a1 1 0 0 1 1.414-1.414l20 20A1 1 0 0 1 22 23.002"/><path fill="currentColor" d="M15.746 14.334a1.5 1.5 0 0 0-2.08-2.08zM8.252 9.668a1.5 1.5 0 0 0 2.08 2.08z" opacity=".7"/><path fill="currentColor" d="m17.606 19.022l-7.274-7.274a1.5 1.5 0 0 1-2.08-2.08L4.978 6.394A8.94 8.94 0 0 0 3.06 11H6a1 1 0 0 1 0 2H3.059A9.01 9.01 0 0 0 11 20.94V17a1 1 0 0 1 2 0v3.941a8.95 8.95 0 0 0 4.606-1.919M9 16a1 1 0 1 1 1-1a1 1 0 0 1-1 1M6.392 4.98l7.274 7.274a1.5 1.5 0 0 1 2.08 2.08l3.275 3.274A8.95 8.95 0 0 0 20.94 13H18a1 1 0 0 1 0-2h2.94A9.01 9.01 0 0 0 13 3.059V7a1 1 0 0 1-2 0V3.06a8.95 8.95 0 0 0-4.608 1.92M15 8a1 1 0 1 1-1 1a1 1 0 0 1 1-1" opacity=".5"/></svg>
React
import type { SVGProps } from "react";
export function UimVirusSlash(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><circle cx="9" cy="15" r="1" fill="currentColor"/><circle cx="15" cy="9" r="1" fill="currentColor"/><path fill="currentColor" d="M12 8a1 1 0 0 1-1-1V2a1 1 0 0 1 2 0v5a1 1 0 0 1-1 1m0 15a1 1 0 0 1-1-1v-5a1 1 0 0 1 2 0v5a1 1 0 0 1-1 1m10-10h-4a1 1 0 0 1 0-2h4a1 1 0 0 1 0 2" opacity=".25"/><path fill="currentColor" d="m4.98 17.607l-.758.757a1 1 0 1 0 1.414 1.414l.758-.757a9 9 0 0 1-1.415-1.414zM19.02 6.394l.758-.758a1 1 0 0 0-1.414-1.414l-.757.757a9 9 0 0 1 1.414 1.415z"/><path fill="currentColor" d="M6 13H2a1 1 0 0 1 0-2h4a1 1 0 0 1 0 2" opacity=".25"/><path fill="currentColor" d="M22 23.002a1 1 0 0 1-.707-.293l-20-20a1 1 0 0 1 1.414-1.414l20 20A1 1 0 0 1 22 23.002"/><path fill="currentColor" d="M15.746 14.334a1.5 1.5 0 0 0-2.08-2.08zM8.252 9.668a1.5 1.5 0 0 0 2.08 2.08z" opacity=".7"/><path fill="currentColor" d="m17.606 19.022l-7.274-7.274a1.5 1.5 0 0 1-2.08-2.08L4.978 6.394A8.94 8.94 0 0 0 3.06 11H6a1 1 0 0 1 0 2H3.059A9.01 9.01 0 0 0 11 20.94V17a1 1 0 0 1 2 0v3.941a8.95 8.95 0 0 0 4.606-1.919M9 16a1 1 0 1 1 1-1a1 1 0 0 1-1 1M6.392 4.98l7.274 7.274a1.5 1.5 0 0 1 2.08 2.08l3.275 3.274A8.95 8.95 0 0 0 20.94 13H18a1 1 0 0 1 0-2h2.94A9.01 9.01 0 0 0 13 3.059V7a1 1 0 0 1-2 0V3.06a8.95 8.95 0 0 0-4.608 1.92M15 8a1 1 0 1 1-1 1a1 1 0 0 1 1-1" opacity=".5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><circle cx="9" cy="15" r="1" fill="currentColor"/><circle cx="15" cy="9" r="1" fill="currentColor"/><path fill="currentColor" d="M12 8a1 1 0 0 1-1-1V2a1 1 0 0 1 2 0v5a1 1 0 0 1-1 1m0 15a1 1 0 0 1-1-1v-5a1 1 0 0 1 2 0v5a1 1 0 0 1-1 1m10-10h-4a1 1 0 0 1 0-2h4a1 1 0 0 1 0 2" opacity=".25"/><path fill="currentColor" d="m4.98 17.607l-.758.757a1 1 0 1 0 1.414 1.414l.758-.757a9 9 0 0 1-1.415-1.414zM19.02 6.394l.758-.758a1 1 0 0 0-1.414-1.414l-.757.757a9 9 0 0 1 1.414 1.415z"/><path fill="currentColor" d="M6 13H2a1 1 0 0 1 0-2h4a1 1 0 0 1 0 2" opacity=".25"/><path fill="currentColor" d="M22 23.002a1 1 0 0 1-.707-.293l-20-20a1 1 0 0 1 1.414-1.414l20 20A1 1 0 0 1 22 23.002"/><path fill="currentColor" d="M15.746 14.334a1.5 1.5 0 0 0-2.08-2.08zM8.252 9.668a1.5 1.5 0 0 0 2.08 2.08z" opacity=".7"/><path fill="currentColor" d="m17.606 19.022l-7.274-7.274a1.5 1.5 0 0 1-2.08-2.08L4.978 6.394A8.94 8.94 0 0 0 3.06 11H6a1 1 0 0 1 0 2H3.059A9.01 9.01 0 0 0 11 20.94V17a1 1 0 0 1 2 0v3.941a8.95 8.95 0 0 0 4.606-1.919M9 16a1 1 0 1 1 1-1a1 1 0 0 1-1 1M6.392 4.98l7.274 7.274a1.5 1.5 0 0 1 2.08 2.08l3.275 3.274A8.95 8.95 0 0 0 20.94 13H18a1 1 0 0 1 0-2h2.94A9.01 9.01 0 0 0 13 3.059V7a1 1 0 0 1-2 0V3.06a8.95 8.95 0 0 0-4.608 1.92M15 8a1 1 0 1 1-1 1a1 1 0 0 1 1-1" opacity=".5"/></svg> </template>
CSS
.icon-virus-slash {
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%3Ccircle%20cx%3D%229%22%20cy%3D%2215%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%2215%22%20cy%3D%229%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%208a1%201%200%200%201-1-1V2a1%201%200%200%201%202%200v5a1%201%200%200%201-1%201m0%2015a1%201%200%200%201-1-1v-5a1%201%200%200%201%202%200v5a1%201%200%200%201-1%201m10-10h-4a1%201%200%200%201%200-2h4a1%201%200%200%201%200%202%22%20opacity%3D%22.25%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m4.98%2017.607l-.758.757a1%201%200%201%200%201.414%201.414l.758-.757a9%209%200%200%201-1.415-1.414zM19.02%206.394l.758-.758a1%201%200%200%200-1.414-1.414l-.757.757a9%209%200%200%201%201.414%201.415z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6%2013H2a1%201%200%200%201%200-2h4a1%201%200%200%201%200%202%22%20opacity%3D%22.25%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M22%2023.002a1%201%200%200%201-.707-.293l-20-20a1%201%200%200%201%201.414-1.414l20%2020A1%201%200%200%201%2022%2023.002%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.746%2014.334a1.5%201.5%200%200%200-2.08-2.08zM8.252%209.668a1.5%201.5%200%200%200%202.08%202.08z%22%20opacity%3D%22.7%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m17.606%2019.022l-7.274-7.274a1.5%201.5%200%200%201-2.08-2.08L4.978%206.394A8.94%208.94%200%200%200%203.06%2011H6a1%201%200%200%201%200%202H3.059A9.01%209.01%200%200%200%2011%2020.94V17a1%201%200%200%201%202%200v3.941a8.95%208.95%200%200%200%204.606-1.919M9%2016a1%201%200%201%201%201-1a1%201%200%200%201-1%201M6.392%204.98l7.274%207.274a1.5%201.5%200%200%201%202.08%202.08l3.275%203.274A8.95%208.95%200%200%200%2020.94%2013H18a1%201%200%200%201%200-2h2.94A9.01%209.01%200%200%200%2013%203.059V7a1%201%200%200%201-2%200V3.06a8.95%208.95%200%200%200-4.608%201.92M15%208a1%201%200%201%201-1%201a1%201%200%200%201%201-1%22%20opacity%3D%22.5%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%3Ccircle%20cx%3D%229%22%20cy%3D%2215%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%2215%22%20cy%3D%229%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%208a1%201%200%200%201-1-1V2a1%201%200%200%201%202%200v5a1%201%200%200%201-1%201m0%2015a1%201%200%200%201-1-1v-5a1%201%200%200%201%202%200v5a1%201%200%200%201-1%201m10-10h-4a1%201%200%200%201%200-2h4a1%201%200%200%201%200%202%22%20opacity%3D%22.25%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m4.98%2017.607l-.758.757a1%201%200%201%200%201.414%201.414l.758-.757a9%209%200%200%201-1.415-1.414zM19.02%206.394l.758-.758a1%201%200%200%200-1.414-1.414l-.757.757a9%209%200%200%201%201.414%201.415z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6%2013H2a1%201%200%200%201%200-2h4a1%201%200%200%201%200%202%22%20opacity%3D%22.25%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M22%2023.002a1%201%200%200%201-.707-.293l-20-20a1%201%200%200%201%201.414-1.414l20%2020A1%201%200%200%201%2022%2023.002%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.746%2014.334a1.5%201.5%200%200%200-2.08-2.08zM8.252%209.668a1.5%201.5%200%200%200%202.08%202.08z%22%20opacity%3D%22.7%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m17.606%2019.022l-7.274-7.274a1.5%201.5%200%200%201-2.08-2.08L4.978%206.394A8.94%208.94%200%200%200%203.06%2011H6a1%201%200%200%201%200%202H3.059A9.01%209.01%200%200%200%2011%2020.94V17a1%201%200%200%201%202%200v3.941a8.95%208.95%200%200%200%204.606-1.919M9%2016a1%201%200%201%201%201-1a1%201%200%200%201-1%201M6.392%204.98l7.274%207.274a1.5%201.5%200%200%201%202.08%202.08l3.275%203.274A8.95%208.95%200%200%200%2020.94%2013H18a1%201%200%200%201%200-2h2.94A9.01%209.01%200%200%200%2013%203.059V7a1%201%200%200%201-2%200V3.06a8.95%208.95%200%200%200-4.608%201.92M15%208a1%201%200%201%201-1%201a1%201%200%200%201%201-1%22%20opacity%3D%22.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/uim/virus-slash.svg?color=%231a73e8&size=48