Myq Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Myq 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/344458.svg" alt="Myq icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/344458.svg" alt="Myq icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/344458.svg" alt="Myq icon" :width="24" :height="24" />
CSS background
.icon-myq {
background-image: url('https://proicons.com/icon/344458.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>.m{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="m" 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"/><g id="c"><path id="d" class="m" d="M9.5,22.9135c0-1.6001,1.2971-2.8972,2.8972-2.8972h0c1.6001,0,2.8972,1.2971,2.8972,2.8972v4.7804"/><line id="e" class="m" x1="9.5" y1="20.0163" x2="9.5" y2="27.6939"/><path id="f" class="m" d="M15.2944,22.9135c0-1.6001,1.2971-2.8972,2.8972-2.8972h0c1.6001,0,2.8972,1.2971,2.8972,2.8972v4.7804"/></g><g id="g"><path id="h" class="m" d="M28.7477,25.0864v3.9112c0,1.6001-1.2971,2.8972-2.8972,2.8972h0c-.8001,0-1.5244-.3242-2.0486-.8486"/><path id="i" class="m" d="M28.7477,20.3061v4.7804c0,1.6001-1.2971,2.8972-2.8972,2.8972h0c-1.6001,0-2.8972-1.2971-2.8972-2.8972v-4.7804"/></g><g id="j"><line id="k" class="m" x1="38.5" y1="27.6938" x2="34.661" y2="23.9009"/><path id="l" class="m" d="M34.6612,16.1051h0c2.1201,0,3.8388,1.7187,3.8388,3.8388v3.9112c0,2.1201-1.7187,3.8388-3.8388,3.8388h0c-2.1201,0-3.8388-1.7187-3.8388-3.8388v-3.9112c0-2.1201,1.7187-3.8388,3.8388-3.8388Z"/></g></svg>
Copied!