baht sign icon
baht-sign from Font Awesome 6 Solid by Dave Gandy · Regular · CC-BY-4.0 Attribution required.
- Name
- baht-sign
- Set
- Font Awesome 6 Solid
- Style
- Regular
- Viewbox
- 320×512
- 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 320 512"><path fill="currentColor" d="M144 0c-17.7 0-32 14.3-32 32v32H37.6C16.8 64 0 80.8 0 101.6v304.7c0 23 18.7 41.7 41.7 41.7H112v32c0 17.7 14.3 32 32 32s32-14.3 32-32v-32h32c61.9 0 112-50.1 112-112c0-40.1-21.1-75.3-52.7-95.1c13-18.3 20.7-40.7 20.7-64.9c0-61.9-50.1-112-112-112V32c0-17.7-14.3-32-32-32m-32 128v96H64v-96zm64 96v-96c26.5 0 48 21.5 48 48s-21.5 48-48 48m-64 64v96H64v-96zm64 96v-96h32c26.5 0 48 21.5 48 48s-21.5 48-48 48z"/></svg>
React
import type { SVGProps } from "react";
export function Fa6SolidBahtSign(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 320 512"><path fill="currentColor" d="M144 0c-17.7 0-32 14.3-32 32v32H37.6C16.8 64 0 80.8 0 101.6v304.7c0 23 18.7 41.7 41.7 41.7H112v32c0 17.7 14.3 32 32 32s32-14.3 32-32v-32h32c61.9 0 112-50.1 112-112c0-40.1-21.1-75.3-52.7-95.1c13-18.3 20.7-40.7 20.7-64.9c0-61.9-50.1-112-112-112V32c0-17.7-14.3-32-32-32m-32 128v96H64v-96zm64 96v-96c26.5 0 48 21.5 48 48s-21.5 48-48 48m-64 64v96H64v-96zm64 96v-96h32c26.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 320 512"><path fill="currentColor" d="M144 0c-17.7 0-32 14.3-32 32v32H37.6C16.8 64 0 80.8 0 101.6v304.7c0 23 18.7 41.7 41.7 41.7H112v32c0 17.7 14.3 32 32 32s32-14.3 32-32v-32h32c61.9 0 112-50.1 112-112c0-40.1-21.1-75.3-52.7-95.1c13-18.3 20.7-40.7 20.7-64.9c0-61.9-50.1-112-112-112V32c0-17.7-14.3-32-32-32m-32 128v96H64v-96zm64 96v-96c26.5 0 48 21.5 48 48s-21.5 48-48 48m-64 64v96H64v-96zm64 96v-96h32c26.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%20320%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M144%200c-17.7%200-32%2014.3-32%2032v32H37.6C16.8%2064%200%2080.8%200%20101.6v304.7c0%2023%2018.7%2041.7%2041.7%2041.7H112v32c0%2017.7%2014.3%2032%2032%2032s32-14.3%2032-32v-32h32c61.9%200%20112-50.1%20112-112c0-40.1-21.1-75.3-52.7-95.1c13-18.3%2020.7-40.7%2020.7-64.9c0-61.9-50.1-112-112-112V32c0-17.7-14.3-32-32-32m-32%20128v96H64v-96zm64%2096v-96c26.5%200%2048%2021.5%2048%2048s-21.5%2048-48%2048m-64%2064v96H64v-96zm64%2096v-96h32c26.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%20320%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M144%200c-17.7%200-32%2014.3-32%2032v32H37.6C16.8%2064%200%2080.8%200%20101.6v304.7c0%2023%2018.7%2041.7%2041.7%2041.7H112v32c0%2017.7%2014.3%2032%2032%2032s32-14.3%2032-32v-32h32c61.9%200%20112-50.1%20112-112c0-40.1-21.1-75.3-52.7-95.1c13-18.3%2020.7-40.7%2020.7-64.9c0-61.9-50.1-112-112-112V32c0-17.7-14.3-32-32-32m-32%20128v96H64v-96zm64%2096v-96c26.5%200%2048%2021.5%2048%2048s-21.5%2048-48%2048m-64%2064v96H64v-96zm64%2096v-96h32c26.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/fa6-solid/baht-sign.svg?color=%231a73e8&size=48