game controller trigger right icon
game-controller-trigger-right-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.
- Name
- game-controller-trigger-right-20-filled
- Set
- Fluent UI System Icons
- Style
- 20 Filled
- Viewbox
- 20×20
- License
- MIT
1 other variant in Fluent UI System Icons
Related icons in Fluent UI System Icons
Use the game controller trigger right icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M14.776 2c1.17 0 1.843 1.244 1.392 2.24C15.25 6.262 15 7.942 15 9.5c0 2.005.877 3.879 1.648 5.308c.288.531.447 1.161.344 1.73a1.56 1.56 0 0 1-.395.804c-.22.233-.514.388-.86.46c-1.36.286-3.309.198-4.237.198c-2.857 0-5.239-.911-6.91-2.515C2.92 13.881 2 11.62 2 9c0-1.969.16-3.47.366-4.562C2.673 2.817 4.143 2 5.641 2zm-7.3 5.089C6.786 6.945 5.945 7 5.5 7a.5.5 0 0 0-.5.5v4a.5.5 0 0 0 1 0v-1.002a10 10 0 0 0 1.184-.07l.9 1.35a.501.501 0 0 0 .832-.555l-.728-1.091c.153-.082.296-.186.42-.318c.26-.28.392-.642.392-1.064c0-.493-.177-.891-.491-1.179c-.297-.27-.677-.408-1.032-.482M9.5 7a.5.5 0 0 0 0 1h1v3.501a.5.5 0 0 0 1 0V8h1a.5.5 0 0 0 0-1zM6 7.994c.426-.007.876-.009 1.273.074c.27.057.452.142.562.242c.091.083.165.206.165.44c0 .203-.057.31-.123.382c-.078.083-.216.166-.448.23c-.375.104-.865.13-1.429.136z"/></svg>
React
import type { SVGProps } from "react";
export function FluentGameControllerTriggerRight20Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M14.776 2c1.17 0 1.843 1.244 1.392 2.24C15.25 6.262 15 7.942 15 9.5c0 2.005.877 3.879 1.648 5.308c.288.531.447 1.161.344 1.73a1.56 1.56 0 0 1-.395.804c-.22.233-.514.388-.86.46c-1.36.286-3.309.198-4.237.198c-2.857 0-5.239-.911-6.91-2.515C2.92 13.881 2 11.62 2 9c0-1.969.16-3.47.366-4.562C2.673 2.817 4.143 2 5.641 2zm-7.3 5.089C6.786 6.945 5.945 7 5.5 7a.5.5 0 0 0-.5.5v4a.5.5 0 0 0 1 0v-1.002a10 10 0 0 0 1.184-.07l.9 1.35a.501.501 0 0 0 .832-.555l-.728-1.091c.153-.082.296-.186.42-.318c.26-.28.392-.642.392-1.064c0-.493-.177-.891-.491-1.179c-.297-.27-.677-.408-1.032-.482M9.5 7a.5.5 0 0 0 0 1h1v3.501a.5.5 0 0 0 1 0V8h1a.5.5 0 0 0 0-1zM6 7.994c.426-.007.876-.009 1.273.074c.27.057.452.142.562.242c.091.083.165.206.165.44c0 .203-.057.31-.123.382c-.078.083-.216.166-.448.23c-.375.104-.865.13-1.429.136z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M14.776 2c1.17 0 1.843 1.244 1.392 2.24C15.25 6.262 15 7.942 15 9.5c0 2.005.877 3.879 1.648 5.308c.288.531.447 1.161.344 1.73a1.56 1.56 0 0 1-.395.804c-.22.233-.514.388-.86.46c-1.36.286-3.309.198-4.237.198c-2.857 0-5.239-.911-6.91-2.515C2.92 13.881 2 11.62 2 9c0-1.969.16-3.47.366-4.562C2.673 2.817 4.143 2 5.641 2zm-7.3 5.089C6.786 6.945 5.945 7 5.5 7a.5.5 0 0 0-.5.5v4a.5.5 0 0 0 1 0v-1.002a10 10 0 0 0 1.184-.07l.9 1.35a.501.501 0 0 0 .832-.555l-.728-1.091c.153-.082.296-.186.42-.318c.26-.28.392-.642.392-1.064c0-.493-.177-.891-.491-1.179c-.297-.27-.677-.408-1.032-.482M9.5 7a.5.5 0 0 0 0 1h1v3.501a.5.5 0 0 0 1 0V8h1a.5.5 0 0 0 0-1zM6 7.994c.426-.007.876-.009 1.273.074c.27.057.452.142.562.242c.091.083.165.206.165.44c0 .203-.057.31-.123.382c-.078.083-.216.166-.448.23c-.375.104-.865.13-1.429.136z"/></svg> </template>
CSS
.icon-game-controller-trigger-right-20-filled {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.776%202c1.17%200%201.843%201.244%201.392%202.24C15.25%206.262%2015%207.942%2015%209.5c0%202.005.877%203.879%201.648%205.308c.288.531.447%201.161.344%201.73a1.56%201.56%200%200%201-.395.804c-.22.233-.514.388-.86.46c-1.36.286-3.309.198-4.237.198c-2.857%200-5.239-.911-6.91-2.515C2.92%2013.881%202%2011.62%202%209c0-1.969.16-3.47.366-4.562C2.673%202.817%204.143%202%205.641%202zm-7.3%205.089C6.786%206.945%205.945%207%205.5%207a.5.5%200%200%200-.5.5v4a.5.5%200%200%200%201%200v-1.002a10%2010%200%200%200%201.184-.07l.9%201.35a.501.501%200%200%200%20.832-.555l-.728-1.091c.153-.082.296-.186.42-.318c.26-.28.392-.642.392-1.064c0-.493-.177-.891-.491-1.179c-.297-.27-.677-.408-1.032-.482M9.5%207a.5.5%200%200%200%200%201h1v3.501a.5.5%200%200%200%201%200V8h1a.5.5%200%200%200%200-1zM6%207.994c.426-.007.876-.009%201.273.074c.27.057.452.142.562.242c.091.083.165.206.165.44c0%20.203-.057.31-.123.382c-.078.083-.216.166-.448.23c-.375.104-.865.13-1.429.136z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.776%202c1.17%200%201.843%201.244%201.392%202.24C15.25%206.262%2015%207.942%2015%209.5c0%202.005.877%203.879%201.648%205.308c.288.531.447%201.161.344%201.73a1.56%201.56%200%200%201-.395.804c-.22.233-.514.388-.86.46c-1.36.286-3.309.198-4.237.198c-2.857%200-5.239-.911-6.91-2.515C2.92%2013.881%202%2011.62%202%209c0-1.969.16-3.47.366-4.562C2.673%202.817%204.143%202%205.641%202zm-7.3%205.089C6.786%206.945%205.945%207%205.5%207a.5.5%200%200%200-.5.5v4a.5.5%200%200%200%201%200v-1.002a10%2010%200%200%200%201.184-.07l.9%201.35a.501.501%200%200%200%20.832-.555l-.728-1.091c.153-.082.296-.186.42-.318c.26-.28.392-.642.392-1.064c0-.493-.177-.891-.491-1.179c-.297-.27-.677-.408-1.032-.482M9.5%207a.5.5%200%200%200%200%201h1v3.501a.5.5%200%200%200%201%200V8h1a.5.5%200%200%200%200-1zM6%207.994c.426-.007.876-.009%201.273.074c.27.057.452.142.562.242c.091.083.165.206.165.44c0%20.203-.057.31-.123.382c-.078.083-.216.166-.448.23c-.375.104-.865.13-1.429.136z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/game-controller-trigger-right-20-filled.svg?color=%231a73e8&size=48