Csr Racing Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Csr Racing 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/338702.svg" alt="Csr Racing icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/338702.svg" alt="Csr Racing icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/338702.svg" alt="Csr Racing icon" :width="24" :height="24" />
CSS background
.icon-csr-racing {
background-image: url('https://proicons.com/icon/338702.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>.e{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="e" d="M15.0384,17.6013c-9.2341-1.3435-14.1479,8.5611-7.4071,12.5759.7369.4389,1.6616.335,2.4055.335h10.2126c2.9233,0,4.0071-1.1726,4.475-3.1817.4338-1.8628-1.0793-2.6129-2.7411-3.3005-2.3835-.9862-2.9936-1.7705-2.5614-3.5664.3339-1.3872,1.4467-2.4119,2.8983-2.4187h8.3115"/><path id="d" class="e" d="M30.4353,30.5122l4.0013-12.468h6.0252c2.0161,0,3.0877.6714,3.0364,2.3444-.0526,1.7122-1.6105,3.6475-3.1757,3.6453h-2.2674l1.3096,6.4784"/></svg>
Copied!