Chase Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Chase 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/313832.svg" alt="Chase icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/313832.svg" alt="Chase icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/313832.svg" alt="Chase icon" :width="24" :height="24" />
CSS background
.icon-chase {
background-image: url('https://proicons.com/icon/313832.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>Chase</title><path d="M0 15.415c0 .468.38.85.848.85h5.937V.575L0 7.72v7.695m15.416 8.582c.467 0 .846-.38.846-.849v-5.937H.573l7.146 6.785h7.697M24 8.587a.844.844 0 0 0-.847-.846h-5.938V23.43l6.782-7.148L24 8.586M8.585.003a.847.847 0 0 0-.847.847v5.94h15.688L16.282.003H8.585Z"/></svg>
Copied!