stripe logo icon

stripe-logo-bold from Phosphor by Phosphor Icons · Bold · MIT Free for personal and commercial use.

Name
stripe-logo-bold
Set
Phosphor
Style
Bold
Viewbox
256×256
License
MIT

5 other variants in Phosphor

Use the stripe logo icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M208 28H48a20 20 0 0 0-20 20v160a20 20 0 0 0 20 20h160a20 20 0 0 0 20-20V48a20 20 0 0 0-20-20m-4 176H52V52h152Zm-56-52c0-6.37-6.29-9.32-24-14.42c-16.14-4.65-38.23-11-38.23-33.58c0-20.52 18.15-36 42.22-36c17.24 0 32.06 8.14 38.69 21.24a12 12 0 1 1-21.41 10.84C142.8 95.17 136 92 128 92c-10.22 0-18.22 5.27-18.22 12c0 1.09 0 2.21 3.28 4.17c4.18 2.48 11 4.45 17.6 6.35c8.75 2.52 17.8 5.13 25.38 9.86c13.19 8.23 16 19.56 16 27.62c0 20.19-19.33 36-44 36c-21.26 0-39.46-12.35-43.27-29.38a12 12 0 0 1 23.42-5.24C109.3 158.49 117.21 164 128 164c9.44 0 20-5.13 20-12"/></svg>

React

import type { SVGProps } from "react";

export function PhStripeLogoBold(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M208 28H48a20 20 0 0 0-20 20v160a20 20 0 0 0 20 20h160a20 20 0 0 0 20-20V48a20 20 0 0 0-20-20m-4 176H52V52h152Zm-56-52c0-6.37-6.29-9.32-24-14.42c-16.14-4.65-38.23-11-38.23-33.58c0-20.52 18.15-36 42.22-36c17.24 0 32.06 8.14 38.69 21.24a12 12 0 1 1-21.41 10.84C142.8 95.17 136 92 128 92c-10.22 0-18.22 5.27-18.22 12c0 1.09 0 2.21 3.28 4.17c4.18 2.48 11 4.45 17.6 6.35c8.75 2.52 17.8 5.13 25.38 9.86c13.19 8.23 16 19.56 16 27.62c0 20.19-19.33 36-44 36c-21.26 0-39.46-12.35-43.27-29.38a12 12 0 0 1 23.42-5.24C109.3 158.49 117.21 164 128 164c9.44 0 20-5.13 20-12"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M208 28H48a20 20 0 0 0-20 20v160a20 20 0 0 0 20 20h160a20 20 0 0 0 20-20V48a20 20 0 0 0-20-20m-4 176H52V52h152Zm-56-52c0-6.37-6.29-9.32-24-14.42c-16.14-4.65-38.23-11-38.23-33.58c0-20.52 18.15-36 42.22-36c17.24 0 32.06 8.14 38.69 21.24a12 12 0 1 1-21.41 10.84C142.8 95.17 136 92 128 92c-10.22 0-18.22 5.27-18.22 12c0 1.09 0 2.21 3.28 4.17c4.18 2.48 11 4.45 17.6 6.35c8.75 2.52 17.8 5.13 25.38 9.86c13.19 8.23 16 19.56 16 27.62c0 20.19-19.33 36-44 36c-21.26 0-39.46-12.35-43.27-29.38a12 12 0 0 1 23.42-5.24C109.3 158.49 117.21 164 128 164c9.44 0 20-5.13 20-12"/></svg>
</template>

CSS

.icon-stripe-logo-bold {
  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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M208%2028H48a20%2020%200%200%200-20%2020v160a20%2020%200%200%200%2020%2020h160a20%2020%200%200%200%2020-20V48a20%2020%200%200%200-20-20m-4%20176H52V52h152Zm-56-52c0-6.37-6.29-9.32-24-14.42c-16.14-4.65-38.23-11-38.23-33.58c0-20.52%2018.15-36%2042.22-36c17.24%200%2032.06%208.14%2038.69%2021.24a12%2012%200%201%201-21.41%2010.84C142.8%2095.17%20136%2092%20128%2092c-10.22%200-18.22%205.27-18.22%2012c0%201.09%200%202.21%203.28%204.17c4.18%202.48%2011%204.45%2017.6%206.35c8.75%202.52%2017.8%205.13%2025.38%209.86c13.19%208.23%2016%2019.56%2016%2027.62c0%2020.19-19.33%2036-44%2036c-21.26%200-39.46-12.35-43.27-29.38a12%2012%200%200%201%2023.42-5.24C109.3%20158.49%20117.21%20164%20128%20164c9.44%200%2020-5.13%2020-12%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M208%2028H48a20%2020%200%200%200-20%2020v160a20%2020%200%200%200%2020%2020h160a20%2020%200%200%200%2020-20V48a20%2020%200%200%200-20-20m-4%20176H52V52h152Zm-56-52c0-6.37-6.29-9.32-24-14.42c-16.14-4.65-38.23-11-38.23-33.58c0-20.52%2018.15-36%2042.22-36c17.24%200%2032.06%208.14%2038.69%2021.24a12%2012%200%201%201-21.41%2010.84C142.8%2095.17%20136%2092%20128%2092c-10.22%200-18.22%205.27-18.22%2012c0%201.09%200%202.21%203.28%204.17c4.18%202.48%2011%204.45%2017.6%206.35c8.75%202.52%2017.8%205.13%2025.38%209.86c13.19%208.23%2016%2019.56%2016%2027.62c0%2020.19-19.33%2036-44%2036c-21.26%200-39.46-12.35-43.27-29.38a12%2012%200%200%201%2023.42-5.24C109.3%20158.49%20117.21%20164%20128%20164c9.44%200%2020-5.13%2020-12%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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