ebay from Jam Icons by Michael Amprimo · Outline · MIT Free for personal and commercial use.

Name
ebay
Set
Jam Icons
Style
Outline
Viewbox
24×24
License
MIT

The same icon in other sets

Use the ebay icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-2 -7.5 24 24"><path fill="currentColor" d="M18.853 2.229L17.16 5.81l-1.7-3.583h-1.183l.303.598c-.4-.63-1.191-.79-1.914-.79c-2.115 0-2.25 1.22-2.25 1.414h1.052s.055-.712 1.125-.712c.695 0 1.233.335 1.233.979v.23h-1.233c-1.368 0-2.196.351-2.433 1.063q.037-.237.037-.491c0-1.369-.876-2.469-2.356-2.469c-1.386 0-1.817.788-1.817.788V.202H5.007v4.011c-.015-.871-.552-2.177-2.43-2.177C1.17 2.037 0 2.664 0 4.559c0 1.5.788 2.445 2.613 2.445c2.148 0 2.286-1.49 2.286-1.49H3.86s-.224.802-1.31.802c-.884 0-1.52-.629-1.52-1.51h3.979v1.246c0 .332-.023.799-.023.799h.993s.036-.335.036-.641c0 0 .49.808 1.824.808c1.138 0 1.98-.673 2.259-1.71q-.008.081-.009.168c0 1.007.8 1.555 1.882 1.555c1.474 0 1.949-.857 1.949-.857c0 .341.025.677.025.677h.935s-.036-.417-.036-.683V3.866c0-.309-.048-.566-.135-.782l1.897 3.746l-.892 1.779h1.125l3.088-6.38h-1.073zM1.053 4.1c0-.864.749-1.356 1.487-1.356c.842 0 1.416.543 1.416 1.356zM7.59 6.295c-1.018 0-1.567-.837-1.567-1.764c0-.864.492-1.755 1.56-1.755c.954 0 1.56.745 1.56 1.745c0 1.072-.7 1.774-1.553 1.774m6.235-1.354c0 .4-.234 1.39-1.61 1.39c-.752 0-1.076-.396-1.076-.855c0-.835 1.088-.84 2.686-.84z"/></svg>

React

import type { SVGProps } from "react";

export function JamEbay(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-2 -7.5 24 24"><path fill="currentColor" d="M18.853 2.229L17.16 5.81l-1.7-3.583h-1.183l.303.598c-.4-.63-1.191-.79-1.914-.79c-2.115 0-2.25 1.22-2.25 1.414h1.052s.055-.712 1.125-.712c.695 0 1.233.335 1.233.979v.23h-1.233c-1.368 0-2.196.351-2.433 1.063q.037-.237.037-.491c0-1.369-.876-2.469-2.356-2.469c-1.386 0-1.817.788-1.817.788V.202H5.007v4.011c-.015-.871-.552-2.177-2.43-2.177C1.17 2.037 0 2.664 0 4.559c0 1.5.788 2.445 2.613 2.445c2.148 0 2.286-1.49 2.286-1.49H3.86s-.224.802-1.31.802c-.884 0-1.52-.629-1.52-1.51h3.979v1.246c0 .332-.023.799-.023.799h.993s.036-.335.036-.641c0 0 .49.808 1.824.808c1.138 0 1.98-.673 2.259-1.71q-.008.081-.009.168c0 1.007.8 1.555 1.882 1.555c1.474 0 1.949-.857 1.949-.857c0 .341.025.677.025.677h.935s-.036-.417-.036-.683V3.866c0-.309-.048-.566-.135-.782l1.897 3.746l-.892 1.779h1.125l3.088-6.38h-1.073zM1.053 4.1c0-.864.749-1.356 1.487-1.356c.842 0 1.416.543 1.416 1.356zM7.59 6.295c-1.018 0-1.567-.837-1.567-1.764c0-.864.492-1.755 1.56-1.755c.954 0 1.56.745 1.56 1.745c0 1.072-.7 1.774-1.553 1.774m6.235-1.354c0 .4-.234 1.39-1.61 1.39c-.752 0-1.076-.396-1.076-.855c0-.835 1.088-.84 2.686-.84z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-2 -7.5 24 24"><path fill="currentColor" d="M18.853 2.229L17.16 5.81l-1.7-3.583h-1.183l.303.598c-.4-.63-1.191-.79-1.914-.79c-2.115 0-2.25 1.22-2.25 1.414h1.052s.055-.712 1.125-.712c.695 0 1.233.335 1.233.979v.23h-1.233c-1.368 0-2.196.351-2.433 1.063q.037-.237.037-.491c0-1.369-.876-2.469-2.356-2.469c-1.386 0-1.817.788-1.817.788V.202H5.007v4.011c-.015-.871-.552-2.177-2.43-2.177C1.17 2.037 0 2.664 0 4.559c0 1.5.788 2.445 2.613 2.445c2.148 0 2.286-1.49 2.286-1.49H3.86s-.224.802-1.31.802c-.884 0-1.52-.629-1.52-1.51h3.979v1.246c0 .332-.023.799-.023.799h.993s.036-.335.036-.641c0 0 .49.808 1.824.808c1.138 0 1.98-.673 2.259-1.71q-.008.081-.009.168c0 1.007.8 1.555 1.882 1.555c1.474 0 1.949-.857 1.949-.857c0 .341.025.677.025.677h.935s-.036-.417-.036-.683V3.866c0-.309-.048-.566-.135-.782l1.897 3.746l-.892 1.779h1.125l3.088-6.38h-1.073zM1.053 4.1c0-.864.749-1.356 1.487-1.356c.842 0 1.416.543 1.416 1.356zM7.59 6.295c-1.018 0-1.567-.837-1.567-1.764c0-.864.492-1.755 1.56-1.755c.954 0 1.56.745 1.56 1.745c0 1.072-.7 1.774-1.553 1.774m6.235-1.354c0 .4-.234 1.39-1.61 1.39c-.752 0-1.076-.396-1.076-.855c0-.835 1.088-.84 2.686-.84z"/></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%22-2%20-7.5%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18.853%202.229L17.16%205.81l-1.7-3.583h-1.183l.303.598c-.4-.63-1.191-.79-1.914-.79c-2.115%200-2.25%201.22-2.25%201.414h1.052s.055-.712%201.125-.712c.695%200%201.233.335%201.233.979v.23h-1.233c-1.368%200-2.196.351-2.433%201.063q.037-.237.037-.491c0-1.369-.876-2.469-2.356-2.469c-1.386%200-1.817.788-1.817.788V.202H5.007v4.011c-.015-.871-.552-2.177-2.43-2.177C1.17%202.037%200%202.664%200%204.559c0%201.5.788%202.445%202.613%202.445c2.148%200%202.286-1.49%202.286-1.49H3.86s-.224.802-1.31.802c-.884%200-1.52-.629-1.52-1.51h3.979v1.246c0%20.332-.023.799-.023.799h.993s.036-.335.036-.641c0%200%20.49.808%201.824.808c1.138%200%201.98-.673%202.259-1.71q-.008.081-.009.168c0%201.007.8%201.555%201.882%201.555c1.474%200%201.949-.857%201.949-.857c0%20.341.025.677.025.677h.935s-.036-.417-.036-.683V3.866c0-.309-.048-.566-.135-.782l1.897%203.746l-.892%201.779h1.125l3.088-6.38h-1.073zM1.053%204.1c0-.864.749-1.356%201.487-1.356c.842%200%201.416.543%201.416%201.356zM7.59%206.295c-1.018%200-1.567-.837-1.567-1.764c0-.864.492-1.755%201.56-1.755c.954%200%201.56.745%201.56%201.745c0%201.072-.7%201.774-1.553%201.774m6.235-1.354c0%20.4-.234%201.39-1.61%201.39c-.752%200-1.076-.396-1.076-.855c0-.835%201.088-.84%202.686-.84z%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%22-2%20-7.5%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18.853%202.229L17.16%205.81l-1.7-3.583h-1.183l.303.598c-.4-.63-1.191-.79-1.914-.79c-2.115%200-2.25%201.22-2.25%201.414h1.052s.055-.712%201.125-.712c.695%200%201.233.335%201.233.979v.23h-1.233c-1.368%200-2.196.351-2.433%201.063q.037-.237.037-.491c0-1.369-.876-2.469-2.356-2.469c-1.386%200-1.817.788-1.817.788V.202H5.007v4.011c-.015-.871-.552-2.177-2.43-2.177C1.17%202.037%200%202.664%200%204.559c0%201.5.788%202.445%202.613%202.445c2.148%200%202.286-1.49%202.286-1.49H3.86s-.224.802-1.31.802c-.884%200-1.52-.629-1.52-1.51h3.979v1.246c0%20.332-.023.799-.023.799h.993s.036-.335.036-.641c0%200%20.49.808%201.824.808c1.138%200%201.98-.673%202.259-1.71q-.008.081-.009.168c0%201.007.8%201.555%201.882%201.555c1.474%200%201.949-.857%201.949-.857c0%20.341.025.677.025.677h.935s-.036-.417-.036-.683V3.866c0-.309-.048-.566-.135-.782l1.897%203.746l-.892%201.779h1.125l3.088-6.38h-1.073zM1.053%204.1c0-.864.749-1.356%201.487-1.356c.842%200%201.416.543%201.416%201.356zM7.59%206.295c-1.018%200-1.567-.837-1.567-1.764c0-.864.492-1.755%201.56-1.755c.954%200%201.56.745%201.56%201.745c0%201.072-.7%201.774-1.553%201.774m6.235-1.354c0%20.4-.234%201.39-1.61%201.39c-.752%200-1.076-.396-1.076-.855c0-.835%201.088-.84%202.686-.84z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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