Brand Ebay Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Brand Ebay 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/305114.svg" alt="Brand Ebay icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305114.svg" alt="Brand Ebay icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305114.svg" alt="Brand Ebay icon" :width="24" :height="24" />
CSS background
.icon-brand-ebay {
background-image: url('https://proicons.com/icon/305114.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M745 564c0-34 1-65 0-87-1-25 1-85-107-90 0 0-105-9-115 68h53s4-35 58-34c51 1 60 26 60 57h-58c-26 0-114 3-127 55 2-8 3-17 3-26 1-76-57-119-120-119s-90 37-90 37V299h-50v201c-1-36-18-112-123-112C4 388-1 485 0 511c0 0-6 113 126 113 114 0 120-71 120-71h-53s-10 39-67 38c-72-1-75-71-75-71h201s1-2 1-5v50s0 31-2 52h49l2-30s23 37 89 37c58 0 106-31 118-89v2c-11 67 49 88 96 87 46 0 73-14 93-39l2 31h46s-1-17-1-52zM53 485s3-64 75-64 72 64 72 64H53zm328 105c-80 1-78-84-78-84s-3-82 78-84 78 86 78 86 1 81-78 82zm232 2s-50 0-53-40c-3-43 78-41 78-41h57s9 82-82 81zm334-196l-86 171-85-171h-59l117 220-45 84h56l155-304h-53z"/></svg>
Copied!