Eyecity Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Eyecity 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/325648.svg" alt="Eyecity icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325648.svg" alt="Eyecity icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325648.svg" alt="Eyecity icon" :width="24" :height="24" />
CSS background
.icon-eyecity {
background-image: url('https://proicons.com/icon/325648.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="b" cx="24" cy="24" r="21.5"/><path class="b" d="M13.342,9.5c-2.1216.0005-3.8413,1.7202-3.8418,3.8418-.0006,2.1223,1.7193,3.8432,3.8416,3.8438h.0002c.301-.0033.6006-.042.8926-.1152-1.4445,2.0227-2.2253,4.4441-2.2344,6.9297,0,6.6274,5.3726,12,12,12s12-5.3726,12-12-5.3726-12-12-12c-2.4856.0091-4.907.7899-6.9297,2.2344.0732-.292.1119-.5916.1152-.8926-.0005-2.1223-1.7213-3.8423-3.8436-3.8418h-.0002,0Z"/></svg>
Copied!