Krl Access Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Krl 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/342626.svg" alt="Krl Access icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/342626.svg" alt="Krl Access icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/342626.svg" alt="Krl Access icon" :width="24" :height="24" />
CSS background
.icon-krl-access {
background-image: url('https://proicons.com/icon/342626.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>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="c" d="M36.12,42.499v-3.024h-5.745l-.93-1.042h-10.89l-.93,1.042h-5.746v3.025M35.046,39.477v-1.187h4.25v-1.308h3.204M5.5,38.29h7.453v1.185M19.237,9.98c0-.554-.446-1-1-1h-5.252c-2.216,0-4,1.784-4,4v9.73h10.25l.002-12.73ZM20.992,22.71h18.022v-9.73c0-2.216-1.784-4-4-4h-13.024c-.554,0-1,.446-1,1l.002,12.73ZM5.5,35.514h12.825v-.474c0-.554.446-1,1-1h9.348c.554,0,1,.446,1,1v.475h12.825M12.938,29.284c-.0006.8542-.6928,1.5464-1.547,1.547-.8542-.0006-1.5464-.6928-1.547-1.547,0-.8545.6925-1.5474,1.547-1.548.8549,0,1.548.6931,1.548,1.548h0M38.769,29.284c-.0005.8542-.6928,1.5464-1.547,1.547-.8542-.0006-1.5465-.6928-1.547-1.547,0-.8545.6925-1.5474,1.547-1.548.8549,0,1.548.6931,1.548,1.548h0M5.5,32.564h37M5.5,26.004h37M9.5,5.5h29c2.215,0,4,1.784,4,4v29c0,2.215-1.785,4-4,4H9.5c-2.216,0-4-1.785-4-4V9.5c0-2.216,1.784-4,4-4Z"/></svg>
Copied!