Freelancer Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Freelancer 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/314393.svg" alt="Freelancer icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/314393.svg" alt="Freelancer icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/314393.svg" alt="Freelancer icon" :width="24" :height="24" />
CSS background
.icon-freelancer {
background-image: url('https://proicons.com/icon/314393.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Freelancer</title><path d="M14.096 3.076l1.634 2.292L24 3.076M5.503 20.924l4.474-4.374-2.692-2.89m6.133-10.584L11.027 5.23l4.022.15M4.124 3.077l.857 1.76 4.734.294m-3.058 7.072l3.497-6.522L0 5.13m7.064 7.485l3.303 3.548 3.643-3.57 1.13-6.652-4.439-.228Z"/></svg>
Copied!