Kryptey Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Kryptey 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/328090.svg" alt="Kryptey icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/328090.svg" alt="Kryptey icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/328090.svg" alt="Kryptey icon" :width="24" :height="24" />
CSS background
.icon-kryptey {
background-image: url('https://proicons.com/icon/328090.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><path class="b" d="m12.6416,20.0785h-3.6887v4.2977h4.2977v-2.0093m21.498-.1216v2.1309h4.2977v-4.2977h-3.6887m-26.4047,6.4418v4.3072h4.2977v-4.3072h-4.2977Zm7.2083,0h-.757v4.3072h4.2977v-1.8737m2.1441.4355v1.4383h4.3072v-1.4383m2.1441-.6276v2.0658h4.2977v-4.3072h-.757m2.9106,0v4.3072h4.2977v-4.3072h-4.2977Zm-25.7956,6.4513v4.2977h4.2977v-4.2977h-4.2977Zm6.4513,0v4.2977h17.1908v-4.2977H15.404Zm19.3444,0v4.2977h4.2977v-4.2977h-4.2977Z"/><path class="b" d="m12.6729,15.8662h-5.2754c-1.048,0-1.8974.8495-1.8974,1.8974v21.8205c0,1.048.8495,1.8974,1.8974,1.8974h33.2051c1.048,0,1.8974-.8495,1.8974-1.8974v-21.8205c0-1.048-.8495-1.8974-1.8974-1.8974h-5.2754"/><path class="b" d="m18.6128,15.3093h10.7736c.4086,0,.7398.3312.7398.7398v7.9623c0,.4086-.3312.7398-.7398.7398h-10.7736c-.4086,0-.7399-.3313-.7399-.7399v-7.9623c0-.4086.3312-.7398.7398-.7398h0Z"/><path class="b" d="m19.9448,15.3093v-1.6984c.0069-2.2376,1.8265-4.046,4.0641-4.0391,2.2279.0068,4.0322,1.8112,4.0391,4.0391v1.6984"/><circle class="b" cx="23.9958" cy="20.0301" r="1.5714"/><circle class="b" cx="23.9996" cy="18.0549" r="11.5364"/></svg>
Copied!