Muji Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Muji 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/329660.svg" alt="Muji icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329660.svg" alt="Muji icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329660.svg" alt="Muji icon" :width="24" :height="24" />
CSS background
.icon-muji {
background-image: url('https://proicons.com/icon/329660.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="b" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/><line class="b" x1="38.385" y1="19.45" x2="38.385" y2="28.55"/><path class="b" d="M35.708,19.45v6.8254c0,1.2566-1.0734,2.2751-2.3975,2.2751s-2.3975-1.0186-2.3975-2.2751v-.7556"/><path class="b" d="M9.615,28.54v-9.0906l4.795,9.1006,4.795-9.0867v9.0867"/><path class="b" d="M21.882,19.45v6.086c0,1.665,1.4222,3.0146,3.1767,3.0146s3.1767-1.3496,3.1767-3.0146v-6.086"/></svg>
Copied!