Careem Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Careem 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/338014.svg" alt="Careem icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/338014.svg" alt="Careem icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/338014.svg" alt="Careem icon" :width="24" :height="24" />
CSS background
.icon-careem {
background-image: url('https://proicons.com/icon/338014.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,.b{fill:none;stroke:#fff;stroke-miterlimit:10;}.b{stroke-linecap:round;}</style></defs><path class="a" d="M12.6515,4.3283a4.6786,4.6786,0,0,1,5.567,2.436,4.7281,4.7281,0,0,1-.487,4.872,4.7394,4.7394,0,0,1-5.707,1.322A4.6741,4.6741,0,0,1,9.52,9.7573a4.4793,4.4793,0,0,1,.417-3.132A4.8979,4.8979,0,0,1,12.6515,4.3283Z"/><path class="b" d="M28.9355,4.6a19.9093,19.9093,0,0,1,12.474,8.819"/><path class="b" d="M42.8935,31.7383a19.8858,19.8858,0,0,1-37.787-3.706"/></svg>
Copied!