Myhu Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Myhu 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/329855.svg" alt="Myhu icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329855.svg" alt="Myhu icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329855.svg" alt="Myhu icon" :width="24" :height="24" />
CSS background
.icon-myhu {
background-image: url('https://proicons.com/icon/329855.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"><line x1="19.7052" y1="6.9889" x2="19.7052" y2="19.4537" style="fill:none; stroke:#000; stroke-linecap:round; stroke-linejoin:round;"/><line x1="19.7052" y1="28.5463" x2="19.7052" y2="41.0111" style="fill:none; stroke:#000; stroke-linecap:round; stroke-linejoin:round;"/><line x1="5.5" y1="6.9889" x2="5.5" y2="41.0111" style="fill:none; stroke:#000; stroke-linecap:round; stroke-linejoin:round;"/><path d="M28.2948,6.9889v17.5581c0,3.9226,3.1799,7.1026,7.1026,7.1026s7.1026-3.1799,7.1026-7.1026V6.9889" style="fill:none; stroke:#000; stroke-linecap:round; stroke-linejoin:round;"/></svg>
Copied!