How to use the Bradesco icon
import { BradescoLogo } from "@/assets/icons/bradescoLogo"
export default function Example() {
return <BradescoLogo width="32px" height="32px" />
}Brands icon
Copy the Bradesco 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/bradesco/default.svg
// Asset license: MIT License
// Optimized, converted to monochrome currentColor JSX, and parameterized by JSXIcons.
export const BradescoLogo = ({ width = "40px", height = "40px", color = "#CC092F", ...props }) => (
<svg {...props} width={width} height={height} viewBox="0 0 123 23.1" xmlns="http://www.w3.org/2000/svg" fill={color} color={color}>
<path fill="currentColor" d="M34.6 9.8a6.2 6.2 0 0 0-2.6.6V4.1a11.8 11.8 0 0 0-2.9 1.6 1.6 1.6 0 0 0-.6 1.3v15.4a13.9 13.9 0 0 0 4.6.7c4.6 0 7.2-2.8 7.2-6.8s-1.8-6.5-5.7-6.5m-1.3 10.5a3.2 3.2 0 0 1-1.3-.2v-7a5.4 5.4 0 0 1 2-.4c1.8 0 2.7 1.2 2.7 3.5s-1.1 4.1-3.4 4.1m-21.7-3.9-1.4.8c-.2.1-.2.2-.2.4v5.1c0 .2.1.3.2.3h1.4zm37.6-6.5a4.2 4.2 0 0 0-3.5 1.8 12 12 0 0 0-.4-1.6l-1.4-.2-1.4.2v12.7a4.4 4.4 0 0 0 1.7.2l1.8-.2v-6.2c0-2.5 1.3-3.8 3-3.8h1.2a8.8 8.8 0 0 0 0-2.8Zm-35 5-1.8 1h-.1v6.9h2a.4.4 0 0 0 .4-.4v-7.2a.3.3 0 0 0-.5-.3m-2.8-10a22.5 22.5 0 0 0-4.4.4 8.2 8.2 0 0 1 6.6-3.2A9 9 0 0 1 19 3.9c.2.2.4.3.6.1a.4.4 0 0 0 0-.6A9.3 9.3 0 0 0 12.2 0a9.5 9.5 0 0 0-8.7 6.1L.3 7.4q-.4.3-.3.6a.4.4 0 0 0 .6.2 18 18 0 0 1 2.5-.6A6 6 0 0 0 3 9a9.3 9.3 0 0 0 4.3 8c.2.1.5.1.6-.1s.1-.4-.1-.6a7.9 7.9 0 0 1-2.6-6 6.4 6.4 0 0 1 .7-3.1L8.7 7c6.8 0 12.6 2.3 12.6 5.2s-1.9 3-4.2 4c-.5.2-.5.4-.5.6s.3.3.6.2c4-1.2 6.9-3.4 6.9-5.9s-5.6-6.2-12.7-6.2M71.3 7v3l-1.8-.2c-3.9 0-6.5 2.6-6.5 6.8s2.5 6.5 6.5 6.5a15.1 15.1 0 0 0 5.3-.8V4.1a11.8 11.8 0 0 0-2.9 1.6 1.4 1.4 0 0 0-.6 1.3m0 13.1a4.1 4.1 0 0 1-1.5.2c-2.3 0-3.2-1.5-3.2-3.7s.9-4 3.2-4l1.5.2Zm35.8.2c-1.7 0-2.9-1.4-2.9-3.8s1-3.8 2.9-3.8a5.9 5.9 0 0 1 2.3.4 6 6 0 0 1 1.2-2.4 7.5 7.5 0 0 0-3.9-.9c-3.9 0-6.1 2.7-6.1 6.7s2.3 6.6 6.2 6.6a8 8 0 0 0 3.9-.8 9.7 9.7 0 0 1-1.4-2.5 4.7 4.7 0 0 1-2.2.5M55.7 9.8a15.3 15.3 0 0 0-3.8.4 6.6 6.6 0 0 0 0 2.8 10.6 10.6 0 0 1 3.2-.4c1.8 0 2.7.7 2.7 2.2v.2l-1.7-.2c-2.9 0-5.5 1.1-5.5 4s2.3 4.3 5.7 4.3a20 20 0 0 0 4.8-.7v-7.3c0-3.5-1.9-5.2-5.4-5.3m2.1 10.5h-1.5c-1.6 0-2.5-.5-2.5-1.6s.9-1.6 2.5-1.6h1.5Zm59.1-10.5c-3.9 0-6.1 2.7-6.1 6.7s2.3 6.6 6.1 6.6 6.1-2.6 6.1-6.6-2.2-6.7-6.1-6.7m0 10.5c-2 0-2.5-1.6-2.5-3.8s.5-3.9 2.5-3.9 2.6 1.6 2.6 3.9-.7 3.8-2.6 3.8M82.8 9.8c-3.7 0-6 2.5-6 6.7s2.4 6.6 6.6 6.6a9.9 9.9 0 0 0 4-.7 6.2 6.2 0 0 0 0-2.7 11.8 11.8 0 0 1-3.6.6c-2 0-3.3-.8-3.6-2.8h7.9a10 10 0 0 0 .2-1.8c0-3.8-2.2-5.9-5.5-5.9m-2.6 5.1a2.5 2.5 0 0 1 2.6-2.4c1.6 0 2.2 1 2.2 2.4Zm16.1.4-1.5-.6c-.8-.4-1.2-.6-1.2-1.2s.7-1 1.6-1a11 11 0 0 1 3.3.6 5.7 5.7 0 0 0 0-2.6 8.3 8.3 0 0 0-3.8-.7c-2.7 0-4.7 1.4-4.7 3.6s.8 3 3.2 4l1.1.4c1 .4 1.3.7 1.3 1.4s-1 1.1-1.8 1.1a9.9 9.9 0 0 1-3.8-.7 4.2 4.2 0 0 0 0 2.7 9.4 9.4 0 0 0 4.3.8c2.7 0 4.9-1.4 4.9-3.9s-.9-3.1-2.9-3.9"/>
</svg>
)
import { BradescoLogo } from "@/assets/icons/bradescoLogo"
export default function Example() {
return <BradescoLogo 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.