Worksoft Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Worksoft 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/349825.svg" alt="Worksoft icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349825.svg" alt="Worksoft icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349825.svg" alt="Worksoft icon" :width="24" :height="24" />
CSS background
.icon-worksoft {
background-image: url('https://proicons.com/icon/349825.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M28.6588,4.5A9.2431,9.2431,0,1,0,37.93,13.7447v-.0016A9.2565,9.2565,0,0,0,28.66,4.5ZM19.39,14.5167v0Zm-4.6479,9.9109A4.665,4.665,0,0,0,10.07,29.0853v0a4.6724,4.6724,0,1,0,4.673-4.6582Zm16.0019,9.3163a4.8855,4.8855,0,0,0-4.893,4.8779v0A4.8855,4.8855,0,0,0,30.7439,43.5h0a4.8853,4.8853,0,0,0,4.893-4.8778v0a4.8855,4.8855,0,0,0-4.8928-4.8781Zm-16.0106.0055h0Z"/></svg>
Copied!