How to use the BBVA icon
import { BbvaLogo } from "@/assets/icons/bbvaLogo"
export default function Example() {
return <BbvaLogo width="32px" height="32px" />
}Brands icon
Copy the BBVA icon as an optimized JSX SVG component for React, Next.js, dashboards, landing pages and Tailwind interfaces.
Copy-ready code
// Source: https://raw.githubusercontent.com/glincker/thesvg/bc1ea3c9c5901d1d7a9438e760a9d071955ff29d/public/icons/bbva/default.svg
// Asset license: MIT License
// Optimized, converted to monochrome currentColor JSX, and parameterized by JSXIcons.
export const BbvaLogo = ({ width = "40px", height = "40px", color = "#072146", ...props }) => (
<svg {...props} width={width} height={height} viewBox="0 0 3543.2 1059.5" xmlns="http://www.w3.org/2000/svg" fill={color} color={color}>
<path d="M642.6 561.6q17.4 5.85 40.5 17.4c27 15.5 50.1 36.7 69.5 63.7 23.2 38.6 34.7 84.9 34.7 138.9 0 185.3-112 277.9-335.8 277.9H17.4q-17.4 0-17.4-17.4V150.5q0-17.4 17.4-17.4h457.4c81.1 0 146.6 22.3 196.8 66.6 50.1 44.4 75.3 103.3 75.3 176.6 0 42.5-9.7 80.1-28.9 112.9-19.4 32.9-44.5 57-75.4 72.4M445.8 926.3c65.6 0 113.8-10.6 144.7-31.8 30.8-21.2 46.3-57.9 46.3-110s-15.5-88.7-46.3-110c-30.9-21.2-79.2-31.8-144.7-31.8H173.7c-15.5 0-23.2 5.8-23.2 17.4v249c0 11.6 7.7 17.4 23.2 17.4h272.1zm-272.1-660q-17.4 0-17.4 17.4v208.4q0 17.4 17.4 17.4H440c100.3 0 150.5-40.5 150.5-121.6S540.3 266.3 440 266.3zm1406.9 295.3c11.6 3.9 23.2 9.7 34.7 17.4 30.8 15.5 54 36.7 69.5 63.7q40.5 57.9 40.5 138.9c0 185.3-112 277.9-335.8 277.9H955.3q-17.4 0-17.4-17.4V150.5q0-17.4 17.4-17.4h457.4c77.2 0 141.8 22.3 194 66.6 52.1 44.4 78.2 103.3 78.2 176.6 0 42.5-9.7 80.1-28.9 112.9-19.5 32.9-44.6 57-75.4 72.4m-474.8-295.3q-17.4 0-17.4 17.4v208.4q0 17.4 17.4 17.4h272.1c100.3 0 150.5-40.5 150.5-121.6s-50.2-121.6-150.5-121.6zm277.9 660c65.6 0 113.8-10.6 144.7-31.8 30.8-21.2 46.3-57.9 46.3-110s-15.5-88.7-46.3-110c-30.9-21.2-79.2-31.8-144.7-31.8h-277.9q-17.4 0-17.4 17.4v249q0 17.4 17.4 17.4h277.9zm1169.5-781.6c3.8-7.7 7.7-11.6 11.6-11.6h150.5c3.8 0 7.7 2 11.6 5.8 3.8 3.9 3.8 7.8 0 11.6l-480.5 903.2c-3.9 3.9-8.7 5.8-14.5 5.8s-10.7-1.9-14.5-5.8l-480.5-903.2c-3.9-3.8-4.9-7.7-2.9-11.6 1.9-3.8 6.7-5.8 14.5-5.8h144.7c7.7 0 13.5 3.9 17.4 11.6l306.8 579c0 3.9 3.8 5.8 11.6 5.8 7.7 0 13.5-1.9 17.4-5.8zm173.7 770.1c-3.9 7.8-9.7 11.6-17.4 11.6H2559c-3.9 0-6.8-1.9-8.7-5.8-2-3.8-2.9-7.7-2.9-11.6L3028 5.8c3.8-3.8 9.6-5.8 17.4-5.8 7.7 0 13.5 2 17.4 5.8L3543.2 909c0 3.9-1 7.8-2.9 11.6-2 3.9-4.9 5.8-8.7 5.8h-150.5c-7.8 0-13.6-3.8-17.4-11.6l-301.1-579c-3.9-7.7-9.7-11.6-17.4-11.6-7.8 0-13.6 3.9-17.4 11.6z"/>
</svg>
)
import { BbvaLogo } from "@/assets/icons/bbvaLogo"
export default function Example() {
return <BbvaLogo width="32px" height="32px" />
}Built for the web
This copy-ready component works in React and Next.js projects, and the SVG can be adapted for any interface.
Looking for a similar mark? Browse the related icons below or explore the full brands collection.
Yes. You can copy the JSX component and use it in React and Next.js projects.
Yes. Edit the SVG attributes or pass className, width, height and color props depending on the component.