Salesforce Integration Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Salesforce Integration 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/320643.svg" alt="Salesforce Integration icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/320643.svg" alt="Salesforce Integration icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/320643.svg" alt="Salesforce Integration icon" :width="24" :height="24" />
CSS background
.icon-salesforce-integration {
background-image: url('https://proicons.com/icon/320643.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 27.5.0, 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="salesforce-integration_00000177471206300263319560000011237932280689262986_" d="M12.5,27.36 c-2.269,0-4.248-1.408-5.016-3.536C7.319,23.846,7.162,23.86,7,23.86c-2.253,0-4.225-1.394-5.003-3.5 C1.249,20.358,0.64,19.749,0.64,19c0-0.653,0.462-1.2,1.077-1.33c0.258-1.644,1.271-3.079,2.726-3.873 C3.917,12.949,3.64,11.99,3.64,11c0-2.956,2.404-5.36,5.36-5.36c1.917,0,3.68,1.035,4.631,2.678C14.644,7.245,16.026,6.64,17.5,6.64 c1.721,0,3.32,0.821,4.329,2.209C22.381,8.71,22.941,8.64,23.5,8.64c3.103,0,5.772,2.042,6.6,5.003 c0.704,0.051,1.261,0.64,1.261,1.356c0,0.646-0.452,1.188-1.057,1.326c-0.41,3.408-3.342,6.035-6.804,6.035 c-0.113,0-0.225-0.006-0.335-0.013c-1.36,1.698-3.603,2.446-5.758,1.76C16.567,26.067,14.638,27.36,12.5,27.36z M7.7,23.071 c0.162,0,0.331,0.098,0.376,0.251c0.594,1.984,2.372,3.317,4.424,3.317c1.953,0,3.705-1.248,4.359-3.106 c0.032-0.092,0.1-0.167,0.189-0.208c0.089-0.039,0.189-0.043,0.28-0.009c2.021,0.784,4.153,0.089,5.381-1.557 c0.074-0.099,0.194-0.138,0.316-0.145c0.157,0.013,0.314,0.024,0.475,0.024c3.08,0,5.69-2.322,6.082-5.345 c-0.546-0.177-0.942-0.69-0.942-1.294c0-0.531,0.307-0.992,0.752-1.216c-0.758-2.62-3.134-4.423-5.892-4.423 c-0.575,0-1.154,0.084-1.722,0.25c-0.151,0.045-0.314-0.016-0.401-0.148C20.514,8.146,19.064,7.36,17.5,7.36 c-1.433,0-2.766,0.663-3.659,1.82c-0.078,0.1-0.203,0.157-0.328,0.137c-0.125-0.015-0.234-0.095-0.286-0.21 C12.479,7.438,10.819,6.36,9,6.36c-2.559,0-4.64,2.082-4.64,4.64c0,0.976,0.312,1.918,0.902,2.725 c0.064,0.088,0.085,0.2,0.057,0.305c-0.028,0.105-0.102,0.192-0.201,0.236c-1.414,0.631-2.417,1.933-2.678,3.447 C2.975,17.896,3.36,18.404,3.36,19c0,0.496-0.267,0.932-0.665,1.169C3.383,21.959,5.073,23.14,7,23.14 c0.22,0,0.431-0.033,0.643-0.064C7.662,23.072,7.681,23.071,7.7,23.071z M2,18.36c-0.353,0-0.64,0.287-0.64,0.64 S1.647,19.64,2,19.64S2.64,19.353,2.64,19S2.353,18.36,2,18.36z M30,14.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.64S30.353,14.36,30,14.36z"/> <rect id="_Transparent_Rectangle" style="fill:none;" width="32" height="32"/> </svg>
Copied!