Morhipo Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Morhipo 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/329553.svg" alt="Morhipo icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329553.svg" alt="Morhipo icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329553.svg" alt="Morhipo icon" :width="24" :height="24" />
CSS background
.icon-morhipo {
background-image: url('https://proicons.com/icon/329553.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:#000;}.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M18.122,26.126c-.7951-.0022-1.4393-.6459-1.442-1.441v-.937c0-.793.65-1.442,1.442-1.442h0c.793,0,1.442.649,1.442,1.442v.937c0,.793-.65,1.441-1.442,1.441M9.08,23.676c0-.793.649-1.442,1.441-1.442s1.442.65,1.442,1.442v2.378M9.08,22.234v3.892"/><path class="c" d="M11.963,23.676c0-.793.649-1.442,1.441-1.442s1.442.65,1.442,1.442v2.378M24.657,20.288v5.838M24.657,23.676c0-.793.649-1.442,1.441-1.442s1.442.65,1.442,1.442v2.45M21.414,23.676c0-.793.649-1.442,1.442-1.442M21.414,22.234v3.892"/><circle class="b" cx="29.437" cy="20.505" r=".75"/><path class="c" d="M29.437,22.234v3.892M31.31,24.685c0,.792.648,1.441,1.441,1.441s1.442-.649,1.442-1.441v-.937c0-.793-.649-1.442-1.442-1.442s-1.441.649-1.441,1.441M31.31,22.234v5.766"/><path class="c" d="M37.479,26.126c-.7951-.0022-1.4393-.6459-1.442-1.441v-.937c0-.793.649-1.442,1.442-1.442h0c.792,0,1.441.649,1.441,1.442v.937c0,.793-.649,1.441-1.441,1.441"/><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-4"/></svg>
Copied!