How to use the Stone Island icon
import { StoneIslandLogo } from "@/assets/icons/stoneislandLogo"
export default function Example() {
return <StoneIslandLogo width="32px" height="32px" />
}Brands icon
Copy the Stone Island 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/1177891742
// Asset license: Public domain textlogo
// Optimized, converted to monochrome currentColor JSX, and parameterized by JSXIcons.
export const StoneIslandLogo = ({ width = "40px", height = "40px", color = "#000000", ...props }) => (
<svg {...props} width={width} height={height} viewBox="0 0 619.945 226" xmlns="http://www.w3.org/2000/svg" fill={color} color={color}>
<path d="M330.945 148c4.2 0 5.4 2.7 5.4 6.9v47.3c0 4.6-1.2 6.9-5.4 6.9v5.4h25.7v-5.4c-4.6-.4-5.8-1.9-5.8-7.7v-47.3c0-4.6 1.5-6.9 5.8-6.9v-5.4h-25.7zM394.345 179.5c-3.8-4.6-7.7-7.7-8.8-9.2l-7.7-7.7c-2.7-2.3-3.8-4.6-4.2-6.5-.8-1.9-.8-5.8 1.2-7.7s4.2-2.7 6.9-2.3 5.8 2.7 7.3 4.6c1.5 2.3 3.1 5 3.8 6.9.4 1.9.8 3.1.8 3.5s.4 1.9.4 2.3h6.1v-21.5h-4.6s-.4 1.2-1.2 1.5c-.8.4-1.2 0-1.5 0-.4-.4-4.2-1.9-8.8-2.7s-10.4-.4-14.2 1.5c-2.3 1.2-3.8 2.3-5.8 3.8-1.5 1.5-3.1 3.8-3.8 5.8-1.5 3.8-1.9 8.5-.4 12.7s4.6 8.1 6.9 10.8l5.4 5.4c2.3 2.3 5 5 5.8 6.1 1.9 1.9 3.8 3.8 6.5 6.9 2.7 3.5 3.5 6.1 3.1 9.2s-1.9 4.6-3.5 5.8c-1.9 1.2-4.6 1.5-7.3.4s-4.6-3.1-5.4-4.6c-1.2-1.5-2.3-4.6-3.1-6.9s-1.5-5.4-1.5-5.4h-5.4v21.9h3.8c.4-.4 1.2-1.5 1.9-1.9 1.2-.8 2.3-.4 3.5 0s2.3 1.2 4.2 1.5c2.7.8 5.4 1.2 8.8 1.2 3.8-.4 5-.8 7.3-1.9 2.7-1.2 5.8-3.5 8.1-7.7 2.3-4.6 2.7-10 1.9-14.2-.8-4.3-3.1-7.4-6.5-11.6M265.945 209.4c-5.4 0-8.5-3.8-8.5-10v-20c7.7 0 14.6 2.7 15.4 9.6h5v-23.4h-5c-1.2 6.1-7.7 8.5-15.4 8.5V148h3.8c6.9 0 13.4 1.5 17.7 10h4.6v-15.4h-48v5.4c4.2 0 6.1 2.3 6.1 6.9v46.5c0 5-1.2 7.3-5.8 7.7v5.4h46.9l1.9-18.4h-4.6c-2.9 8.7-8.7 13.3-14.1 13.3M211.445 148c5.4.8 6.5 3.8 6.5 11.5v27.3h-.4l-27.3-44.2h-20.7v5.4c2.7.8 7.7 2.7 9.6 6.9v38.4c0 11.1-1.2 13.8-6.5 16.1v5.4h19.6v-5.4c-5.8-1.2-6.9-5-6.9-11.5v-38l.4.4 33.4 54.9h5v-57.3c0-4.2.8-7.3 2.3-8.8s5.8-1.5 5.8-1.5v-5.4h-20.4v5.8zM111.545 142.6h-56.5v15.8h4.6c1.9-9.6 10.8-10.4 15.8-10.4v54.6c0 4.6-.8 6.9-5.8 6.9v5.4h27.7v-5.4c-5.8-.4-5.8-3.1-5.8-7.7V148c5.4 0 13.1 1.5 15 10.4h5zM45.445 179.5c-3.8-4.6-7.7-8.1-8.8-9.2l-7.7-7.7c-2.7-2.3-3.8-4.6-4.2-6.5-.8-1.9-.8-5.8 1.2-7.7s4.2-2.7 6.9-2.3 5.8 2.7 7.3 4.6 3.1 5 3.8 6.9c.4 1.9.8 3.1.8 3.5s.4 1.9.4 2.3h6.1v-21.5h-4.6s-.4 1.2-1.2 1.5c-.8.4-1.2 0-1.5 0-.4-.4-4.2-1.9-8.8-2.7s-10.4-.4-14.2 1.5c-2.3 1.2-3.8 2.3-5.8 3.8-1.5 1.5-3.1 3.8-3.8 5.8-1.5 3.8-1.9 8.5-.4 12.7s4.2 8.1 6.9 10.8l5.4 5.4c2.3 2.3 5 5 5.8 6.1 1.9 1.9 3.8 3.8 6.5 6.9 2.7 3.5 3.5 6.1 3.1 9.2s-1.9 4.6-3.5 5.8c-1.9 1.2-4.6 1.5-7.3.4-2.7-1.2-4.6-3.1-5.4-4.6-1.2-1.5-2.3-4.6-3.1-6.9-.8-2.4-1.6-5.4-1.6-5.4h-5.4v21.9h3.8c.4-.4 1.2-1.5 1.9-1.9 1.2-.8 2.3-.4 3.5 0s2.3 1.2 4.2 1.5c2.7.8 5.4 1.2 8.8 1.2 3.8-.4 5-.8 7.3-1.9 2.7-1.2 5.8-3.5 8.1-7.7 2.3-4.6 2.7-10 1.9-14.2-.7-4.3-3-7.4-6.4-11.6"/><path d="M141.145 141.4c-8.1 0-29.6 5-29.6 36.9 0 31.5 20.4 37.7 29.6 37.7s29.6-6.1 29.6-37.7c-.1-31.9-22-36.9-29.6-36.9m8.8 61.1c-1.9 4.2-3.8 8.1-8.8 8.1s-8.5-5.4-9.6-9.2c-.8-3.8-2.3-12.3-1.9-23.4 0-10.8 1.2-18.8 1.9-21.9.8-3.1 3.5-9.6 9.6-9.6 4.2 0 7.7 3.5 9.2 8.5s2.3 16.1 2.3 23.1c0 6.8-.8 20.2-2.7 24.4M324.345 82.6l-15-72.6-14.6 72.6-72.6 14.6 72.6 14.6 14.6 72.6 14.6-72.6 72.6-14.6zm-92.9 14.6 64.2-13.1 12.7 13.1zm78 78-13.1-64.2 13.1-12.7zm0-156 13.1 64.2-13.1 12.7zm14.2 91.1-12.7-13.1h76.8zM539.545 148c5.4.8 6.5 4.2 6.5 11.9v27.3h-.3l-26.9-44.2h-18.4v5.4c2.7.8 6.9 6.1 6.9 6.1v41.9c-.4 5-.4 10-2.7 12.3-.8.8-1.5.8-2.7.8-2.7 0-4.2-2.3-6.9-12.7l-13.8-53.8h-15l1.5 5.8-13.1 45.3c-3.1 11.1-4.6 14.6-8.1 16.5v4.2h17.7v-4.2c-3.5-1.2-5-4.2-5-7.3 0-1.5.8-4.2 1.2-6.1l1.9-6.5h15.8l1.9 8.1c.8 3.5 1.2 5 1.2 6.1 0 2.7-1.5 5.4-4.2 6.1v4.2h43.4v-4.6c-5.8-1.2-7.3-5.8-7.3-12.3v-38.4l.4.4 33.4 54.9h5v-57.3c0-6.1.4-9.2 4.6-10v-5.4h-17.3v5.4h.3zm-74.9 35.7 6.1-25h.4l5.8 25zM580.245 142.6h-20.7v5.4c2.7.8 3.5 3.5 3.5 6.5v46.9c0 5 0 7.3-3.5 7.7v5.4h22.7c22.7 0 27.7-18.8 27.7-36.1-.1-25.8-10.1-35.8-29.7-35.8m3.1 66.8c-3.5 0-5.4-1.5-5.4-8.1v-53.4h1.9c7.3 0 13.4 5.8 13.4 30 .1 18.5-1.8 31.5-9.9 31.5M427.345 209.4c-3.8 0-3.5-3.8-3.5-11.1v-43c0-4.6 1.2-6.9 5.8-7.3v-5.4h-25v5.4c3.8.4 5 2.3 5 7.3v46.9c0 4.6-.8 6.9-5 7.3v5.4h39.2l2.3-18.1h-4.2c-3.4 8-9.2 12.6-14.6 12.6"/>
</svg>
)
import { StoneIslandLogo } from "@/assets/icons/stoneislandLogo"
export default function Example() {
return <StoneIslandLogo 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.