ebay from Material Design Icons by Pictogrammers · Filled · Apache-2.0 Free for personal and commercial use.

Name
ebay
Set
Material Design Icons
Style
Filled
Viewbox
24×24
License
Apache 2.0

The same icon in other sets

Use the ebay icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M3.805 10.507c-.816 0-1.643.517-1.643 1.422h3.205c0-.853-.633-1.422-1.562-1.422zm.04-.741c2.06 0 2.66 1.35 2.684 2.265V7.842H7.65v2.765s.476-.826 2.006-.826c1.634 0 2.602 1.154 2.602 2.59c0 .175-.013.344-.04.507c.264-.742 1.18-1.109 2.684-1.109h1.363v-.24c0-.676-.595-1.027-1.363-1.027c-1.18 0-1.241.746-1.241.746h-1.162c0-.204.15-1.482 2.484-1.482c.795 0 1.665.166 2.108.82l-.33-.62h1.307l1.876 3.759l1.872-3.759H23l-3.41 6.691H18.35l.983-1.865l-2.089-3.92c.092.224.144.492.144.81v2.416c0 .28.04.716.04.716h-1.033s-.028-.352-.028-.71c0 0-.524.9-2.15.9c-1.195 0-2.078-.576-2.078-1.632c0-.06.003-.117.009-.173c-.31 1.086-1.239 1.79-2.493 1.79c-1.473 0-2.015-.847-2.015-.847c0 .321-.04.672-.04.672H6.505s.025-.489.025-.837V12.67H2.137c0 .924.702 1.583 1.678 1.583c1.198 0 1.445-.841 1.445-.841h1.15s-.153 1.562-2.525 1.562C1.87 14.974 1 13.984 1 12.41c0-1.986 1.293-2.644 2.845-2.644zm5.528.774c-1.178 0-1.723.934-1.723 1.84c0 .973.607 1.85 1.73 1.85c.943 0 1.716-.735 1.716-1.86c0-1.049-.67-1.83-1.723-1.83zm6.892 1.95c-1.764 0-2.965.006-2.965.882c0 .481.356.896 1.188.896c1.519 0 1.777-1.04 1.777-1.457v-.32z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function MdiEbay(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M3.805 10.507c-.816 0-1.643.517-1.643 1.422h3.205c0-.853-.633-1.422-1.562-1.422zm.04-.741c2.06 0 2.66 1.35 2.684 2.265V7.842H7.65v2.765s.476-.826 2.006-.826c1.634 0 2.602 1.154 2.602 2.59c0 .175-.013.344-.04.507c.264-.742 1.18-1.109 2.684-1.109h1.363v-.24c0-.676-.595-1.027-1.363-1.027c-1.18 0-1.241.746-1.241.746h-1.162c0-.204.15-1.482 2.484-1.482c.795 0 1.665.166 2.108.82l-.33-.62h1.307l1.876 3.759l1.872-3.759H23l-3.41 6.691H18.35l.983-1.865l-2.089-3.92c.092.224.144.492.144.81v2.416c0 .28.04.716.04.716h-1.033s-.028-.352-.028-.71c0 0-.524.9-2.15.9c-1.195 0-2.078-.576-2.078-1.632c0-.06.003-.117.009-.173c-.31 1.086-1.239 1.79-2.493 1.79c-1.473 0-2.015-.847-2.015-.847c0 .321-.04.672-.04.672H6.505s.025-.489.025-.837V12.67H2.137c0 .924.702 1.583 1.678 1.583c1.198 0 1.445-.841 1.445-.841h1.15s-.153 1.562-2.525 1.562C1.87 14.974 1 13.984 1 12.41c0-1.986 1.293-2.644 2.845-2.644zm5.528.774c-1.178 0-1.723.934-1.723 1.84c0 .973.607 1.85 1.73 1.85c.943 0 1.716-.735 1.716-1.86c0-1.049-.67-1.83-1.723-1.83zm6.892 1.95c-1.764 0-2.965.006-2.965.882c0 .481.356.896 1.188.896c1.519 0 1.777-1.04 1.777-1.457v-.32z" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M3.805 10.507c-.816 0-1.643.517-1.643 1.422h3.205c0-.853-.633-1.422-1.562-1.422zm.04-.741c2.06 0 2.66 1.35 2.684 2.265V7.842H7.65v2.765s.476-.826 2.006-.826c1.634 0 2.602 1.154 2.602 2.59c0 .175-.013.344-.04.507c.264-.742 1.18-1.109 2.684-1.109h1.363v-.24c0-.676-.595-1.027-1.363-1.027c-1.18 0-1.241.746-1.241.746h-1.162c0-.204.15-1.482 2.484-1.482c.795 0 1.665.166 2.108.82l-.33-.62h1.307l1.876 3.759l1.872-3.759H23l-3.41 6.691H18.35l.983-1.865l-2.089-3.92c.092.224.144.492.144.81v2.416c0 .28.04.716.04.716h-1.033s-.028-.352-.028-.71c0 0-.524.9-2.15.9c-1.195 0-2.078-.576-2.078-1.632c0-.06.003-.117.009-.173c-.31 1.086-1.239 1.79-2.493 1.79c-1.473 0-2.015-.847-2.015-.847c0 .321-.04.672-.04.672H6.505s.025-.489.025-.837V12.67H2.137c0 .924.702 1.583 1.678 1.583c1.198 0 1.445-.841 1.445-.841h1.15s-.153 1.562-2.525 1.562C1.87 14.974 1 13.984 1 12.41c0-1.986 1.293-2.644 2.845-2.644zm5.528.774c-1.178 0-1.723.934-1.723 1.84c0 .973.607 1.85 1.73 1.85c.943 0 1.716-.735 1.716-1.86c0-1.049-.67-1.83-1.723-1.83zm6.892 1.95c-1.764 0-2.965.006-2.965.882c0 .481.356.896 1.188.896c1.519 0 1.777-1.04 1.777-1.457v-.32z" fill="currentColor"/></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%2024%2024%22%3E%3Cpath%20d%3D%22M3.805%2010.507c-.816%200-1.643.517-1.643%201.422h3.205c0-.853-.633-1.422-1.562-1.422zm.04-.741c2.06%200%202.66%201.35%202.684%202.265V7.842H7.65v2.765s.476-.826%202.006-.826c1.634%200%202.602%201.154%202.602%202.59c0%20.175-.013.344-.04.507c.264-.742%201.18-1.109%202.684-1.109h1.363v-.24c0-.676-.595-1.027-1.363-1.027c-1.18%200-1.241.746-1.241.746h-1.162c0-.204.15-1.482%202.484-1.482c.795%200%201.665.166%202.108.82l-.33-.62h1.307l1.876%203.759l1.872-3.759H23l-3.41%206.691H18.35l.983-1.865l-2.089-3.92c.092.224.144.492.144.81v2.416c0%20.28.04.716.04.716h-1.033s-.028-.352-.028-.71c0%200-.524.9-2.15.9c-1.195%200-2.078-.576-2.078-1.632c0-.06.003-.117.009-.173c-.31%201.086-1.239%201.79-2.493%201.79c-1.473%200-2.015-.847-2.015-.847c0%20.321-.04.672-.04.672H6.505s.025-.489.025-.837V12.67H2.137c0%20.924.702%201.583%201.678%201.583c1.198%200%201.445-.841%201.445-.841h1.15s-.153%201.562-2.525%201.562C1.87%2014.974%201%2013.984%201%2012.41c0-1.986%201.293-2.644%202.845-2.644zm5.528.774c-1.178%200-1.723.934-1.723%201.84c0%20.973.607%201.85%201.73%201.85c.943%200%201.716-.735%201.716-1.86c0-1.049-.67-1.83-1.723-1.83zm6.892%201.95c-1.764%200-2.965.006-2.965.882c0%20.481.356.896%201.188.896c1.519%200%201.777-1.04%201.777-1.457v-.32z%22%20fill%3D%22currentColor%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%2024%2024%22%3E%3Cpath%20d%3D%22M3.805%2010.507c-.816%200-1.643.517-1.643%201.422h3.205c0-.853-.633-1.422-1.562-1.422zm.04-.741c2.06%200%202.66%201.35%202.684%202.265V7.842H7.65v2.765s.476-.826%202.006-.826c1.634%200%202.602%201.154%202.602%202.59c0%20.175-.013.344-.04.507c.264-.742%201.18-1.109%202.684-1.109h1.363v-.24c0-.676-.595-1.027-1.363-1.027c-1.18%200-1.241.746-1.241.746h-1.162c0-.204.15-1.482%202.484-1.482c.795%200%201.665.166%202.108.82l-.33-.62h1.307l1.876%203.759l1.872-3.759H23l-3.41%206.691H18.35l.983-1.865l-2.089-3.92c.092.224.144.492.144.81v2.416c0%20.28.04.716.04.716h-1.033s-.028-.352-.028-.71c0%200-.524.9-2.15.9c-1.195%200-2.078-.576-2.078-1.632c0-.06.003-.117.009-.173c-.31%201.086-1.239%201.79-2.493%201.79c-1.473%200-2.015-.847-2.015-.847c0%20.321-.04.672-.04.672H6.505s.025-.489.025-.837V12.67H2.137c0%20.924.702%201.583%201.678%201.583c1.198%200%201.445-.841%201.445-.841h1.15s-.153%201.562-2.525%201.562C1.87%2014.974%201%2013.984%201%2012.41c0-1.986%201.293-2.644%202.845-2.644zm5.528.774c-1.178%200-1.723.934-1.723%201.84c0%20.973.607%201.85%201.73%201.85c.943%200%201.716-.735%201.716-1.86c0-1.049-.67-1.83-1.723-1.83zm6.892%201.95c-1.764%200-2.965.006-2.965.882c0%20.481.356.896%201.188.896c1.519%200%201.777-1.04%201.777-1.457v-.32z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/ebay.svg?color=%231a73e8&size=48