Stripe Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Stripe icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/306592.svg" alt="Stripe icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306592.svg" alt="Stripe icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306592.svg" alt="Stripe icon" :width="24" :height="24" />
CSS background
.icon-stripe {
background-image: url('https://proicons.com/icon/306592.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M877 486c2-33 11-48 28-48 16 0 25 15 26 48h-54zm123 19c0-36-8-65-24-85-15-21-39-32-70-32-62 0-101 46-101 120 0 41 10 72 31 92 18 18 44 27 78 27 32 0 61-8 79-20l-8-50c-18 10-39 15-63 15-14 0-24-3-31-9-7-7-12-17-13-32h121c0-4 1-20 1-26zm-293 50c-6 11-15 17-25 17-8 0-14-1-20-4V458c12-13 23-14 27-14 19 0 28 20 28 59 0 23-3 40-10 52zm61-142c-13-16-31-25-54-25-21 0-40 9-57 28l-4-23h-64v314l73-12v-73c11 3 22 5 33 5 18 0 45-5 65-27s30-55 30-99c0-39-7-69-22-88zm-282-20h74v229h-74V393zm37-23c21 0 39-17 39-39 0-21-18-38-39-38s-39 17-39 38c0 22 18 39 39 39zm-68 19c-21 0-38 11-44 31l-4-27h-65v229h74V473c9-11 22-15 40-15 3 0 8 0 13 1v-68c-5-1-10-2-14-2zm-141 58l9-54h-47v-66l-63 10-9 56-22 3-8 51h30v107c0 27 7 46 22 58 12 10 29 15 54 15 19 0 30-3 38-6v-57c-4 1-14 3-21 3-15 0-21-7-21-24v-96h38zm-209 32c-22-8-34-14-34-24 0-8 7-13 19-13 22 0 45 9 61 16l8-54c-12-6-37-16-72-16-25 0-46 7-61 19-15 13-23 31-23 53 0 40 25 57 64 72 26 9 35 15 35 25s-9 16-24 16c-18 0-49-9-69-21l-9 55c17 10 49 20 82 20 26 0 48-6 63-18 17-13 25-32 25-57 0-41-25-58-65-73z"/></svg>
Copied!