Thanachart Connect Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Thanachart Connect 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/333859.svg" alt="Thanachart Connect icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333859.svg" alt="Thanachart Connect icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333859.svg" alt="Thanachart Connect icon" :width="24" :height="24" />
CSS background
.icon-thanachart-connect {
background-image: url('https://proicons.com/icon/333859.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="d" d="m29.6371,19.7836c-.7399.6145-1.4946,1.4514-2.2093,2.7711l-2.8238,5.2091c-1.4883,2.7458-7.2835,5.9976-13.006,4.388,2.5192-1.034,4.4038-3.2328,5.6234-6.8039,1.2343-3.6154,3.4752-4.9804,7.7094-5.9291m4.7127.3584c4.056.6114,6.5193,2.2451,6.5193,5.1807,0,4.2489-6.7006,9.8923-14.9391,11.4818-9.2968,1.794-16.7236.1001-16.7236-4.9772h0c0-5.0774,9.6583-11.5841,19.3556-11.9361.2319-.0084.4617-.0148.6883-.02m-2.2009-8.6401l21.157.0474c-1.0467,6.0186-7.1075,8.112-15.4229,8.4904l-21.1559-.0485c1.0456-6.0186,7.1075-8.112,15.4219-8.4894Z"/></svg>
Copied!