Linkeye Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Linkeye 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/343114.svg" alt="Linkeye icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/343114.svg" alt="Linkeye icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/343114.svg" alt="Linkeye icon" :width="24" :height="24" />
CSS background
.icon-linkeye {
background-image: url('https://proicons.com/icon/343114.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><path class="a" d="M14.719,14.719,5.44,24l9.2793,9.2812L24,24ZM24,24l9.2812,9.2812L42.5607,24,33.2814,14.719Z"/><path class="a" d="M12.304,24l2.4153-2.4153L17.1346,24l-2.4153,2.4153Z"/><path class="a" d="M30.865,24,33.28,21.5847,35.6956,24,33.28,26.4153Z"/></svg>
Copied!