stripe logo
stripe from Font Awesome Brands by Dave Gandy · Brand · Payments & Shopping · CC-BY-4.0 Attribution required.
- Name
- stripe
- Set
- Font Awesome Brands
- Style
- Brand
- Category
- Payments & Shopping
- Viewbox
- 640×640
- License
- CC BY 4.0
The same logo in other sets
More payments & shopping icons from Font Awesome Brands
Use the stripe logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="m165 208.7l-43.3 9.2l-.2 142.4c0 26.3 19.8 43.3 46.1 43.3c14.6 0 25.3-2.7 31.2-5.9v-33.8c-5.7 2.3-33.7 10.5-33.7-15.7V285h33.7v-37.8h-33.7zm89.1 51.6l-2.7-13.1H213v153.2h44.3V297.3c10.5-13.8 28.2-11.1 33.9-9.3v-40.8c-6-2.1-26.7-6-37.1 13.1m92.3-72.3l-44.6 9.5v36.2l44.6-9.5zM44.9 292.3c0-6.9 5.8-9.6 15.1-9.7c13.5 0 30.7 4.1 44.2 11.4v-41.8c-14.7-5.8-29.4-8.1-44.1-8.1c-36 0-60 18.8-60 50.2c0 49.2 67.5 41.2 67.5 62.4c0 8.2-7.1 10.9-17 10.9c-14.7 0-33.7-6.1-48.6-14.2v40c16.5 7.1 33.2 10.1 48.5 10.1c36.9 0 62.3-15.8 62.3-47.8c0-52.9-67.9-43.4-67.9-63.4M640 325.6c0-45.5-22-81.4-64.2-81.4s-67.9 35.9-67.9 81.1c0 53.5 30.3 78.2 73.5 78.2c21.2 0 37.1-4.8 49.2-11.5v-33.4c-12.1 6.1-26 9.8-43.6 9.8c-17.3 0-32.5-6.1-34.5-26.9h86.9c.2-2.3.6-11.6.6-15.9m-87.9-16.8c0-20 12.3-28.4 23.4-28.4c10.9 0 22.5 8.4 22.5 28.4zm-112.9-64.6c-17.4 0-28.6 8.2-34.8 13.9l-2.3-11H363v204.8l44.4-9.4l.1-50.2c6.4 4.7 15.9 11.2 31.4 11.2c31.8 0 60.8-23.2 60.8-79.6c.1-51.6-29.3-79.7-60.5-79.7m-10.6 122.5c-10.4 0-16.6-3.8-20.9-8.4l-.3-66c4.6-5.1 11-8.8 21.2-8.8c16.2 0 27.4 18.2 27.4 41.4c.1 23.9-10.9 41.8-27.4 41.8m-126.7 33.7h44.6V247.2h-44.6z"/></svg>
React
import type { SVGProps } from "react";
export function Fa7BrandsStripe(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="m165 208.7l-43.3 9.2l-.2 142.4c0 26.3 19.8 43.3 46.1 43.3c14.6 0 25.3-2.7 31.2-5.9v-33.8c-5.7 2.3-33.7 10.5-33.7-15.7V285h33.7v-37.8h-33.7zm89.1 51.6l-2.7-13.1H213v153.2h44.3V297.3c10.5-13.8 28.2-11.1 33.9-9.3v-40.8c-6-2.1-26.7-6-37.1 13.1m92.3-72.3l-44.6 9.5v36.2l44.6-9.5zM44.9 292.3c0-6.9 5.8-9.6 15.1-9.7c13.5 0 30.7 4.1 44.2 11.4v-41.8c-14.7-5.8-29.4-8.1-44.1-8.1c-36 0-60 18.8-60 50.2c0 49.2 67.5 41.2 67.5 62.4c0 8.2-7.1 10.9-17 10.9c-14.7 0-33.7-6.1-48.6-14.2v40c16.5 7.1 33.2 10.1 48.5 10.1c36.9 0 62.3-15.8 62.3-47.8c0-52.9-67.9-43.4-67.9-63.4M640 325.6c0-45.5-22-81.4-64.2-81.4s-67.9 35.9-67.9 81.1c0 53.5 30.3 78.2 73.5 78.2c21.2 0 37.1-4.8 49.2-11.5v-33.4c-12.1 6.1-26 9.8-43.6 9.8c-17.3 0-32.5-6.1-34.5-26.9h86.9c.2-2.3.6-11.6.6-15.9m-87.9-16.8c0-20 12.3-28.4 23.4-28.4c10.9 0 22.5 8.4 22.5 28.4zm-112.9-64.6c-17.4 0-28.6 8.2-34.8 13.9l-2.3-11H363v204.8l44.4-9.4l.1-50.2c6.4 4.7 15.9 11.2 31.4 11.2c31.8 0 60.8-23.2 60.8-79.6c.1-51.6-29.3-79.7-60.5-79.7m-10.6 122.5c-10.4 0-16.6-3.8-20.9-8.4l-.3-66c4.6-5.1 11-8.8 21.2-8.8c16.2 0 27.4 18.2 27.4 41.4c.1 23.9-10.9 41.8-27.4 41.8m-126.7 33.7h44.6V247.2h-44.6z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="m165 208.7l-43.3 9.2l-.2 142.4c0 26.3 19.8 43.3 46.1 43.3c14.6 0 25.3-2.7 31.2-5.9v-33.8c-5.7 2.3-33.7 10.5-33.7-15.7V285h33.7v-37.8h-33.7zm89.1 51.6l-2.7-13.1H213v153.2h44.3V297.3c10.5-13.8 28.2-11.1 33.9-9.3v-40.8c-6-2.1-26.7-6-37.1 13.1m92.3-72.3l-44.6 9.5v36.2l44.6-9.5zM44.9 292.3c0-6.9 5.8-9.6 15.1-9.7c13.5 0 30.7 4.1 44.2 11.4v-41.8c-14.7-5.8-29.4-8.1-44.1-8.1c-36 0-60 18.8-60 50.2c0 49.2 67.5 41.2 67.5 62.4c0 8.2-7.1 10.9-17 10.9c-14.7 0-33.7-6.1-48.6-14.2v40c16.5 7.1 33.2 10.1 48.5 10.1c36.9 0 62.3-15.8 62.3-47.8c0-52.9-67.9-43.4-67.9-63.4M640 325.6c0-45.5-22-81.4-64.2-81.4s-67.9 35.9-67.9 81.1c0 53.5 30.3 78.2 73.5 78.2c21.2 0 37.1-4.8 49.2-11.5v-33.4c-12.1 6.1-26 9.8-43.6 9.8c-17.3 0-32.5-6.1-34.5-26.9h86.9c.2-2.3.6-11.6.6-15.9m-87.9-16.8c0-20 12.3-28.4 23.4-28.4c10.9 0 22.5 8.4 22.5 28.4zm-112.9-64.6c-17.4 0-28.6 8.2-34.8 13.9l-2.3-11H363v204.8l44.4-9.4l.1-50.2c6.4 4.7 15.9 11.2 31.4 11.2c31.8 0 60.8-23.2 60.8-79.6c.1-51.6-29.3-79.7-60.5-79.7m-10.6 122.5c-10.4 0-16.6-3.8-20.9-8.4l-.3-66c4.6-5.1 11-8.8 21.2-8.8c16.2 0 27.4 18.2 27.4 41.4c.1 23.9-10.9 41.8-27.4 41.8m-126.7 33.7h44.6V247.2h-44.6z"/></svg> </template>
CSS
.icon-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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m165%20208.7l-43.3%209.2l-.2%20142.4c0%2026.3%2019.8%2043.3%2046.1%2043.3c14.6%200%2025.3-2.7%2031.2-5.9v-33.8c-5.7%202.3-33.7%2010.5-33.7-15.7V285h33.7v-37.8h-33.7zm89.1%2051.6l-2.7-13.1H213v153.2h44.3V297.3c10.5-13.8%2028.2-11.1%2033.9-9.3v-40.8c-6-2.1-26.7-6-37.1%2013.1m92.3-72.3l-44.6%209.5v36.2l44.6-9.5zM44.9%20292.3c0-6.9%205.8-9.6%2015.1-9.7c13.5%200%2030.7%204.1%2044.2%2011.4v-41.8c-14.7-5.8-29.4-8.1-44.1-8.1c-36%200-60%2018.8-60%2050.2c0%2049.2%2067.5%2041.2%2067.5%2062.4c0%208.2-7.1%2010.9-17%2010.9c-14.7%200-33.7-6.1-48.6-14.2v40c16.5%207.1%2033.2%2010.1%2048.5%2010.1c36.9%200%2062.3-15.8%2062.3-47.8c0-52.9-67.9-43.4-67.9-63.4M640%20325.6c0-45.5-22-81.4-64.2-81.4s-67.9%2035.9-67.9%2081.1c0%2053.5%2030.3%2078.2%2073.5%2078.2c21.2%200%2037.1-4.8%2049.2-11.5v-33.4c-12.1%206.1-26%209.8-43.6%209.8c-17.3%200-32.5-6.1-34.5-26.9h86.9c.2-2.3.6-11.6.6-15.9m-87.9-16.8c0-20%2012.3-28.4%2023.4-28.4c10.9%200%2022.5%208.4%2022.5%2028.4zm-112.9-64.6c-17.4%200-28.6%208.2-34.8%2013.9l-2.3-11H363v204.8l44.4-9.4l.1-50.2c6.4%204.7%2015.9%2011.2%2031.4%2011.2c31.8%200%2060.8-23.2%2060.8-79.6c.1-51.6-29.3-79.7-60.5-79.7m-10.6%20122.5c-10.4%200-16.6-3.8-20.9-8.4l-.3-66c4.6-5.1%2011-8.8%2021.2-8.8c16.2%200%2027.4%2018.2%2027.4%2041.4c.1%2023.9-10.9%2041.8-27.4%2041.8m-126.7%2033.7h44.6V247.2h-44.6z%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m165%20208.7l-43.3%209.2l-.2%20142.4c0%2026.3%2019.8%2043.3%2046.1%2043.3c14.6%200%2025.3-2.7%2031.2-5.9v-33.8c-5.7%202.3-33.7%2010.5-33.7-15.7V285h33.7v-37.8h-33.7zm89.1%2051.6l-2.7-13.1H213v153.2h44.3V297.3c10.5-13.8%2028.2-11.1%2033.9-9.3v-40.8c-6-2.1-26.7-6-37.1%2013.1m92.3-72.3l-44.6%209.5v36.2l44.6-9.5zM44.9%20292.3c0-6.9%205.8-9.6%2015.1-9.7c13.5%200%2030.7%204.1%2044.2%2011.4v-41.8c-14.7-5.8-29.4-8.1-44.1-8.1c-36%200-60%2018.8-60%2050.2c0%2049.2%2067.5%2041.2%2067.5%2062.4c0%208.2-7.1%2010.9-17%2010.9c-14.7%200-33.7-6.1-48.6-14.2v40c16.5%207.1%2033.2%2010.1%2048.5%2010.1c36.9%200%2062.3-15.8%2062.3-47.8c0-52.9-67.9-43.4-67.9-63.4M640%20325.6c0-45.5-22-81.4-64.2-81.4s-67.9%2035.9-67.9%2081.1c0%2053.5%2030.3%2078.2%2073.5%2078.2c21.2%200%2037.1-4.8%2049.2-11.5v-33.4c-12.1%206.1-26%209.8-43.6%209.8c-17.3%200-32.5-6.1-34.5-26.9h86.9c.2-2.3.6-11.6.6-15.9m-87.9-16.8c0-20%2012.3-28.4%2023.4-28.4c10.9%200%2022.5%208.4%2022.5%2028.4zm-112.9-64.6c-17.4%200-28.6%208.2-34.8%2013.9l-2.3-11H363v204.8l44.4-9.4l.1-50.2c6.4%204.7%2015.9%2011.2%2031.4%2011.2c31.8%200%2060.8-23.2%2060.8-79.6c.1-51.6-29.3-79.7-60.5-79.7m-10.6%20122.5c-10.4%200-16.6-3.8-20.9-8.4l-.3-66c4.6-5.1%2011-8.8%2021.2-8.8c16.2%200%2027.4%2018.2%2027.4%2041.4c.1%2023.9-10.9%2041.8-27.4%2041.8m-126.7%2033.7h44.6V247.2h-44.6z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-brands/stripe.svg?color=%231a73e8&size=48