Mou Te Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Mou Te 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/344143.svg" alt="Mou Te icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/344143.svg" alt="Mou Te icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/344143.svg" alt="Mou Te icon" :width="24" :height="24" />
CSS background
.icon-mou-te {
background-image: url('https://proicons.com/icon/344143.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:#fff;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"/><path class="b" d="M19.5812,26.5427h0c-1.1134,0-2.0244-.911-2.0244-2.0244v-1.3159c0-1.1134.911-2.0244,2.0244-2.0244h0c1.1134,0,2.0244.911,2.0244,2.0244v1.3159c0,1.1134-.911,2.0244-2.0244,2.0244Z"/><path class="b" d="M23.2147,21.178v3.3402c0,1.1134.911,2.0244,2.0244,2.0244s2.0244-.911,2.0244-2.0244v-3.3402"/><line class="b" x1="27.2635" y1="24.6195" x2="27.2635" y2="26.5427"/><path class="b" d="M8,23.165c0-1.0928.8941-1.9869,1.9869-1.9869h0c1.0928,0,1.9869.8941,1.9869,1.9869v3.2784"/><line class="b" x1="8" y1="21.178" x2="8" y2="26.5427"/><path class="b" d="M11.9738,23.165c0-1.0928.8941-1.9869,1.9869-1.9869h0c1.0928,0,1.9869.8941,1.9869,1.9869v3.2784"/><path class="b" d="M33.5998,19.4573v6.0732c0,.6073.4049,1.0122,1.0122,1.0122h.3037"/><line class="b" x1="32.4864" y1="21.0768" x2="34.7132" y2="21.0768"/><path class="b" d="M39.6963,25.5305c-.3037.6073-1.0122,1.0122-1.7207,1.0122h0c-1.1134,0-2.0244-.911-2.0244-2.0244v-1.3159c0-1.1134.911-2.0244,2.0244-2.0244h0c1.1134,0,2.0244.911,2.0244,2.0244v.7085h-4.0488"/><line class="b" x1="28.929" y1="24.0122" x2="31.8016" y2="24.0122"/></svg>
Copied!