Human In The Loop Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Human In The Loop 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/320170.svg" alt="Human In The Loop icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/320170.svg" alt="Human In The Loop icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/320170.svg" alt="Human In The Loop icon" :width="24" :height="24" />
CSS background
.icon-human-in-the-loop {
background-image: url('https://proicons.com/icon/320170.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="human-in-the-loop_00000132797202476277149350000005235725310934491325_" d="M16,31.36c-4.529,0-8.716-1.933-11.64-5.338 V29H3.64v-4.36H8v0.721H4.743C7.536,28.725,11.598,30.64,16,30.64c8.072,0,14.64-6.567,14.64-14.64h0.721 C31.36,24.47,24.47,31.36,16,31.36z M1.36,16H0.64C0.64,7.53,7.53,0.64,16,0.64c4.529,0,8.716,1.933,11.64,5.337V3h0.721v4.36H24 V6.64h3.257C24.464,3.275,20.401,1.36,16,1.36C7.927,1.36,1.36,7.927,1.36,16z M23.36,21c0-2.968-1.764-5.606-4.451-6.759 C19.827,13.42,20.36,12.25,20.36,11c0-2.404-1.956-4.36-4.36-4.36S11.64,8.596,11.64,11c0,1.25,0.533,2.42,1.451,3.241 C10.404,15.394,8.64,18.032,8.64,21v1h0.72v-1c0-2.878,1.839-5.413,4.576-6.308c0.132-0.043,0.227-0.158,0.245-0.295 s-0.044-0.273-0.161-0.349c-1.04-0.677-1.66-1.816-1.66-3.048c0-2.007,1.633-3.64,3.64-3.64s3.64,1.633,3.64,3.64 c0,1.231-0.62,2.371-1.659,3.048c-0.116,0.076-0.179,0.211-0.16,0.349c0.018,0.137,0.113,0.252,0.244,0.295 c2.737,0.895,4.575,3.43,4.575,6.308v1h0.721L23.36,21L23.36,21z"/> <rect id="_Transparent_Rectangle" style="fill:none;" width="32" height="32"/> </svg>
Copied!