Baht Minus Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Baht Minus icon is commonly used in quantity selectors, collapse controls and list management. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/304963.svg" alt="Baht Minus icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/304963.svg" alt="Baht Minus icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/304963.svg" alt="Baht Minus icon" :width="24" :height="24" />
CSS background
.icon-baht-minus {
background-image: url('https://proicons.com/icon/304963.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-89 37-24 23-38 55-38 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-32 106H641v-33h116v33zM622 570c-11-21-23-38-38-51-15-14-31-24-48-31-18-7-34-11-48-13 13-2 25-7 38-15 12-9 24-19 34-32s18-28 24-45 8-36 8-56c0-34-6-62-19-84-13-23-31-40-54-54-23-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 60 2v91h98v-95c12-1 23-2 34-4 25-4 47-11 67-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!