Game Controller Trigger Right icon
The Game Controller Trigger Right 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_trigger_right_20_regular.svg
Game Controller Trigger Right icon in React
npm install @fluentui/react-icons
import { GameControllerTriggerRight20Regular } from "@fluentui/react-icons";
export function Example() {
return <GameControllerTriggerRight20Regular aria-label="Game Controller Trigger Right" />;
}Use the Game Controller Trigger Right 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 { GameControllerTriggerRight20Regular, GameControllerTriggerRight20Filled } from "@fluentui/react-icons";
export function Example() {
return <GameControllerTriggerRight20Regular aria-label="Game Controller Trigger Right" />;
}Use it in HTML
Reference the SVG file directly:
<img src="https://fluenticons.co/icons/ic_fluent_game_controller_trigger_right_20_regular.svg" width="20" height="20" alt="Game Controller Trigger Right"> 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="M14.78 2c1.17 0 1.84 1.24 1.39 2.24A12 12 0 0 0 15 9.5c0 2 .88 3.88 1.65 5.3.29.54.44 1.17.34 1.74q-.07.44-.4.8-.32.35-.85.46c-1.36.29-3.31.2-4.24.2-2.86 0-5.24-.91-6.9-2.51A8.8 8.8 0 0 1 2 9c0-1.97.16-3.47.37-4.56C2.67 2.82 4.14 2 5.64 2zM5.64 3c-1.18 0-2.1.62-2.3 1.62C3.17 5.64 3 7.08 3 9c0 2.38.83 4.37 2.28 5.76C6.74 16.16 8.86 17 11.5 17c1.02 0 2.8.08 4.03-.18q.26-.06.34-.17a.6.6 0 0 0 .14-.3c.05-.27-.02-.67-.24-1.07-.78-1.44-1.77-3.5-1.77-5.78 0-1.68.27-3.5 1.26-5.67.18-.4-.12-.83-.48-.83zm6.86 4a.5.5 0 0 1 0 1h-1v3.5a.5.5 0 0 1-1 0V8h-1a.5.5 0 0 1 0-1zm-7 0c.44 0 1.28-.06 1.98.09.35.07.73.21 1.03.48q.48.44.49 1.18a1.5 1.5 0 0 1-.81 1.38l.73 1.1a.5.5 0 0 1-.84.55l-.9-1.35q-.57.07-1.18.07v1a.5.5 0 0 1-1 0v-4a.5.5 0 0 1 .5-.5M6 8v1.5q.85.01 1.43-.14a1 1 0 0 0 .45-.23q.1-.1.12-.38-.01-.33-.17-.44a1 1 0 0 0-.56-.24c-.4-.08-.84-.08-1.27-.08"/></svg>Details
| Name | Game Controller Trigger Right |
|---|---|
| Styles | Regular (outlined), Filled |
| Sizes | 20 px |
| Regular (outlined) file | ic_fluent_game_controller_trigger_right_20_regular.svg |
| Filled file | ic_fluent_game_controller_trigger_right_20_filled.svg |
| React (Regular) | GameControllerTriggerRight20Regular |
| React (Filled) | GameControllerTriggerRight20Filled |
| License | MIT (© Microsoft Corporation) |