JSXIcons.com

Cryptocurrency icon

Trezor JSX Icon

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

Browse all icons
ComponentTrezorLogo
FiletrezorLogo.jsx
CategoryCryptocurrency

Copy-ready code

Trezor React JSX component

// Source: https://raw.githubusercontent.com/simple-icons/simple-icons/develop/icons/trezor.svg
// Asset license: Simple Icons CC0 1.0 Universal. Brand names and marks remain trademarks of their respective owners.
export const TrezorLogo = ({ width = "40px", height = "40px", color = "#141609", ...props }) => (
  <svg {...props} width={width} height={height} viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" fill={color}>
    <path d="M17.858 5.569c0-3.044-2.643-5.569-5.86-5.569-3.216 0-5.856 2.525-5.856 5.569v1.78H3.731V20.15L11.998 24l8.271-3.849V7.403h-2.411zm-8.73 0c0-1.434 1.264-2.584 2.87-2.584 1.61 0 2.87 1.15 2.87 2.584v1.78h-5.74Zm7.81 12.516-4.94 2.298-4.937-2.298v-7.693h9.878z"/>
  </svg>
)

How to use the Trezor icon

import { TrezorLogo } from "@/assets/icons/trezorLogo"

export default function Example() {
  return <TrezorLogo 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.jsJSXSVGCryptocurrency icons

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

Related JSX icons

FAQ

Is the Trezor 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.