Binaryeye Alt Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Binaryeye Alt 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/337188.svg" alt="Binaryeye Alt icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/337188.svg" alt="Binaryeye Alt icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/337188.svg" alt="Binaryeye Alt icon" :width="24" :height="24" />
CSS background
.icon-binaryeye-alt {
background-image: url('https://proicons.com/icon/337188.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="24" r="21.5"/><path class="a" d="M15.71,32.0116l.0291-16.0232m2.0153,16.9374.025-17.8516m2.0153,18.4126.025-18.9736m4.0556,19.6883.025-20.403M25.9156,33.69l.025-19.3808"/><path class="a" d="M29.9962,32.2651l.025-16.53"/><path class="a" d="M11.6252,29.3147l.0416-10.6294m24.442,10.6294L36.15,18.6853M34.0727,30.6362l.0332-13.2724"/><circle class="a" cx="24" cy="24" r="15.7614"/></svg>
Copied!