Uniqlo Ja Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Uniqlo Ja icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/316465.svg" alt="Uniqlo Ja icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/316465.svg" alt="Uniqlo Ja icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/316465.svg" alt="Uniqlo Ja icon" :width="24" :height="24" />
CSS background
.icon-uniqlo-ja {
background-image: url('https://proicons.com/icon/316465.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Uniqlo</title><path d="M0 .01v23.98h24V.01ZM4.291 3.29h4.553l.006 5.803h1.511v1.511h-6.82V9.094h3.783v-4.29H4.291zm10.11 0h5.302v1.514H14.4zm-.762 5.807h6.816v1.511H13.64zM4.29 13.385l6.072.002-1.513 7.322H2.777l.305-1.516h4.553l.892-4.29H5.49l-.457 2.148H3.521Zm9.348 0h6.816v7.324H13.64zm1.517 1.517v4.291h3.787v-4.29z"/></svg>
Copied!