Freelancer Upwork Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Freelancer Upwork 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/326253.svg" alt="Freelancer Upwork icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/326253.svg" alt="Freelancer Upwork icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/326253.svg" alt="Freelancer Upwork icon" :width="24" :height="24" />
CSS background
.icon-freelancer-upwork {
background-image: url('https://proicons.com/icon/326253.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M20.0429,22.0392v6.9096M12,18.3551v6.6513c0,2.2182,1.8146,4.0327,4.0327,4.0327h0c2.2182,0,4.0295-1.8146,4.0295-4.0327v-6.6513"/><path class="b" d="M22.6324,18.339s2.2214,10.655,8.5401,10.4742c2.5088-.071,4.8658-1.7113,4.827-5.405-.0323-3.4354-2.3183-5.0337-5.0208-4.7657-7.268.7232-6.7482,19.4954-6.7482,19.4954"/><rect class="b" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/></svg>
Copied!