Mini Link Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Mini 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/343882.svg" alt="Mini Link icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/343882.svg" alt="Mini Link icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/343882.svg" alt="Mini Link icon" :width="24" :height="24" />
CSS background
.icon-mini-link {
background-image: url('https://proicons.com/icon/343882.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>.c{fill:#fff;}.d{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M8.679,32.2425c0,.4142-.3358.75-.75.75s-.75-.3358-.75-.75.3358-.75.75-.75.75.3358.75.75"/><path class="d" d="M40.821,35.3055l-5.149,6.625M40.821,41.9305l-5.149-6.625M7.929,35.3055v6.625M17.724,41.3715c.47.384.978.56,2.117.56h.578c.94,0,1.701-.742,1.701-1.657h0c0-.915-.761-1.656-1.701-1.656h-1.155c-.94,0-1.702-.742-1.702-1.657h0c0-.914.762-1.656,1.702-1.656h.577c1.14,0,1.647.176,2.117.559M25.313,33.2425v7.438c0,.69.576,1.25,1.287,1.25h.386M23.961,35.3055h2.703M33.562,39.4305c0,1.38-1.152,2.5-2.574,2.5h0c-1.422,0-2.574-1.12-2.574-2.5v-1.625c0-1.38,1.152-2.5,2.574-2.5h0c1.422,0,2.574,1.12,2.574,2.5M33.562,41.9305v-6.625M15.564,41.9305v-4.125c0-1.38-1.153-2.5-2.575-2.5h0c-1.421,0-2.574,1.12-2.574,2.5M10.415,41.9305v-6.625M13.789,16.0085V6.5355c0-.259.209-.467.468-.467h20.097c.259,0,.468.208.468.467v9.473"/><path class="d" d="M8.361,29.7685l.25-9.685c.06-2.257.966-4.075,4.062-4.075h23.4c3.095,0,4.002,1.818,4.06,4.075l.323,12.449"/><path class="d" d="M10.636,32.5335v-9.921c0-3.67,1.123-5.58,1.556-6.355M13.665,32.5335v-9.921c0-3.88.683-5.618,1.279-6.521M16.694,32.5335v-9.921c0-3.143.453-5.477.752-6.378M19.724,32.5335v-9.921c0-3.879.144-5.125.567-6.46M22.753,32.5335v-16.164M25.782,30.6625v-14.292M37.9,32.5335v-9.921c0-3.67-1.123-5.58-1.557-6.355M34.87,32.5335v-9.921c0-3.88-.683-5.618-1.279-6.521M31.841,32.5335v-9.921c0-3.143-.452-5.477-.752-6.378M28.812,32.5335v-9.921c0-3.879-.144-5.125-.568-6.46"/></svg>
Copied!