ebay logo
ebay from Font Awesome Brands by Dave Gandy · Brand · CC-BY-4.0 Attribution required.
- Name
- ebay
- Set
- Font Awesome Brands
- Style
- Brand
- Viewbox
- 640×640
- License
- CC BY 4.0
The same logo in other sets
Use the ebay logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="m606.5 253.5l-54.8 109.9l-54.9-109.9h-37.5l10.9 20.6c-11.5-19-35.9-26-63.3-26c-31.8 0-67.9 8.7-71.5 43.1h33.7c1.4-13.8 15.7-21.8 35-21.8c26 0 41 9.6 41 33v3.4c-12.7 0-28 .1-41.7.4c-42.4.9-69.6 10-76.7 34.4q1.5-7.8 1.5-16.2c0-52.1-39.7-76.2-75.4-76.2c-21.3 0-43 5.5-58.7 24.2v-80.6H162v169.5c0 10.3-.6 22.9-1.1 33.1h31.5c.7-6.3 1.1-12.9 1.1-19.5c13.6 16.6 35.4 24.9 58.7 24.9c36.9 0 64.9-21.9 73.3-54.2c-.5 2.8-.7 5.8-.7 9c0 24.1 21.1 45 60.6 45c26.6 0 45.8-5.7 61.9-25.5c0 6.6.3 13.3 1.1 20.2h29.8c-.7-8.2-1-17.5-1-26.8v-65.6c0-9.3-1.7-17.2-4.8-23.8l61.5 116.1l-28.5 54.1h35.9l99.2-194.8zM244.2 377.8c-29.6 0-50.2-21.5-50.2-53.8c0-32.4 20.6-53.8 50.2-53.8c29.8 0 50.2 21.4 50.2 53.8c0 32.3-20.4 53.8-50.2 53.8m200.9-47.3c0 30-17.9 48.4-51.6 48.4c-25.1 0-35-13.4-35-25.8c0-19.1 18.1-24.4 47.2-25.3c13.1-.5 27.6-.6 39.4-.6zm-411.9 1.6H162v-8.5c0-51.7-33.1-75.4-78.4-75.4c-56.8 0-83 30.8-83 77.6c0 42.5 25.3 74 82.5 74c31.4 0 68-11.7 74.4-46.1h-33.1c-12 35.8-87.7 36.7-91.2-21.6m95-21.4H33.8c6.9-56.6 92.1-54.7 94.4 0"/></svg>
React
import type { SVGProps } from "react";
export function Fa7BrandsEbay(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="m606.5 253.5l-54.8 109.9l-54.9-109.9h-37.5l10.9 20.6c-11.5-19-35.9-26-63.3-26c-31.8 0-67.9 8.7-71.5 43.1h33.7c1.4-13.8 15.7-21.8 35-21.8c26 0 41 9.6 41 33v3.4c-12.7 0-28 .1-41.7.4c-42.4.9-69.6 10-76.7 34.4q1.5-7.8 1.5-16.2c0-52.1-39.7-76.2-75.4-76.2c-21.3 0-43 5.5-58.7 24.2v-80.6H162v169.5c0 10.3-.6 22.9-1.1 33.1h31.5c.7-6.3 1.1-12.9 1.1-19.5c13.6 16.6 35.4 24.9 58.7 24.9c36.9 0 64.9-21.9 73.3-54.2c-.5 2.8-.7 5.8-.7 9c0 24.1 21.1 45 60.6 45c26.6 0 45.8-5.7 61.9-25.5c0 6.6.3 13.3 1.1 20.2h29.8c-.7-8.2-1-17.5-1-26.8v-65.6c0-9.3-1.7-17.2-4.8-23.8l61.5 116.1l-28.5 54.1h35.9l99.2-194.8zM244.2 377.8c-29.6 0-50.2-21.5-50.2-53.8c0-32.4 20.6-53.8 50.2-53.8c29.8 0 50.2 21.4 50.2 53.8c0 32.3-20.4 53.8-50.2 53.8m200.9-47.3c0 30-17.9 48.4-51.6 48.4c-25.1 0-35-13.4-35-25.8c0-19.1 18.1-24.4 47.2-25.3c13.1-.5 27.6-.6 39.4-.6zm-411.9 1.6H162v-8.5c0-51.7-33.1-75.4-78.4-75.4c-56.8 0-83 30.8-83 77.6c0 42.5 25.3 74 82.5 74c31.4 0 68-11.7 74.4-46.1h-33.1c-12 35.8-87.7 36.7-91.2-21.6m95-21.4H33.8c6.9-56.6 92.1-54.7 94.4 0"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="m606.5 253.5l-54.8 109.9l-54.9-109.9h-37.5l10.9 20.6c-11.5-19-35.9-26-63.3-26c-31.8 0-67.9 8.7-71.5 43.1h33.7c1.4-13.8 15.7-21.8 35-21.8c26 0 41 9.6 41 33v3.4c-12.7 0-28 .1-41.7.4c-42.4.9-69.6 10-76.7 34.4q1.5-7.8 1.5-16.2c0-52.1-39.7-76.2-75.4-76.2c-21.3 0-43 5.5-58.7 24.2v-80.6H162v169.5c0 10.3-.6 22.9-1.1 33.1h31.5c.7-6.3 1.1-12.9 1.1-19.5c13.6 16.6 35.4 24.9 58.7 24.9c36.9 0 64.9-21.9 73.3-54.2c-.5 2.8-.7 5.8-.7 9c0 24.1 21.1 45 60.6 45c26.6 0 45.8-5.7 61.9-25.5c0 6.6.3 13.3 1.1 20.2h29.8c-.7-8.2-1-17.5-1-26.8v-65.6c0-9.3-1.7-17.2-4.8-23.8l61.5 116.1l-28.5 54.1h35.9l99.2-194.8zM244.2 377.8c-29.6 0-50.2-21.5-50.2-53.8c0-32.4 20.6-53.8 50.2-53.8c29.8 0 50.2 21.4 50.2 53.8c0 32.3-20.4 53.8-50.2 53.8m200.9-47.3c0 30-17.9 48.4-51.6 48.4c-25.1 0-35-13.4-35-25.8c0-19.1 18.1-24.4 47.2-25.3c13.1-.5 27.6-.6 39.4-.6zm-411.9 1.6H162v-8.5c0-51.7-33.1-75.4-78.4-75.4c-56.8 0-83 30.8-83 77.6c0 42.5 25.3 74 82.5 74c31.4 0 68-11.7 74.4-46.1h-33.1c-12 35.8-87.7 36.7-91.2-21.6m95-21.4H33.8c6.9-56.6 92.1-54.7 94.4 0"/></svg> </template>
CSS
.icon-ebay {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m606.5%20253.5l-54.8%20109.9l-54.9-109.9h-37.5l10.9%2020.6c-11.5-19-35.9-26-63.3-26c-31.8%200-67.9%208.7-71.5%2043.1h33.7c1.4-13.8%2015.7-21.8%2035-21.8c26%200%2041%209.6%2041%2033v3.4c-12.7%200-28%20.1-41.7.4c-42.4.9-69.6%2010-76.7%2034.4q1.5-7.8%201.5-16.2c0-52.1-39.7-76.2-75.4-76.2c-21.3%200-43%205.5-58.7%2024.2v-80.6H162v169.5c0%2010.3-.6%2022.9-1.1%2033.1h31.5c.7-6.3%201.1-12.9%201.1-19.5c13.6%2016.6%2035.4%2024.9%2058.7%2024.9c36.9%200%2064.9-21.9%2073.3-54.2c-.5%202.8-.7%205.8-.7%209c0%2024.1%2021.1%2045%2060.6%2045c26.6%200%2045.8-5.7%2061.9-25.5c0%206.6.3%2013.3%201.1%2020.2h29.8c-.7-8.2-1-17.5-1-26.8v-65.6c0-9.3-1.7-17.2-4.8-23.8l61.5%20116.1l-28.5%2054.1h35.9l99.2-194.8zM244.2%20377.8c-29.6%200-50.2-21.5-50.2-53.8c0-32.4%2020.6-53.8%2050.2-53.8c29.8%200%2050.2%2021.4%2050.2%2053.8c0%2032.3-20.4%2053.8-50.2%2053.8m200.9-47.3c0%2030-17.9%2048.4-51.6%2048.4c-25.1%200-35-13.4-35-25.8c0-19.1%2018.1-24.4%2047.2-25.3c13.1-.5%2027.6-.6%2039.4-.6zm-411.9%201.6H162v-8.5c0-51.7-33.1-75.4-78.4-75.4c-56.8%200-83%2030.8-83%2077.6c0%2042.5%2025.3%2074%2082.5%2074c31.4%200%2068-11.7%2074.4-46.1h-33.1c-12%2035.8-87.7%2036.7-91.2-21.6m95-21.4H33.8c6.9-56.6%2092.1-54.7%2094.4%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m606.5%20253.5l-54.8%20109.9l-54.9-109.9h-37.5l10.9%2020.6c-11.5-19-35.9-26-63.3-26c-31.8%200-67.9%208.7-71.5%2043.1h33.7c1.4-13.8%2015.7-21.8%2035-21.8c26%200%2041%209.6%2041%2033v3.4c-12.7%200-28%20.1-41.7.4c-42.4.9-69.6%2010-76.7%2034.4q1.5-7.8%201.5-16.2c0-52.1-39.7-76.2-75.4-76.2c-21.3%200-43%205.5-58.7%2024.2v-80.6H162v169.5c0%2010.3-.6%2022.9-1.1%2033.1h31.5c.7-6.3%201.1-12.9%201.1-19.5c13.6%2016.6%2035.4%2024.9%2058.7%2024.9c36.9%200%2064.9-21.9%2073.3-54.2c-.5%202.8-.7%205.8-.7%209c0%2024.1%2021.1%2045%2060.6%2045c26.6%200%2045.8-5.7%2061.9-25.5c0%206.6.3%2013.3%201.1%2020.2h29.8c-.7-8.2-1-17.5-1-26.8v-65.6c0-9.3-1.7-17.2-4.8-23.8l61.5%20116.1l-28.5%2054.1h35.9l99.2-194.8zM244.2%20377.8c-29.6%200-50.2-21.5-50.2-53.8c0-32.4%2020.6-53.8%2050.2-53.8c29.8%200%2050.2%2021.4%2050.2%2053.8c0%2032.3-20.4%2053.8-50.2%2053.8m200.9-47.3c0%2030-17.9%2048.4-51.6%2048.4c-25.1%200-35-13.4-35-25.8c0-19.1%2018.1-24.4%2047.2-25.3c13.1-.5%2027.6-.6%2039.4-.6zm-411.9%201.6H162v-8.5c0-51.7-33.1-75.4-78.4-75.4c-56.8%200-83%2030.8-83%2077.6c0%2042.5%2025.3%2074%2082.5%2074c31.4%200%2068-11.7%2074.4-46.1h-33.1c-12%2035.8-87.7%2036.7-91.2-21.6m95-21.4H33.8c6.9-56.6%2092.1-54.7%2094.4%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-brands/ebay.svg?color=%231a73e8&size=48