brazilian real sign icon

brazilian-real-sign from Font Awesome Solid by Dave Gandy · Solid · CC-BY-4.0 Attribution required.

Name
brazilian-real-sign
Set
Font Awesome Solid
Style
Solid
Viewbox
640×640
License
CC BY 4.0

The same icon in other sets

Use the brazilian real sign icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M464 80c17.7 0 32 14.3 32 32v16h16c17.7 0 32 14.3 32 32s-14.3 32-32 32h-48.9c-26 0-47.1 21.1-47.1 47.1c0 22.5 15.9 41.8 37.9 46.2l32.8 6.6c51.9 10.4 89.3 56 89.3 109c0 50.6-33.8 93.3-80 106.7V528c0 17.7-14.3 32-32 32s-32-14.3-32-32v-16h-32c-17.7 0-32-14.3-32-32s14.3-32 32-32h64.9c26 0 47.1-21.1 47.1-47.1c0-22.5-15.9-41.8-37.9-46.2l-32.8-6.6c-51.9-10.4-89.3-56-89.3-109c0-50.6 33.8-93.2 80-106.7V112c0-17.7 14.3-32 32-32M64 128c0-17.7 14.3-32 32-32h80c79.5 0 144 64.5 144 144c0 54.3-30 101.5-74.4 126.1l41 136.7c5.1 16.9-4.5 34.8-21.5 39.8s-34.8-4.5-39.8-21.5l-41.2-137.3c-2.7.1-5.4.2-8.1.2h-48v128c0 17.7-14.3 32-32 32s-32-14.3-32-32zm64 192h48c44.2 0 80-35.8 80-80s-35.8-80-80-80h-48z"/></svg>

React

import type { SVGProps } from "react";

export function Fa7SolidBrazilianRealSign(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="M464 80c17.7 0 32 14.3 32 32v16h16c17.7 0 32 14.3 32 32s-14.3 32-32 32h-48.9c-26 0-47.1 21.1-47.1 47.1c0 22.5 15.9 41.8 37.9 46.2l32.8 6.6c51.9 10.4 89.3 56 89.3 109c0 50.6-33.8 93.3-80 106.7V528c0 17.7-14.3 32-32 32s-32-14.3-32-32v-16h-32c-17.7 0-32-14.3-32-32s14.3-32 32-32h64.9c26 0 47.1-21.1 47.1-47.1c0-22.5-15.9-41.8-37.9-46.2l-32.8-6.6c-51.9-10.4-89.3-56-89.3-109c0-50.6 33.8-93.2 80-106.7V112c0-17.7 14.3-32 32-32M64 128c0-17.7 14.3-32 32-32h80c79.5 0 144 64.5 144 144c0 54.3-30 101.5-74.4 126.1l41 136.7c5.1 16.9-4.5 34.8-21.5 39.8s-34.8-4.5-39.8-21.5l-41.2-137.3c-2.7.1-5.4.2-8.1.2h-48v128c0 17.7-14.3 32-32 32s-32-14.3-32-32zm64 192h48c44.2 0 80-35.8 80-80s-35.8-80-80-80h-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="M464 80c17.7 0 32 14.3 32 32v16h16c17.7 0 32 14.3 32 32s-14.3 32-32 32h-48.9c-26 0-47.1 21.1-47.1 47.1c0 22.5 15.9 41.8 37.9 46.2l32.8 6.6c51.9 10.4 89.3 56 89.3 109c0 50.6-33.8 93.3-80 106.7V528c0 17.7-14.3 32-32 32s-32-14.3-32-32v-16h-32c-17.7 0-32-14.3-32-32s14.3-32 32-32h64.9c26 0 47.1-21.1 47.1-47.1c0-22.5-15.9-41.8-37.9-46.2l-32.8-6.6c-51.9-10.4-89.3-56-89.3-109c0-50.6 33.8-93.2 80-106.7V112c0-17.7 14.3-32 32-32M64 128c0-17.7 14.3-32 32-32h80c79.5 0 144 64.5 144 144c0 54.3-30 101.5-74.4 126.1l41 136.7c5.1 16.9-4.5 34.8-21.5 39.8s-34.8-4.5-39.8-21.5l-41.2-137.3c-2.7.1-5.4.2-8.1.2h-48v128c0 17.7-14.3 32-32 32s-32-14.3-32-32zm64 192h48c44.2 0 80-35.8 80-80s-35.8-80-80-80h-48z"/></svg>
</template>

CSS

.icon-brazilian-real-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%22M464%2080c17.7%200%2032%2014.3%2032%2032v16h16c17.7%200%2032%2014.3%2032%2032s-14.3%2032-32%2032h-48.9c-26%200-47.1%2021.1-47.1%2047.1c0%2022.5%2015.9%2041.8%2037.9%2046.2l32.8%206.6c51.9%2010.4%2089.3%2056%2089.3%20109c0%2050.6-33.8%2093.3-80%20106.7V528c0%2017.7-14.3%2032-32%2032s-32-14.3-32-32v-16h-32c-17.7%200-32-14.3-32-32s14.3-32%2032-32h64.9c26%200%2047.1-21.1%2047.1-47.1c0-22.5-15.9-41.8-37.9-46.2l-32.8-6.6c-51.9-10.4-89.3-56-89.3-109c0-50.6%2033.8-93.2%2080-106.7V112c0-17.7%2014.3-32%2032-32M64%20128c0-17.7%2014.3-32%2032-32h80c79.5%200%20144%2064.5%20144%20144c0%2054.3-30%20101.5-74.4%20126.1l41%20136.7c5.1%2016.9-4.5%2034.8-21.5%2039.8s-34.8-4.5-39.8-21.5l-41.2-137.3c-2.7.1-5.4.2-8.1.2h-48v128c0%2017.7-14.3%2032-32%2032s-32-14.3-32-32zm64%20192h48c44.2%200%2080-35.8%2080-80s-35.8-80-80-80h-48z%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%22M464%2080c17.7%200%2032%2014.3%2032%2032v16h16c17.7%200%2032%2014.3%2032%2032s-14.3%2032-32%2032h-48.9c-26%200-47.1%2021.1-47.1%2047.1c0%2022.5%2015.9%2041.8%2037.9%2046.2l32.8%206.6c51.9%2010.4%2089.3%2056%2089.3%20109c0%2050.6-33.8%2093.3-80%20106.7V528c0%2017.7-14.3%2032-32%2032s-32-14.3-32-32v-16h-32c-17.7%200-32-14.3-32-32s14.3-32%2032-32h64.9c26%200%2047.1-21.1%2047.1-47.1c0-22.5-15.9-41.8-37.9-46.2l-32.8-6.6c-51.9-10.4-89.3-56-89.3-109c0-50.6%2033.8-93.2%2080-106.7V112c0-17.7%2014.3-32%2032-32M64%20128c0-17.7%2014.3-32%2032-32h80c79.5%200%20144%2064.5%20144%20144c0%2054.3-30%20101.5-74.4%20126.1l41%20136.7c5.1%2016.9-4.5%2034.8-21.5%2039.8s-34.8-4.5-39.8-21.5l-41.2-137.3c-2.7.1-5.4.2-8.1.2h-48v128c0%2017.7-14.3%2032-32%2032s-32-14.3-32-32zm64%20192h48c44.2%200%2080-35.8%2080-80s-35.8-80-80-80h-48z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-solid/brazilian-real-sign.svg?color=%231a73e8&size=48