Person Working Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Person Working 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/320510.svg" alt="Person Working icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/320510.svg" alt="Person Working icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/320510.svg" alt="Person Working icon" :width="24" :height="24" />
CSS background
.icon-person-working {
background-image: url('https://proicons.com/icon/320510.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="iso-8859-1"?> <!-- Generator: Adobe Illustrator 29.1.0, SVG Export Plug-In . SVG Version: 9.03 Build 55587) --> <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 32 32" style="enable-background:new 0 0 32 32;" xml:space="preserve"> <path id="person--working_00000140719664367938800230000007884326220794949301_" d="M20,29.36c-0.146,0-0.283-0.09-0.337-0.234 l-2.75-7.352c-0.087-0.232-0.378-0.414-0.663-0.414h-4.89v4.436l4.825,2.896l-0.37,0.617l-4.455-2.673V29h-0.72v-2.364l-4.455,2.673 l-0.37-0.617l4.825-2.896V21.36H7c-0.75,0-1.36-0.61-1.36-1.36v-8h0.72v8c0,0.353,0.287,0.64,0.64,0.64h1.949 C8.158,20.019,7.64,19.057,7.64,18v-6c0-1.549,1.187-2.36,2.36-2.36c1.194,0,1.789,0.739,2.212,1.462l1.998,3.538H20v0.72h-6 c-0.13,0-0.25-0.07-0.313-0.183l-2.099-3.715C11.118,10.66,10.687,10.36,10,10.36c-0.79,0-1.64,0.513-1.64,1.64v6 c0,1.431,1.209,2.64,2.64,2.64h5.25c0.583,0,1.145,0.371,1.337,0.882l2.629,7.027l2.67-0.891l0.229,0.684l-3,1 C20.076,29.354,20.038,29.36,20,29.36z M23,17.36h-8v-0.72h7.791l3.896-6.819l0.625,0.357l-4,7C23.248,17.291,23.129,17.36,23,17.36 z M12,8.36c-1.577,0-2.86-1.283-2.86-2.86S10.423,2.64,12,2.64s2.86,1.283,2.86,2.86S13.577,8.36,12,8.36z M12,3.36 c-1.18,0-2.14,0.96-2.14,2.14S10.82,7.64,12,7.64s2.14-0.96,2.14-2.14S13.18,3.36,12,3.36z"/> <rect id="_Transparent_Rectangle" style="fill:none;" width="32" height="32"/> </svg>
Copied!