Manman Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Manman 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/328847.svg" alt="Manman icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/328847.svg" alt="Manman icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/328847.svg" alt="Manman icon" :width="24" :height="24" />
CSS background
.icon-manman {
background-image: url('https://proicons.com/icon/328847.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M34.4892,34.5513c-.5436,0-.9847.4361-.9847.9738s.441.9738.9847.9738.9847-.4361.9847-.9738-.441-.9738-.9847-.9738M26.2871,27.9792v-1.5382M22.4845,35.5449c0,.5259-.4312.9531-.963.9531s-.964-.4272-.964-.9531c0-.5269.4322-.9334.964-.9531.6907-.0266,2.4815.4726,4.7656,1.9062v-7.2056M22.4845,35.5449v-5.1928c-.0033-.5885-.483-1.0629-1.0715-1.0597h0c-.592,0-1.0715.4736-1.0715,1.0597.0027.5885.482,1.0634,1.0705,1.0607h.001c.592,0,1.0715-.4746,1.0715-1.0607M26.2871,11.0352v-1.5352M22.4845,18.6039c0,.5259-.4312.9531-.963.9531s-.964-.4272-.964-.9531c0-.5269.4322-.9334.964-.9541.6907-.0257,2.4815.4736,4.7656,1.9072v-7.2056M22.4845,18.6039v-5.1928c-.0027-.5885-.482-1.0634-1.0705-1.0607-.0003,0-.0007,0-.001,0-.592,0-1.0715.4756-1.0715,1.0607.0027.5885.482,1.0634,1.0705,1.0607.0003,0,.0007,0,.001,0,.592,0,1.0715-.4746,1.0715-1.0607M16.3613,35.4393c.0027.5885.482,1.0634,1.0705,1.0607.0003,0,.0007,0,.001,0,.592,0,1.0725-.4746,1.0725-1.0607-.0027-.5885-.482-1.0634-1.0705-1.0607h-.002c-.592,0-1.0715.4756-1.0715,1.0607v-6.1469M12.5281,35.4393c0,.5851.4795,1.0597,1.0715,1.0597s1.0725-.4746,1.0725-1.0607c0-.5851-.4805-1.0607-1.0725-1.0607s-1.0715.4756-1.0715,1.0607v-6.1459M30.5879,30.3531c-.0027.5885-.482,1.0634-1.0705,1.0607h-.001c-.5885.0038-1.0687-.4702-1.0725-1.0587v-.002c.0032-.5885.483-1.0629,1.0715-1.0597h.001c.592,0,1.0715.4736,1.0715,1.0597v6.1459c1.3872-1.1465,2.3818-1.6438,3.9013-1.9477v-5.2589M34.4892,17.6104c-.5436,0-.9847.4361-.9847.9738s.441.9738.9847.9738.9837-.4361.9837-.9738-.4401-.9738-.9837-.9738M16.3613,18.4974c.0027.5885.482,1.0634,1.0705,1.0607h.001c.592,0,1.0715-.4756,1.0715-1.0607-.0027-.5885-.482-1.0634-1.0705-1.0607h-.001c-.592,0-1.0715.4746-1.0715,1.0607v-6.1459M12.5261,18.4984c0,.5851.4805,1.0607,1.0725,1.0607s1.0715-.4756,1.0715-1.0607c0-.5861-.4795-1.0607-1.0715-1.0607s-1.0725.4746-1.0725,1.0607v-6.1469M30.586,13.4121c-.0027.5885-.482,1.0634-1.0705,1.0607-.0003,0-.0007,0-.001,0-.5885.0033-1.0682-.4711-1.0715-1.0596v-.001c.0027-.5885.482-1.0634,1.0705-1.0607.0003,0,.0007,0,.001,0,.592,0,1.0715.4746,1.0715,1.0607v6.1459c1.3882-1.1465,2.3818-1.6438,3.9013-1.9477v-5.2589"/><rect class="b" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/></svg>
Copied!