Bangchak Link Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Bangchak 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/336929.svg" alt="Bangchak Link icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/336929.svg" alt="Bangchak Link icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/336929.svg" alt="Bangchak Link icon" :width="24" :height="24" />
CSS background
.icon-bangchak-link {
background-image: url('https://proicons.com/icon/336929.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M34.9049,32.9991v8h4M43.9049,36.9991c0,3.866-3.134,7-7,7s-7-3.134-7-7,3.134-7,7-7,7,3.134,7,7M7.7169,33.4561c7.464,3.485,15.664.64,18.289-1.373M15.8749,9.4061c-3.218,3.98-3.617,11.16-3.217,15.368M15.8889,16.8401c2.075-3.905,6.724-11.324,23.131-12.642M35.0209,8.9061c-16.55.22-27.47,13.428-19.948,21.34,7.132,7.502,22.07.2,19.948-21.339,1.5187-.0801,3.0392-.1195,4.56-.118-.1353-1.5358-.3221-3.0667-.56-4.59C15.5699,1.7591-5.2841,22.2711,10.5109,36.7651c5.578,5.118,13.344,5.647,19.48,1.302M36.5509,30.0371c2.513-5.188,3.814-12.249,3.028-21.249"/></svg>
Copied!