Partnership Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Partnership 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/320491.svg" alt="Partnership icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/320491.svg" alt="Partnership icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/320491.svg" alt="Partnership icon" :width="24" :height="24" />
CSS background
.icon-partnership {
background-image: url('https://proicons.com/icon/320491.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 26.3.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> <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="partnership_00000104688580064171988890000006656127712964995007_" d="M16,30.36C8.082,30.36,1.64,23.918,1.64,16 S8.082,1.64,16,1.64S30.36,8.082,30.36,16S23.918,30.36,16,30.36z M2.36,16c0,7.521,6.119,13.64,13.64,13.64 c5.452,0,10.167-3.215,12.349-7.849C26.634,23.963,23.977,25.36,21,25.36c-4.679,0-8.608-3.429-9.262-8.025 C11.113,17.212,10.64,16.66,10.64,16c0-0.75,0.61-1.36,1.36-1.36s1.36,0.61,1.36,1.36c0,0.589-0.377,1.093-0.902,1.281 c0.625,4.218,4.24,7.358,8.542,7.358c4.764,0,8.64-3.876,8.64-8.64c0-7.521-6.118-13.64-13.64-13.64 c-5.452,0-10.167,3.215-12.349,7.85C5.367,8.037,8.023,6.64,11,6.64c4.679,0,8.607,3.429,9.263,8.025 C20.888,14.788,21.36,15.34,21.36,16c0,0.75-0.61,1.36-1.36,1.36s-1.36-0.61-1.36-1.36c0-0.589,0.378-1.093,0.903-1.281 C18.918,10.5,15.303,7.36,11,7.36C6.236,7.36,2.36,11.236,2.36,16z M20,15.36c-0.353,0-0.64,0.287-0.64,0.64s0.287,0.64,0.64,0.64 s0.64-0.287,0.64-0.64S20.353,15.36,20,15.36z M12,15.36c-0.353,0-0.64,0.287-0.64,0.64s0.287,0.64,0.64,0.64s0.64-0.287,0.64-0.64 S12.353,15.36,12,15.36z"/> <rect id="_Transparent_Rectangle" style="fill:none;" width="32" height="32"/> </svg>
Copied!