Part Time Job Heaven Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Part Time Job Heaven 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/330992.svg" alt="Part Time Job Heaven icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/330992.svg" alt="Part Time Job Heaven icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/330992.svg" alt="Part Time Job Heaven icon" :width="24" :height="24" />
CSS background
.icon-part-time-job-heaven {
background-image: url('https://proicons.com/icon/330992.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>.e{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="e" cx="32.5" cy="15.5" r="10"/><path class="e" d="M15.5,22.5c-2.0305,0-3.9188.6066-5.4961,1.6465l13.85,13.85c1.0399-1.5773,1.6465-3.4656,1.6465-5.4961,0-5.5228-4.4772-10-10-10l-.0004-.0004ZM7.1465,27.004c-.8077,1.2251-1.349,2.6389-1.5527,4.1602l11.242,11.242c1.5212-.2037,2.9351-.7451,4.1602-1.5527l-13.85-13.85.0005.0005ZM5.5,36.7852v5.7148h5.7148s-5.7148-5.7148-5.7148-5.7148Z"/><circle class="e" cx="32.5" cy="15.5" r="4.5"/><path class="e" d="M9.5,17.696c-2.1845-1.2612-3.3469-3.754-2.9088-6.238.438-2.4841,2.3829-4.4289,4.867-4.867,2.4841-.438,4.9768.7244,6.238,2.9088,1.8062,3.1284,2.3365,10.533,2.3365,10.533,0,0-7.4043-.5303-10.533-2.3365l.0003-.0003Z"/></svg>
Copied!