Xmanager Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Xmanager 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/335354.svg" alt="Xmanager icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/335354.svg" alt="Xmanager icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/335354.svg" alt="Xmanager icon" :width="24" :height="24" />
CSS background
.icon-xmanager {
background-image: url('https://proicons.com/icon/335354.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M39.23,26a16.52,16.52,0,0,0,.14-2,16.52,16.52,0,0,0-.14-2l4.33-3.39a1,1,0,0,0,.25-1.31l-4.1-7.11a1,1,0,0,0-1.25-.44l-5.11,2.06a15.68,15.68,0,0,0-3.46-2l-.77-5.43a1.05,1.05,0,0,0-1-.86h-8.2a1,1,0,0,0-1,.86l-.77,5.43a15.36,15.36,0,0,0-3.46,2L9.54,9.75a1,1,0,0,0-1.25.44L4.19,17.3a1,1,0,0,0,.25,1.31L8.76,22a16.66,16.66,0,0,0-.14,2,16.52,16.52,0,0,0,.14,2L4.44,29.39a1,1,0,0,0-.25,1.31l4.1,7.11a1,1,0,0,0,1.25.44l5.11-2.06a15.68,15.68,0,0,0,3.46,2l.77,5.43a1,1,0,0,0,1,.86h8.2a1,1,0,0,0,1-.86l.77-5.43a15.36,15.36,0,0,0,3.46-2l5.11,2.06a1,1,0,0,0,1.25-.44l4.1-7.11a1,1,0,0,0-.25-1.31Z"/><path class="a" d="M34.57,25.62A22.15,22.15,0,0,0,27.07,19a22.15,22.15,0,0,0-9.5-3.18"/><path class="a" d="M29.38,29.57a16.37,16.37,0,0,0-5.58-4.94,16.34,16.34,0,0,0-7.06-2.36"/><path class="a" d="M24.66,32.69A10.56,10.56,0,0,0,21,29.46a10.46,10.46,0,0,0-4.62-1.54"/></svg>
Copied!