How to use the Stradivarius icon
import { StradivariusLogo } from "@/assets/icons/stradivariusLogo"
export default function Example() {
return <StradivariusLogo width="32px" height="32px" />
}Brands icon
Copy the Stradivarius 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/1251611278
// Asset license: Public domain textlogo
// Optimized, converted to monochrome currentColor JSX, and parameterized by JSXIcons.
export const StradivariusLogo = ({ width = "40px", height = "40px", color = "#000000", ...props }) => (
<svg {...props} width={width} height={height} viewBox="0 0 500 80.505" xmlns="http://www.w3.org/2000/svg" fill={color} color={color}>
<path d="M62.5 21.2c3.4 1.5 4.9 3.2 4.9 6s-2.2 5.1-5.6 5.1c-3.2 0-4.5-1.6-5.2-1.6-.5 0-.6.3-.6.9v.6h-.5L53.8 23h.5c1.3 4.2 3.2 8.5 7.4 8.5 3 0 4.3-1.8 4.3-3.9 0-2.4-1.1-3.6-4.2-4.9l-2.1-.9c-2.8-1.2-4.1-2.8-4.1-4.9 0-2.6 2.1-4.3 4.9-4.3 2.1 0 3.3 1 3.9 1 .3 0 .5-.1.5-.5v-.6h.5l1.8 6.2h-.5c-1.7-3.8-3.6-5.5-6.1-5.5-2.3.1-3.6 1.5-3.6 3.1 0 1.8.9 2.8 3.6 3.9zm7.4-8.1h11.9l1.8 5.9H83c-1.7-4-2.6-5.3-5.1-5.3h-1.3v16.5c0 1 .3 1.5 1.7 1.5l.6.1v.5h-6.5v-.5l.6-.1c1.5-.1 1.8-.5 1.8-1.5V13.6h-1.3c-2.5 0-3.3 1.3-5.1 5.3h-.5zm24.7 8.6c3.5 0 4.4 2.2 4.4 4.2v6.2h-1.8v-6.9c0-1.8-.8-3.1-3.2-3.1h-5.3v8c0 .9.2 1.5 1.7 1.5l.5.1v.6h-6.2v-.5l.5-.1c1.5-.1 1.7-.6 1.7-1.5V15.1c0-.9-.2-1.4-1.7-1.5l-.5-.1V13H93c3.5 0 6.2.9 6.2 4.5-.1 3.5-3 4.1-4.6 4.2m-2-.2c3.1 0 4.4-1 4.4-3.9s-1.3-4-4.4-4h-4.1v7.8c0 .1 4.1.1 4.1.1m22.5 8.2c.6 1.7 1.1 1.8 2.2 1.9v.5h-5.9v-.5l.5-.1c1.6-.1 1.7-.5 1.2-1.9l-1.5-4.5h-6.3l-1.2 3.5c-.7 2.1-.5 2.8 1.3 2.9l.5.1v.5h-5.6v-.5l.3-.1c1.6-.1 2-.8 2.8-2.9l5.5-15.7h.6zm-9.7-5.2h6l-2.9-8.8zm18.8-11.4c5.3 0 8.8 2.8 8.8 9.6s-3.5 9.5-8.8 9.5H118v-.5l.5-.1c1.5-.1 1.7-.6 1.7-1.5v-15c0-.9-.2-1.4-1.7-1.5l-.5-.1V13Zm6.9 9.5c0-6.2-1.7-8.9-7-8.9H122v16.5c0 1 .5 1.5 2.1 1.5 5.2-.2 7-3 7-9.1m4.7-9v-.5h6.2v.5l-.5.1c-1.5.1-1.7.6-1.7 1.5v15c0 .9.3 1.5 1.7 1.5l.5.1v.5h-6.2v-.5l.5-.1c1.5-.1 1.7-.6 1.7-1.5V15.1c0-.9-.3-1.4-1.7-1.5zm23.6 0c-1.7.1-2.2.8-2.8 2.9l-5.4 15.6h-.6L145 15.4c-.6-1.8-1.2-1.8-2.2-1.9V13h5.9v.5l-.6.1c-1.5.1-1.6.5-1.2 1.9l4.5 13.9 4.3-12.9c.7-2.1.6-2.8-1.2-2.9l-.5-.1V13h5.6v.5zm11.4 16.1c.6 1.7 1.1 1.8 2.2 1.9v.5h-5.9v-.5l.5-.1c1.6-.1 1.7-.5 1.2-1.9l-1.5-4.5H161l-1.2 3.5c-.7 2.1-.5 2.8 1.3 2.9l.5.1v.5H156v-.5l.3-.1c1.6-.1 2-.8 2.8-2.9l5.5-15.7h.6zm-9.7-5.2h6l-2.9-8.8zm22.5-2.8c3.5 0 4.4 2.2 4.4 4.2v6.2h-1.8v-6.9c0-1.8-.8-3.1-3.2-3.1h-5.3v8c0 .9.2 1.5 1.7 1.5l.5.1v.6h-6.2v-.5l.5-.1c1.5-.1 1.7-.6 1.7-1.5V15.1c0-.9-.2-1.4-1.7-1.5l-.5-.1V13h8.3c3.5 0 6.2.9 6.2 4.5-.1 3.5-2.9 4.1-4.6 4.2m-1.8-.2c3.1 0 4.4-1 4.4-3.9s-1.3-4-4.4-4h-4.1v7.8c0 .1 4.1.1 4.1.1m10.1-7.9v-.5h6.2v.5l-.5.1c-1.5.1-1.7.6-1.7 1.5v15c0 .9.3 1.5 1.7 1.5l.5.1v.5h-6.2v-.5l.5-.1c1.5-.1 1.7-.6 1.7-1.5V15.1c0-.9-.3-1.4-1.7-1.5zM215.1 30c0 .9.3 1.5 1.7 1.5l.5.1v.5h-4v-3.6l-1.7 1.5c-1.6 1.3-3.4 2.4-5.3 2.4-2.4 0-3.6-1.2-3.6-4.3v-13c0-.9-.2-1.4-1.7-1.5l-.5-.1V13h4v15.3c0 2 .5 3.1 2.4 3.1 1.2 0 2.8-.7 4.3-2l2-1.6V15.1c0-.9-.3-1.4-1.7-1.5l-.5-.1V13h4zm12.3-8.8c3.4 1.5 4.9 3.2 4.9 6s-2.2 5.1-5.6 5.1c-3.2 0-4.5-1.6-5.2-1.6-.5 0-.6.3-.6.9l-.1.6h-.4l-1.6-9.2h.5c1.3 4.2 3.2 8.5 7.4 8.5 3 0 4.3-1.8 4.3-3.9 0-2.4-1.1-3.6-4.2-4.9l-2.1-.9c-2.8-1.2-4.1-2.8-4.1-4.9 0-2.6 2.1-4.3 4.9-4.3 2.1 0 3.3 1 3.9 1 .3 0 .5-.1.5-.5v-.5h.5l1.7 6.2h-.5c-1.7-3.8-3.6-5.5-6.1-5.5-2.3.1-3.6 1.5-3.6 3.1 0 1.8.9 2.8 3.6 3.9zM40.4 13.7c.1-.4.1-.7.1-1.2 0-2.9-1.5-5.2-2.8-6.2-.3-.2-.6-.2-.7-.1q-.3.15-.3.6v6.1c-4.5.3-7.9 4.4-7.9 9.7s3.4 9.5 7.9 9.7v6.6h.8v-6.6c4.5-.3 7.9-4.4 7.9-9.7.1-4-1.9-7.5-5-8.9m-7.1 11.2c0 1.9 1.4 3.6 3.3 3.8v2.8c-4.3-.3-7-4.7-7-8.8s2.6-8.5 7-8.8V19l-.7.8c-2 2.2-2.6 3.2-2.6 5.1m3.4-4.8v7.6c-1.5-.2-2.5-1.4-2.5-2.8s.2-2.1 2.4-4.6zm.9 8.6c1.9-.2 3.3-1.7 3.3-3.8 0-1.1-.5-2-1.2-2.8l-.1-.1-.6.5.1.1c.6.7.9 1.4.9 2.2 0 1.5-1 2.8-2.5 2.8V19l.8-.9c.7-.8 1.6-1.9 1.9-3.6 2.6 1.5 4.2 4.6 4.2 8 0 4.1-2.7 8.5-7 8.8zm0-15.9V7.2c1.3 1.1 2.1 3.1 2.1 5.2 0 .3 0 .6-.1.8-.6-.1-1.3-.3-2-.4m0 5v-4c.7.1 1.3.2 1.9.5-.3 1.2-.8 2.2-1.7 3.3z" transform="translate(-70.762 -15.072)scale(2.457)"/>
</svg>
)
import { StradivariusLogo } from "@/assets/icons/stradivariusLogo"
export default function Example() {
return <StradivariusLogo 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.