How to use the Yapi Kredi icon
import { YapiKrediLogo } from "@/assets/icons/yapikrediLogo"
export default function Example() {
return <YapiKrediLogo width="32px" height="32px" />
}Brands icon
Copy the Yapi Kredi 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/yapi-kredi/mono.svg
// Asset license: MIT License
// Optimized, converted to monochrome currentColor JSX, and parameterized by JSXIcons.
export const YapiKrediLogo = ({ width = "40px", height = "40px", color = "#004990", ...props }) => (
<svg {...props} width={width} height={height} viewBox="0 0 1548 786" xmlns="http://www.w3.org/2000/svg" fill={color} color={color}>
<path fill="currentColor" d="M1529.5 256.4C1445.6 15 1205.3 1.5 1180.3.9c-29-.6-58.1 1.5-86.5 6.8-28.8 5-56.9 12.9-83.9 23.4-27.3 10.6-53.1 23.8-77.8 39.6-24.3 15.6-47.2 33.8-68.3 54q-12.9 12.3-25 25.8-12 13.2-23.4 27.3-11.2 13.8-21.4 28.4-10.3 14.7-19.7 30-9.4-15.3-19.7-30-10.5-14.6-21.7-28.4-11.1-14.1-23.2-27.3-12.3-13.5-25.2-25.8c-20.8-20.2-43.7-38.4-68.3-54-24.4-15.8-50.5-29-77.5-39.6-27.3-10.5-55.1-18.4-83.9-23.4C426 2.4 397 .3 368 .9 343.3 1.5 103 15 19.1 256.4c-7.3 22.9-12.6 46.3-15.5 70.4-3 23.8-3.5 48.1-1.5 72.2 1.8 23.7 5.9 47.5 12.3 70.9 6.5 23.2 15.3 45.5 26.1 66.9 44.6 95 150.3 172.5 261.7 164.6 21.5-.6 42.6-4.4 63.1-10.9 20.6-6.7 39.9-16.1 57.5-28.2 17.9-12 34.1-26.4 47.8-42.8 13.5-16.7 25-34.9 33.8-54.5 7.6-18.2 12.3-37.3 14.4-56.9 1.7-19.7.5-39.3-3.3-58.7s-10.5-37.8-20.2-55.1c-9.4-17.3-21.1-33.2-35.2-46.7q1.2 7.6.9 15.6 0 7.9-1.8 15.5-2.1 7.6-5.3 14.7-3.2 7.3-7.6 13.5c-5.9 8.2-13.2 15.5-21.4 21.1-8.2 5.9-17.3 10-27.3 12.6-9.7 2.6-19.7 3.5-29.6 2.9-10-.8-20-3.5-29.1-7.6-7.9-2.6-15.2-6.7-21.4-12-6.5-5.3-12-11.5-16.1-18.8-4.4-7-7.4-14.9-8.8-22.9-1.5-8.2-1.8-16.4-.3-24.6q1.7-10.9 6.1-20.5 4.4-10 11.2-18.5 6.7-8.5 15.2-15 8.8-6.4 18.8-10.2c49-21.2 93.9-10.6 138.2 31.3 71.9 80.7 80.4 203 114.4 295.7C620.6 696.7 659 762.9 742.9 782q3.8.9 7.9 1.5 3.8.6 7.7 1.2 4.1.2 7.9.5t7.9.3q3.8 0 7.9-.3 3.8-.3 7.6-.5 4.2-.6 8-1.2t7.6-1.5c84.2-19.1 122.6-85.3 146.7-161.6 34.3-92.7 42.8-215 115-295.7 43.7-41.9 88.9-52.5 137.6-31.3q10.3 3.8 18.8 10.2 8.8 6.5 15.5 15 6.8 8.5 11.2 18.5 4.4 9.6 6.1 20.5c1.5 8.2 1.2 16.4-.3 24.6-1.4 8.2-4.7 15.9-8.8 23.2-4.1 7-9.7 13.2-16.1 18.5-6.5 5.3-13.8 9.4-21.4 12-9.4 4.1-19.1 6.8-29.1 7.6-9.9.6-20.2-.3-29.9-2.9s-18.8-6.7-27.3-12.6c-8.2-5.6-15.2-12.9-21.1-21.1q-4.7-6.2-7.9-13.5-3.3-7.1-5-14.7-1.8-7.6-2.1-15.5-.3-8 1.2-15.6c-14.1 13.5-26.1 29.4-35.5 46.7s-16.1 35.7-19.9 55.1c-4.1 19.4-5 39-3.3 58.7 2.1 19.3 6.8 38.7 14.4 56.9 8.5 19.6 20 37.8 33.7 54.5 13.8 16.4 29.7 30.8 47.6 42.8 17.9 12.1 37.2 21.5 57.5 28.2 20.5 6.5 41.6 10.3 63.3 10.9 111.2 7.9 217.2-69.6 261.5-164.6 10.8-21.4 19.6-43.7 26.1-66.9 6.7-23.1 10.8-46.9 12.6-70.9 2-24.1 1.4-48.4-1.5-72.2-2.9-24.1-7.9-47.5-15.5-70.4m-169.6 288c-11.5 10.9-24.4 20-38.2 27-14 7.1-28.7 12.3-44 15.3-15.5 2.9-31.1 3.5-46.6 2-15.6-1.4-30.8-5.3-45.5-11.1q-11.4-5.3-21.7-12.9-10.3-7.7-18.8-17.3-8.2-9.7-14.3-21.2-6.2-11.1-9.7-23.4c46.3 46 129.9 69.8 206.8-11.2 0 0 71.6-66.5 30.8-192.1-20.2-61.9-95.9-113.5-159.3-119.9-23.2-4.4-46.6-5.3-69.8-2.7-23.5 2.4-46.4 8.2-67.8 17.6-21.7 9.1-41.9 21.1-60.1 36.1-17.9 15-33.8 32.6-47 52.2-72.4 112-81.5 237-134.1 361.7-4.4 8.8-11.1 15.8-19.3 21.1-7.9 5-17.6 7.6-27 7.6-9.7 0-19.1-2.6-27.3-7.6-8.2-5.3-15-12.3-19.1-21.1-52.5-124.7-61.6-249.7-134.3-361.7-12.9-19.6-28.8-37.2-47-52.2s-38.1-27.3-59.8-36.4-44.6-14.9-67.8-17.6c-23.5-2.3-46.9-1.4-70.1 3-63.1 6.4-139.1 58-159.6 119.9-40.5 125.6 31.1 192.1 31.1 192.1 76.9 81 160.5 57.2 207.1 11.2q-3.8 12.3-10 23.4-6.1 11.5-14.3 21.2-8.5 9.6-18.8 17.3-10.3 7.6-21.7 12.9c-14.7 5.8-29.9 9.7-45.5 11.1-15.5 1.5-31.1.9-46.6-2-15.3-3-30-8.2-44.1-15.3-13.7-7-26.7-16.1-38.1-27-16.7-16.4-30.8-35.2-42.2-55.7-11.5-20.2-19.7-42.5-24.7-65.4s-6.7-46.3-5-69.8c1.8-23.2 6.8-46.4 15.3-68.1 36.1-107.3 144.6-161.3 230.9-168 102.1-9.1 242.9 53.7 299.5 160.7 12.9 24.6 40.5 88.3 40.5 88.3h143.2s27.6-63.7 40.8-88.3c56-107 196.8-169.5 298.9-160.7 86.6 6.7 194.8 60.7 230.9 168 8.5 21.7 13.5 44.9 15.3 68.1 1.7 23.5.3 46.9-5 69.8-5 22.9-13.2 45.2-24.7 65.7-11.4 20.2-25.5 39-42.2 55.4"/>
</svg>
)
import { YapiKrediLogo } from "@/assets/icons/yapikrediLogo"
export default function Example() {
return <YapiKrediLogo 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.