Keepa Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Keepa 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/327868.svg" alt="Keepa icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/327868.svg" alt="Keepa icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/327868.svg" alt="Keepa icon" :width="24" :height="24" />
CSS background
.icon-keepa {
background-image: url('https://proicons.com/icon/327868.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="M30.4634,18.1341h10.0366c1.1038,0,2,.8962,2,2v7.7317c0,1.1038-.8962,2-2,2h-10.0366c-.8279,0-1.5-.6721-1.5-1.5v-8.7317c0-.8279.6721-1.5,1.5-1.5Z"/><path class="b" d="M7.5,18.1341h10.0366c.8279,0,1.5.6721,1.5,1.5v8.7317c0,.8279-.6721,1.5-1.5,1.5H7.5c-1.1038,0-2-.8962-2-2v-7.7317c0-1.1038.8962-2,2-2Z"/><path class="b" d="M18.7317,29.8659h10.0366c1.1038,0,2,.8962,2,2v7.7317c0,1.1038-.8962,2-2,2h-10.0366c-.8279,0-1.5-.6721-1.5-1.5v-8.7317c0-.8279.6721-1.5,1.5-1.5Z" transform="translate(59.7317 11.7317) rotate(90)"/><path class="b" d="M19.2317,6.4024h10.0366c.8279,0,1.5.6721,1.5,1.5v8.7317c0,.8279-.6721,1.5-1.5,1.5h-10.0366c-1.1038,0-2-.8962-2-2v-7.7317c0-1.1038.8962-2,2-2Z" transform="translate(36.2683 -11.7317) rotate(90)"/></svg>
Copied!