Sap Concur Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Sap Concur 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/332403.svg" alt="Sap Concur icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332403.svg" alt="Sap Concur icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332403.svg" alt="Sap Concur icon" :width="24" :height="24" />
CSS background
.icon-sap-concur {
background-image: url('https://proicons.com/icon/332403.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.f{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="f" x="5.4999" y="14.5" width="37" height="28" rx="4" ry="4"/><path class="f" d="M14.9999,14.5v-5c0-2.216,1.784-4,4-4h10c2.216,0,4,1.784,4,4v5"/><path class="f" d="M5.4999,30.5c2.1194-3.671,9.0912-11.432,18.5-6,9.4088,5.4322,16.381-2.329,18.5-6"/><path class="f" d="M6.0561,40.552c2.6201-3.8731,9.239-10.14,17.944-5.1146,9.4088,5.4322,16.381-2.329,18.5-6"/></svg>
Copied!