game controller trigger right icon
game-controller-trigger-right-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.
- Name
- game-controller-trigger-right-20-regular
- Set
- Fluent UI System Icons
- Style
- 20 Regular
- 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 2zM5.641 3c-1.178 0-2.102.616-2.292 1.623C3.155 5.644 3 7.083 3 9c0 2.38.83 4.37 2.284 5.765C6.74 16.16 8.858 17 11.5 17c1.023 0 2.805.082 4.032-.176a.62.62 0 0 0 .338-.17a.56.56 0 0 0 .138-.296c.05-.278-.023-.674-.24-1.075C14.989 13.837 14 11.773 14 9.5c0-1.684.275-3.507 1.258-5.674c.183-.404-.115-.826-.482-.826zM12.5 7a.5.5 0 0 1 0 1h-1v3.501a.5.5 0 0 1-1 0V8h-1a.5.5 0 0 1 0-1zm-7 0c.444 0 1.285-.055 1.977.089c.355.074.735.211 1.032.482c.314.288.49.686.491 1.179c0 .422-.131.784-.393 1.064a1.6 1.6 0 0 1-.419.318l.728 1.09a.501.501 0 0 1-.832.556l-.9-1.35a10 10 0 0 1-1.184.07V11.5a.5.5 0 0 1-1 0v-4a.5.5 0 0 1 .5-.5m.5.994v1.504c.564-.006 1.054-.032 1.429-.136c.232-.064.37-.147.448-.23c.066-.071.123-.18.123-.382c0-.234-.074-.357-.165-.44c-.11-.1-.292-.185-.562-.242c-.397-.083-.847-.081-1.273-.074"/></svg>
React
import type { SVGProps } from "react";
export function FluentGameControllerTriggerRight20Regular(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 2zM5.641 3c-1.178 0-2.102.616-2.292 1.623C3.155 5.644 3 7.083 3 9c0 2.38.83 4.37 2.284 5.765C6.74 16.16 8.858 17 11.5 17c1.023 0 2.805.082 4.032-.176a.62.62 0 0 0 .338-.17a.56.56 0 0 0 .138-.296c.05-.278-.023-.674-.24-1.075C14.989 13.837 14 11.773 14 9.5c0-1.684.275-3.507 1.258-5.674c.183-.404-.115-.826-.482-.826zM12.5 7a.5.5 0 0 1 0 1h-1v3.501a.5.5 0 0 1-1 0V8h-1a.5.5 0 0 1 0-1zm-7 0c.444 0 1.285-.055 1.977.089c.355.074.735.211 1.032.482c.314.288.49.686.491 1.179c0 .422-.131.784-.393 1.064a1.6 1.6 0 0 1-.419.318l.728 1.09a.501.501 0 0 1-.832.556l-.9-1.35a10 10 0 0 1-1.184.07V11.5a.5.5 0 0 1-1 0v-4a.5.5 0 0 1 .5-.5m.5.994v1.504c.564-.006 1.054-.032 1.429-.136c.232-.064.37-.147.448-.23c.066-.071.123-.18.123-.382c0-.234-.074-.357-.165-.44c-.11-.1-.292-.185-.562-.242c-.397-.083-.847-.081-1.273-.074"/></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 2zM5.641 3c-1.178 0-2.102.616-2.292 1.623C3.155 5.644 3 7.083 3 9c0 2.38.83 4.37 2.284 5.765C6.74 16.16 8.858 17 11.5 17c1.023 0 2.805.082 4.032-.176a.62.62 0 0 0 .338-.17a.56.56 0 0 0 .138-.296c.05-.278-.023-.674-.24-1.075C14.989 13.837 14 11.773 14 9.5c0-1.684.275-3.507 1.258-5.674c.183-.404-.115-.826-.482-.826zM12.5 7a.5.5 0 0 1 0 1h-1v3.501a.5.5 0 0 1-1 0V8h-1a.5.5 0 0 1 0-1zm-7 0c.444 0 1.285-.055 1.977.089c.355.074.735.211 1.032.482c.314.288.49.686.491 1.179c0 .422-.131.784-.393 1.064a1.6 1.6 0 0 1-.419.318l.728 1.09a.501.501 0 0 1-.832.556l-.9-1.35a10 10 0 0 1-1.184.07V11.5a.5.5 0 0 1-1 0v-4a.5.5 0 0 1 .5-.5m.5.994v1.504c.564-.006 1.054-.032 1.429-.136c.232-.064.37-.147.448-.23c.066-.071.123-.18.123-.382c0-.234-.074-.357-.165-.44c-.11-.1-.292-.185-.562-.242c-.397-.083-.847-.081-1.273-.074"/></svg> </template>
CSS
.icon-game-controller-trigger-right-20-regular {
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%202zM5.641%203c-1.178%200-2.102.616-2.292%201.623C3.155%205.644%203%207.083%203%209c0%202.38.83%204.37%202.284%205.765C6.74%2016.16%208.858%2017%2011.5%2017c1.023%200%202.805.082%204.032-.176a.62.62%200%200%200%20.338-.17a.56.56%200%200%200%20.138-.296c.05-.278-.023-.674-.24-1.075C14.989%2013.837%2014%2011.773%2014%209.5c0-1.684.275-3.507%201.258-5.674c.183-.404-.115-.826-.482-.826zM12.5%207a.5.5%200%200%201%200%201h-1v3.501a.5.5%200%200%201-1%200V8h-1a.5.5%200%200%201%200-1zm-7%200c.444%200%201.285-.055%201.977.089c.355.074.735.211%201.032.482c.314.288.49.686.491%201.179c0%20.422-.131.784-.393%201.064a1.6%201.6%200%200%201-.419.318l.728%201.09a.501.501%200%200%201-.832.556l-.9-1.35a10%2010%200%200%201-1.184.07V11.5a.5.5%200%200%201-1%200v-4a.5.5%200%200%201%20.5-.5m.5.994v1.504c.564-.006%201.054-.032%201.429-.136c.232-.064.37-.147.448-.23c.066-.071.123-.18.123-.382c0-.234-.074-.357-.165-.44c-.11-.1-.292-.185-.562-.242c-.397-.083-.847-.081-1.273-.074%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%202zM5.641%203c-1.178%200-2.102.616-2.292%201.623C3.155%205.644%203%207.083%203%209c0%202.38.83%204.37%202.284%205.765C6.74%2016.16%208.858%2017%2011.5%2017c1.023%200%202.805.082%204.032-.176a.62.62%200%200%200%20.338-.17a.56.56%200%200%200%20.138-.296c.05-.278-.023-.674-.24-1.075C14.989%2013.837%2014%2011.773%2014%209.5c0-1.684.275-3.507%201.258-5.674c.183-.404-.115-.826-.482-.826zM12.5%207a.5.5%200%200%201%200%201h-1v3.501a.5.5%200%200%201-1%200V8h-1a.5.5%200%200%201%200-1zm-7%200c.444%200%201.285-.055%201.977.089c.355.074.735.211%201.032.482c.314.288.49.686.491%201.179c0%20.422-.131.784-.393%201.064a1.6%201.6%200%200%201-.419.318l.728%201.09a.501.501%200%200%201-.832.556l-.9-1.35a10%2010%200%200%201-1.184.07V11.5a.5.5%200%200%201-1%200v-4a.5.5%200%200%201%20.5-.5m.5.994v1.504c.564-.006%201.054-.032%201.429-.136c.232-.064.37-.147.448-.23c.066-.071.123-.18.123-.382c0-.234-.074-.357-.165-.44c-.11-.1-.292-.185-.562-.242c-.397-.083-.847-.081-1.273-.074%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-regular.svg?color=%231a73e8&size=48