JSXIcons.com

Brands icon

Adobe Premiere JSX Icon

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

Browse all icons
ComponentAdobePrLogo
FileadobePrLogo.jsx
CategoryBrands

Copy-ready code

Adobe Premiere React JSX component

export const AdobePrLogo = ({ width = "40px", height = "40px", color = "#000", ...props }) => (
  <svg {...props} fill={color} 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.47,10.52a2.42,2.42,0,0,1-.79,1.94,3.39,3.39,0,0,1-2.26.67H8.71v2.8H7V8.07H9.55a3.32,3.32,0,0,1,2.17.62A2.23,2.23,0,0,1,12.47,10.52ZM8.71,11.77h.55a1.86,1.86,0,0,0,1.15-.3,1.09,1.09,0,0,0,.38-.89,1.08,1.08,0,0,0-.32-.86,1.49,1.49,0,0,0-1-.28H8.71Z" />
      <path d="M16.4,9.81a2.23,2.23,0,0,1,.56,0l-.13,1.53a2.14,2.14,0,0,0-.48-.05,1.73,1.73,0,0,0-1.22.4,1.48,1.48,0,0,0-.44,1.13v3.06H13.05v-6h1.24l.24,1h.08a2.19,2.19,0,0,1,.76-.81A1.83,1.83,0,0,1,16.4,9.81Z" />
    </g>
  </svg>
);

How to use the Adobe Premiere icon

import { AdobePrLogo } from "@/assets/icons/adobePrLogo"

export default function Example() {
  return <AdobePrLogo 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 Premiere 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.