Baht Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Baht 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/304966.svg" alt="Baht icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/304966.svg" alt="Baht icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/304966.svg" alt="Baht icon" :width="24" :height="24" />
CSS background
.icon-baht {
background-image: url('https://proicons.com/icon/304966.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M716 570c-10-21-22-38-37-52-15-13-31-23-49-30-17-7-33-11-48-13 13-2 26-7 39-16s23-19 33-31c10-13 18-28 24-45 6-18 9-36 9-56 0-34-6-62-19-84-14-23-31-41-54-54s-50-23-80-28c-4-1-8-1-12-2V62h-97v90c-34 0-63 1-87 3-26 2-49 4-69 7v674c35 4 67 7 95 9 20 1 41 1 61 2v91h97v-95c12-1 24-2 35-4 34-6 64-16 90-31s46-35 61-61c16-26 23-59 23-100 0-30-5-55-15-77zM405 256c12-2 26-3 44-3 12 0 25 1 38 4 12 2 24 6 34 13 10 6 19 15 25 27s10 26 10 44c0 19-3 34-8 46s-14 22-24 30c-10 7-21 12-35 15-13 2-27 4-43 4h-41V256zm174 433c-8 12-19 22-31 30-13 7-26 12-40 14-15 2-28 4-41 4-10 0-20-1-32-1-11-1-21-2-30-3V539h56c19 0 37 1 53 4s30 9 41 17c12 7 21 18 27 30 6 13 9 29 9 49s-4 37-12 50z"/></svg>
Copied!