paypal-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.

Name
paypal-fill
Set
MingCute Icon
Style
Fill
Viewbox
24×24
License
Apache 2.0

1 other variant in MingCute Icon

The same icon in other sets

Use the paypal icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M8.212 2.5a3 3 0 0 0-2.964 2.537L3.192 18.19a2 2 0 0 0 1.976 2.31h1.69a2 2 0 0 0 2 2h1.976a2 2 0 0 0 1.976-1.691l.517-3.309h1.453a6 6 0 0 0 5.857-4.697l.048-.218a5 5 0 0 0-2.6-5.538C17.578 4.511 15.344 2.5 12.54 2.5zm1.584 12h1.843a6.58 6.58 0 0 0 6.38-4.977l.01-.036a2.99 2.99 0 0 1 .704 2.664l-.049.217A4 4 0 0 1 14.78 15.5h-1.453a2 2 0 0 0-1.976 1.691l-.517 3.309H8.858z" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function MingcutePaypalFill(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fillRule="evenodd" d="M8.212 2.5a3 3 0 0 0-2.964 2.537L3.192 18.19a2 2 0 0 0 1.976 2.31h1.69a2 2 0 0 0 2 2h1.976a2 2 0 0 0 1.976-1.691l.517-3.309h1.453a6 6 0 0 0 5.857-4.697l.048-.218a5 5 0 0 0-2.6-5.538C17.578 4.511 15.344 2.5 12.54 2.5zm1.584 12h1.843a6.58 6.58 0 0 0 6.38-4.977l.01-.036a2.99 2.99 0 0 1 .704 2.664l-.049.217A4 4 0 0 1 14.78 15.5h-1.453a2 2 0 0 0-1.976 1.691l-.517 3.309H8.858z" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M8.212 2.5a3 3 0 0 0-2.964 2.537L3.192 18.19a2 2 0 0 0 1.976 2.31h1.69a2 2 0 0 0 2 2h1.976a2 2 0 0 0 1.976-1.691l.517-3.309h1.453a6 6 0 0 0 5.857-4.697l.048-.218a5 5 0 0 0-2.6-5.538C17.578 4.511 15.344 2.5 12.54 2.5zm1.584 12h1.843a6.58 6.58 0 0 0 6.38-4.977l.01-.036a2.99 2.99 0 0 1 .704 2.664l-.049.217A4 4 0 0 1 14.78 15.5h-1.453a2 2 0 0 0-1.976 1.691l-.517 3.309H8.858z" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-paypal-fill {
  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%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M8.212%202.5a3%203%200%200%200-2.964%202.537L3.192%2018.19a2%202%200%200%200%201.976%202.31h1.69a2%202%200%200%200%202%202h1.976a2%202%200%200%200%201.976-1.691l.517-3.309h1.453a6%206%200%200%200%205.857-4.697l.048-.218a5%205%200%200%200-2.6-5.538C17.578%204.511%2015.344%202.5%2012.54%202.5zm1.584%2012h1.843a6.58%206.58%200%200%200%206.38-4.977l.01-.036a2.99%202.99%200%200%201%20.704%202.664l-.049.217A4%204%200%200%201%2014.78%2015.5h-1.453a2%202%200%200%200-1.976%201.691l-.517%203.309H8.858z%22%20clip-rule%3D%22evenodd%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%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M8.212%202.5a3%203%200%200%200-2.964%202.537L3.192%2018.19a2%202%200%200%200%201.976%202.31h1.69a2%202%200%200%200%202%202h1.976a2%202%200%200%200%201.976-1.691l.517-3.309h1.453a6%206%200%200%200%205.857-4.697l.048-.218a5%205%200%200%200-2.6-5.538C17.578%204.511%2015.344%202.5%2012.54%202.5zm1.584%2012h1.843a6.58%206.58%200%200%200%206.38-4.977l.01-.036a2.99%202.99%200%200%201%20.704%202.664l-.049.217A4%204%200%200%201%2014.78%2015.5h-1.453a2%202%200%200%200-1.976%201.691l-.517%203.309H8.858z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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