Rocket League Sideswipe Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Rocket League Sideswipe 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/346764.svg" alt="Rocket League Sideswipe icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/346764.svg" alt="Rocket League Sideswipe icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/346764.svg" alt="Rocket League Sideswipe icon" :width="24" :height="24" />
CSS background
.icon-rocket-league-sideswipe {
background-image: url('https://proicons.com/icon/346764.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><circle class="c" cx="8.7912" cy="10.1611" r="5.1536"/><g><path class="c" d="m11.9139,30.2291c3.8713,6.6022,8.1718,9.8943,12.5501,12.7634,2.2929-1.5026,4.5641-3.124,6.7642-5.2715-4.6696-8.4342-19.4414-9.3292-19.3143-7.492Z"/><path class="c" d="m6.805,14.918c.3413,2.2565.8472,4.7233,1.6153,7.2415,1.0398,3.5833,21.7487,4.5367,22.8091,15.5604,2.0606-2.0116,4.0586-4.4843,5.9516-7.7697,3.8852-6.7432,5.0277-14.3353,5.4566-19.4859-4.7897-2.4252-10.3329-4.039-18.1737-4.0319-4.315-.0039-7.9342.4831-11.1149,1.326"/></g><circle class="c" cx="20.6748" cy="21.0746" r="2.7587"/><path class="c" d="m13.0226,16.2769c-.2529.3943-.3996.8633-.3996,1.3666,0,1.3997,1.1347,2.5344,2.5344,2.5344.7704,0,1.4605-.3437,1.9253-.8861"/><circle class="c" cx="31.2944" cy="23.8333" r="2.2526"/><path class="c" d="m31.2992,21.5863c.8346-.7093,1.7699-1.3552,2.5627-1.5307,0,0-1.3036-1.0424-2.2433-1.0424-.8488-1.4248-1.0334-3.5862-6.8973-4.6079-4.3497-.7579-5.5016.9095-5.5016.9095l-5.8508-.7882-1.0307,1.3339.686.4175,5.0892,3.7787"/><line class="c" x1="23.3186" y1="21.8554" x2="29.0418" y2="23.8333"/><path class="c" d="m31.9814,21.6886c3.2978-.4776,6.2535-.5812,7.6859,2.7106"/><path class="c" d="m33.0675,25.2205c.7944,1.5609,5.7428,1.516,5.7428,1.516"/></svg>
Copied!