Manus Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Manus 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/343413.svg" alt="Manus icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/343413.svg" alt="Manus icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/343413.svg" alt="Manus icon" :width="24" :height="24" />
CSS background
.icon-manus {
background-image: url('https://proicons.com/icon/343413.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>.i{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="i" d="M35.6343,28.8577l-2.6236-1.0837c.655-2.4282.3087-3.654-1.3118-5.4754-2.6607-2.4777.739-4.8275.0717-6.6798-1.3297-3.6912-6.5742-2.5626-7.3723,4.5124-20.8964-12.6772-16.0887,4.7377-8.5554,2.8518"/><path id="d" class="i" d="M21.6064,30.2035c.9511,1.6536,6.3632,3.7222,6.157-2.4865-2.8223-9.4238-18.9152-6.6868-10.9509,1.8822-3.5048,5.5471,6.1075,6.3482,13.1753,7.985"/><path id="e" class="i" d="M33.9654,33.919c2.6374-5.8776,4.6755-12.8566,4.6213-1.0013-.0974,2.5366-.4162,5.0179-2.0165,7.1788-3.9911,4.8886-6.1009,1.2849-7.0982-1.6939,3.5295-2.4271,3.5667-3.0908,4.4934-4.4836Z"/><path id="f" class="i" d="M10.1393,8.4959c2.4774.7059,3.9296,1.7659,5.3043,4.2207"/><path id="g" class="i" d="M26.3598,6.0418c-1.4712,1.4079-1.8328,2.751-2.3955,5.2188"/><path id="h" class="i" d="M18.2607,5.5c.8302,1.9833.8842,3.0048,1.0266,4.848"/></svg>
Copied!