Mybl Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Mybl 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/344378.svg" alt="Mybl icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/344378.svg" alt="Mybl icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/344378.svg" alt="Mybl icon" :width="24" :height="24" />
CSS background
.icon-mybl {
background-image: url('https://proicons.com/icon/344378.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>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M38.5,5.5H9.5c-2.2091,0-4,1.7909-4,4v29c0,2.2091,1.7909,4,4,4h29c2.2091,0,4-1.7909,4-4V9.5c0-2.2091-1.7909-4-4-4Z"/><path class="c" d="M40.1832,33.0683c-.7547,3.7733-1.5932,5.2267-2.3478,6.6801"/><path class="c" d="M30.9037,40.0839c3.6615-5.1988,8.2174-12.7733,8.4689-20.0963-.6149-1.118-.6149-6.9317.4193-10.4814-2.0963,6.9317-3.6335,9.587-4.7236,11.5714s-3.6279,6.8913-5.7578,10.0342c-2.2919,3.382-3.5217,5.3944-4.8075,8.6366"/><path class="c" d="M22.2391,36.1149c2.2919-2.5994,4.7236-9.1957,5.9814-11.8789s3.1863-9.4752,8.8602-15.9876"/><path class="c" d="M33.1118,9.0311c-2.6832,2.2081-3.9284,6.7043-4.6957,8.1894-3.913,7.5745-10.5652,18.7826-14.5901,22.528"/><path class="c" d="M29.6599,7.9689c-.6289,2.795-3.8432,8.7484-3.8432,8.7484"/><path class="c" d="M27.1863,9.0311c-3.0745,2.5994-8.6646,12.4938-10.6211,19.5652-1.9565,7.0714-8.0497,11.4037-8.0217,11.4876,5.1708-7.4907,4.1366-11.5994,4.3043-16.854.1677-5.2547,2.4037-15.2609,2.4037-15.2609-3.1304,1.9006-7.1553,6.9037-7.1553,6.9037"/><path class="c" d="M10.3043,16.2143c-3.2981,3.5776-2.3199,12.5776-2.3199,12.5776"/><path class="c" d="M7.8488,9.7578c.1915-1.3975,1.2277-1.9565,1.2277-1.9565"/><path class="c" d="M20.2826,7.9689c-3.1025,3.5217-4.6957,14.5342-4.6957,14.5342"/></svg>
Copied!