Wmu Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Wmu 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/335215.svg" alt="Wmu icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/335215.svg" alt="Wmu icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/335215.svg" alt="Wmu icon" :width="24" :height="24" />
CSS background
.icon-wmu {
background-image: url('https://proicons.com/icon/335215.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>.h{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="h" d="m27.2452,24.0974v1.7067c0,.9421-.7584,1.7006-1.7006,1.7006h-4.7256"/><circle id="c" class="h" cx="15.8726" cy="20.3476" r="4.3737"/><path id="d" class="h" d="m11.9742,9.5744h7.7969l1.1484,3.616h-10.0936l1.1484-3.616Z"/><path id="e" class="h" d="m27.2462,24.098h16.2538v14.3276h-22.6795v-10.9206"/><path id="f" class="h" d="m20.8191,27.5047H6.2006c-.9421,0-1.7006-.7584-1.7006-1.7006v-10.9132c0-.9421.7584-1.7006,1.7006-1.7006h19.3441c.9421,0,1.7006.7584,1.7006,1.7006v9.2065"/><path id="g" class="h" d="m28.4232,28.6531v6.1014l7.4741-3.0507-7.4741-3.0507Z"/></svg>
Copied!