Game Controller Bumper Left icon
The Game Controller Bumper Left icon is part of Microsoft's Fluent UI System Icons, available here in regular and filled styles on a 20 px grid. Download it as SVG or PNG, or copy it as code — it's free to use under the MIT License.
Every size and style
Microsoft draws each size separately so icons stay crisp, rather than scaling one drawing. Pick a style and size to preview it, download it, or copy the code for your platform.
Regular, 20 px
ic_fluent_game_controller_bumper_left_20_regular.svg
Game Controller Bumper Left icon in React
npm install @fluentui/react-icons
import { GameControllerBumperLeft20Regular } from "@fluentui/react-icons";
export function Example() {
return <GameControllerBumperLeft20Regular aria-label="Game Controller Bumper Left" />;
}Use the Game Controller Bumper Left icon in React
Install Microsoft's @fluentui/react-icons package, then import the component. Icons inherit the current text color, and you can size them with CSS.
npm install @fluentui/react-icons
import { GameControllerBumperLeft20Regular, GameControllerBumperLeft20Filled } from "@fluentui/react-icons";
export function Example() {
return <GameControllerBumperLeft20Regular aria-label="Game Controller Bumper Left" />;
}Use it in HTML
Reference the SVG file directly:
<img src="https://fluenticons.co/icons/ic_fluent_game_controller_bumper_left_20_regular.svg" width="20" height="20" alt="Game Controller Bumper Left"> Or paste the SVG markup inline. Setting fill="currentColor" makes the icon follow the text color of its parent:
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill="currentColor" d="M9.2 5.17a24 24 0 0 1 4.93-.05c.56.06 1.07.32 1.45.71l1.22 1.24a4 4 0 0 1 .91 4.18l-.76 2.1A2.5 2.5 0 0 1 14.6 15H4.04a2 2 0 0 1-1.99-2.18l.34-3.67c.08-.88.49-1.78 1.31-2.28a14 14 0 0 1 5.5-1.7m4.83.95a23 23 0 0 0-4.71.05 13 13 0 0 0-5.1 1.55c-.48.3-.77.86-.83 1.52l-.34 3.67a1 1 0 0 0 1 1.09H14.6c.63 0 1.2-.4 1.4-.99l.77-2.1a3 3 0 0 0-.68-3.13l-1.22-1.25a1.4 1.4 0 0 0-.84-.41M11.5 8c.27 0 .69.02 1.05.23q.3.15.5.5.18.33.18.77 0 .49-.23.82l-.04.04c.3.25.54.64.54 1.17q0 .53-.27.89-.29.34-.64.45c-.42.15-.9.13-1.09.13h-1a.5.5 0 0 1-.5-.5v-4c0-.28.22-.5.5-.5zm-5 0c.28 0 .5.22.5.5V12h1.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1-.5-.5v-4c0-.28.22-.5.5-.5m4.5 4h.5q.4.02.75-.07.14-.06.18-.12.06-.04.07-.28c0-.22-.09-.34-.18-.4A.6.6 0 0 0 12 11h-1zm0-2h.5c.12 0 .34-.02.5-.1a.4.4 0 0 0 .17-.14.4.4 0 0 0 .06-.26 1 1 0 0 0-.05-.29.3.3 0 0 0-.12-.11 1 1 0 0 0-.56-.1H11z"/></svg>Details
| Name | Game Controller Bumper Left |
|---|---|
| Styles | Regular (outlined), Filled |
| Sizes | 20 px |
| Regular (outlined) file | ic_fluent_game_controller_bumper_left_20_regular.svg |
| Filled file | ic_fluent_game_controller_bumper_left_20_filled.svg |
| React (Regular) | GameControllerBumperLeft20Regular |
| React (Filled) | GameControllerBumperLeft20Filled |
| License | MIT (© Microsoft Corporation) |