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

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

The same icon in other sets

Related icons in Jam Icons

Use the paypal icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-4 -2 24 24"><g fill="currentColor"><path d="m4.328 16.127l-.011.07a.9.9 0 0 1-.887.744H.9a.892.892 0 0 1-.88-1.04L2.57.745A.89.89 0 0 1 3.45 0h6.92a4.14 4.14 0 0 1 4.142 4.141q0 .409-.05.804a3.63 3.63 0 0 1 1.53 2.962a5.72 5.72 0 0 1-5.72 5.722h-.583a1.34 1.34 0 0 0-1.32 1.117l-.314 1.87l.314-1.87a1.34 1.34 0 0 1 1.32-1.117h.582a5.72 5.72 0 0 0 5.722-5.722a3.63 3.63 0 0 0-1.53-2.962a6.52 6.52 0 0 1-6.47 5.716H6.06a.97.97 0 0 0-.93.701l-1.155 6.862c-.08.48.289.916.775.916h2.214a.786.786 0 0 0 .775-.655l.315-1.87l-.315 1.87a.786.786 0 0 1-.775.655H4.751a.78.78 0 0 1-.6-.278a.78.78 0 0 1-.175-.638z"/><path d="M15.45 5.995c.365.567.578 1.242.578 1.967a5.72 5.72 0 0 1-5.722 5.722h-.581c-.654 0-1.212.472-1.32 1.117l-.63 3.739a.786.786 0 0 1-.774.655H4.973l1.15-6.833c.118-.41.495-.7.93-.7h1.932a6.52 6.52 0 0 0 6.464-5.667zm-10.477 13.2h-.187a.786.786 0 0 1-.775-.916l.057-.338h.355a.9.9 0 0 0 .886-.743l.012-.07z"/></g></svg>

React

import type { SVGProps } from "react";

export function JamPaypal(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-4 -2 24 24"><g fill="currentColor"><path d="m4.328 16.127l-.011.07a.9.9 0 0 1-.887.744H.9a.892.892 0 0 1-.88-1.04L2.57.745A.89.89 0 0 1 3.45 0h6.92a4.14 4.14 0 0 1 4.142 4.141q0 .409-.05.804a3.63 3.63 0 0 1 1.53 2.962a5.72 5.72 0 0 1-5.72 5.722h-.583a1.34 1.34 0 0 0-1.32 1.117l-.314 1.87l.314-1.87a1.34 1.34 0 0 1 1.32-1.117h.582a5.72 5.72 0 0 0 5.722-5.722a3.63 3.63 0 0 0-1.53-2.962a6.52 6.52 0 0 1-6.47 5.716H6.06a.97.97 0 0 0-.93.701l-1.155 6.862c-.08.48.289.916.775.916h2.214a.786.786 0 0 0 .775-.655l.315-1.87l-.315 1.87a.786.786 0 0 1-.775.655H4.751a.78.78 0 0 1-.6-.278a.78.78 0 0 1-.175-.638z"/><path d="M15.45 5.995c.365.567.578 1.242.578 1.967a5.72 5.72 0 0 1-5.722 5.722h-.581c-.654 0-1.212.472-1.32 1.117l-.63 3.739a.786.786 0 0 1-.774.655H4.973l1.15-6.833c.118-.41.495-.7.93-.7h1.932a6.52 6.52 0 0 0 6.464-5.667zm-10.477 13.2h-.187a.786.786 0 0 1-.775-.916l.057-.338h.355a.9.9 0 0 0 .886-.743l.012-.07z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-4 -2 24 24"><g fill="currentColor"><path d="m4.328 16.127l-.011.07a.9.9 0 0 1-.887.744H.9a.892.892 0 0 1-.88-1.04L2.57.745A.89.89 0 0 1 3.45 0h6.92a4.14 4.14 0 0 1 4.142 4.141q0 .409-.05.804a3.63 3.63 0 0 1 1.53 2.962a5.72 5.72 0 0 1-5.72 5.722h-.583a1.34 1.34 0 0 0-1.32 1.117l-.314 1.87l.314-1.87a1.34 1.34 0 0 1 1.32-1.117h.582a5.72 5.72 0 0 0 5.722-5.722a3.63 3.63 0 0 0-1.53-2.962a6.52 6.52 0 0 1-6.47 5.716H6.06a.97.97 0 0 0-.93.701l-1.155 6.862c-.08.48.289.916.775.916h2.214a.786.786 0 0 0 .775-.655l.315-1.87l-.315 1.87a.786.786 0 0 1-.775.655H4.751a.78.78 0 0 1-.6-.278a.78.78 0 0 1-.175-.638z"/><path d="M15.45 5.995c.365.567.578 1.242.578 1.967a5.72 5.72 0 0 1-5.722 5.722h-.581c-.654 0-1.212.472-1.32 1.117l-.63 3.739a.786.786 0 0 1-.774.655H4.973l1.15-6.833c.118-.41.495-.7.93-.7h1.932a6.52 6.52 0 0 0 6.464-5.667zm-10.477 13.2h-.187a.786.786 0 0 1-.775-.916l.057-.338h.355a.9.9 0 0 0 .886-.743l.012-.07z"/></g></svg>
</template>

CSS

.icon-paypal {
  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-4%20-2%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22m4.328%2016.127l-.011.07a.9.9%200%200%201-.887.744H.9a.892.892%200%200%201-.88-1.04L2.57.745A.89.89%200%200%201%203.45%200h6.92a4.14%204.14%200%200%201%204.142%204.141q0%20.409-.05.804a3.63%203.63%200%200%201%201.53%202.962a5.72%205.72%200%200%201-5.72%205.722h-.583a1.34%201.34%200%200%200-1.32%201.117l-.314%201.87l.314-1.87a1.34%201.34%200%200%201%201.32-1.117h.582a5.72%205.72%200%200%200%205.722-5.722a3.63%203.63%200%200%200-1.53-2.962a6.52%206.52%200%200%201-6.47%205.716H6.06a.97.97%200%200%200-.93.701l-1.155%206.862c-.08.48.289.916.775.916h2.214a.786.786%200%200%200%20.775-.655l.315-1.87l-.315%201.87a.786.786%200%200%201-.775.655H4.751a.78.78%200%200%201-.6-.278a.78.78%200%200%201-.175-.638z%22%2F%3E%3Cpath%20d%3D%22M15.45%205.995c.365.567.578%201.242.578%201.967a5.72%205.72%200%200%201-5.722%205.722h-.581c-.654%200-1.212.472-1.32%201.117l-.63%203.739a.786.786%200%200%201-.774.655H4.973l1.15-6.833c.118-.41.495-.7.93-.7h1.932a6.52%206.52%200%200%200%206.464-5.667zm-10.477%2013.2h-.187a.786.786%200%200%201-.775-.916l.057-.338h.355a.9.9%200%200%200%20.886-.743l.012-.07z%22%2F%3E%3C%2Fg%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-4%20-2%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22m4.328%2016.127l-.011.07a.9.9%200%200%201-.887.744H.9a.892.892%200%200%201-.88-1.04L2.57.745A.89.89%200%200%201%203.45%200h6.92a4.14%204.14%200%200%201%204.142%204.141q0%20.409-.05.804a3.63%203.63%200%200%201%201.53%202.962a5.72%205.72%200%200%201-5.72%205.722h-.583a1.34%201.34%200%200%200-1.32%201.117l-.314%201.87l.314-1.87a1.34%201.34%200%200%201%201.32-1.117h.582a5.72%205.72%200%200%200%205.722-5.722a3.63%203.63%200%200%200-1.53-2.962a6.52%206.52%200%200%201-6.47%205.716H6.06a.97.97%200%200%200-.93.701l-1.155%206.862c-.08.48.289.916.775.916h2.214a.786.786%200%200%200%20.775-.655l.315-1.87l-.315%201.87a.786.786%200%200%201-.775.655H4.751a.78.78%200%200%201-.6-.278a.78.78%200%200%201-.175-.638z%22%2F%3E%3Cpath%20d%3D%22M15.45%205.995c.365.567.578%201.242.578%201.967a5.72%205.72%200%200%201-5.722%205.722h-.581c-.654%200-1.212.472-1.32%201.117l-.63%203.739a.786.786%200%200%201-.774.655H4.973l1.15-6.833c.118-.41.495-.7.93-.7h1.932a6.52%206.52%200%200%200%206.464-5.667zm-10.477%2013.2h-.187a.786.786%200%200%201-.775-.916l.057-.338h.355a.9.9%200%200%200%20.886-.743l.012-.07z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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