Baht Plus Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Baht Plus icon is commonly used in add-item buttons, floating action buttons and form toolbars. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/304964.svg" alt="Baht Plus icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/304964.svg" alt="Baht Plus icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/304964.svg" alt="Baht Plus icon" :width="24" :height="24" />
CSS background
.icon-baht-plus {
background-image: url('https://proicons.com/icon/304964.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="M789 721c-22-22-52-36-85-37h-5c-35 0-67 14-90 37-22 23-37 55-37 90 0 17 4 35 11 50 6 15 15 28 26 40 23 22 55 36 90 36 70 0 127-56 127-126 0-35-14-67-37-90zm-30 108h-41v42h-37v-42h-42v-37h42v-41h37v41h41v37zM622 570c-10-21-23-38-38-51-15-14-31-24-48-31-18-7-34-11-48-13 13-2 25-7 38-15 13-9 24-19 34-32s18-28 24-45 9-36 9-56c0-34-7-62-20-84-13-23-31-40-54-54-22-13-49-23-80-28l-11-2V62h-98v90c-34 0-63 1-86 3-26 2-49 4-69 8v673c35 4 67 7 95 9 20 1 40 1 61 2v91h97v-95c12-1 23-2 35-4 24-4 46-11 66-20-1-9-2-18-2-28 0-68 47-126 110-142v-2c-1-30-5-55-15-77zM310 256c12-2 27-2 44-2 13 0 25 1 38 3s24 6 35 13c10 6 18 15 25 27 6 11 10 26 10 44 0 19-3 34-9 47-5 12-13 21-23 29-10 7-22 12-35 15-14 2-28 4-44 4h-41V256zm174 433c-8 13-18 22-31 29-12 8-26 13-40 15-14 3-28 4-41 4-10 0-20-1-32-1-11-1-21-2-30-3V538h56c19 0 37 2 53 5s30 9 41 17c12 7 21 18 27 30 6 13 9 29 9 49s-4 37-12 50z"/></svg>
Copied!