Rabble Cachebook Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Rabble Cachebook 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/331854.svg" alt="Rabble Cachebook icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331854.svg" alt="Rabble Cachebook icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331854.svg" alt="Rabble Cachebook icon" :width="24" :height="24" />
CSS background
.icon-rabble-cachebook {
background-image: url('https://proicons.com/icon/331854.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>.d{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="d" d="m21.5 5.5h17c2.216 0 4 1.784 4 4v17c0 8.864-7.136 16-16 16h-17c-2.216 0-4-1.784-4-4v-17c0-8.864 7.136-16 16-16z"/><path class="d" d="m12 26v10h10"/><path class="d" d="m26 12h10v10"/></svg>
Copied!