Mylebara Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Mylebara 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/329869.svg" alt="Mylebara icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329869.svg" alt="Mylebara icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329869.svg" alt="Mylebara icon" :width="24" :height="24" />
CSS background
.icon-mylebara {
background-image: url('https://proicons.com/icon/329869.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><path class="b" d="M38.5,5.5H9.4999c-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"/><polyline class="b" points="8.5 20.7477 8.5 27.2523 11.7523 27.2523"/><path class="b" d="M29.36,27.2523v-6.5047h2.1295c1.2039,0,2.1798.9781,2.1798,2.1845s-.9759,2.1845-2.1798,2.1845h-2.1295"/><line class="b" x1="31.4895" y1="25.1168" x2="33.6189" y2="27.2507"/><line class="b" x1="13.1988" y1="24" x2="15.3193" y2="24"/><polyline class="b" points="16.4511 27.2523 13.1988 27.2523 13.1988 20.7477 16.4511 20.7477"/><line class="b" x1="38.7863" y1="25.0976" x2="35.9044" y2="25.0976"/><polyline class="b" points="35.1907 27.2523 37.3453 20.7476 39.5 27.2523"/><line class="b" x1="27.125" y1="25.0977" x2="24.2432" y2="25.0977"/><polyline class="b" points="23.5294 27.2524 25.6841 20.7477 27.8388 27.2524"/><path class="b" d="M20.6897,24c.8981,0,1.6262.7281,1.6262,1.6262s-.7281,1.6262-1.6262,1.6262h-2.6832v-6.5047h2.6832c.8981,0,1.6262.7281,1.6262,1.6262s-.7281,1.6262-1.6262,1.6262h0Z"/><line class="b" x1="20.6897" y1="24" x2="18.0066" y2="24"/></svg>
Copied!