cashapp logo
cashapp from CoreUI Brands by creativeLabs Łukasz Holeczek · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- cashapp
- Set
- CoreUI Brands
- Style
- Brand
- Viewbox
- 32×32
- License
- CC0 1.0
The same logo in other sets
Use the cashapp logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M31.453 4.625A6.8 6.8 0 0 0 27.385.562c-1.745-.563-3.333-.563-6.557-.563h-9.682c-3.198 0-4.813 0-6.531.531A6.8 6.8 0 0 0 .547 4.613C0 6.347 0 7.946 0 11.144v9.693c0 3.214 0 4.802.531 6.536a6.8 6.8 0 0 0 4.068 4.063c1.734.547 3.333.547 6.536.547h9.703c3.214 0 4.813 0 6.536-.531a6.8 6.8 0 0 0 4.078-4.078c.547-1.734.547-3.333.547-6.536v-9.667c0-3.214 0-4.813-.547-6.547zm-8.224 6.177l-1.245 1.24a.67.67 0 0 1-.891.01a6.7 6.7 0 0 0-4.292-1.573c-1.297 0-2.589.427-2.589 1.615c0 1.198 1.385 1.599 2.984 2.198c2.802.938 5.12 2.109 5.12 4.854c0 2.99-2.318 5.042-6.104 5.266l-.349 1.604a.65.65 0 0 1-.635.516h-2.391l-.12-.01a.67.67 0 0 1-.505-.786l.375-1.693a8.75 8.75 0 0 1-3.844-2.094v-.016a.64.64 0 0 1 0-.906l1.333-1.292a.66.66 0 0 1 .896 0a6.45 6.45 0 0 0 4.521 1.76c1.734 0 2.891-.734 2.891-1.896s-1.172-1.464-3.385-2.292c-2.349-.839-4.573-2.026-4.573-4.802c0-3.224 2.677-4.797 5.854-4.943l.333-1.641a.64.64 0 0 1 .641-.51h2.37l.135.016a.64.64 0 0 1 .495.76l-.359 1.828a10 10 0 0 1 3.302 1.849l.031.031c.25.266.25.667 0 .906z"/></svg>
React
import type { SVGProps } from "react";
export function CibCashapp(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M31.453 4.625A6.8 6.8 0 0 0 27.385.562c-1.745-.563-3.333-.563-6.557-.563h-9.682c-3.198 0-4.813 0-6.531.531A6.8 6.8 0 0 0 .547 4.613C0 6.347 0 7.946 0 11.144v9.693c0 3.214 0 4.802.531 6.536a6.8 6.8 0 0 0 4.068 4.063c1.734.547 3.333.547 6.536.547h9.703c3.214 0 4.813 0 6.536-.531a6.8 6.8 0 0 0 4.078-4.078c.547-1.734.547-3.333.547-6.536v-9.667c0-3.214 0-4.813-.547-6.547zm-8.224 6.177l-1.245 1.24a.67.67 0 0 1-.891.01a6.7 6.7 0 0 0-4.292-1.573c-1.297 0-2.589.427-2.589 1.615c0 1.198 1.385 1.599 2.984 2.198c2.802.938 5.12 2.109 5.12 4.854c0 2.99-2.318 5.042-6.104 5.266l-.349 1.604a.65.65 0 0 1-.635.516h-2.391l-.12-.01a.67.67 0 0 1-.505-.786l.375-1.693a8.75 8.75 0 0 1-3.844-2.094v-.016a.64.64 0 0 1 0-.906l1.333-1.292a.66.66 0 0 1 .896 0a6.45 6.45 0 0 0 4.521 1.76c1.734 0 2.891-.734 2.891-1.896s-1.172-1.464-3.385-2.292c-2.349-.839-4.573-2.026-4.573-4.802c0-3.224 2.677-4.797 5.854-4.943l.333-1.641a.64.64 0 0 1 .641-.51h2.37l.135.016a.64.64 0 0 1 .495.76l-.359 1.828a10 10 0 0 1 3.302 1.849l.031.031c.25.266.25.667 0 .906z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M31.453 4.625A6.8 6.8 0 0 0 27.385.562c-1.745-.563-3.333-.563-6.557-.563h-9.682c-3.198 0-4.813 0-6.531.531A6.8 6.8 0 0 0 .547 4.613C0 6.347 0 7.946 0 11.144v9.693c0 3.214 0 4.802.531 6.536a6.8 6.8 0 0 0 4.068 4.063c1.734.547 3.333.547 6.536.547h9.703c3.214 0 4.813 0 6.536-.531a6.8 6.8 0 0 0 4.078-4.078c.547-1.734.547-3.333.547-6.536v-9.667c0-3.214 0-4.813-.547-6.547zm-8.224 6.177l-1.245 1.24a.67.67 0 0 1-.891.01a6.7 6.7 0 0 0-4.292-1.573c-1.297 0-2.589.427-2.589 1.615c0 1.198 1.385 1.599 2.984 2.198c2.802.938 5.12 2.109 5.12 4.854c0 2.99-2.318 5.042-6.104 5.266l-.349 1.604a.65.65 0 0 1-.635.516h-2.391l-.12-.01a.67.67 0 0 1-.505-.786l.375-1.693a8.75 8.75 0 0 1-3.844-2.094v-.016a.64.64 0 0 1 0-.906l1.333-1.292a.66.66 0 0 1 .896 0a6.45 6.45 0 0 0 4.521 1.76c1.734 0 2.891-.734 2.891-1.896s-1.172-1.464-3.385-2.292c-2.349-.839-4.573-2.026-4.573-4.802c0-3.224 2.677-4.797 5.854-4.943l.333-1.641a.64.64 0 0 1 .641-.51h2.37l.135.016a.64.64 0 0 1 .495.76l-.359 1.828a10 10 0 0 1 3.302 1.849l.031.031c.25.266.25.667 0 .906z"/></svg> </template>
CSS
.icon-cashapp {
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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M31.453%204.625A6.8%206.8%200%200%200%2027.385.562c-1.745-.563-3.333-.563-6.557-.563h-9.682c-3.198%200-4.813%200-6.531.531A6.8%206.8%200%200%200%20.547%204.613C0%206.347%200%207.946%200%2011.144v9.693c0%203.214%200%204.802.531%206.536a6.8%206.8%200%200%200%204.068%204.063c1.734.547%203.333.547%206.536.547h9.703c3.214%200%204.813%200%206.536-.531a6.8%206.8%200%200%200%204.078-4.078c.547-1.734.547-3.333.547-6.536v-9.667c0-3.214%200-4.813-.547-6.547zm-8.224%206.177l-1.245%201.24a.67.67%200%200%201-.891.01a6.7%206.7%200%200%200-4.292-1.573c-1.297%200-2.589.427-2.589%201.615c0%201.198%201.385%201.599%202.984%202.198c2.802.938%205.12%202.109%205.12%204.854c0%202.99-2.318%205.042-6.104%205.266l-.349%201.604a.65.65%200%200%201-.635.516h-2.391l-.12-.01a.67.67%200%200%201-.505-.786l.375-1.693a8.75%208.75%200%200%201-3.844-2.094v-.016a.64.64%200%200%201%200-.906l1.333-1.292a.66.66%200%200%201%20.896%200a6.45%206.45%200%200%200%204.521%201.76c1.734%200%202.891-.734%202.891-1.896s-1.172-1.464-3.385-2.292c-2.349-.839-4.573-2.026-4.573-4.802c0-3.224%202.677-4.797%205.854-4.943l.333-1.641a.64.64%200%200%201%20.641-.51h2.37l.135.016a.64.64%200%200%201%20.495.76l-.359%201.828a10%2010%200%200%201%203.302%201.849l.031.031c.25.266.25.667%200%20.906z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M31.453%204.625A6.8%206.8%200%200%200%2027.385.562c-1.745-.563-3.333-.563-6.557-.563h-9.682c-3.198%200-4.813%200-6.531.531A6.8%206.8%200%200%200%20.547%204.613C0%206.347%200%207.946%200%2011.144v9.693c0%203.214%200%204.802.531%206.536a6.8%206.8%200%200%200%204.068%204.063c1.734.547%203.333.547%206.536.547h9.703c3.214%200%204.813%200%206.536-.531a6.8%206.8%200%200%200%204.078-4.078c.547-1.734.547-3.333.547-6.536v-9.667c0-3.214%200-4.813-.547-6.547zm-8.224%206.177l-1.245%201.24a.67.67%200%200%201-.891.01a6.7%206.7%200%200%200-4.292-1.573c-1.297%200-2.589.427-2.589%201.615c0%201.198%201.385%201.599%202.984%202.198c2.802.938%205.12%202.109%205.12%204.854c0%202.99-2.318%205.042-6.104%205.266l-.349%201.604a.65.65%200%200%201-.635.516h-2.391l-.12-.01a.67.67%200%200%201-.505-.786l.375-1.693a8.75%208.75%200%200%201-3.844-2.094v-.016a.64.64%200%200%201%200-.906l1.333-1.292a.66.66%200%200%201%20.896%200a6.45%206.45%200%200%200%204.521%201.76c1.734%200%202.891-.734%202.891-1.896s-1.172-1.464-3.385-2.292c-2.349-.839-4.573-2.026-4.573-4.802c0-3.224%202.677-4.797%205.854-4.943l.333-1.641a.64.64%200%200%201%20.641-.51h2.37l.135.016a.64.64%200%200%201%20.495.76l-.359%201.828a10%2010%200%200%201%203.302%201.849l.031.031c.25.266.25.667%200%20.906z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/cib/cashapp.svg?color=%231a73e8&size=48