Capitalone Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Capitalone 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/337992.svg" alt="Capitalone icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/337992.svg" alt="Capitalone icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/337992.svg" alt="Capitalone icon" :width="24" :height="24" />
CSS background
.icon-capitalone {
background-image: url('https://proicons.com/icon/337992.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M10,40.26c4.78-4,12.1-10.86,12.1-14.92,0-5.37-8.53-7.64-18.29-8.57A21.39,21.39,0,0,0,10,40.26Z"/><path class="a" d="M24,2.5A21.47,21.47,0,0,0,5.72,12.73c10.26,0,34.63-2.15,34.63,6.48,0,7.38-19.79,20.36-25.75,24.1A21.49,21.49,0,1,0,24,2.5Z"/></svg>
Copied!