Myude Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Myude 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/329936.svg" alt="Myude icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329936.svg" alt="Myude icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329936.svg" alt="Myude icon" :width="24" :height="24" />
CSS background
.icon-myude {
background-image: url('https://proicons.com/icon/329936.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>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M38.4999,42.4999H9.4999c-2.2,0-4-1.8-4-4V9.4999c0-2.2,1.8-4,4-4h29c2.2,0,4,1.8,4,4v29c0,2.2-1.8,4-4,4Z"/><line class="c" x1="33.0419" y1="34.4318" x2="39" y2="34.4318"/><line class="c" x1="33.0419" y1="22.5156" x2="39" y2="22.5156"/><line class="c" x1="33.0419" y1="28.4737" x2="36.9265" y2="28.4737"/><line class="c" x1="33.0419" y1="22.5156" x2="33.0419" y2="34.4318"/><path class="c" d="M21.1939,34.4318v-11.9162h2.6811c2.8792,0,5.2133,2.3341,5.2133,5.2133v1.4895c0,2.8792-2.3341,5.2133-5.2133,5.2133h-2.6811Z"/><path class="c" d="M21.1939,16.3328v2.2547c0,.9224-.7478,1.6702-1.6702,1.6702h0c-.4612,0-.8787-.1869-1.181-.4892"/><path class="c" d="M21.1939,13.577v2.7558c0,.9224-.7478,1.6702-1.6702,1.6702h0c-.9224,0-1.6702-.7478-1.6702-1.6702v-2.7558"/><path class="c" d="M9,15.2383c0-.9224.7478-1.6702,1.6702-1.6702h0c.9224,0,1.6702.7478,1.6702,1.6702v2.6723"/><line class="c" x1="9" y1="13.5682" x2="9" y2="17.9106"/><path class="c" d="M12.3403,15.2383c0-.9224.7478-1.6702,1.6702-1.6702h0c.9224,0,1.6702.7478,1.6702,1.6702v2.6723"/><path class="c" d="M9,22.5156v7.9689c0,2.18,1.7672,3.9472,3.9472,3.9472s3.9472-1.7672,3.9472-3.9472v-7.9689"/></svg>
Copied!