baht sign icon
baht-sign from Font Awesome Solid by Dave Gandy · Solid · CC-BY-4.0 Attribution required.
- Name
- baht-sign
- Set
- Font Awesome Solid
- Style
- Solid
- Viewbox
- 640×640
- License
- CC BY 4.0
The same icon in other sets
Use the baht sign icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M296 64c-13.3 0-24 10.7-24 24v40h-74.4c-20.8 0-37.6 16.8-37.6 37.6v304.7c0 23 18.7 41.7 41.7 41.7H272v40c0 13.3 10.7 24 24 24s24-10.7 24-24v-40h48c61.9 0 112-50.1 112-112c0-40.1-21.1-75.3-52.7-95.1c13.1-18.3 20.7-40.7 20.7-64.9c0-61.9-50.1-112-112-112h-16V88c0-13.3-10.7-24-24-24m-24 128v96h-48v-96zm48 96v-96h16c26.5 0 48 21.5 48 48s-21.5 48-48 48zm-48 64v96h-48v-96zm48 96v-96h48c26.5 0 48 21.5 48 48s-21.5 48-48 48z"/></svg>
React
import type { SVGProps } from "react";
export function Fa7SolidBahtSign(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M296 64c-13.3 0-24 10.7-24 24v40h-74.4c-20.8 0-37.6 16.8-37.6 37.6v304.7c0 23 18.7 41.7 41.7 41.7H272v40c0 13.3 10.7 24 24 24s24-10.7 24-24v-40h48c61.9 0 112-50.1 112-112c0-40.1-21.1-75.3-52.7-95.1c13.1-18.3 20.7-40.7 20.7-64.9c0-61.9-50.1-112-112-112h-16V88c0-13.3-10.7-24-24-24m-24 128v96h-48v-96zm48 96v-96h16c26.5 0 48 21.5 48 48s-21.5 48-48 48zm-48 64v96h-48v-96zm48 96v-96h48c26.5 0 48 21.5 48 48s-21.5 48-48 48z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M296 64c-13.3 0-24 10.7-24 24v40h-74.4c-20.8 0-37.6 16.8-37.6 37.6v304.7c0 23 18.7 41.7 41.7 41.7H272v40c0 13.3 10.7 24 24 24s24-10.7 24-24v-40h48c61.9 0 112-50.1 112-112c0-40.1-21.1-75.3-52.7-95.1c13.1-18.3 20.7-40.7 20.7-64.9c0-61.9-50.1-112-112-112h-16V88c0-13.3-10.7-24-24-24m-24 128v96h-48v-96zm48 96v-96h16c26.5 0 48 21.5 48 48s-21.5 48-48 48zm-48 64v96h-48v-96zm48 96v-96h48c26.5 0 48 21.5 48 48s-21.5 48-48 48z"/></svg> </template>
CSS
.icon-baht-sign {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M296%2064c-13.3%200-24%2010.7-24%2024v40h-74.4c-20.8%200-37.6%2016.8-37.6%2037.6v304.7c0%2023%2018.7%2041.7%2041.7%2041.7H272v40c0%2013.3%2010.7%2024%2024%2024s24-10.7%2024-24v-40h48c61.9%200%20112-50.1%20112-112c0-40.1-21.1-75.3-52.7-95.1c13.1-18.3%2020.7-40.7%2020.7-64.9c0-61.9-50.1-112-112-112h-16V88c0-13.3-10.7-24-24-24m-24%20128v96h-48v-96zm48%2096v-96h16c26.5%200%2048%2021.5%2048%2048s-21.5%2048-48%2048zm-48%2064v96h-48v-96zm48%2096v-96h48c26.5%200%2048%2021.5%2048%2048s-21.5%2048-48%2048z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M296%2064c-13.3%200-24%2010.7-24%2024v40h-74.4c-20.8%200-37.6%2016.8-37.6%2037.6v304.7c0%2023%2018.7%2041.7%2041.7%2041.7H272v40c0%2013.3%2010.7%2024%2024%2024s24-10.7%2024-24v-40h48c61.9%200%20112-50.1%20112-112c0-40.1-21.1-75.3-52.7-95.1c13.1-18.3%2020.7-40.7%2020.7-64.9c0-61.9-50.1-112-112-112h-16V88c0-13.3-10.7-24-24-24m-24%20128v96h-48v-96zm48%2096v-96h16c26.5%200%2048%2021.5%2048%2048s-21.5%2048-48%2048zm-48%2064v96h-48v-96zm48%2096v-96h48c26.5%200%2048%2021.5%2048%2048s-21.5%2048-48%2048z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-solid/baht-sign.svg?color=%231a73e8&size=48