Carpay Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Carpay 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/338023.svg" alt="Carpay icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/338023.svg" alt="Carpay icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/338023.svg" alt="Carpay icon" :width="24" :height="24" />
CSS background
.icon-carpay {
background-image: url('https://proicons.com/icon/338023.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M11.945,8.7969c4.0321-4.0321,9.5008-6.2973,15.203-6.2972"/><path class="b" d="M42.351,8.7969l-7.0711,7.0711c-4.491-4.491-11.772-4.491-16.263,0s-4.491,11.772,0,16.263c4.491,4.491,11.772,4.491,16.263,0l3.5355,3.5355c-3.0944,3.0944-7.2912,4.8327-11.667,4.8327"/><path class="b" d="M15.481,35.6667c-4.7192-4.719-6.1309-11.8162-3.5768-17.982,2.5538-6.1657,8.5703-10.1859,15.244-10.186"/><path class="b" d="M42.351,39.2027c-6.1489,6.1487-15.3961,7.9882-23.43,4.6606-8.0337-3.3278-13.2719-11.1673-13.272-19.863"/></svg>
Copied!