Rakuten Link Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Rakuten Link icon is commonly used in URL inputs, reference sections and developer tools. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/346473.svg" alt="Rakuten Link icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/346473.svg" alt="Rakuten Link icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/346473.svg" alt="Rakuten Link icon" :width="24" :height="24" />
CSS background
.icon-rakuten-link {
background-image: url('https://proicons.com/icon/346473.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;}.b{fill:#fff;}</style></defs><line class="a" x1="29.5726" y1="29.043" x2="29.5726" y2="36.8066"/><line class="a" x1="29.5726" y1="35.1568" x2="33.0662" y2="31.6632"/><line class="a" x1="30.6401" y1="34.0893" x2="33.4544" y2="36.8066"/><path class="a" d="M27.414,36.8066V33.6041a1.9466,1.9466,0,0,0-1.9409-1.9409h0a1.9466,1.9466,0,0,0-1.9409,1.9409v3.2025"/><line class="a" x1="23.5322" y1="33.6041" x2="23.5322" y2="31.6632"/><circle class="b" cx="21.142" cy="29.3341" r="0.75"/><line class="a" x1="21.142" y1="31.6632" x2="21.142" y2="36.8066"/><polyline class="a" points="15.394 29.043 15.394 36.807 19.276 36.807"/><path class="a" d="M32.8666,10.5889c1.5242,1.8058,3.5347,4.4268,1.0321,7.5195a22.6785,22.6785,0,0,1-20.3469,8.6991c-3.5072-.2641-3.45-3.8508-3.686-5.64l6.0451-1.2532,1.1426,2.7276c6.0589.1765,10.1128-2.5632,11.8322-4.9761l-1.0689-3.0226,5.05-4.0546"/><path class="a" d="M15.8359,39.1527c31.4127,6.6393,33.7077-22.53,18.6932-30.2856C17.5792.1119-7.0609,16.5383,10.597,35.634c-.3066,2.5649-1.6492,4.2319-2.9713,5.9166C11.0042,41.5306,13.4039,40.322,15.8359,39.1527Z"/></svg>
Copied!