virus icon

virus-linear from Solar by 480 Design · Linear · Medicine · CC-BY-4.0 Attribution required.

Name
virus-linear
Set
Solar
Style
Linear
Category
Medicine
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

The same icon in other sets

More medicine icons from Solar

Use the virus icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" d="M12.0565 18.9998C15.9224 19.031 19.031 15.9224 18.9998 12.0565C18.9686 8.19062 15.8094 5.03143 11.9435 5.00023C8.07765 4.96904 4.96904 8.07765 5.00023 11.9435C5.03143 15.8094 8.19062 18.9686 12.0565 18.9998Z"/><path stroke-linecap="round" d="M18 6L16.95 7.05003"/><path stroke-linecap="round" d="M5 5L7 7"/><path stroke-linecap="round" d="M17.0498 18.0498L16.5 17.5"/><path stroke-linecap="round" d="M6 19.0498L7.05003 17.9998"/><path d="M16.5 13C16.5 14.1046 15.6046 15 14.5 15C13.3954 15 12.5 14.1046 12.5 13C12.5 11.8954 13.3954 11 14.5 11C15.6046 11 16.5 11.8954 16.5 13Z"/><path d="M11 9C11 9.55228 10.5523 10 10 10C9.44772 10 9 9.55228 9 9C9 8.44772 9.44772 8 10 8C10.5523 8 11 8.44772 11 9Z"/><circle cx="19.5" cy="4.5" r="1.5"/><circle cx="1.5" cy="1.5" r="1.5" transform="matrix(-1 0 0 1 5 2)"/><path d="M2 12C2 12.8284 2.67157 13.5 3.5 13.5C4.32843 13.5 5 12.8284 5 12C5 11.1716 4.32843 10.5 3.5 10.5C2.67157 10.5 2 11.1716 2 12Z"/><circle cx="1.5" cy="1.5" r="1.5" transform="matrix(1 0 0 -1 17.05 21.05)"/><circle cx="4.5" cy="20.5" r="1.5" transform="rotate(180 4.5 20.5)"/><path d="M13.5 3.5C13.5 4.32843 12.8284 5 12 5C11.1716 5 10.5 4.32843 10.5 3.5C10.5 2.67157 11.1716 2 12 2C12.8284 2 13.5 2.67157 13.5 3.5Z"/><path d="M19.5 13.5C20.3284 13.5 21 12.8284 21 12C21 11.1716 20.3284 10.5 19.5 10.5C19.3247 10.5 19.1564 10.5301 19 10.5854V13.4146C19.1564 13.4699 19.3247 13.5 19.5 13.5Z"/><path d="M10.5852 19C10.7911 19.5826 11.3468 20.0001 11.9999 20.0001C12.653 20.0001 13.2086 19.5826 13.4146 19L10.5852 19Z"/><path stroke-linecap="round" stroke-linejoin="round" d="M9 13H9.0001"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarVirusLinear(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><path strokeLinecap="round" d="M12.0565 18.9998C15.9224 19.031 19.031 15.9224 18.9998 12.0565C18.9686 8.19062 15.8094 5.03143 11.9435 5.00023C8.07765 4.96904 4.96904 8.07765 5.00023 11.9435C5.03143 15.8094 8.19062 18.9686 12.0565 18.9998Z"/><path strokeLinecap="round" d="M18 6L16.95 7.05003"/><path strokeLinecap="round" d="M5 5L7 7"/><path strokeLinecap="round" d="M17.0498 18.0498L16.5 17.5"/><path strokeLinecap="round" d="M6 19.0498L7.05003 17.9998"/><path d="M16.5 13C16.5 14.1046 15.6046 15 14.5 15C13.3954 15 12.5 14.1046 12.5 13C12.5 11.8954 13.3954 11 14.5 11C15.6046 11 16.5 11.8954 16.5 13Z"/><path d="M11 9C11 9.55228 10.5523 10 10 10C9.44772 10 9 9.55228 9 9C9 8.44772 9.44772 8 10 8C10.5523 8 11 8.44772 11 9Z"/><circle cx="19.5" cy="4.5" r="1.5"/><circle cx="1.5" cy="1.5" r="1.5" transform="matrix(-1 0 0 1 5 2)"/><path d="M2 12C2 12.8284 2.67157 13.5 3.5 13.5C4.32843 13.5 5 12.8284 5 12C5 11.1716 4.32843 10.5 3.5 10.5C2.67157 10.5 2 11.1716 2 12Z"/><circle cx="1.5" cy="1.5" r="1.5" transform="matrix(1 0 0 -1 17.05 21.05)"/><circle cx="4.5" cy="20.5" r="1.5" transform="rotate(180 4.5 20.5)"/><path d="M13.5 3.5C13.5 4.32843 12.8284 5 12 5C11.1716 5 10.5 4.32843 10.5 3.5C10.5 2.67157 11.1716 2 12 2C12.8284 2 13.5 2.67157 13.5 3.5Z"/><path d="M19.5 13.5C20.3284 13.5 21 12.8284 21 12C21 11.1716 20.3284 10.5 19.5 10.5C19.3247 10.5 19.1564 10.5301 19 10.5854V13.4146C19.1564 13.4699 19.3247 13.5 19.5 13.5Z"/><path d="M10.5852 19C10.7911 19.5826 11.3468 20.0001 11.9999 20.0001C12.653 20.0001 13.2086 19.5826 13.4146 19L10.5852 19Z"/><path strokeLinecap="round" strokeLinejoin="round" d="M9 13H9.0001"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" d="M12.0565 18.9998C15.9224 19.031 19.031 15.9224 18.9998 12.0565C18.9686 8.19062 15.8094 5.03143 11.9435 5.00023C8.07765 4.96904 4.96904 8.07765 5.00023 11.9435C5.03143 15.8094 8.19062 18.9686 12.0565 18.9998Z"/><path stroke-linecap="round" d="M18 6L16.95 7.05003"/><path stroke-linecap="round" d="M5 5L7 7"/><path stroke-linecap="round" d="M17.0498 18.0498L16.5 17.5"/><path stroke-linecap="round" d="M6 19.0498L7.05003 17.9998"/><path d="M16.5 13C16.5 14.1046 15.6046 15 14.5 15C13.3954 15 12.5 14.1046 12.5 13C12.5 11.8954 13.3954 11 14.5 11C15.6046 11 16.5 11.8954 16.5 13Z"/><path d="M11 9C11 9.55228 10.5523 10 10 10C9.44772 10 9 9.55228 9 9C9 8.44772 9.44772 8 10 8C10.5523 8 11 8.44772 11 9Z"/><circle cx="19.5" cy="4.5" r="1.5"/><circle cx="1.5" cy="1.5" r="1.5" transform="matrix(-1 0 0 1 5 2)"/><path d="M2 12C2 12.8284 2.67157 13.5 3.5 13.5C4.32843 13.5 5 12.8284 5 12C5 11.1716 4.32843 10.5 3.5 10.5C2.67157 10.5 2 11.1716 2 12Z"/><circle cx="1.5" cy="1.5" r="1.5" transform="matrix(1 0 0 -1 17.05 21.05)"/><circle cx="4.5" cy="20.5" r="1.5" transform="rotate(180 4.5 20.5)"/><path d="M13.5 3.5C13.5 4.32843 12.8284 5 12 5C11.1716 5 10.5 4.32843 10.5 3.5C10.5 2.67157 11.1716 2 12 2C12.8284 2 13.5 2.67157 13.5 3.5Z"/><path d="M19.5 13.5C20.3284 13.5 21 12.8284 21 12C21 11.1716 20.3284 10.5 19.5 10.5C19.3247 10.5 19.1564 10.5301 19 10.5854V13.4146C19.1564 13.4699 19.3247 13.5 19.5 13.5Z"/><path d="M10.5852 19C10.7911 19.5826 11.3468 20.0001 11.9999 20.0001C12.653 20.0001 13.2086 19.5826 13.4146 19L10.5852 19Z"/><path stroke-linecap="round" stroke-linejoin="round" d="M9 13H9.0001"/></g></svg>
</template>

CSS

.icon-virus-linear {
  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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M12.0565%2018.9998C15.9224%2019.031%2019.031%2015.9224%2018.9998%2012.0565C18.9686%208.19062%2015.8094%205.03143%2011.9435%205.00023C8.07765%204.96904%204.96904%208.07765%205.00023%2011.9435C5.03143%2015.8094%208.19062%2018.9686%2012.0565%2018.9998Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M18%206L16.95%207.05003%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M5%205L7%207%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M17.0498%2018.0498L16.5%2017.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M6%2019.0498L7.05003%2017.9998%22%2F%3E%3Cpath%20d%3D%22M16.5%2013C16.5%2014.1046%2015.6046%2015%2014.5%2015C13.3954%2015%2012.5%2014.1046%2012.5%2013C12.5%2011.8954%2013.3954%2011%2014.5%2011C15.6046%2011%2016.5%2011.8954%2016.5%2013Z%22%2F%3E%3Cpath%20d%3D%22M11%209C11%209.55228%2010.5523%2010%2010%2010C9.44772%2010%209%209.55228%209%209C9%208.44772%209.44772%208%2010%208C10.5523%208%2011%208.44772%2011%209Z%22%2F%3E%3Ccircle%20cx%3D%2219.5%22%20cy%3D%224.5%22%20r%3D%221.5%22%2F%3E%3Ccircle%20cx%3D%221.5%22%20cy%3D%221.5%22%20r%3D%221.5%22%20transform%3D%22matrix(-1%200%200%201%205%202)%22%2F%3E%3Cpath%20d%3D%22M2%2012C2%2012.8284%202.67157%2013.5%203.5%2013.5C4.32843%2013.5%205%2012.8284%205%2012C5%2011.1716%204.32843%2010.5%203.5%2010.5C2.67157%2010.5%202%2011.1716%202%2012Z%22%2F%3E%3Ccircle%20cx%3D%221.5%22%20cy%3D%221.5%22%20r%3D%221.5%22%20transform%3D%22matrix(1%200%200%20-1%2017.05%2021.05)%22%2F%3E%3Ccircle%20cx%3D%224.5%22%20cy%3D%2220.5%22%20r%3D%221.5%22%20transform%3D%22rotate(180%204.5%2020.5)%22%2F%3E%3Cpath%20d%3D%22M13.5%203.5C13.5%204.32843%2012.8284%205%2012%205C11.1716%205%2010.5%204.32843%2010.5%203.5C10.5%202.67157%2011.1716%202%2012%202C12.8284%202%2013.5%202.67157%2013.5%203.5Z%22%2F%3E%3Cpath%20d%3D%22M19.5%2013.5C20.3284%2013.5%2021%2012.8284%2021%2012C21%2011.1716%2020.3284%2010.5%2019.5%2010.5C19.3247%2010.5%2019.1564%2010.5301%2019%2010.5854V13.4146C19.1564%2013.4699%2019.3247%2013.5%2019.5%2013.5Z%22%2F%3E%3Cpath%20d%3D%22M10.5852%2019C10.7911%2019.5826%2011.3468%2020.0001%2011.9999%2020.0001C12.653%2020.0001%2013.2086%2019.5826%2013.4146%2019L10.5852%2019Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M9%2013H9.0001%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M12.0565%2018.9998C15.9224%2019.031%2019.031%2015.9224%2018.9998%2012.0565C18.9686%208.19062%2015.8094%205.03143%2011.9435%205.00023C8.07765%204.96904%204.96904%208.07765%205.00023%2011.9435C5.03143%2015.8094%208.19062%2018.9686%2012.0565%2018.9998Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M18%206L16.95%207.05003%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M5%205L7%207%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M17.0498%2018.0498L16.5%2017.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M6%2019.0498L7.05003%2017.9998%22%2F%3E%3Cpath%20d%3D%22M16.5%2013C16.5%2014.1046%2015.6046%2015%2014.5%2015C13.3954%2015%2012.5%2014.1046%2012.5%2013C12.5%2011.8954%2013.3954%2011%2014.5%2011C15.6046%2011%2016.5%2011.8954%2016.5%2013Z%22%2F%3E%3Cpath%20d%3D%22M11%209C11%209.55228%2010.5523%2010%2010%2010C9.44772%2010%209%209.55228%209%209C9%208.44772%209.44772%208%2010%208C10.5523%208%2011%208.44772%2011%209Z%22%2F%3E%3Ccircle%20cx%3D%2219.5%22%20cy%3D%224.5%22%20r%3D%221.5%22%2F%3E%3Ccircle%20cx%3D%221.5%22%20cy%3D%221.5%22%20r%3D%221.5%22%20transform%3D%22matrix(-1%200%200%201%205%202)%22%2F%3E%3Cpath%20d%3D%22M2%2012C2%2012.8284%202.67157%2013.5%203.5%2013.5C4.32843%2013.5%205%2012.8284%205%2012C5%2011.1716%204.32843%2010.5%203.5%2010.5C2.67157%2010.5%202%2011.1716%202%2012Z%22%2F%3E%3Ccircle%20cx%3D%221.5%22%20cy%3D%221.5%22%20r%3D%221.5%22%20transform%3D%22matrix(1%200%200%20-1%2017.05%2021.05)%22%2F%3E%3Ccircle%20cx%3D%224.5%22%20cy%3D%2220.5%22%20r%3D%221.5%22%20transform%3D%22rotate(180%204.5%2020.5)%22%2F%3E%3Cpath%20d%3D%22M13.5%203.5C13.5%204.32843%2012.8284%205%2012%205C11.1716%205%2010.5%204.32843%2010.5%203.5C10.5%202.67157%2011.1716%202%2012%202C12.8284%202%2013.5%202.67157%2013.5%203.5Z%22%2F%3E%3Cpath%20d%3D%22M19.5%2013.5C20.3284%2013.5%2021%2012.8284%2021%2012C21%2011.1716%2020.3284%2010.5%2019.5%2010.5C19.3247%2010.5%2019.1564%2010.5301%2019%2010.5854V13.4146C19.1564%2013.4699%2019.3247%2013.5%2019.5%2013.5Z%22%2F%3E%3Cpath%20d%3D%22M10.5852%2019C10.7911%2019.5826%2011.3468%2020.0001%2011.9999%2020.0001C12.653%2020.0001%2013.2086%2019.5826%2013.4146%2019L10.5852%2019Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M9%2013H9.0001%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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