Wongnai Staff Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Wongnai Staff 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/349791.svg" alt="Wongnai Staff icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349791.svg" alt="Wongnai Staff icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349791.svg" alt="Wongnai Staff icon" :width="24" :height="24" />
CSS background
.icon-wongnai-staff {
background-image: url('https://proicons.com/icon/349791.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M36.008,41.6235c.49.639,1.106.877,1.962.877h1.184c1.1024,0,1.996-.8936,1.996-1.996v-.009c0-1.1024-.8936-1.996-1.996-1.996h-1.307c-1.1022-.0017-1.9953-.8948-1.997-1.997h0c0-1.106.896-2.002,2.002-2.002h1.178c.856,0,1.47.237,1.961.876M45.5,38.5005c0,3.866-3.134,7-7,7s-7-3.134-7-7,3.134-7,7-7,7,3.134,7,7M36.568,17.1735l-6.277,17.346-6.291-17.347-6.292,17.347-6.277-17.347M43.325,33.4325c1.436-2.9369,2.18-6.1638,2.175-9.433,0-11.874-9.626-21.5-21.5-21.5h0C12.125,2.4995,2.5,12.1255,2.5,23.9995c0,4.118.9,7.865,3.125,11.33l-.348,2.633c-.27,2.05-.717,4.146.243,4.919s3.138.46,5.086.198l2.689-.362c3.319,1.992,6.832,2.769,10.705,2.782,3.388,0,6.593-.784,9.444-2.18"/></svg>
Copied!