JSXIcons.com

Brands icon

Adobe Photoshop JSX Icon

Copy the Adobe Photoshop icon as an optimized JSX SVG component for React, Next.js, dashboards, landing pages and Tailwind interfaces.

Browse all icons
ComponentAdobePsLogo
FileadobePsLogo.jsx
CategoryBrands

Copy-ready code

Adobe Photoshop React JSX component

export const AdobePsLogo = ({ width = "40px", height = "40px", color = "#000", ...props }) => (
  <svg fill={color} {...props} width={width} height={height} viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
    <path d="M19,5V19H5V5H19m0-2H5A2,2,0,0,0,3,5V19a2,2,0,0,0,2,2H19a2,2,0,0,0,2-2V5a2,2,0,0,0-2-2Z" />
    <rect width="24" height="24" fill="none" />
    <g>
      <path d="M12.11,10.47a2.41,2.41,0,0,1-.8,1.94,3.36,3.36,0,0,1-2.25.67H8.35v2.79H6.68V8H9.19a3.32,3.32,0,0,1,2.17.62A2.22,2.22,0,0,1,12.11,10.47ZM8.35,11.72h.54A1.82,1.82,0,0,0,10,11.41a1,1,0,0,0,.38-.88,1.08,1.08,0,0,0-.32-.87,1.51,1.51,0,0,0-1-.28H8.35Z" />
      <path d="M17.32,14.09a1.68,1.68,0,0,1-.64,1.41,3.2,3.2,0,0,1-1.92.48,6,6,0,0,1-1.12-.09,4,4,0,0,1-.87-.26V14.28a6.52,6.52,0,0,0,1,.36,4.58,4.58,0,0,0,1,.14c.59,0,.89-.17.89-.51a.44.44,0,0,0-.12-.32,1.5,1.5,0,0,0-.4-.27l-.78-.36a4.61,4.61,0,0,1-1-.54,1.55,1.55,0,0,1-.47-.56,1.89,1.89,0,0,1-.15-.79,1.44,1.44,0,0,1,.62-1.24,3.05,3.05,0,0,1,1.76-.44,4.89,4.89,0,0,1,2.11.48l-.49,1.18a8.28,8.28,0,0,0-.84-.32,2.72,2.72,0,0,0-.8-.12c-.49,0-.73.13-.73.39a.46.46,0,0,0,.24.38,5.56,5.56,0,0,0,1,.48,5,5,0,0,1,1,.53,1.59,1.59,0,0,1,.48.57A1.68,1.68,0,0,1,17.32,14.09Z" />
    </g>
  </svg>
);

How to use the Adobe Photoshop icon

import { AdobePsLogo } from "@/assets/icons/adobePsLogo"

export default function Example() {
  return <AdobePsLogo width="32px" height="32px" />
}

Built for the web

Use it in your stack

This copy-ready component works in React and Next.js projects, and the SVG can be adapted for any interface.

ReactNext.jsJSXSVGBrands icons

Looking for a similar mark? Browse the related icons below or explore the full brands collection.

Related JSX icons

FAQ

Is the Adobe Photoshop JSX icon free?

Yes. You can copy the JSX component and use it in React and Next.js projects.

Can I customize it?

Yes. Edit the SVG attributes or pass className, width, height and color props depending on the component.