paypal circle icon
paypal-circle from Jam Icons by Michael Amprimo · Outline · MIT Free for personal and commercial use.
- Name
- paypal-circle
- Set
- Jam Icons
- Style
- Outline
- Viewbox
- 24×24
- License
- MIT
Related icons in Jam Icons
Use the paypal circle icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-2 -2 24 24"><g fill="currentColor"><path d="m8.252 13.405l-.006.036a.47.47 0 0 1-.462.388h-1.32a.465.465 0 0 1-.457-.542l1.329-7.9A.465.465 0 0 1 7.794 5H11.4c1.192 0 2.158.966 2.158 2.158q0 .213-.026.42c.483.342.798.906.798 1.543a2.98 2.98 0 0 1-2.982 2.982h-.303a.7.7 0 0 0-.688.582l-.164.974l.164-.974a.7.7 0 0 1 .688-.582h.303a2.98 2.98 0 0 0 2.982-2.982c0-.637-.315-1.2-.798-1.544a3.4 3.4 0 0 1-3.372 2.98H9.155a.505.505 0 0 0-.485.364l-.602 3.576a.41.41 0 0 0 .404.478h1.154c.2 0 .37-.145.404-.342l.164-.974l-.164.974a.41.41 0 0 1-.404.342H8.472a.408.408 0 0 1-.404-.478z"/><path d="M13.967 8c.19.295.301.647.301 1.025a2.98 2.98 0 0 1-2.981 2.982h-.304a.7.7 0 0 0-.688.582l-.327 1.949a.41.41 0 0 1-.404.341H8.507l.6-3.56a.505.505 0 0 1 .484-.366h1.007A3.4 3.4 0 0 0 13.967 8m-5.46 6.88H8.41a.41.41 0 0 1-.404-.478l.03-.176h.185a.47.47 0 0 0 .461-.388l.007-.036l-.182 1.077z"/><path d="M10 18a8 8 0 1 0 0-16a8 8 0 0 0 0 16m0 2C4.477 20 0 15.523 0 10S4.477 0 10 0s10 4.477 10 10s-4.477 10-10 10"/></g></svg>
React
import type { SVGProps } from "react";
export function JamPaypalCircle(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-2 -2 24 24"><g fill="currentColor"><path d="m8.252 13.405l-.006.036a.47.47 0 0 1-.462.388h-1.32a.465.465 0 0 1-.457-.542l1.329-7.9A.465.465 0 0 1 7.794 5H11.4c1.192 0 2.158.966 2.158 2.158q0 .213-.026.42c.483.342.798.906.798 1.543a2.98 2.98 0 0 1-2.982 2.982h-.303a.7.7 0 0 0-.688.582l-.164.974l.164-.974a.7.7 0 0 1 .688-.582h.303a2.98 2.98 0 0 0 2.982-2.982c0-.637-.315-1.2-.798-1.544a3.4 3.4 0 0 1-3.372 2.98H9.155a.505.505 0 0 0-.485.364l-.602 3.576a.41.41 0 0 0 .404.478h1.154c.2 0 .37-.145.404-.342l.164-.974l-.164.974a.41.41 0 0 1-.404.342H8.472a.408.408 0 0 1-.404-.478z"/><path d="M13.967 8c.19.295.301.647.301 1.025a2.98 2.98 0 0 1-2.981 2.982h-.304a.7.7 0 0 0-.688.582l-.327 1.949a.41.41 0 0 1-.404.341H8.507l.6-3.56a.505.505 0 0 1 .484-.366h1.007A3.4 3.4 0 0 0 13.967 8m-5.46 6.88H8.41a.41.41 0 0 1-.404-.478l.03-.176h.185a.47.47 0 0 0 .461-.388l.007-.036l-.182 1.077z"/><path d="M10 18a8 8 0 1 0 0-16a8 8 0 0 0 0 16m0 2C4.477 20 0 15.523 0 10S4.477 0 10 0s10 4.477 10 10s-4.477 10-10 10"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-2 -2 24 24"><g fill="currentColor"><path d="m8.252 13.405l-.006.036a.47.47 0 0 1-.462.388h-1.32a.465.465 0 0 1-.457-.542l1.329-7.9A.465.465 0 0 1 7.794 5H11.4c1.192 0 2.158.966 2.158 2.158q0 .213-.026.42c.483.342.798.906.798 1.543a2.98 2.98 0 0 1-2.982 2.982h-.303a.7.7 0 0 0-.688.582l-.164.974l.164-.974a.7.7 0 0 1 .688-.582h.303a2.98 2.98 0 0 0 2.982-2.982c0-.637-.315-1.2-.798-1.544a3.4 3.4 0 0 1-3.372 2.98H9.155a.505.505 0 0 0-.485.364l-.602 3.576a.41.41 0 0 0 .404.478h1.154c.2 0 .37-.145.404-.342l.164-.974l-.164.974a.41.41 0 0 1-.404.342H8.472a.408.408 0 0 1-.404-.478z"/><path d="M13.967 8c.19.295.301.647.301 1.025a2.98 2.98 0 0 1-2.981 2.982h-.304a.7.7 0 0 0-.688.582l-.327 1.949a.41.41 0 0 1-.404.341H8.507l.6-3.56a.505.505 0 0 1 .484-.366h1.007A3.4 3.4 0 0 0 13.967 8m-5.46 6.88H8.41a.41.41 0 0 1-.404-.478l.03-.176h.185a.47.47 0 0 0 .461-.388l.007-.036l-.182 1.077z"/><path d="M10 18a8 8 0 1 0 0-16a8 8 0 0 0 0 16m0 2C4.477 20 0 15.523 0 10S4.477 0 10 0s10 4.477 10 10s-4.477 10-10 10"/></g></svg> </template>
CSS
.icon-paypal-circle {
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-2%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22m8.252%2013.405l-.006.036a.47.47%200%200%201-.462.388h-1.32a.465.465%200%200%201-.457-.542l1.329-7.9A.465.465%200%200%201%207.794%205H11.4c1.192%200%202.158.966%202.158%202.158q0%20.213-.026.42c.483.342.798.906.798%201.543a2.98%202.98%200%200%201-2.982%202.982h-.303a.7.7%200%200%200-.688.582l-.164.974l.164-.974a.7.7%200%200%201%20.688-.582h.303a2.98%202.98%200%200%200%202.982-2.982c0-.637-.315-1.2-.798-1.544a3.4%203.4%200%200%201-3.372%202.98H9.155a.505.505%200%200%200-.485.364l-.602%203.576a.41.41%200%200%200%20.404.478h1.154c.2%200%20.37-.145.404-.342l.164-.974l-.164.974a.41.41%200%200%201-.404.342H8.472a.408.408%200%200%201-.404-.478z%22%2F%3E%3Cpath%20d%3D%22M13.967%208c.19.295.301.647.301%201.025a2.98%202.98%200%200%201-2.981%202.982h-.304a.7.7%200%200%200-.688.582l-.327%201.949a.41.41%200%200%201-.404.341H8.507l.6-3.56a.505.505%200%200%201%20.484-.366h1.007A3.4%203.4%200%200%200%2013.967%208m-5.46%206.88H8.41a.41.41%200%200%201-.404-.478l.03-.176h.185a.47.47%200%200%200%20.461-.388l.007-.036l-.182%201.077z%22%2F%3E%3Cpath%20d%3D%22M10%2018a8%208%200%201%200%200-16a8%208%200%200%200%200%2016m0%202C4.477%2020%200%2015.523%200%2010S4.477%200%2010%200s10%204.477%2010%2010s-4.477%2010-10%2010%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-2%20-2%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22m8.252%2013.405l-.006.036a.47.47%200%200%201-.462.388h-1.32a.465.465%200%200%201-.457-.542l1.329-7.9A.465.465%200%200%201%207.794%205H11.4c1.192%200%202.158.966%202.158%202.158q0%20.213-.026.42c.483.342.798.906.798%201.543a2.98%202.98%200%200%201-2.982%202.982h-.303a.7.7%200%200%200-.688.582l-.164.974l.164-.974a.7.7%200%200%201%20.688-.582h.303a2.98%202.98%200%200%200%202.982-2.982c0-.637-.315-1.2-.798-1.544a3.4%203.4%200%200%201-3.372%202.98H9.155a.505.505%200%200%200-.485.364l-.602%203.576a.41.41%200%200%200%20.404.478h1.154c.2%200%20.37-.145.404-.342l.164-.974l-.164.974a.41.41%200%200%201-.404.342H8.472a.408.408%200%200%201-.404-.478z%22%2F%3E%3Cpath%20d%3D%22M13.967%208c.19.295.301.647.301%201.025a2.98%202.98%200%200%201-2.981%202.982h-.304a.7.7%200%200%200-.688.582l-.327%201.949a.41.41%200%200%201-.404.341H8.507l.6-3.56a.505.505%200%200%201%20.484-.366h1.007A3.4%203.4%200%200%200%2013.967%208m-5.46%206.88H8.41a.41.41%200%200%201-.404-.478l.03-.176h.185a.47.47%200%200%200%20.461-.388l.007-.036l-.182%201.077z%22%2F%3E%3Cpath%20d%3D%22M10%2018a8%208%200%201%200%200-16a8%208%200%200%200%200%2016m0%202C4.477%2020%200%2015.523%200%2010S4.477%200%2010%200s10%204.477%2010%2010s-4.477%2010-10%2010%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-circle.svg?color=%231a73e8&size=48