Double Arrow Circle Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The Double Arrow Circle icon is commonly used in navigation controls, pagination and call-to-action buttons. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/310100.svg" alt="Double Arrow Circle icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310100.svg" alt="Double Arrow Circle icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310100.svg" alt="Double Arrow Circle icon" :width="24" :height="24" />
CSS background
.icon-double-arrow-circle {
background-image: url('https://proicons.com/icon/310100.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M19.25 4.75431C17.5737 3.07702 15.3676 2.03283 13.0078 1.79966C10.6479 1.56649 8.28021 2.15876 6.30809 3.47556C4.33596 4.79236 2.88151 6.75222 2.19236 9.02121C1.50322 11.2902 1.6221 13.7279 2.52879 15.9191C3.43547 18.1103 5.07386 19.9193 7.16478 21.0379C9.25569 22.1565 11.6698 22.5156 13.9957 22.0539C16.3217 21.5921 18.4155 20.3382 19.9206 18.5058C21.4257 16.6733 22.249 14.3756 22.25 12.0043C22.2538 10.6576 21.9906 9.32344 21.4757 8.07901C20.9608 6.83459 20.2043 5.70456 19.25 4.75431ZM18.9199 12.3743C18.8926 12.4406 18.8592 12.5043 18.8199 12.5643L18.6999 12.7043L15.6999 15.7043C15.5153 15.8927 15.2637 16.0006 15 16.0043C14.8014 16.0055 14.6068 15.9475 14.4413 15.8377C14.2757 15.7279 14.1467 15.5712 14.0705 15.3878C13.9944 15.2043 13.9746 15.0024 14.0137 14.8077C14.0527 14.6129 14.1489 14.4342 14.2899 14.2943L15.5799 13.0043H8.40989L9.69993 14.2943C9.88618 14.4817 9.9907 14.7351 9.9907 14.9993C9.9907 15.2635 9.88618 15.517 9.69993 15.7043C9.5153 15.8927 9.26375 16.0006 8.99998 16.0043C8.86767 16.0038 8.73672 15.9769 8.61485 15.9255C8.49297 15.874 8.38251 15.7988 8.2899 15.7043L5.2899 12.7043C5.16136 12.576 5.07015 12.4152 5.0261 12.239C4.98206 12.0628 4.98684 11.878 5.0399 11.7043C5.02988 11.6582 5.02988 11.6104 5.0399 11.5643C5.08864 11.4451 5.16003 11.3364 5.24998 11.2443L8.24998 8.2443C8.33963 8.13962 8.44989 8.05463 8.57396 7.9946C8.69802 7.93458 8.83321 7.90086 8.97093 7.89554C9.10865 7.89022 9.24592 7.91338 9.37425 7.96366C9.50257 8.01393 9.61908 8.0902 9.71653 8.18766C9.81399 8.28511 9.89026 8.40168 9.94053 8.53C9.99081 8.65833 10.0141 8.79567 10.0088 8.93338C10.0034 9.0711 9.96967 9.20623 9.90965 9.3303C9.84962 9.45436 9.76457 9.56468 9.65989 9.65433L8.36998 10.9543H15.5399L14.25 9.65433C14.1453 9.56468 14.0602 9.45436 14.0002 9.3303C13.9402 9.20623 13.9064 9.0711 13.9011 8.93338C13.8958 8.79567 13.9191 8.65833 13.9693 8.53C14.0196 8.40168 14.0959 8.28511 14.1933 8.18766C14.2908 8.0902 14.4073 8.01393 14.5356 7.96366C14.6639 7.91338 14.8012 7.89022 14.9389 7.89554C15.0767 7.90086 15.2119 7.93458 15.3359 7.9946C15.46 8.05463 15.5702 8.13962 15.6599 8.2443L18.6599 11.2443L18.7899 11.3943C18.8239 11.4523 18.854 11.5124 18.88 11.5743C18.9414 11.6977 18.9766 11.8325 18.9835 11.9701C18.9904 12.1078 18.9687 12.2454 18.9199 12.3743Z" fill="black"/> </svg>
Copied!