How to use the PNC Bank icon
import { PncBankLogo } from "@/assets/icons/pncbankLogo"
export default function Example() {
return <PncBankLogo width="32px" height="32px" />
}Brands icon
Copy the PNC Bank icon as an optimized JSX SVG component for React, Next.js, dashboards, landing pages and Tailwind interfaces.
Copy-ready code
// Source: https://commons.wikimedia.org/wiki/Special:PermanentLink/1117265424
// Asset license: Public domain textlogo
// Optimized, converted to monochrome currentColor JSX, and parameterized by JSXIcons.
export const PncBankLogo = ({ width = "40px", height = "40px", color = "#F58025", ...props }) => (
<svg {...props} width={width} height={height} viewBox="0 0 54.24 16.404" xmlns="http://www.w3.org/2000/svg" fill={color} color={color}>
<path d="M0 0h.186c.132 0 .216-.068.216-.241 0-.119-.05-.271-.216-.271H0Zm0-.771h.105c.323 0 .289-.187.289-.404 0-.123 0-.245.055-.356h.408c-.039.076-.047.42-.047.539 0 .329-.272.352-.361.356v.009c.272.041.369.216.369.449 0 .314-.182.484-.466.484h-.768v-1.837H0ZM.199.959c-.878 0-1.582-.7-1.582-1.578A1.58 1.58 0 0 1 .199-2.205c.874 0 1.574.708 1.574 1.586S1.073.959.199.959m0-2.868c-.713 0-1.286.581-1.286 1.29a1.282 1.282 0 0 0 2.563 0 1.29 1.29 0 0 0-1.277-1.29" transform="matrix(.67303 0 0 -.67303 14.826 14.577)"/><path d="M0 0c-6.478 0-11.729-5.251-11.729-11.727 0-6.477 5.251-11.727 11.729-11.727 6.476 0 11.727 5.25 11.727 11.727C11.727-5.251 6.476 0 0 0m-6.308-5.688.004.395c.005 1.29.541 2.372 1.278 2.567.963.256 2.261-.89 3.562-3.143l1.209-2.094c-.352-.061-.649-.295-.879-.695l-3.947-6.839c-.577-.995-.976-1.892-1.201-2.677l-.001.038c-.04 1.805-.076 5.429-.025 12.448m4.23-14.518-.344-.196c-1.121-.643-2.323-.719-2.862-.177-.703.706-.36 2.403.941 4.655l1.212 2.099q.348-.416 1.04-.416h7.894q1.73.002 2.92.297-.017-.007-.033-.019c-1.542-.935-4.665-2.783-10.768-6.243m7.881 6.818H3.382c.123.339.071.711-.159 1.108L-.725-5.443q-.866 1.498-1.72 2.379l.034-.019C-.83-3.948 2.326-5.728 8.376-9.282l.347-.202c1.116-.651 1.782-1.654 1.583-2.391-.259-.961-1.9-1.513-4.503-1.513" transform="matrix(.67303 0 0 -.67303 8.555 .31)"/><path d="M0 0h-1.176v5.564c0 1.306 0 1.506 2.494 1.506 2.802 0 4.345-1.26 4.345-3.548C5.663.419 2.8 0 0 0m.377 8.391h-7.748v-.753l.153-.018c2.697-.328 2.971-.682 2.971-2.058V-8.775h3.071v7.454H.063c2.918 0 8.99 0 8.99 4.843 0 4.869-5.644 4.869-8.676 4.869" transform="matrix(.67303 0 0 -.67303 23.784 8.023)"/><path d="M0 0h-1.805v-13.38L-11.409 0h-6.516v-.75l.151-.02c2.636-.343 2.973-.46 2.973-2.354v-14.04h1.978v14.39l10.353-14.39H.173V0Z" transform="matrix(.67303 0 0 -.67303 41.568 2.376)"/><path d="M0 0c0-4.686 2.86-9.415 9.249-9.415 3.034 0 4.529.334 5.917.706l.128.034v1.408l-.235-.063c-1.475-.396-2.925-.614-4.082-.614-5.105 0-7.587 2.81-7.587 8.593 0 3.865 1.838 6.171 4.916 6.171 2.065 0 3.276-.81 3.601-2.409l.028-.138h3.382l-.025.195c-.115.897-.944 3.823-6.797 3.823C2.858 8.291 0 5.502 0 0" transform="matrix(.67303 0 0 -.67303 43.27 7.773)"/>
</svg>
)
import { PncBankLogo } from "@/assets/icons/pncbankLogo"
export default function Example() {
return <PncBankLogo 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.