Sponsor User Program Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Sponsor User Program icon is commonly used in account pages, profile sections and authentication flows. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/320734.svg" alt="Sponsor User Program icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/320734.svg" alt="Sponsor User Program icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/320734.svg" alt="Sponsor User Program icon" :width="24" :height="24" />
CSS background
.icon-sponsor-user-program {
background-image: url('https://proicons.com/icon/320734.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="sponsor-user-program_00000134949474279764904110000001768947890927015613_" d="M22.36,27h-0.72v-0.57 c0-4.084-2.593-7.737-6.453-9.09c-0.129-0.045-0.221-0.16-0.238-0.296c-0.017-0.135,0.045-0.269,0.159-0.344 c1.586-1.049,2.532-2.806,2.532-4.7c0-3.11-2.53-5.64-5.64-5.64S6.36,8.89,6.36,12c0,1.894,0.947,3.651,2.533,4.7 c0.114,0.076,0.175,0.209,0.159,0.344c-0.017,0.136-0.109,0.251-0.238,0.296c-3.86,1.353-6.453,5.005-6.453,9.09V27H1.64v-0.57 c0-4.167,2.511-7.917,6.314-9.529C6.494,15.698,5.64,13.911,5.64,12c0-3.507,2.853-6.36,6.36-6.36s6.36,2.853,6.36,6.36 c0,1.911-0.854,3.698-2.314,4.9c3.803,1.613,6.314,5.362,6.314,9.529V27z M26.36,16h-0.72v-4.28l-3.424,2.568l-0.432-0.576L25.4,11 l-3.616-2.712l0.432-0.576l3.424,2.568V6h0.721v4.28l3.424-2.568l0.432,0.576L26.6,11l3.616,2.712l-0.432,0.576L26.36,11.72V16z"/> <rect id="_Transparent_Rectangle" style="fill:none;" width="32" height="32"/> </svg>
Copied!