cc-stripe from Font Awesome 6 Brands by Dave Gandy · Regular · Payments & Shopping · CC-BY-4.0 Attribution required.

Name
cc-stripe
Set
Font Awesome 6 Brands
Style
Regular
Category
Payments & Shopping
Viewbox
576×512
License
CC BY 4.0

The same logo in other sets

More payments & shopping icons from Font Awesome 6 Brands

Use the cc stripe logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 576 512"><path fill="currentColor" d="M492.4 220.8c-8.9 0-18.7 6.7-18.7 22.7h36.7c0-16-9.3-22.7-18-22.7M375 223.4c-8.2 0-13.3 2.9-17 7l.2 52.8c3.5 3.7 8.5 6.7 16.8 6.7c13.1 0 21.9-14.3 21.9-33.4c0-18.6-9-33.2-21.9-33.1M528 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h480c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48M122.2 281.1c0 25.6-20.3 40.1-49.9 40.3c-12.2 0-25.6-2.4-38.8-8.1v-33.9c12 6.4 27.1 11.3 38.9 11.3c7.9 0 13.6-2.1 13.6-8.7c0-17-54-10.6-54-49.9c0-25.2 19.2-40.2 48-40.2c11.8 0 23.5 1.8 35.3 6.5v33.4c-10.8-5.8-24.5-9.1-35.3-9.1c-7.5 0-12.1 2.2-12.1 7.7c0 16 54.3 8.4 54.3 50.7m68.8-56.6h-27V275c0 20.9 22.5 14.4 27 12.6v28.9c-4.7 2.6-13.3 4.7-24.9 4.7c-21.1 0-36.9-15.5-36.9-36.5l.2-113.9l34.7-7.4v30.8H191zm74 2.4c-4.5-1.5-18.7-3.6-27.1 7.4v84.4h-35.5V194.2h30.7l2.2 10.5c8.3-15.3 24.9-12.2 29.6-10.5h.1zm44.1 91.8h-35.7V194.2h35.7zm0-142.9l-35.7 7.6v-28.9l35.7-7.6zm74.1 145.5c-12.4 0-20-5.3-25.1-9l-.1 40.2l-35.5 7.5V194.2h31.3l1.8 8.8c4.9-4.5 13.9-11.1 27.8-11.1c24.9 0 48.4 22.5 48.4 63.8c0 45.1-23.2 65.5-48.6 65.6m160.4-51.5h-69.5c1.6 16.6 13.8 21.5 27.6 21.5c14.1 0 25.2-3 34.9-7.9V312c-9.7 5.3-22.4 9.2-39.4 9.2c-34.6 0-58.8-21.7-58.8-64.5c0-36.2 20.5-64.9 54.3-64.9c33.7 0 51.3 28.7 51.3 65.1c0 3.5-.3 10.9-.4 12.9"/></svg>

React

import type { SVGProps } from "react";

export function Fa6BrandsCcStripe(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 576 512"><path fill="currentColor" d="M492.4 220.8c-8.9 0-18.7 6.7-18.7 22.7h36.7c0-16-9.3-22.7-18-22.7M375 223.4c-8.2 0-13.3 2.9-17 7l.2 52.8c3.5 3.7 8.5 6.7 16.8 6.7c13.1 0 21.9-14.3 21.9-33.4c0-18.6-9-33.2-21.9-33.1M528 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h480c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48M122.2 281.1c0 25.6-20.3 40.1-49.9 40.3c-12.2 0-25.6-2.4-38.8-8.1v-33.9c12 6.4 27.1 11.3 38.9 11.3c7.9 0 13.6-2.1 13.6-8.7c0-17-54-10.6-54-49.9c0-25.2 19.2-40.2 48-40.2c11.8 0 23.5 1.8 35.3 6.5v33.4c-10.8-5.8-24.5-9.1-35.3-9.1c-7.5 0-12.1 2.2-12.1 7.7c0 16 54.3 8.4 54.3 50.7m68.8-56.6h-27V275c0 20.9 22.5 14.4 27 12.6v28.9c-4.7 2.6-13.3 4.7-24.9 4.7c-21.1 0-36.9-15.5-36.9-36.5l.2-113.9l34.7-7.4v30.8H191zm74 2.4c-4.5-1.5-18.7-3.6-27.1 7.4v84.4h-35.5V194.2h30.7l2.2 10.5c8.3-15.3 24.9-12.2 29.6-10.5h.1zm44.1 91.8h-35.7V194.2h35.7zm0-142.9l-35.7 7.6v-28.9l35.7-7.6zm74.1 145.5c-12.4 0-20-5.3-25.1-9l-.1 40.2l-35.5 7.5V194.2h31.3l1.8 8.8c4.9-4.5 13.9-11.1 27.8-11.1c24.9 0 48.4 22.5 48.4 63.8c0 45.1-23.2 65.5-48.6 65.6m160.4-51.5h-69.5c1.6 16.6 13.8 21.5 27.6 21.5c14.1 0 25.2-3 34.9-7.9V312c-9.7 5.3-22.4 9.2-39.4 9.2c-34.6 0-58.8-21.7-58.8-64.5c0-36.2 20.5-64.9 54.3-64.9c33.7 0 51.3 28.7 51.3 65.1c0 3.5-.3 10.9-.4 12.9"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 576 512"><path fill="currentColor" d="M492.4 220.8c-8.9 0-18.7 6.7-18.7 22.7h36.7c0-16-9.3-22.7-18-22.7M375 223.4c-8.2 0-13.3 2.9-17 7l.2 52.8c3.5 3.7 8.5 6.7 16.8 6.7c13.1 0 21.9-14.3 21.9-33.4c0-18.6-9-33.2-21.9-33.1M528 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h480c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48M122.2 281.1c0 25.6-20.3 40.1-49.9 40.3c-12.2 0-25.6-2.4-38.8-8.1v-33.9c12 6.4 27.1 11.3 38.9 11.3c7.9 0 13.6-2.1 13.6-8.7c0-17-54-10.6-54-49.9c0-25.2 19.2-40.2 48-40.2c11.8 0 23.5 1.8 35.3 6.5v33.4c-10.8-5.8-24.5-9.1-35.3-9.1c-7.5 0-12.1 2.2-12.1 7.7c0 16 54.3 8.4 54.3 50.7m68.8-56.6h-27V275c0 20.9 22.5 14.4 27 12.6v28.9c-4.7 2.6-13.3 4.7-24.9 4.7c-21.1 0-36.9-15.5-36.9-36.5l.2-113.9l34.7-7.4v30.8H191zm74 2.4c-4.5-1.5-18.7-3.6-27.1 7.4v84.4h-35.5V194.2h30.7l2.2 10.5c8.3-15.3 24.9-12.2 29.6-10.5h.1zm44.1 91.8h-35.7V194.2h35.7zm0-142.9l-35.7 7.6v-28.9l35.7-7.6zm74.1 145.5c-12.4 0-20-5.3-25.1-9l-.1 40.2l-35.5 7.5V194.2h31.3l1.8 8.8c4.9-4.5 13.9-11.1 27.8-11.1c24.9 0 48.4 22.5 48.4 63.8c0 45.1-23.2 65.5-48.6 65.6m160.4-51.5h-69.5c1.6 16.6 13.8 21.5 27.6 21.5c14.1 0 25.2-3 34.9-7.9V312c-9.7 5.3-22.4 9.2-39.4 9.2c-34.6 0-58.8-21.7-58.8-64.5c0-36.2 20.5-64.9 54.3-64.9c33.7 0 51.3 28.7 51.3 65.1c0 3.5-.3 10.9-.4 12.9"/></svg>
</template>

CSS

.icon-cc-stripe {
  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%20576%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M492.4%20220.8c-8.9%200-18.7%206.7-18.7%2022.7h36.7c0-16-9.3-22.7-18-22.7M375%20223.4c-8.2%200-13.3%202.9-17%207l.2%2052.8c3.5%203.7%208.5%206.7%2016.8%206.7c13.1%200%2021.9-14.3%2021.9-33.4c0-18.6-9-33.2-21.9-33.1M528%2032H48C21.5%2032%200%2053.5%200%2080v352c0%2026.5%2021.5%2048%2048%2048h480c26.5%200%2048-21.5%2048-48V80c0-26.5-21.5-48-48-48M122.2%20281.1c0%2025.6-20.3%2040.1-49.9%2040.3c-12.2%200-25.6-2.4-38.8-8.1v-33.9c12%206.4%2027.1%2011.3%2038.9%2011.3c7.9%200%2013.6-2.1%2013.6-8.7c0-17-54-10.6-54-49.9c0-25.2%2019.2-40.2%2048-40.2c11.8%200%2023.5%201.8%2035.3%206.5v33.4c-10.8-5.8-24.5-9.1-35.3-9.1c-7.5%200-12.1%202.2-12.1%207.7c0%2016%2054.3%208.4%2054.3%2050.7m68.8-56.6h-27V275c0%2020.9%2022.5%2014.4%2027%2012.6v28.9c-4.7%202.6-13.3%204.7-24.9%204.7c-21.1%200-36.9-15.5-36.9-36.5l.2-113.9l34.7-7.4v30.8H191zm74%202.4c-4.5-1.5-18.7-3.6-27.1%207.4v84.4h-35.5V194.2h30.7l2.2%2010.5c8.3-15.3%2024.9-12.2%2029.6-10.5h.1zm44.1%2091.8h-35.7V194.2h35.7zm0-142.9l-35.7%207.6v-28.9l35.7-7.6zm74.1%20145.5c-12.4%200-20-5.3-25.1-9l-.1%2040.2l-35.5%207.5V194.2h31.3l1.8%208.8c4.9-4.5%2013.9-11.1%2027.8-11.1c24.9%200%2048.4%2022.5%2048.4%2063.8c0%2045.1-23.2%2065.5-48.6%2065.6m160.4-51.5h-69.5c1.6%2016.6%2013.8%2021.5%2027.6%2021.5c14.1%200%2025.2-3%2034.9-7.9V312c-9.7%205.3-22.4%209.2-39.4%209.2c-34.6%200-58.8-21.7-58.8-64.5c0-36.2%2020.5-64.9%2054.3-64.9c33.7%200%2051.3%2028.7%2051.3%2065.1c0%203.5-.3%2010.9-.4%2012.9%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%20576%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M492.4%20220.8c-8.9%200-18.7%206.7-18.7%2022.7h36.7c0-16-9.3-22.7-18-22.7M375%20223.4c-8.2%200-13.3%202.9-17%207l.2%2052.8c3.5%203.7%208.5%206.7%2016.8%206.7c13.1%200%2021.9-14.3%2021.9-33.4c0-18.6-9-33.2-21.9-33.1M528%2032H48C21.5%2032%200%2053.5%200%2080v352c0%2026.5%2021.5%2048%2048%2048h480c26.5%200%2048-21.5%2048-48V80c0-26.5-21.5-48-48-48M122.2%20281.1c0%2025.6-20.3%2040.1-49.9%2040.3c-12.2%200-25.6-2.4-38.8-8.1v-33.9c12%206.4%2027.1%2011.3%2038.9%2011.3c7.9%200%2013.6-2.1%2013.6-8.7c0-17-54-10.6-54-49.9c0-25.2%2019.2-40.2%2048-40.2c11.8%200%2023.5%201.8%2035.3%206.5v33.4c-10.8-5.8-24.5-9.1-35.3-9.1c-7.5%200-12.1%202.2-12.1%207.7c0%2016%2054.3%208.4%2054.3%2050.7m68.8-56.6h-27V275c0%2020.9%2022.5%2014.4%2027%2012.6v28.9c-4.7%202.6-13.3%204.7-24.9%204.7c-21.1%200-36.9-15.5-36.9-36.5l.2-113.9l34.7-7.4v30.8H191zm74%202.4c-4.5-1.5-18.7-3.6-27.1%207.4v84.4h-35.5V194.2h30.7l2.2%2010.5c8.3-15.3%2024.9-12.2%2029.6-10.5h.1zm44.1%2091.8h-35.7V194.2h35.7zm0-142.9l-35.7%207.6v-28.9l35.7-7.6zm74.1%20145.5c-12.4%200-20-5.3-25.1-9l-.1%2040.2l-35.5%207.5V194.2h31.3l1.8%208.8c4.9-4.5%2013.9-11.1%2027.8-11.1c24.9%200%2048.4%2022.5%2048.4%2063.8c0%2045.1-23.2%2065.5-48.6%2065.6m160.4-51.5h-69.5c1.6%2016.6%2013.8%2021.5%2027.6%2021.5c14.1%200%2025.2-3%2034.9-7.9V312c-9.7%205.3-22.4%209.2-39.4%209.2c-34.6%200-58.8-21.7-58.8-64.5c0-36.2%2020.5-64.9%2054.3-64.9c33.7%200%2051.3%2028.7%2051.3%2065.1c0%203.5-.3%2010.9-.4%2012.9%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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