How to use the Rimowa icon
import { RimowaLogo } from "@/assets/icons/rimowaLogo"
export default function Example() {
return <RimowaLogo width="32px" height="32px" />
}Brands icon
Copy the Rimowa 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/1115305608
// Asset license: Public domain textlogo
// Optimized, converted to monochrome currentColor JSX, and parameterized by JSXIcons.
export const RimowaLogo = ({ width = "40px", height = "40px", color = "#000000", ...props }) => (
<svg {...props} width={width} height={height} viewBox="-0.685 -0.685 89.785 24.19" xmlns="http://www.w3.org/2000/svg" fill={color} color={color}>
<path d="M85.475 14.14c-.28.893-.7 1.742-1.239 2.496a8.5 8.5 0 0 1-1.929 1.946 8.3 8.3 0 0 1-2.382 1.201 8.6 8.6 0 0 1-2.6.398H11.556a8.77 8.77 0 0 1-5.155-1.665 8.822 8.822 0 0 1-3.24-4.468 8.8 8.8 0 0 1-.415-2.677c0-.901.136-1.801.415-2.671a8.8 8.8 0 0 1 3.248-4.47 8.799 8.799 0 0 1 5.176-1.673h65.501a8.76 8.76 0 0 1 5.154 1.664 8.844 8.844 0 0 1 3.24 4.467c.28.874.416 1.777.415 2.698 0 .921-.14 1.86-.42 2.754m2.404-6.199a11.4 11.4 0 0 0-1.618-3.209A11.467 11.467 0 0 0 80.476.536 11.3 11.3 0 0 0 77.007 0H11.41a11.33 11.33 0 0 0-6.678 2.156 11.5 11.5 0 0 0-2.577 2.576A11.387 11.387 0 0 0 0 11.41a11.39 11.39 0 0 0 4.732 9.255 11.5 11.5 0 0 0 3.209 1.618c1.134.364 2.306.539 3.479.538h65.587c1.169 0 2.338-.175 3.469-.538a11.4 11.4 0 0 0 3.208-1.618 11.426 11.426 0 0 0 4.195-5.787c.361-1.13.537-2.3.537-3.468 0-1.17-.176-2.339-.537-3.469"/><path d="m70.975 13.84 1.82-4.16 1.82 4.16zm7.82 2.903L73.7 5.096a1.5 1.5 0 0 0-.218-.343 1.3 1.3 0 0 0-.32-.265c-.113-.07-.235-.08-.367-.08a.77.77 0 0 0-.368.08 1.3 1.3 0 0 0-.537.608l-.55 1.259-4.545 10.388a1.3 1.3 0 0 0-.08.814c.03.139.08.274.151.396.07.123.161.232.265.323.32.28.72.391 1.158.301.142-.03.281-.09.406-.159.274-.161.449-.385.549-.613l.57-1.302h5.97l.57 1.302c.1.228.275.452.547.613.126.07.265.129.406.159.439.09.839-.02 1.159-.301q.156-.137.264-.323c.07-.122.124-.257.152-.396.06-.285.02-.571-.08-.814m-27.657-4a4.434 4.434 0 0 1-4.221 3.082 4.44 4.44 0 0 1-2.59-.837 4.43 4.43 0 1 1 6.811-4.938 4.44 4.44 0 0 1 0 2.693m2.543-3.441a7.1 7.1 0 0 0-1.004-1.992 7.2 7.2 0 0 0-1.601-1.6 7.05 7.05 0 0 0-4.148-1.339c-.726 0-1.452.11-2.155.334a7.1 7.1 0 0 0-3.593 2.606 7.05 7.05 0 0 0-1.339 4.146 7.1 7.1 0 0 0 1.34 4.148 7.079 7.079 0 0 0 7.902 2.606 7.1 7.1 0 0 0 1.992-1.004 7.105 7.105 0 0 0 2.941-5.75c0-.726-.11-1.452-.335-2.155m-28.105 7.963c0 .132.02.266.06.393a1.25 1.25 0 0 0 .471.649 1.34 1.34 0 0 0 1.558-.001 1.318 1.318 0 0 0 .547-1.071V8.171c0-.136.03-.27.07-.399.05-.129.109-.252.193-.362.08-.112.187-.21.304-.292.383-.258.816-.313 1.268-.185.144.04.277.109.394.192a1.266 1.266 0 0 1 .541 1.05v9.013q0 .203.06.402c.04.13.105.256.188.37.08.115.185.216.299.298a1.31 1.31 0 0 0 1.545 0c.113-.08.216-.185.298-.3.172-.236.253-.512.253-.778l.01-9.018a1.253 1.253 0 0 1 .234-.75c.07-.105.17-.199.28-.276.368-.251.827-.309 1.298-.178a1.3 1.3 0 0 1 .694.477c.164.221.235.48.235.733l.01 9.012q0 .204.06.401.062.198.188.371a1.315 1.315 0 0 0 1.852.298 1.309 1.309 0 0 0 .55-1.07V8.12c0-.384-.06-.768-.174-1.138a3.8 3.8 0 0 0-.528-1.049 3.8 3.8 0 0 0-.84-.838c-.968-.7-2.171-.858-3.256-.559-.359.1-.716.245-1.045.432q-.496.284-.896.68a4.4 4.4 0 0 0-.899-.69 4.4 4.4 0 0 0-1.026-.427 3.8 3.8 0 0 0-2.175.04 3.8 3.8 0 0 0-1.915 1.395 3.76 3.76 0 0 0-.718 2.202m-2.2 10.339a1.405 1.405 0 0 0 .609-.356c.284-.289.409-.64.41-.97V5.737c0-.249-.07-.522-.256-.78a1.5 1.5 0 0 0-.309-.307 1.31 1.31 0 0 0-1.551-.007 1.317 1.317 0 0 0-.548 1.073v11.517q0 .204.06.4.061.196.187.369a1.324 1.324 0 0 0 1.397.505m-5.36-8.417a2.5 2.5 0 0 1-.325.68c-.14.203-.306.365-.481.495a2.3 2.3 0 0 1-.96.436c-.143.03-.29.05-.618.06-.326.01-.833-.01-1.337-.04V7.066c.44-.04.884-.06 1.231-.06.349 0 .6.04.803.08s.356.08.517.146c.16.07.326.164.471.283.144.117.265.259.36.394.1.137.164.27.225.422.06.153.114.326.149.511.04.187.06.387.05.593 0 .207-.02.421-.09.651m2.334 1.82c.149-.285.257-.554.341-.821.09-.266.145-.529.171-.963.03-.435.02-1.04-.08-1.612a4.9 4.9 0 0 0-.588-1.596 6 6 0 0 0-.936-1.19 3.5 3.5 0 0 0-.779-.575 5.4 5.4 0 0 0-.865-.391 5.5 5.5 0 0 0-1.348-.278c-.62-.06-1.467-.07-2.085-.07-.616 0-1.003.02-1.255.04l-.485.04c-.115.01-.228.03-.342.07a.9.9 0 0 0-.328.196.9.9 0 0 0-.238.345c-.05.13-.05.269-.05.405v11.58c0 .143.02.286.07.425.05.137.112.271.2.391a1.43 1.43 0 0 0 1.592.511c.144-.04.281-.111.401-.196q.184-.134.312-.305a1.32 1.32 0 0 0 .252-.784v-2.492h1.771c.308 0 .578-.02.819-.04l1.405 3.211c.1.229.276.453.549.614.126.07.265.129.406.159.439.09.839-.02 1.159-.302a1.34 1.34 0 0 0 .416-.718c.06-.285.02-.572-.08-.815l-1.469-3.356c.177-.19.333-.386.475-.562.27-.333.458-.631.607-.915m37.416 4.749.55 1.257c.06.124.127.24.219.343q.136.157.318.265c.114.07.235.08.368.08.132 0 .254-.02.367-.08a1.3 1.3 0 0 0 .32-.265q.135-.156.218-.343L65.228 6.27c.108-.244.144-.53.08-.815a1.288 1.288 0 0 0-.416-.719 1.3 1.3 0 0 0-1.158-.301 1.5 1.5 0 0 0-.406.158 1.33 1.33 0 0 0-.549.614l-3.555 8.125-3.555-8.125a1.34 1.34 0 0 0-.953-.772c-.439-.09-.839.02-1.159.301a1.3 1.3 0 0 0-.416.719 1.4 1.4 0 0 0 .08.815m9.42 10.388.55 1.258c.06.124.128.24.219.342q.136.157.319.265c.114.07.236.08.367.08.133 0 .254-.02.368-.08q.183-.107.32-.265.136-.155.217-.342L70.098 6.27a1.33 1.33 0 0 0 .08-.815 1.288 1.288 0 0 0-.416-.719 1.3 1.3 0 0 0-1.158-.301 1.5 1.5 0 0 0-.406.158 1.33 1.33 0 0 0-.549.614l-3.555 8.125-3.553-8.125a1.35 1.35 0 0 0-.955-.772c-.439-.09-.839.02-1.159.301a1.3 1.3 0 0 0-.416.719 1.4 1.4 0 0 0 .08.815"/><path d="M78.145 6.12a.35.35 0 0 1-.2.163c-.05.02-.136.02-.23.02h-.511v-.741h.547c.12-.001.239.01.309.07.161.12.17.299.09.482m.385.23a.85.85 0 0 0 .127-.413.7.7 0 0 0-.153-.486c-.237-.261-.477-.291-.753-.303h-.794c-.07.02-.116 0-.193.135-.01.03-.02.08-.02.119v2.169c0 .06.01.112.09.186.06.04.13.05.195.03.1-.02.182-.141.173-.221v-.866h.567l.403.908c.02.05.03.102.112.154.08.03.17.06.295-.06.04-.05.06-.123.03-.189l-.39-.923a.65.65 0 0 0 .311-.255m.684.625c-.05.164-.132.323-.235.467a1.66 1.66 0 1 1-2.316-2.317 1.65 1.65 0 0 1 1.94 0c.142.104.27.231.374.375.317.448.391.966.235 1.473m.396-1.134a2 2 0 0 0-.293-.583 2.2 2.2 0 0 0-.468-.468 2.06 2.06 0 0 0-1.845-.294 2.2 2.2 0 0 0-.583.294 2.066 2.066 0 0 0-.762 2.312c.07.205.165.404.293.583a2.08 2.08 0 0 0 1.683.86c.212 0 .425-.03.63-.1s.404-.165.584-.295c.178-.129.338-.289.468-.469.397-.56.488-1.208.293-1.842"/>
</svg>
)
import { RimowaLogo } from "@/assets/icons/rimowaLogo"
export default function Example() {
return <RimowaLogo 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.