Client Portal Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Client Portal 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/338365.svg" alt="Client Portal icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/338365.svg" alt="Client Portal icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/338365.svg" alt="Client Portal icon" :width="24" :height="24" />
CSS background
.icon-client-portal {
background-image: url('https://proicons.com/icon/338365.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="M29.0603,35.5254c-.8663-1.2639-2.1112-3.1752-2.9777-4.4389-1.9302-2.8149-3.6588-5.7467-4.8716-8.9448-2.0404-5.3802-.189-10.7192,4.7708-13.3385,3.4282-1.8105,7.1348-2.6389,11.0375-1.9702,3.7386.6405,5.9766,3.8346,5.3869,7.576-.1808,1.1472-.5472,2.2346-1.0275,3.2914-2.3383,5.1443-4.6461,10.3024-7.0024,15.4384-3.3458,7.293-11.0072,10.175-18.3671,6.9445-5.3331-2.3409-9.0261-6.1023-10.3295-11.9284-.2291-1.0242-.2334-2.0628-.045-3.0954.3792-2.0781.946-2.3583,2.7713-1.3171,5.6111,3.2006,11.2124,6.4183,16.819,9.6267,1.0479.5997,2.7836,1.5632,3.8353,2.1562Z"/></svg>
Copied!