Repeat Icon
Free SVG icon from the Skware collection. Download or copy for use in any project.
The Repeat 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/312531.svg" alt="Repeat icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/312531.svg" alt="Repeat icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/312531.svg" alt="Repeat icon" :width="24" :height="24" />
CSS background
.icon-repeat {
background-image: url('https://proicons.com/icon/312531.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="utf-8"?> <!-- Generator: Adobe Illustrator 25.4.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 24 24" style="enable-background:new 0 0 24 24;" xml:space="preserve"> <polygon points="4,6 4,5 5,5 5,4 6,4 6,3 16,3 16,4 17,4 17,5 18,5 18,6 19,6 19,5 19,4 21,4 21,10 15,10 15,8 17,8 17,7 16,7 16,6 15,6 15,5 8,5 8,6 7,6 7,7 6,7 6,8 5,8 5,16 6,16 6,17 7,17 7,18 8,18 8,19 15,19 15,18 16,18 16,17 17,17 17,16 18,16 18,15 20,15 20,18 19,18 19,19 18,19 18,20 17,20 17,21 6,21 6,20 5,20 5,19 4,19 4,18 3,18 3,6 "/> </svg>
Repeat in other icon packs
Copied!