currency brl icon
currency-brl from Material Design Icons by Pictogrammers · Filled · Banking · Apache-2.0 Free for personal and commercial use.
- Name
- currency-brl
- Set
- Material Design Icons
- Style
- Filled
- Category
- Banking
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- brazilian-real
More banking icons from Material Design Icons
Use the currency brl icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 15h2c0 1.08 1.37 2 3 2s3-.92 3-2c0-1.1-1.04-1.5-3.24-2.03C14.64 12.44 12 11.78 12 9c0-1.79 1.47-3.31 3.5-3.82V3h3v2.18C20.53 5.69 22 7.21 22 9h-2c0-1.08-1.37-2-3-2s-3 .92-3 2c0 1.1 1.04 1.5 3.24 2.03C19.36 11.56 22 12.22 22 15c0 1.79-1.47 3.31-3.5 3.82V21h-3v-2.18C13.47 18.31 12 16.79 12 15M2 3h3.5A5.5 5.5 0 0 1 11 8.5c0 2.19-1.29 4.09-3.14 4.97L11.64 21H9.4l-3.52-7H4v7H2zm3.5 9A3.5 3.5 0 0 0 9 8.5A3.5 3.5 0 0 0 5.5 5H4v7z"/></svg>
React
import type { SVGProps } from "react";
export function MdiCurrencyBrl(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="M12 15h2c0 1.08 1.37 2 3 2s3-.92 3-2c0-1.1-1.04-1.5-3.24-2.03C14.64 12.44 12 11.78 12 9c0-1.79 1.47-3.31 3.5-3.82V3h3v2.18C20.53 5.69 22 7.21 22 9h-2c0-1.08-1.37-2-3-2s-3 .92-3 2c0 1.1 1.04 1.5 3.24 2.03C19.36 11.56 22 12.22 22 15c0 1.79-1.47 3.31-3.5 3.82V21h-3v-2.18C13.47 18.31 12 16.79 12 15M2 3h3.5A5.5 5.5 0 0 1 11 8.5c0 2.19-1.29 4.09-3.14 4.97L11.64 21H9.4l-3.52-7H4v7H2zm3.5 9A3.5 3.5 0 0 0 9 8.5A3.5 3.5 0 0 0 5.5 5H4v7z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 15h2c0 1.08 1.37 2 3 2s3-.92 3-2c0-1.1-1.04-1.5-3.24-2.03C14.64 12.44 12 11.78 12 9c0-1.79 1.47-3.31 3.5-3.82V3h3v2.18C20.53 5.69 22 7.21 22 9h-2c0-1.08-1.37-2-3-2s-3 .92-3 2c0 1.1 1.04 1.5 3.24 2.03C19.36 11.56 22 12.22 22 15c0 1.79-1.47 3.31-3.5 3.82V21h-3v-2.18C13.47 18.31 12 16.79 12 15M2 3h3.5A5.5 5.5 0 0 1 11 8.5c0 2.19-1.29 4.09-3.14 4.97L11.64 21H9.4l-3.52-7H4v7H2zm3.5 9A3.5 3.5 0 0 0 9 8.5A3.5 3.5 0 0 0 5.5 5H4v7z"/></svg> </template>
CSS
.icon-currency-brl {
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%22M12%2015h2c0%201.08%201.37%202%203%202s3-.92%203-2c0-1.1-1.04-1.5-3.24-2.03C14.64%2012.44%2012%2011.78%2012%209c0-1.79%201.47-3.31%203.5-3.82V3h3v2.18C20.53%205.69%2022%207.21%2022%209h-2c0-1.08-1.37-2-3-2s-3%20.92-3%202c0%201.1%201.04%201.5%203.24%202.03C19.36%2011.56%2022%2012.22%2022%2015c0%201.79-1.47%203.31-3.5%203.82V21h-3v-2.18C13.47%2018.31%2012%2016.79%2012%2015M2%203h3.5A5.5%205.5%200%200%201%2011%208.5c0%202.19-1.29%204.09-3.14%204.97L11.64%2021H9.4l-3.52-7H4v7H2zm3.5%209A3.5%203.5%200%200%200%209%208.5A3.5%203.5%200%200%200%205.5%205H4v7z%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%22M12%2015h2c0%201.08%201.37%202%203%202s3-.92%203-2c0-1.1-1.04-1.5-3.24-2.03C14.64%2012.44%2012%2011.78%2012%209c0-1.79%201.47-3.31%203.5-3.82V3h3v2.18C20.53%205.69%2022%207.21%2022%209h-2c0-1.08-1.37-2-3-2s-3%20.92-3%202c0%201.1%201.04%201.5%203.24%202.03C19.36%2011.56%2022%2012.22%2022%2015c0%201.79-1.47%203.31-3.5%203.82V21h-3v-2.18C13.47%2018.31%2012%2016.79%2012%2015M2%203h3.5A5.5%205.5%200%200%201%2011%208.5c0%202.19-1.29%204.09-3.14%204.97L11.64%2021H9.4l-3.52-7H4v7H2zm3.5%209A3.5%203.5%200%200%200%209%208.5A3.5%203.5%200%200%200%205.5%205H4v7z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/currency-brl.svg?color=%231a73e8&size=48