Ukg Workforce Central Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Ukg Workforce Central 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/349027.svg" alt="Ukg Workforce Central icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349027.svg" alt="Ukg Workforce Central icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349027.svg" alt="Ukg Workforce Central icon" :width="24" :height="24" />
CSS background
.icon-ukg-workforce-central {
background-image: url('https://proicons.com/icon/349027.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="b" cx="24" cy="24" r="3.5"/><path class="b" d="M8.8118,5.5049c-1.8926.0991-3.3118,1.7979-3.3118,3.6931v31.302c0,1.1046.8954,2,2,2h31.302c1.8952,0,3.594-1.4192,3.6931-3.3118.1057-2.0185-1.4997-3.6882-3.4951-3.6882H12.5V9c0-1.9954-1.6698-3.6007-3.6882-3.4951Z"/><path class="b" d="M9,5.5c-1.9954,0-3.6007,1.6698-3.4951,3.6882.0991,1.8926,1.7979,3.3118,3.6931,3.3118h26.302s0,26.302,0,26.302c0,1.8952,1.4192,3.594,3.3118,3.6931,2.0185.1057,3.6882-1.4997,3.6882-3.4951V7.5c0-1.1046-.8954-2-2-2H9Z"/></svg>
Copied!