Keycip Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Keycip 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/327901.svg" alt="Keycip icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/327901.svg" alt="Keycip icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/327901.svg" alt="Keycip icon" :width="24" :height="24" />
CSS background
.icon-keycip {
background-image: url('https://proicons.com/icon/327901.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="a" x="17.5665" y="24.8271" width="2.898" height="2.898"/><rect class="a" x="22.5511" y="24.8271" width="2.898" height="2.898"/><rect class="a" x="27.5355" y="24.8271" width="2.898" height="2.898"/><rect class="a" x="32.52" y="24.8271" width="2.898" height="2.898"/><rect class="a" x="12.5821" y="29.8115" width="2.898" height="2.898"/><rect class="a" x="17.5665" y="29.8115" width="2.898" height="2.898"/><rect class="a" x="22.5511" y="29.8115" width="2.898" height="2.898"/><rect class="a" x="27.5355" y="29.8115" width="2.898" height="2.898"/><rect class="a" x="32.52" y="29.8115" width="2.898" height="2.898"/><rect class="a" x="7.7714" y="20.4755" width="32.4572" height="22.0245" rx="2.0123"/><path class="a" d="M12.3158,20.4755c-.4028-20.261,25.1029-19.6715,24.717,0"/><rect class="a" x="17.6245" y="36.6948" width="12.751" height="2.898"/><rect class="a" x="12.5821" y="24.8271" width="2.898" height="2.898"/></svg>
Copied!