logo paypal icon

logo-paypal from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.

Name
logo-paypal
Set
IonIcons
Style
Regular
Viewbox
512×512
License
MIT

Related icons in IonIcons

Use the logo paypal icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M424.81 148.79c-.43 2.76-.93 5.58-1.49 8.48c-19.17 98-84.76 131.8-168.54 131.8h-42.65a20.67 20.67 0 0 0-20.47 17.46l-21.84 137.84l-6.18 39.07a10.86 10.86 0 0 0 9.07 12.42a11 11 0 0 0 1.7.13h75.65a18.18 18.18 0 0 0 18-15.27l.74-3.83l14.24-90l.91-4.94a18.16 18.16 0 0 1 18-15.3h11.31c73.3 0 130.67-29.62 147.44-115.32c7-35.8 3.38-65.69-15.16-86.72a72.3 72.3 0 0 0-20.73-15.82"/><path fill="currentColor" d="M385.52 51.09C363.84 26.52 324.71 16 274.63 16H129.25a20.75 20.75 0 0 0-20.54 17.48l-60.55 382a12.43 12.43 0 0 0 10.39 14.22a12.6 12.6 0 0 0 1.94.15h89.76l22.54-142.29l-.7 4.46a20.67 20.67 0 0 1 20.47-17.46h42.65c83.77 0 149.36-33.86 168.54-131.8c.57-2.9 1.05-5.72 1.49-8.48c5.7-36.22-.05-60.87-19.72-83.19"/></svg>

React

import type { SVGProps } from "react";

export function IonLogoPaypal(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M424.81 148.79c-.43 2.76-.93 5.58-1.49 8.48c-19.17 98-84.76 131.8-168.54 131.8h-42.65a20.67 20.67 0 0 0-20.47 17.46l-21.84 137.84l-6.18 39.07a10.86 10.86 0 0 0 9.07 12.42a11 11 0 0 0 1.7.13h75.65a18.18 18.18 0 0 0 18-15.27l.74-3.83l14.24-90l.91-4.94a18.16 18.16 0 0 1 18-15.3h11.31c73.3 0 130.67-29.62 147.44-115.32c7-35.8 3.38-65.69-15.16-86.72a72.3 72.3 0 0 0-20.73-15.82"/><path fill="currentColor" d="M385.52 51.09C363.84 26.52 324.71 16 274.63 16H129.25a20.75 20.75 0 0 0-20.54 17.48l-60.55 382a12.43 12.43 0 0 0 10.39 14.22a12.6 12.6 0 0 0 1.94.15h89.76l22.54-142.29l-.7 4.46a20.67 20.67 0 0 1 20.47-17.46h42.65c83.77 0 149.36-33.86 168.54-131.8c.57-2.9 1.05-5.72 1.49-8.48c5.7-36.22-.05-60.87-19.72-83.19"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M424.81 148.79c-.43 2.76-.93 5.58-1.49 8.48c-19.17 98-84.76 131.8-168.54 131.8h-42.65a20.67 20.67 0 0 0-20.47 17.46l-21.84 137.84l-6.18 39.07a10.86 10.86 0 0 0 9.07 12.42a11 11 0 0 0 1.7.13h75.65a18.18 18.18 0 0 0 18-15.27l.74-3.83l14.24-90l.91-4.94a18.16 18.16 0 0 1 18-15.3h11.31c73.3 0 130.67-29.62 147.44-115.32c7-35.8 3.38-65.69-15.16-86.72a72.3 72.3 0 0 0-20.73-15.82"/><path fill="currentColor" d="M385.52 51.09C363.84 26.52 324.71 16 274.63 16H129.25a20.75 20.75 0 0 0-20.54 17.48l-60.55 382a12.43 12.43 0 0 0 10.39 14.22a12.6 12.6 0 0 0 1.94.15h89.76l22.54-142.29l-.7 4.46a20.67 20.67 0 0 1 20.47-17.46h42.65c83.77 0 149.36-33.86 168.54-131.8c.57-2.9 1.05-5.72 1.49-8.48c5.7-36.22-.05-60.87-19.72-83.19"/></svg>
</template>

CSS

.icon-logo-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%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M424.81%20148.79c-.43%202.76-.93%205.58-1.49%208.48c-19.17%2098-84.76%20131.8-168.54%20131.8h-42.65a20.67%2020.67%200%200%200-20.47%2017.46l-21.84%20137.84l-6.18%2039.07a10.86%2010.86%200%200%200%209.07%2012.42a11%2011%200%200%200%201.7.13h75.65a18.18%2018.18%200%200%200%2018-15.27l.74-3.83l14.24-90l.91-4.94a18.16%2018.16%200%200%201%2018-15.3h11.31c73.3%200%20130.67-29.62%20147.44-115.32c7-35.8%203.38-65.69-15.16-86.72a72.3%2072.3%200%200%200-20.73-15.82%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M385.52%2051.09C363.84%2026.52%20324.71%2016%20274.63%2016H129.25a20.75%2020.75%200%200%200-20.54%2017.48l-60.55%20382a12.43%2012.43%200%200%200%2010.39%2014.22a12.6%2012.6%200%200%200%201.94.15h89.76l22.54-142.29l-.7%204.46a20.67%2020.67%200%200%201%2020.47-17.46h42.65c83.77%200%20149.36-33.86%20168.54-131.8c.57-2.9%201.05-5.72%201.49-8.48c5.7-36.22-.05-60.87-19.72-83.19%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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M424.81%20148.79c-.43%202.76-.93%205.58-1.49%208.48c-19.17%2098-84.76%20131.8-168.54%20131.8h-42.65a20.67%2020.67%200%200%200-20.47%2017.46l-21.84%20137.84l-6.18%2039.07a10.86%2010.86%200%200%200%209.07%2012.42a11%2011%200%200%200%201.7.13h75.65a18.18%2018.18%200%200%200%2018-15.27l.74-3.83l14.24-90l.91-4.94a18.16%2018.16%200%200%201%2018-15.3h11.31c73.3%200%20130.67-29.62%20147.44-115.32c7-35.8%203.38-65.69-15.16-86.72a72.3%2072.3%200%200%200-20.73-15.82%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M385.52%2051.09C363.84%2026.52%20324.71%2016%20274.63%2016H129.25a20.75%2020.75%200%200%200-20.54%2017.48l-60.55%20382a12.43%2012.43%200%200%200%2010.39%2014.22a12.6%2012.6%200%200%200%201.94.15h89.76l22.54-142.29l-.7%204.46a20.67%2020.67%200%200%201%2020.47-17.46h42.65c83.77%200%20149.36-33.86%20168.54-131.8c.57-2.9%201.05-5.72%201.49-8.48c5.7-36.22-.05-60.87-19.72-83.19%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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