Paylocity Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Paylocity 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/331041.svg" alt="Paylocity icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331041.svg" alt="Paylocity icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331041.svg" alt="Paylocity icon" :width="24" :height="24" />
CSS background
.icon-paylocity {
background-image: url('https://proicons.com/icon/331041.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" xml:space="preserve" viewBox="0 0 48 48"><path d="M19.11 3.551C10.72 3.53 4.696 13.61 3.5 22.071h13.76C17.813 17.267 20.81 9.204 24 9.204s6.187 8.063 6.74 12.867H44.5C43.084 12.043 34.882-.261 24 4.677c-1.7-.771-3.335-1.122-4.89-1.126" style="fill:none;stroke:#000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1"/><path d="M24 4.677c-4.15 2.033-7.471 11.532-7.43 17.125M28.89 44.449c8.39.022 14.415-10.059 15.61-18.52H30.74c-.553 4.804-3.551 12.867-6.74 12.867s-6.187-8.063-6.74-12.867H3.5C4.916 35.957 13.118 48.261 24 43.323c1.7.771 3.335 1.122 4.89 1.126" style="fill:none;stroke:#000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1"/><path d="M24 43.323c4.15-2.033 7.471-11.532 7.43-17.125" style="fill:none;stroke:#000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1"/></svg>
Copied!