Cargr Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Cargr 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/338016.svg" alt="Cargr icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/338016.svg" alt="Cargr icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/338016.svg" alt="Cargr icon" :width="24" :height="24" />
CSS background
.icon-cargr {
background-image: url('https://proicons.com/icon/338016.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M43.5,11.1247c-7.1314.6129-11.4751,1.4814-16.38,2.9529C10.4057,19.0919,4.5,24.654,4.5,30.5133c0,5.9057,6.5186,7.6329,11.8114,5.46"/><path class="c" d="M36.4228,29.0288c.5583-2.6264,3.1399-4.7555,5.7663-4.7555h0"/><line class="c" x1="37.4336" y1="24.2733" x2="34.755" y2="36.8753"/><path class="c" d="M29.9159,32.1198c-.5583,2.6264-3.1399,4.7555-5.7663,4.7555h0c-2.6264,0-4.3029-2.1291-3.7447-4.7555l.657-3.0911c.5583-2.6264,3.1399-4.7555,5.7663-4.7555h0c2.6264,0,4.3029,2.1291,3.7447,4.7555"/><line class="c" x1="28.9051" y1="36.8753" x2="31.5838" y2="24.2733"/></svg>
Copied!