game controller trigger left icon
game-controller-trigger-left-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.
- Name
- game-controller-trigger-left-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 left icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M14.36 2c1.497 0 2.967.817 3.274 2.438C17.84 5.529 18 7.03 18 9c0 2.62-.92 4.88-2.592 6.485C13.738 17.09 11.358 18 8.5 18c-.929 0-2.877.088-4.237-.197a1.6 1.6 0 0 1-.86-.461a1.56 1.56 0 0 1-.395-.805c-.103-.568.056-1.197.344-1.73C4.123 13.38 5 11.506 5 9.5c0-1.557-.251-3.237-1.169-5.26C3.38 3.244 4.054 2 5.223 2zM5.222 3c-.366 0-.664.423-.48.826C5.724 5.993 6 7.816 6 9.5c0 2.272-.987 4.337-1.769 5.783c-.216.401-.289.797-.239 1.075a.56.56 0 0 0 .138.296a.62.62 0 0 0 .338.17C5.695 17.081 7.477 17 8.5 17c2.642 0 4.761-.839 6.216-2.235C16.169 13.369 17 11.379 17 9c0-1.916-.155-3.356-.349-4.377C16.461 3.616 15.536 3 14.36 3zM8.5 7a.5.5 0 0 1 .5.5V11h1.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1-.5-.5v-4a.5.5 0 0 1 .5-.5m6 0a.5.5 0 0 1 0 1h-1v3.5a.5.5 0 0 1-1 0V8h-1a.5.5 0 0 1 0-1z"/></svg>
React
import type { SVGProps } from "react";
export function FluentGameControllerTriggerLeft20Regular(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.36 2c1.497 0 2.967.817 3.274 2.438C17.84 5.529 18 7.03 18 9c0 2.62-.92 4.88-2.592 6.485C13.738 17.09 11.358 18 8.5 18c-.929 0-2.877.088-4.237-.197a1.6 1.6 0 0 1-.86-.461a1.56 1.56 0 0 1-.395-.805c-.103-.568.056-1.197.344-1.73C4.123 13.38 5 11.506 5 9.5c0-1.557-.251-3.237-1.169-5.26C3.38 3.244 4.054 2 5.223 2zM5.222 3c-.366 0-.664.423-.48.826C5.724 5.993 6 7.816 6 9.5c0 2.272-.987 4.337-1.769 5.783c-.216.401-.289.797-.239 1.075a.56.56 0 0 0 .138.296a.62.62 0 0 0 .338.17C5.695 17.081 7.477 17 8.5 17c2.642 0 4.761-.839 6.216-2.235C16.169 13.369 17 11.379 17 9c0-1.916-.155-3.356-.349-4.377C16.461 3.616 15.536 3 14.36 3zM8.5 7a.5.5 0 0 1 .5.5V11h1.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1-.5-.5v-4a.5.5 0 0 1 .5-.5m6 0a.5.5 0 0 1 0 1h-1v3.5a.5.5 0 0 1-1 0V8h-1a.5.5 0 0 1 0-1z"/></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.36 2c1.497 0 2.967.817 3.274 2.438C17.84 5.529 18 7.03 18 9c0 2.62-.92 4.88-2.592 6.485C13.738 17.09 11.358 18 8.5 18c-.929 0-2.877.088-4.237-.197a1.6 1.6 0 0 1-.86-.461a1.56 1.56 0 0 1-.395-.805c-.103-.568.056-1.197.344-1.73C4.123 13.38 5 11.506 5 9.5c0-1.557-.251-3.237-1.169-5.26C3.38 3.244 4.054 2 5.223 2zM5.222 3c-.366 0-.664.423-.48.826C5.724 5.993 6 7.816 6 9.5c0 2.272-.987 4.337-1.769 5.783c-.216.401-.289.797-.239 1.075a.56.56 0 0 0 .138.296a.62.62 0 0 0 .338.17C5.695 17.081 7.477 17 8.5 17c2.642 0 4.761-.839 6.216-2.235C16.169 13.369 17 11.379 17 9c0-1.916-.155-3.356-.349-4.377C16.461 3.616 15.536 3 14.36 3zM8.5 7a.5.5 0 0 1 .5.5V11h1.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1-.5-.5v-4a.5.5 0 0 1 .5-.5m6 0a.5.5 0 0 1 0 1h-1v3.5a.5.5 0 0 1-1 0V8h-1a.5.5 0 0 1 0-1z"/></svg> </template>
CSS
.icon-game-controller-trigger-left-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.36%202c1.497%200%202.967.817%203.274%202.438C17.84%205.529%2018%207.03%2018%209c0%202.62-.92%204.88-2.592%206.485C13.738%2017.09%2011.358%2018%208.5%2018c-.929%200-2.877.088-4.237-.197a1.6%201.6%200%200%201-.86-.461a1.56%201.56%200%200%201-.395-.805c-.103-.568.056-1.197.344-1.73C4.123%2013.38%205%2011.506%205%209.5c0-1.557-.251-3.237-1.169-5.26C3.38%203.244%204.054%202%205.223%202zM5.222%203c-.366%200-.664.423-.48.826C5.724%205.993%206%207.816%206%209.5c0%202.272-.987%204.337-1.769%205.783c-.216.401-.289.797-.239%201.075a.56.56%200%200%200%20.138.296a.62.62%200%200%200%20.338.17C5.695%2017.081%207.477%2017%208.5%2017c2.642%200%204.761-.839%206.216-2.235C16.169%2013.369%2017%2011.379%2017%209c0-1.916-.155-3.356-.349-4.377C16.461%203.616%2015.536%203%2014.36%203zM8.5%207a.5.5%200%200%201%20.5.5V11h1.5a.5.5%200%200%201%200%201h-2a.5.5%200%200%201-.5-.5v-4a.5.5%200%200%201%20.5-.5m6%200a.5.5%200%200%201%200%201h-1v3.5a.5.5%200%200%201-1%200V8h-1a.5.5%200%200%201%200-1z%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.36%202c1.497%200%202.967.817%203.274%202.438C17.84%205.529%2018%207.03%2018%209c0%202.62-.92%204.88-2.592%206.485C13.738%2017.09%2011.358%2018%208.5%2018c-.929%200-2.877.088-4.237-.197a1.6%201.6%200%200%201-.86-.461a1.56%201.56%200%200%201-.395-.805c-.103-.568.056-1.197.344-1.73C4.123%2013.38%205%2011.506%205%209.5c0-1.557-.251-3.237-1.169-5.26C3.38%203.244%204.054%202%205.223%202zM5.222%203c-.366%200-.664.423-.48.826C5.724%205.993%206%207.816%206%209.5c0%202.272-.987%204.337-1.769%205.783c-.216.401-.289.797-.239%201.075a.56.56%200%200%200%20.138.296a.62.62%200%200%200%20.338.17C5.695%2017.081%207.477%2017%208.5%2017c2.642%200%204.761-.839%206.216-2.235C16.169%2013.369%2017%2011.379%2017%209c0-1.916-.155-3.356-.349-4.377C16.461%203.616%2015.536%203%2014.36%203zM8.5%207a.5.5%200%200%201%20.5.5V11h1.5a.5.5%200%200%201%200%201h-2a.5.5%200%200%201-.5-.5v-4a.5.5%200%200%201%20.5-.5m6%200a.5.5%200%200%201%200%201h-1v3.5a.5.5%200%200%201-1%200V8h-1a.5.5%200%200%201%200-1z%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-left-20-regular.svg?color=%231a73e8&size=48