How to use the Ted Baker icon
import { TedBakerLogo } from "@/assets/icons/tedbakerLogo"
export default function Example() {
return <TedBakerLogo width="32px" height="32px" />
}Brands icon
Copy the Ted Baker 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/1114797477
// Asset license: Public domain textlogo
// Optimized, converted to monochrome currentColor JSX, and parameterized by JSXIcons.
export const TedBakerLogo = ({ width = "40px", height = "40px", color = "#000000", ...props }) => (
<svg {...props} width={width} height={height} viewBox="0 0 433.6 100" xmlns="http://www.w3.org/2000/svg" fill={color} color={color}>
<path fill="currentColor" d="M120 99.3h9.5v-2.6h-6.6V81.5H120zM162.8 90.4c0 1.8-.7 3.4-2 4.7s-2.9 1.9-4.7 1.9-3.4-.7-4.7-1.9c-1.3-1.3-1.9-2.9-1.9-4.7s.7-3.5 1.9-4.7c1.3-1.3 2.9-1.9 4.7-1.9s3.4.7 4.7 1.9 2 2.9 2 4.7m3.1 0c0-2.5-1-4.8-2.8-6.6q-2.85-2.7-6.9-2.7c-2.6 0-5 .9-6.9 2.7s-2.8 4.1-2.8 6.6 1 4.8 2.8 6.6 4.3 2.7 6.9 2.7 5-1 6.9-2.7c1.8-1.8 2.8-4 2.8-6.6"/><path fill="currentColor" d="M162.8 90.4c0 1.8-.7 3.4-2 4.7s-2.9 1.9-4.7 1.9-3.4-.7-4.7-1.9c-1.3-1.3-1.9-2.9-1.9-4.7s.7-3.5 1.9-4.7c1.3-1.3 2.9-1.9 4.7-1.9s3.4.7 4.7 1.9 2 2.9 2 4.7m3.1 0c0-2.5-1-4.8-2.8-6.6q-2.85-2.7-6.9-2.7c-2.6 0-5 .9-6.9 2.7s-2.8 4.1-2.8 6.6 1 4.8 2.8 6.6 4.3 2.7 6.9 2.7 5-1 6.9-2.7c1.8-1.8 2.8-4 2.8-6.6M185.5 99.3h2.7V86.9c.5.7 1.1 1.4 1.8 2l11.7 11.1V81.5H199v12.4c-.6-.7-1.2-1.5-2-2.2l-11.5-10.9z"/><path fill="currentColor" d="M185.5 99.3h2.7V86.9c.5.7 1.1 1.4 1.8 2l11.7 11.1V81.5H199v12.4c-.6-.7-1.2-1.5-2-2.2l-11.5-10.9zM225 96.7V84.1h1.1c2.7 0 4.7-.1 6.3 1.2 1.4 1.1 2.1 2.9 2.1 5.1q0 3.45-2.1 5.1c-1.6 1.3-3.6 1.2-6.3 1.2zm-2.9 2.6h4c3.3 0 5.9.1 8.2-1.7 2.1-1.6 3.2-4 3.2-7.2s-1.1-5.7-3.2-7.3c-2.2-1.7-4.8-1.7-8.2-1.7h-4z"/><path fill="currentColor" d="M225 96.7V84.1h1.1c2.7 0 4.7-.1 6.3 1.2 1.4 1.1 2.1 2.9 2.1 5.1q0 3.45-2.1 5.1c-1.6 1.3-3.6 1.2-6.3 1.2zm-2.9 2.6h4c3.3 0 5.9.1 8.2-1.7 2.1-1.6 3.2-4 3.2-7.2s-1.1-5.7-3.2-7.3c-2.2-1.7-4.8-1.7-8.2-1.7h-4zM272.6 90.4c0 1.8-.7 3.4-2 4.7s-2.9 1.9-4.7 1.9-3.4-.7-4.7-1.9c-1.3-1.3-1.9-2.9-1.9-4.7s.7-3.5 1.9-4.7c1.3-1.3 2.9-1.9 4.7-1.9s3.4.7 4.7 1.9 2 2.9 2 4.7m3.1 0c0-2.5-1-4.8-2.8-6.6q-2.85-2.7-6.9-2.7c-2.6 0-5 .9-6.9 2.7s-2.8 4.1-2.8 6.6 1 4.8 2.8 6.6 4.3 2.7 6.9 2.7 5-1 6.9-2.7c1.8-1.8 2.8-4 2.8-6.6"/><path fill="currentColor" d="M272.6 90.4c0 1.8-.7 3.4-2 4.7s-2.9 1.9-4.7 1.9-3.4-.7-4.7-1.9c-1.3-1.3-1.9-2.9-1.9-4.7s.7-3.5 1.9-4.7c1.3-1.3 2.9-1.9 4.7-1.9s3.4.7 4.7 1.9 2 2.9 2 4.7m3.1 0c0-2.5-1-4.8-2.8-6.6q-2.85-2.7-6.9-2.7c-2.6 0-5 .9-6.9 2.7s-2.8 4.1-2.8 6.6 1 4.8 2.8 6.6 4.3 2.7 6.9 2.7 5-1 6.9-2.7c1.8-1.8 2.8-4 2.8-6.6M295.3 99.3h2.7V86.9c.5.7 1.1 1.4 1.8 2l11.7 11.1V81.5h-2.7v12.4c-.6-.7-1.2-1.5-2-2.2l-11.5-10.9z"/><path fill="currentColor" d="M295.3 99.3h2.7V86.9c.5.7 1.1 1.4 1.8 2l11.7 11.1V81.5h-2.7v12.4c-.6-.7-1.2-1.5-2-2.2l-11.5-10.9zM13 7.6h8.1V1.7H0v5.9h8.1v36.9H13z"/><path fill="currentColor" d="M13 7.6h8.1V1.7H0v5.9h8.1v36.9H13zM52.3 44.5h17v-6.3H57.2V24.4h12.1v-6.1H57.2V7.6h12.1V1.7h-17z"/><path fill="currentColor" d="M52.3 44.5h17v-6.3H57.2V24.4h12.1v-6.1H57.2V7.6h12.1V1.7h-17zM107.2 38.2V7.9h1.8c4.6 0 7.9-.2 10.5 2.8 2.3 2.8 3.5 6.9 3.5 12.3s-1.2 9.6-3.5 12.3c-2.6 3.2-6 2.8-10.5 2.8h-1.8zm-4.9 6.3h6.7c5.6 0 10 .2 13.8-4 3.5-3.8 5.4-9.7 5.4-17.4s-1.9-13.6-5.4-17.4c-3.7-4-8.1-4-13.8-4h-6.7z"/><path fill="currentColor" d="M107.2 38.2V7.9h1.8c4.6 0 7.9-.2 10.5 2.8 2.3 2.8 3.5 6.9 3.5 12.3s-1.2 9.6-3.5 12.3c-2.6 3.2-6 2.8-10.5 2.8h-1.8zm-4.9 6.3h6.7c5.6 0 10 .2 13.8-4 3.5-3.8 5.4-9.7 5.4-17.4s-1.9-13.6-5.4-17.4c-3.7-4-8.1-4-13.8-4h-6.7zM206.3 19.7V7.5h1.9c4.4 0 6.5 1 6.5 6.3 0 4.5-2 5.9-6.5 5.9zm0 19V25h1.7c2.1 0 4-.2 5.5.9s2.3 3.2 2.3 5.9c0 2.3-.7 4.3-1.9 5.4s-3.2 1.3-5.9 1.3h-1.7zm-4.9 5.8h7.7c4.3 0 7.2-.2 9.3-3.2 1.5-2.2 2.5-5.4 2.5-8.9 0-5.7-2.2-9.8-5.7-10.5 2.9-1.2 4.4-4.4 4.4-8.9 0-3.8-1.1-7.1-3-9-1.9-2-4.3-2.2-7.5-2.2h-7.7z"/><path fill="currentColor" d="M206.3 19.7V7.5h1.9c4.4 0 6.5 1 6.5 6.3 0 4.5-2 5.9-6.5 5.9zm0 19V25h1.7c2.1 0 4-.2 5.5.9s2.3 3.2 2.3 5.9c0 2.3-.7 4.3-1.9 5.4s-3.2 1.3-5.9 1.3h-1.7zm-4.9 5.8h7.7c4.3 0 7.2-.2 9.3-3.2 1.5-2.2 2.5-5.4 2.5-8.9 0-5.7-2.2-9.8-5.7-10.5 2.9-1.2 4.4-4.4 4.4-8.9 0-3.8-1.1-7.1-3-9-1.9-2-4.3-2.2-7.5-2.2h-7.7zM259.7 27.6l3.1-9.8c.3-1.1.7-2.7 1.1-4.8.4 2.2.8 3.7 1.1 4.8l3.1 9.8zm13.7 16.9h5.3L263.9 0l-14.8 44.5h5.2l3.5-11H270z"/><path fill="currentColor" d="m259.7 27.6 3.1-9.8c.3-1.1.7-2.7 1.1-4.8.4 2.2.8 3.7 1.1 4.8l3.1 9.8zm13.7 16.9h5.3L263.9 0l-14.8 44.5h5.2l3.5-11H270zM308.8 44.5h5V22.6l12 21.9h6.4l-13.5-23.8 12.1-19h-6.1l-10.9 17.7V1.7h-5z"/><path fill="currentColor" d="M308.8 44.5h5V22.6l12 21.9h6.4l-13.5-23.8 12.1-19h-6.1l-10.9 17.7V1.7h-5zM362.6 44.5h17v-6.3h-12.1V24.4h12.1v-6.1h-12.1V7.6h12.1V1.7h-17z"/><path fill="currentColor" d="M362.6 44.5h17v-6.3h-12.1V24.4h12.1v-6.1h-12.1V7.6h12.1V1.7h-17zM417.6 19.9V7.7h.9c4.4 0 6.5 1.1 6.5 6.4 0 5.1-2.2 5.9-6.5 5.9h-.9zm-.3 5.4h.6L428 44.5h5.6L423.1 25c4.6-.8 7-4.7 7-11.6 0-4-1.1-7.4-2.9-9.4-1.9-2-4.3-2.4-7.6-2.4h-6.9v42.8h4.7V25.3z"/><path fill="currentColor" d="M417.6 19.9V7.7h.9c4.4 0 6.5 1.1 6.5 6.4 0 5.1-2.2 5.9-6.5 5.9h-.9zm-.3 5.4h.6L428 44.5h5.6L423.1 25c4.6-.8 7-4.7 7-11.6 0-4-1.1-7.4-2.9-9.4-1.9-2-4.3-2.4-7.6-2.4h-6.9v42.8h4.7V25.3z"/>
</svg>
)
import { TedBakerLogo } from "@/assets/icons/tedbakerLogo"
export default function Example() {
return <TedBakerLogo 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.