Client Support Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Client Support 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/319700.svg" alt="Client Support icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/319700.svg" alt="Client Support icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/319700.svg" alt="Client Support icon" :width="24" :height="24" />
CSS background
.icon-client-support {
background-image: url('https://proicons.com/icon/319700.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="client--support_00000142877046435704432170000011157550891039174283_" d="M13,0.64H1C0.801,0.64,0.64,0.801,0.64,1v24 c0,0.199,0.161,0.36,0.36,0.36h12v-0.72H9.36V20c0-0.199-0.161-0.36-0.36-0.36H5c-0.199,0-0.36,0.161-0.36,0.36v4.64H1.36V1.36 h11.28V10h0.72V1C13.36,0.801,13.199,0.64,13,0.64z M5.36,20.36h3.28v4.279H5.36V20.36z M5.36,7H4.64V5h0.72C5.36,5,5.36,7,5.36,7z M5.36,12H4.64v-2h0.72C5.36,10,5.36,12,5.36,12z M9.36,7H8.64V5h0.72C9.36,5,9.36,7,9.36,7z M9.36,12H8.64v-2h0.72 C9.36,10,9.36,12,9.36,12z M4.64,15h0.72v2H4.64V15z M8.64,15h0.72v2H8.64V15z M19,9.36c1.577,0,2.86-1.283,2.86-2.86 S20.577,3.64,19,3.64s-2.86,1.283-2.86,2.86S17.423,9.36,19,9.36z M19,4.36c1.18,0,2.14,0.96,2.14,2.14S20.18,8.64,19,8.64 s-2.14-0.96-2.14-2.14S17.82,4.36,19,4.36z M20.64,23h0.721v8H20.64V23z M19,10.64c1.063,0,2.088,0.387,2.884,1.09l-0.477,0.54 c-0.664-0.587-1.52-0.91-2.407-0.91c-2.007,0-3.64,1.633-3.64,3.64v5.21c0,1.17,0.626,2.041,1.762,2.451 c0.143,0.052,0.238,0.188,0.238,0.339v8h-0.72v-7.756c-1.275-0.551-2-1.644-2-3.034V15C14.64,12.596,16.596,10.64,19,10.64z M27,9.36c1.577,0,2.86-1.283,2.86-2.86S28.577,3.64,27,3.64s-2.86,1.283-2.86,2.86S25.423,9.36,27,9.36z M27,4.36 c1.18,0,2.14,0.96,2.14,2.14S28.18,8.64,27,8.64s-2.14-0.96-2.14-2.14S25.82,4.36,27,4.36z M31.36,15v5.199 c0,1.396-0.726,2.494-2,3.045V31h-0.72v-8c0-0.151,0.096-0.287,0.238-0.339c1.136-0.41,1.762-1.285,1.762-2.462V15 c0-1.044-0.449-2.039-1.232-2.73c-0.664-0.587-1.52-0.91-2.407-0.91c-2.007,0-3.64,1.633-3.64,3.64v5.21 c0,1.17,0.626,2.041,1.762,2.451c0.143,0.052,0.238,0.188,0.238,0.339v8H24.64v-7.756c-1.274-0.551-2-1.644-2-3.034V15 c0-2.404,1.956-4.36,4.36-4.36c1.063,0,2.088,0.387,2.884,1.09C30.822,12.558,31.36,13.75,31.36,15z"/> <rect id="_Transparent_Rectangle" style="fill:none;" width="32" height="32"/> </svg>
Copied!