Repeaterbook Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Repeaterbook 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/346653.svg" alt="Repeaterbook icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/346653.svg" alt="Repeaterbook icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/346653.svg" alt="Repeaterbook icon" :width="24" :height="24" />
CSS background
.icon-repeaterbook {
background-image: url('https://proicons.com/icon/346653.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M9,35.75C3,29.51,3.06,18.91,9,12.67"/><path class="a" d="M14,17.35c-3.74,4.26-3.84,9.25,0,13.72"/><path class="a" d="M18.76,22l1.87,2-1.87,2C17.61,24.73,17.61,23.48,18.76,22Z"/><path class="a" d="M23.33,21.4,20.63,24l2.6,2.6A4.08,4.08,0,0,0,23.33,21.4Z"/><path class="a" d="M30.19,33.46c4.58-5.41,4.58-13.93,0-18.92"/><path class="a" d="M37,40.11C45.89,30.34,45.47,17,37,7.89"/></svg>
Copied!