Infinite Links Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Infinite Links 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/341974.svg" alt="Infinite Links icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/341974.svg" alt="Infinite Links icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/341974.svg" alt="Infinite Links icon" :width="24" :height="24" />
CSS background
.icon-infinite-links {
background-image: url('https://proicons.com/icon/341974.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.d{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="d" d="m14.552,22.218c.2979-2.3317,1.1753-4.5516,2.552-6.457m0,0l-.886-4.052,3.81,3.81-2.924.242m19.644,19.644c-2.3982,1.7326-5.2815,2.6651-8.24,2.665-3.2896-.0001-6.4751-1.1529-9.003-3.258m17.243.593l.24-2.926,3.812,3.811-4.052-.886m-19.05-2.401c-1.7142-2.0582-2.8053-4.563-3.145-7.22m4.007-11.733c2.6388-2.6383,6.2175-4.1203,9.949-4.12,3.2917-.0002,6.4792,1.1538,9.008,3.261m1.802,1.802c2.1067,2.5286,3.2602,5.7158,3.26,9.007h0c0,3.7321-1.4828,7.3113-4.122,9.95m-17.512-5.583l-7.427,10.624m0,0l10.624-7.427m8.734-15.128l10.624-7.427m0,0l-7.427,10.624m-16.106,1.627l-15.467,2.74m0,0l15.467,2.74m-1.048,4.51c-1.1333-1.4989-1.8994-3.2425-2.237-5.091m0-4.319c1.0433-5.7122,6.0203-9.8623,11.827-9.862,2.62.0002,5.1683.8563,7.257,2.438m2.327,2.327c1.5817,2.0887,2.4378,4.637,2.438,7.257h0c0,6.6396-5.3824,12.022-12.022,12.022-2.617,0-5.1624-.8538-7.25-2.432m7.25-5.947l-2.576-1.067m0,0l-1.067-2.576m0,0l1.067-2.576m0,0l2.576-1.067m0,0l2.576,1.067m0,0l1.067,2.576m0,0l-1.067,2.576m0,0l-2.576,1.067m6.05,2.407c-3.3416,3.3408-8.7584,3.3408-12.1,0-3.3408-3.3416-3.3408-8.7584,0-12.1,3.3416-3.3408,8.7584-3.3408,12.1,0,3.3408,3.3416,3.3408,8.7584,0,12.1Zm-2.217-2.217c-2.117,2.1167-5.549,2.1167-7.666,0-2.1167-2.117-2.1167-5.549,0-7.666,2.117-2.1167,5.549-2.1167,7.666,0,2.1167,2.117,2.1167,5.549,0,7.666Zm1.061,3.292l3.068.838-.838-3.068m-14.248-9.789l-.838-3.067,3.067.837m13.393,5.548l2.762,1.577-2.762,1.576m-10.075,6.923l1.577,2.762,1.577-2.762m-3.154-16.997l1.577-2.761,1.577,2.761m2.066,8.497h1.775m0,0h3.137m-5.98-2.576l1.257-1.257m0,0l2.218-2.217m-6.05-2.485v3.135m0,0v1.758m2.576,6.22l1.257,1.256m0,0l2.217,2.217m-6.05-2.407v1.758m0,0v3.135m-2.576-5.96l-1.258,1.258m0,0l-2.217,2.217m2.408-6.052h-1.758m0,0h-3.135m5.96-2.576l-1.257-1.257m0,0l-2.216-2.217m3.845,1.097c.1108-1.6286,1.0649-2.8704,2.205-2.87,1.14.0004,2.0936,1.2426,2.204,2.871m0,9.904c-.1108,1.628-1.0643,2.8696-2.204,2.87-1.1416,0-2.0962-1.2451-2.205-2.876m-2.74-2.741c-1.6321-.1078-2.8789-1.0627-2.879-2.205-.0004-1.1401,1.2414-2.0942,2.87-2.205m9.91,0c1.627.1122,2.8666,1.0659,2.866,2.205.0004,1.1401-1.2414,2.0942-2.87,2.205m-10.004-4.137c-1.0814-1.231-1.2894-2.7913-.48-3.6.8087-.8094,2.369-.6014,3.6.48m6.993,6.995c1.0728,1.2298,1.2762,2.7821.47,3.588-.8088.8088-2.3683.6008-3.599-.48m-3.858-.005c-1.2313,1.0851-2.7948,1.2954-3.605.485-.8094-.8087-.6014-2.369.48-3.6m6.983-6.982c1.2307-1.0808,2.7902-1.2888,3.599-.48.8066.8065.6023,2.3601-.472,3.59"/></svg>
Copied!