Viruswar Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Viruswar icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/349351.svg" alt="Viruswar icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349351.svg" alt="Viruswar icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349351.svg" alt="Viruswar icon" :width="24" :height="24" />
CSS background
.icon-viruswar {
background-image: url('https://proicons.com/icon/349351.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="a" cx="24" cy="5.23" r="2.73"/><line class="a" x1="24" y1="10.96" x2="24" y2="7.95"/><circle class="a" cx="24" cy="24.05" r="13.09"/><circle class="a" cx="36.1" cy="9.63" r="2.73"/><line class="a" x1="32.41" y1="14.02" x2="34.35" y2="11.72"/><circle class="a" cx="42.54" cy="20.78" r="2.73"/><line class="a" x1="36.89" y1="21.77" x2="39.85" y2="21.25"/><circle class="a" cx="40.3" cy="33.46" r="2.73"/><line class="a" x1="35.34" y1="30.59" x2="37.94" y2="32.09"/><circle class="a" cx="30.44" cy="41.73" r="2.73"/><line class="a" x1="28.48" y1="36.35" x2="29.5" y2="39.17"/><circle class="a" cx="17.56" cy="41.73" r="2.73"/><line class="a" x1="19.52" y1="36.35" x2="18.5" y2="39.17"/><circle class="a" cx="7.7" cy="33.46" r="2.73"/><line class="a" x1="12.66" y1="30.59" x2="10.06" y2="32.09"/><circle class="a" cx="5.46" cy="20.78" r="2.73"/><line class="a" x1="11.11" y1="21.77" x2="8.15" y2="21.25"/><circle class="a" cx="11.9" cy="9.63" r="2.73"/><line class="a" x1="15.59" y1="14.02" x2="13.65" y2="11.72"/></svg>
Copied!