Amazingthailand Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Amazingthailand 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/321664.svg" alt="Amazingthailand icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/321664.svg" alt="Amazingthailand icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/321664.svg" alt="Amazingthailand icon" :width="24" :height="24" />
CSS background
.icon-amazingthailand {
background-image: url('https://proicons.com/icon/321664.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M43.499,13.5045c-.422.573-.882.995-2.4059,1.717-2.1199,1.004-2.5569,3.1409-2.7799,5.1509-.634,5.7089-4.7959,12.2257-11.3037,13.9856-10.1497,2.7449-16.8096-3.2469-18.9825-8.9598-.89-2.3409-1.435-4.8199-3.5269-6.6588,2.8159,1.335,4.9639,4.2809,7.9308,6.2698,4.2489,2.8459,10.7757,2.0039,14.6096.503,2.6639-1.043,4.0549-2.4329,5.3099-4.1759,1.667-2.3139,2.7059-6.2668,5.0169-6.4848-1.59-.454-2.2119-.904-3.2269-.83,1.205-.629,1.494-1.095,3.0799-1.065,1.548.029,3.5369,1.084,6.2798.549l-.001-.001Z"/></svg>
Copied!