Kashflow Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Kashflow 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/314875.svg" alt="Kashflow icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/314875.svg" alt="Kashflow icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/314875.svg" alt="Kashflow icon" :width="24" :height="24" />
CSS background
.icon-kashflow {
background-image: url('https://proicons.com/icon/314875.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>KashFlow</title><path d="M16.278 2.141l-.83 2.702C8.007.174 2.958 4.724 2.958 4.724-1.638 8.564.49 14.678.495 14.678 1.252-.016 14.24 8.943 14.24 8.943c-.237 1.066-.996 2.63-.972 2.654l8.508-1.256zm7.228 7.181C22.747 24.016 9.76 15.057 9.76 15.057c.332-1.066 1.02-2.654 1.02-2.607L2.27 13.66l5.451 8.2.83-2.702c7.441 4.669 12.49.119 12.49.119 4.597-3.84 2.464-9.954 2.464-9.954z"/></svg>
Copied!