currency bdt icon
currency-bdt from Material Design Icons by Pictogrammers · Filled · Banking · Apache-2.0 Free for personal and commercial use.
- Name
- currency-bdt
- Set
- Material Design Icons
- Style
- Filled
- Category
- Banking
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- bangladeshi-taka, taka
More banking icons from Material Design Icons
Use the currency bdt icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.09 10.5V9h-8.5V4.5A1.5 1.5 0 0 0 8.09 3a1.5 1.5 0 0 0-1.5 1.5A1.5 1.5 0 0 0 8.09 6v3h-3v1.5h3v6.2c0 2.36 1.91 4.27 4.25 4.3c2.34-.04 4.2-1.96 4.16-4.3c0-1.59-.75-3.09-2-4.08a4 4 0 0 0-.7-.47c-.22-.1-.46-.15-.7-.15c-.71 0-1.36.39-1.71 1c-.19.3-.29.65-.29 1c.01 1.1.9 2 2.01 2c.62 0 1.2-.31 1.58-.8c.21.47.31.98.31 1.5c.04 1.5-1.14 2.75-2.66 2.8c-1.53 0-2.76-1.27-2.75-2.8v-6.2z"/></svg>
React
import type { SVGProps } from "react";
export function MdiCurrencyBdt(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.09 10.5V9h-8.5V4.5A1.5 1.5 0 0 0 8.09 3a1.5 1.5 0 0 0-1.5 1.5A1.5 1.5 0 0 0 8.09 6v3h-3v1.5h3v6.2c0 2.36 1.91 4.27 4.25 4.3c2.34-.04 4.2-1.96 4.16-4.3c0-1.59-.75-3.09-2-4.08a4 4 0 0 0-.7-.47c-.22-.1-.46-.15-.7-.15c-.71 0-1.36.39-1.71 1c-.19.3-.29.65-.29 1c.01 1.1.9 2 2.01 2c.62 0 1.2-.31 1.58-.8c.21.47.31.98.31 1.5c.04 1.5-1.14 2.75-2.66 2.8c-1.53 0-2.76-1.27-2.75-2.8v-6.2z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.09 10.5V9h-8.5V4.5A1.5 1.5 0 0 0 8.09 3a1.5 1.5 0 0 0-1.5 1.5A1.5 1.5 0 0 0 8.09 6v3h-3v1.5h3v6.2c0 2.36 1.91 4.27 4.25 4.3c2.34-.04 4.2-1.96 4.16-4.3c0-1.59-.75-3.09-2-4.08a4 4 0 0 0-.7-.47c-.22-.1-.46-.15-.7-.15c-.71 0-1.36.39-1.71 1c-.19.3-.29.65-.29 1c.01 1.1.9 2 2.01 2c.62 0 1.2-.31 1.58-.8c.21.47.31.98.31 1.5c.04 1.5-1.14 2.75-2.66 2.8c-1.53 0-2.76-1.27-2.75-2.8v-6.2z"/></svg> </template>
CSS
.icon-currency-bdt {
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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18.09%2010.5V9h-8.5V4.5A1.5%201.5%200%200%200%208.09%203a1.5%201.5%200%200%200-1.5%201.5A1.5%201.5%200%200%200%208.09%206v3h-3v1.5h3v6.2c0%202.36%201.91%204.27%204.25%204.3c2.34-.04%204.2-1.96%204.16-4.3c0-1.59-.75-3.09-2-4.08a4%204%200%200%200-.7-.47c-.22-.1-.46-.15-.7-.15c-.71%200-1.36.39-1.71%201c-.19.3-.29.65-.29%201c.01%201.1.9%202%202.01%202c.62%200%201.2-.31%201.58-.8c.21.47.31.98.31%201.5c.04%201.5-1.14%202.75-2.66%202.8c-1.53%200-2.76-1.27-2.75-2.8v-6.2z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18.09%2010.5V9h-8.5V4.5A1.5%201.5%200%200%200%208.09%203a1.5%201.5%200%200%200-1.5%201.5A1.5%201.5%200%200%200%208.09%206v3h-3v1.5h3v6.2c0%202.36%201.91%204.27%204.25%204.3c2.34-.04%204.2-1.96%204.16-4.3c0-1.59-.75-3.09-2-4.08a4%204%200%200%200-.7-.47c-.22-.1-.46-.15-.7-.15c-.71%200-1.36.39-1.71%201c-.19.3-.29.65-.29%201c.01%201.1.9%202%202.01%202c.62%200%201.2-.31%201.58-.8c.21.47.31.98.31%201.5c.04%201.5-1.14%202.75-2.66%202.8c-1.53%200-2.76-1.27-2.75-2.8v-6.2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/currency-bdt.svg?color=%231a73e8&size=48