Recurrence Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Recurrence 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/346568.svg" alt="Recurrence icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/346568.svg" alt="Recurrence icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/346568.svg" alt="Recurrence icon" :width="24" :height="24" />
CSS background
.icon-recurrence {
background-image: url('https://proicons.com/icon/346568.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.cls-1{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="cls-1" d="M9.21,7.47A1.73,1.73,0,0,0,7.47,9.21v7.14H40.53V9.21a1.73,1.73,0,0,0-1.74-1.74ZM7.47,31.65v7.14a1.73,1.73,0,0,0,1.74,1.74H38.79a1.73,1.73,0,0,0,1.74-1.74V31.65Z"/><path class="cls-1" d="M6.22,16.35A1.72,1.72,0,0,0,4.5,18.08V29.92a1.72,1.72,0,0,0,1.72,1.73H41.78a1.72,1.72,0,0,0,1.72-1.73V18.08a1.72,1.72,0,0,0-1.72-1.73Zm5.11,3.07A4.58,4.58,0,0,1,15.91,24h0a4.58,4.58,0,0,1-4.58,4.58h0A4.58,4.58,0,0,1,6.75,24h0a4.58,4.58,0,0,1,4.58-4.58Z"/><line class="cls-1" x1="19.15" y1="26.31" x2="36.54" y2="26.31"/><line class="cls-1" x1="19.15" y1="21.69" x2="40.88" y2="21.69"/></svg>
Copied!