Moobaan Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Moobaan 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/344093.svg" alt="Moobaan icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/344093.svg" alt="Moobaan icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/344093.svg" alt="Moobaan icon" :width="24" :height="24" />
CSS background
.icon-moobaan {
background-image: url('https://proicons.com/icon/344093.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"><defs><style>.f{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="f" d="M30.7785,21.4756c0,3.7437-3.0349,6.7786-6.7785,6.7786h0c-3.7437,0-6.7785-3.0349-6.7785-6.7786h0c0-3.7437,3.0349-6.7785,6.7785-6.7785,3.7437,0,6.7785,3.0349,6.7785,6.7786M36.7552,35.7495c-1.0834-2.5433-3.8031-4.6311-7.4191-5.6953h0c-1.6009.9988-3.4492,1.5297-5.3361,1.5326-1.8807-.0031-3.7232-.5306-5.3205-1.5233-3.6155,1.0603-6.3381,3.1437-7.4278,5.6839"/><path class="f" d="M12.1009,35.7486h-2.1623V14.6387M27.6055,35.7486h-6.1516M37.6712,14.3646v21.384h-3.958"/><path class="f" d="M6.5667,16.7509L24,4.5066l17.4333,12.2443M34.4497,6.0521v5.4826M32.2229,38.9028c0,1.0991-.891,1.99-1.99,1.99h0c-1.0991,0-1.99-.891-1.99-1.99,0-1.0991.891-1.99,1.99-1.99s1.99.891,1.99,1.99h0M32.0877,31.2429c.1084,2.1382-.5347,4.3144-1.1511,5.7383M15.9873,43.0014l-1.2019.4525c-.6175.2325-1.6314-.6111-1.5245-1.2619l1.1851-7.2128c.0951-.5786,1.1934-.9924,1.6467-.6202l5.651,4.6396c.5102.4189.3017,1.722-.3163,1.9547l-1.0691.4025M15.1019,34.2182l-.1345-2.3644"/></svg>
Copied!