How to use the SHEIN icon
import { SheinLogo } from "@/assets/icons/sheinLogo"
export default function Example() {
return <SheinLogo width="32px" height="32px" />
}Brands icon
Copy the SHEIN 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/1213564511
// Asset license: Public domain textlogo
// Optimized, converted to monochrome currentColor JSX, and parameterized by JSXIcons.
export const SheinLogo = ({ width = "40px", height = "40px", color = "#000000", ...props }) => (
<svg {...props} width={width} height={height} viewBox="0 0 106 22" xmlns="http://www.w3.org/2000/svg" fill={color} color={color}>
<path d="M16.5 15.95q0 1.237-.55 2.2c-.367.733-.917 1.283-1.558 1.833a6.6 6.6 0 0 1-2.384 1.284c-.916.275-1.925.458-3.025.458-1.008 0-1.925-.092-2.658-.183-.825-.092-1.558-.275-2.292-.459-.733-.183-1.375-.55-2.016-.825-.642-.366-1.284-.825-2.017-1.283l3.208-2.842c.917.734 1.834 1.192 2.75 1.467.917.275 1.834.458 2.842.458.458 0 .825-.091 1.192-.183A3.4 3.4 0 0 0 11 17.417c.275-.184.458-.459.642-.642q.275-.413.275-.825c0-.367-.092-.642-.184-.917-.091-.275-.366-.55-.733-.733-.367-.275-.825-.458-1.467-.733a17.5 17.5 0 0 0-2.383-.825c-.825-.275-1.65-.55-2.475-.917S3.208 11 2.658 10.542c-.55-.459-1.1-1.1-1.375-1.742C.825 7.975.642 7.15.642 6.233q0-1.374.55-2.475.549-1.1 1.65-1.925A8.3 8.3 0 0 1 5.225.642C6.142.367 7.15.183 8.158.183c1.742 0 3.3.184 4.492.642s2.292 1.008 3.208 1.833L12.742 5.5c-.55-.458-1.192-.917-1.925-1.192s-1.559-.366-2.475-.366c-.459 0-.825.091-1.192.183-.458.092-.733.275-1.008.458-.275.184-.459.459-.642.734q-.275.412-.275.825c0 .366.092.641.275.916.092.275.367.459.733.734.367.275.825.458 1.467.733s1.375.55 2.292.825c1.191.367 2.108.733 2.933 1.192s1.467.916 2.017 1.466.916 1.1 1.191 1.742.367 1.375.367 2.2m25.758 5.5h-4.491v-9.167h-8.342v9.167h-4.492V.642h4.492v8.25h8.342V.642h4.491zm24.842 0H50.692V.642H67.1v3.3H55.092v4.95h11.091V12.1H55.092v5.683H67.1zm13.292 0H75.9V.642h4.492zM105.783.642V22L93.225 11.092v10.175h-4.4V0l12.558 10.908V.642z"/>
</svg>
)
import { SheinLogo } from "@/assets/icons/sheinLogo"
export default function Example() {
return <SheinLogo 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.