Zugerkb Access Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Zugerkb Access 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/350217.svg" alt="Zugerkb Access icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/350217.svg" alt="Zugerkb Access icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/350217.svg" alt="Zugerkb Access icon" :width="24" :height="24" />
CSS background
.icon-zugerkb-access {
background-image: url('https://proicons.com/icon/350217.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M13.1736,5.5v7.8926M11.6196,13.3907h3.1098M15.4606,23.737v7.2145l1.6218,2.3438-1.6218,2.3529,1.6218,2.2283-3.9839,4.6234-2.2082-1.6291v-17.132c-3.1849-1.0014-5.3523-3.9529-5.3546-7.2915.001-4.2189,3.4208-7.6387,7.6397-7.6397,4.2189.001,7.6387,3.4208,7.6397,7.6397.0018,2.1065-.8685,4.1198-2.4042,5.5616-.8395.7915-1.8476,1.3824-2.9485,1.728h-.0018Z"/><path class="c" d="M13.1736,8.8058h3.8959c4.2192-.0322,7.6656,3.362,7.6977,7.5812.0148,1.9426-.711,3.818-2.0298,5.2445l3.5917,6.258,2.5728,1.2241-.2346,2.8477,2.516,1.1252-1.1545,5.9923-2.7268-.3134-8.5285-14.8579c-1.0916.2405-2.2227.238-3.3132-.0073"/><path class="c" d="M17.0695,8.8058h2.9741c1.3377.0053,2.6502.3644,3.8043,1.0409,1.8212,1.0597,3.1221,2.8263,3.5935,4.8799.2565,1.1105.2675,2.2796.0073,3.4176l6.2323,3.6338,2.8404-.2199,1.2149,2.5857,2.7414-.2785,1.9864,5.7705-2.5197,1.0867-14.8011-8.6292c-.4627.421-.9753.7835-1.5265,1.0793"/></svg>
Copied!