Eth Zurich Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Eth Zurich 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/340099.svg" alt="Eth Zurich icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340099.svg" alt="Eth Zurich icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340099.svg" alt="Eth Zurich icon" :width="24" :height="24" />
CSS background
.icon-eth-zurich {
background-image: url('https://proicons.com/icon/340099.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"><line x1="18.943" y1="18.1279" x2="29.2193" y2="18.1279" style="fill:none; stroke:#fff; stroke-linecap:round; stroke-linejoin:round;"/><line x1="22.0103" y1="29.8722" x2="24.0812" y2="18.1279" style="fill:none; stroke:#fff; stroke-linecap:round; stroke-linejoin:round;"/><line x1="29.2194" y1="18.1278" x2="27.1485" y2="29.8721" style="fill:none; stroke:#fff; stroke-linecap:round; stroke-linejoin:round;"/><line x1="37" y1="18.1278" x2="34.9292" y2="29.8721" style="fill:none; stroke:#fff; stroke-linecap:round; stroke-linejoin:round;"/><line x1="28.1878" y1="23.9779" x2="35.9685" y2="23.9779" style="fill:none; stroke:#fff; stroke-linecap:round; stroke-linejoin:round;"/><line x1="12.0354" y1="24" x2="15.864" y2="24" style="fill:none; stroke:#fff; stroke-linecap:round; stroke-linejoin:round;"/><polyline points="16.8722 29.8722 11 29.8722 13.0708 18.1279 18.943 18.1279" style="fill:none; stroke:#fff; stroke-linecap:round; stroke-linejoin:round;"/><path id="b" d="M9.5,5.5h29c2.216,0,4,1.784,4,4v29c0,2.216-1.784,4-4,4H9.5c-2.216,0-4-1.784-4-4V9.5c0-2.216,1.784-4,4-4Z" style="fill:none; stroke:#fff; stroke-linecap:round; stroke-linejoin:round;"/></svg>
Copied!