paypal-outline from Teenyicons by smhmd · Outline · MIT Free for personal and commercial use.

Name
paypal-outline
Set
Teenyicons
Style
Outline
Viewbox
15×15
License
MIT

1 other variant in Teenyicons

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 15 15"><g fill="none" stroke="currentColor" stroke-linejoin="round"><path d="M.5 12.5h4l1-4h1.795a4.625 4.625 0 0 0 4.33-3.001C12.532 3.08 10.745.5 8.161.5H3.5z"/><path d="M4 14.5h4L9 11h1.577c1.477 0 2.82-.859 3.438-2.2c.927-2.008-.54-4.3-2.75-4.3H6.5z"/></g></svg>

React

import type { SVGProps } from "react";

export function TeenyiconsPaypalOutline(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><g fill="none" stroke="currentColor" strokeLinejoin="round"><path d="M.5 12.5h4l1-4h1.795a4.625 4.625 0 0 0 4.33-3.001C12.532 3.08 10.745.5 8.161.5H3.5z"/><path d="M4 14.5h4L9 11h1.577c1.477 0 2.82-.859 3.438-2.2c.927-2.008-.54-4.3-2.75-4.3H6.5z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><g fill="none" stroke="currentColor" stroke-linejoin="round"><path d="M.5 12.5h4l1-4h1.795a4.625 4.625 0 0 0 4.33-3.001C12.532 3.08 10.745.5 8.161.5H3.5z"/><path d="M4 14.5h4L9 11h1.577c1.477 0 2.82-.859 3.438-2.2c.927-2.008-.54-4.3-2.75-4.3H6.5z"/></g></svg>
</template>

CSS

.icon-paypal-outline {
  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%2015%2015%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M.5%2012.5h4l1-4h1.795a4.625%204.625%200%200%200%204.33-3.001C12.532%203.08%2010.745.5%208.161.5H3.5z%22%2F%3E%3Cpath%20d%3D%22M4%2014.5h4L9%2011h1.577c1.477%200%202.82-.859%203.438-2.2c.927-2.008-.54-4.3-2.75-4.3H6.5z%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%220%200%2015%2015%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M.5%2012.5h4l1-4h1.795a4.625%204.625%200%200%200%204.33-3.001C12.532%203.08%2010.745.5%208.161.5H3.5z%22%2F%3E%3Cpath%20d%3D%22M4%2014.5h4L9%2011h1.577c1.477%200%202.82-.859%203.438-2.2c.927-2.008-.54-4.3-2.75-4.3H6.5z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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