Fall Guys Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Fall Guys 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/340245.svg" alt="Fall Guys icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340245.svg" alt="Fall Guys icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340245.svg" alt="Fall Guys icon" :width="24" :height="24" />
CSS background
.icon-fall-guys {
background-image: url('https://proicons.com/icon/340245.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="24" cy="24" r="21.5"/><path class="c" d="M11.2065,41.2797c1.2821-8.9981,4.1572-16.0954,6.0076-21.03s7.6773-12.7468,16.5421-8.4953c5.4953,2.6355,6.785,9.2523,5.1589,15.3645s1.0891,4.0554,2.2548,9.8221"/><path class="c" d="M32.9712,35.9787c1.8505,1.2897,2.6929,6.0839,2.6929,6.0839"/><path class="c" d="M33.6246,43.2299c.1877-2.9895,1.0364-4.6983,1.0364-4.6983"/><line class="c" x1="23.6768" y1="21.7638" x2="22.8357" y2="23.6142"/><line class="c" x1="29.2562" y1="23.5862" x2="28.5833" y2="25.5208"/><path class="c" d="M29.3263,15.4554c4.1495,1.2617,5.3832,5.7477,4.3738,9.0981s-6.1963,5.7617-9.8131,4.4159-5.4393-4.7383-3.2523-9.6729,5.328-4.8638,8.6916-3.8411Z"/><path class="c" d="M15.7668,24.1025c-.9359-.8948-.8307-1.063-.8307-1.063.5678-1.5981.2313-5.4252.2313-5.4252,2.5234-1.7664,3.4486-4.3107,3.4486-4.3107.1132-.1241.1473-.3011.0876-.4556-.0637-.1649-.2233-.2762-.4031-.2804-.6589.1191-1.3177.2383-1.9766.3575l-.6729-.8621.5257-3.1122c-.1158-.0748-.4408-.2628-.8902-.2453-.3796.0148-.6525.1686-.771.2453-.2593.6098-.5187,1.2197-.778,1.8295-.0215.0181-.1487.1218-.3329.1016-.179-.0196-.2797-.1418-.2979-.1647-.2874-.6659-.5748-1.3317-.8622-1.9976-.1352-.0692-.5176-.2424-1.0164-.1718-.4412.0625-.736.2822-.8551.382.035.3785.0701.757.1051,1.1355"/><path class="c" d="M13.6724,30.2916s-3.026-1.6797-4.54-4.098c-1.514-2.4182-1.1355-12.785-.757-13.9205l-.382-2.6273c.186-.1417.5745-.3987,1.1356-.4988.5646-.1008,1.0206.0079,1.2441.0771"/></svg>
Copied!