Migu Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Migu 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/343825.svg" alt="Migu icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/343825.svg" alt="Migu icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/343825.svg" alt="Migu icon" :width="24" :height="24" />
CSS background
.icon-migu {
background-image: url('https://proicons.com/icon/343825.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.f{fill:#fff;}.g{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="g" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/><polyline class="g" points="11.5724 28.1487 10.9181 19.1844 16.0603 27.831 19.8933 18.543 20.5473 27.5035"/><path class="g" d="M29.4626,20.8757l.4913,6.7306c.0904,1.2391-.8407,2.3169-2.0798,2.4073h0c-.6195.0452-1.1987-.1649-1.6344-.5413"/><rect class="g" x="25.1865" y="21.0315" width="4.499" height="5.9612" rx="2.2495" ry="2.2495" transform="translate(56.5474 45.9632) rotate(175.8251)"/><path class="g" d="M31.997,20.6907l.2702,3.7019c.0904,1.2391,1.1682,2.1702,2.4073,2.0798h0c1.2391-.0904,2.1702-1.1682,2.0798-2.4073l-.2702-3.7019"/><line class="g" x1="36.7543" y1="24.065" x2="36.9181" y2="26.3085"/><circle class="f" cx="22.3438" cy="18.6323" r=".75"/><line class="g" x1="22.5444" y1="21.3806" x2="22.9784" y2="27.326"/></svg>
Copied!