gamepad directional icon
gamepad-directional from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- gamepad-directional
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Related icons in Huge Icons
Use the gamepad directional icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M9.5 6.086V5.5c0-.935 0-1.402.201-1.75a1.5 1.5 0 0 1 .549-.549C10.598 3 11.065 3 12 3s1.402 0 1.75.201a1.5 1.5 0 0 1 .55.549c.2.348.2.815.2 1.75v.586a1 1 0 0 1-.293.707l-1.353 1.353a1.207 1.207 0 0 1-1.707 0L9.793 6.793a1 1 0 0 1-.293-.707m0 11.829v.585c0 .935 0 1.402.201 1.75a1.5 1.5 0 0 0 .549.55c.348.2.815.2 1.75.2s1.402 0 1.75-.2a1.5 1.5 0 0 0 .55-.55c.2-.348.2-.815.2-1.75v-.585a1 1 0 0 0-.293-.708l-1.353-1.353a1.207 1.207 0 0 0-1.707 0l-1.354 1.353a1 1 0 0 0-.293.707M17.914 9.5h.586c.935 0 1.402 0 1.75.201a1.5 1.5 0 0 1 .55.549c.2.348.2.815.2 1.75s0 1.402-.2 1.75a1.5 1.5 0 0 1-.55.549c-.348.201-.815.201-1.75.201h-.586a1 1 0 0 1-.707-.293l-1.353-1.353a1.207 1.207 0 0 1 0-1.708l1.353-1.353a1 1 0 0 1 .707-.293m-11.828 0H5.5c-.935 0-1.402 0-1.75.201a1.5 1.5 0 0 0-.549.549C3 10.598 3 11.065 3 12s0 1.402.201 1.75a1.5 1.5 0 0 0 .549.549c.348.201.815.201 1.75.201h.586a1 1 0 0 0 .707-.293l1.353-1.353a1.207 1.207 0 0 0 0-1.708L6.793 9.793a1 1 0 0 0-.707-.293"/></svg>
React
import type { SVGProps } from "react";
export function HugeiconsGamepadDirectional(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M9.5 6.086V5.5c0-.935 0-1.402.201-1.75a1.5 1.5 0 0 1 .549-.549C10.598 3 11.065 3 12 3s1.402 0 1.75.201a1.5 1.5 0 0 1 .55.549c.2.348.2.815.2 1.75v.586a1 1 0 0 1-.293.707l-1.353 1.353a1.207 1.207 0 0 1-1.707 0L9.793 6.793a1 1 0 0 1-.293-.707m0 11.829v.585c0 .935 0 1.402.201 1.75a1.5 1.5 0 0 0 .549.55c.348.2.815.2 1.75.2s1.402 0 1.75-.2a1.5 1.5 0 0 0 .55-.55c.2-.348.2-.815.2-1.75v-.585a1 1 0 0 0-.293-.708l-1.353-1.353a1.207 1.207 0 0 0-1.707 0l-1.354 1.353a1 1 0 0 0-.293.707M17.914 9.5h.586c.935 0 1.402 0 1.75.201a1.5 1.5 0 0 1 .55.549c.2.348.2.815.2 1.75s0 1.402-.2 1.75a1.5 1.5 0 0 1-.55.549c-.348.201-.815.201-1.75.201h-.586a1 1 0 0 1-.707-.293l-1.353-1.353a1.207 1.207 0 0 1 0-1.708l1.353-1.353a1 1 0 0 1 .707-.293m-11.828 0H5.5c-.935 0-1.402 0-1.75.201a1.5 1.5 0 0 0-.549.549C3 10.598 3 11.065 3 12s0 1.402.201 1.75a1.5 1.5 0 0 0 .549.549c.348.201.815.201 1.75.201h.586a1 1 0 0 0 .707-.293l1.353-1.353a1.207 1.207 0 0 0 0-1.708L6.793 9.793a1 1 0 0 0-.707-.293"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M9.5 6.086V5.5c0-.935 0-1.402.201-1.75a1.5 1.5 0 0 1 .549-.549C10.598 3 11.065 3 12 3s1.402 0 1.75.201a1.5 1.5 0 0 1 .55.549c.2.348.2.815.2 1.75v.586a1 1 0 0 1-.293.707l-1.353 1.353a1.207 1.207 0 0 1-1.707 0L9.793 6.793a1 1 0 0 1-.293-.707m0 11.829v.585c0 .935 0 1.402.201 1.75a1.5 1.5 0 0 0 .549.55c.348.2.815.2 1.75.2s1.402 0 1.75-.2a1.5 1.5 0 0 0 .55-.55c.2-.348.2-.815.2-1.75v-.585a1 1 0 0 0-.293-.708l-1.353-1.353a1.207 1.207 0 0 0-1.707 0l-1.354 1.353a1 1 0 0 0-.293.707M17.914 9.5h.586c.935 0 1.402 0 1.75.201a1.5 1.5 0 0 1 .55.549c.2.348.2.815.2 1.75s0 1.402-.2 1.75a1.5 1.5 0 0 1-.55.549c-.348.201-.815.201-1.75.201h-.586a1 1 0 0 1-.707-.293l-1.353-1.353a1.207 1.207 0 0 1 0-1.708l1.353-1.353a1 1 0 0 1 .707-.293m-11.828 0H5.5c-.935 0-1.402 0-1.75.201a1.5 1.5 0 0 0-.549.549C3 10.598 3 11.065 3 12s0 1.402.201 1.75a1.5 1.5 0 0 0 .549.549c.348.201.815.201 1.75.201h.586a1 1 0 0 0 .707-.293l1.353-1.353a1.207 1.207 0 0 0 0-1.708L6.793 9.793a1 1 0 0 0-.707-.293"/></svg> </template>
CSS
.icon-gamepad-directional {
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%2024%2024%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M9.5%206.086V5.5c0-.935%200-1.402.201-1.75a1.5%201.5%200%200%201%20.549-.549C10.598%203%2011.065%203%2012%203s1.402%200%201.75.201a1.5%201.5%200%200%201%20.55.549c.2.348.2.815.2%201.75v.586a1%201%200%200%201-.293.707l-1.353%201.353a1.207%201.207%200%200%201-1.707%200L9.793%206.793a1%201%200%200%201-.293-.707m0%2011.829v.585c0%20.935%200%201.402.201%201.75a1.5%201.5%200%200%200%20.549.55c.348.2.815.2%201.75.2s1.402%200%201.75-.2a1.5%201.5%200%200%200%20.55-.55c.2-.348.2-.815.2-1.75v-.585a1%201%200%200%200-.293-.708l-1.353-1.353a1.207%201.207%200%200%200-1.707%200l-1.354%201.353a1%201%200%200%200-.293.707M17.914%209.5h.586c.935%200%201.402%200%201.75.201a1.5%201.5%200%200%201%20.55.549c.2.348.2.815.2%201.75s0%201.402-.2%201.75a1.5%201.5%200%200%201-.55.549c-.348.201-.815.201-1.75.201h-.586a1%201%200%200%201-.707-.293l-1.353-1.353a1.207%201.207%200%200%201%200-1.708l1.353-1.353a1%201%200%200%201%20.707-.293m-11.828%200H5.5c-.935%200-1.402%200-1.75.201a1.5%201.5%200%200%200-.549.549C3%2010.598%203%2011.065%203%2012s0%201.402.201%201.75a1.5%201.5%200%200%200%20.549.549c.348.201.815.201%201.75.201h.586a1%201%200%200%200%20.707-.293l1.353-1.353a1.207%201.207%200%200%200%200-1.708L6.793%209.793a1%201%200%200%200-.707-.293%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%2024%2024%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M9.5%206.086V5.5c0-.935%200-1.402.201-1.75a1.5%201.5%200%200%201%20.549-.549C10.598%203%2011.065%203%2012%203s1.402%200%201.75.201a1.5%201.5%200%200%201%20.55.549c.2.348.2.815.2%201.75v.586a1%201%200%200%201-.293.707l-1.353%201.353a1.207%201.207%200%200%201-1.707%200L9.793%206.793a1%201%200%200%201-.293-.707m0%2011.829v.585c0%20.935%200%201.402.201%201.75a1.5%201.5%200%200%200%20.549.55c.348.2.815.2%201.75.2s1.402%200%201.75-.2a1.5%201.5%200%200%200%20.55-.55c.2-.348.2-.815.2-1.75v-.585a1%201%200%200%200-.293-.708l-1.353-1.353a1.207%201.207%200%200%200-1.707%200l-1.354%201.353a1%201%200%200%200-.293.707M17.914%209.5h.586c.935%200%201.402%200%201.75.201a1.5%201.5%200%200%201%20.55.549c.2.348.2.815.2%201.75s0%201.402-.2%201.75a1.5%201.5%200%200%201-.55.549c-.348.201-.815.201-1.75.201h-.586a1%201%200%200%201-.707-.293l-1.353-1.353a1.207%201.207%200%200%201%200-1.708l1.353-1.353a1%201%200%200%201%20.707-.293m-11.828%200H5.5c-.935%200-1.402%200-1.75.201a1.5%201.5%200%200%200-.549.549C3%2010.598%203%2011.065%203%2012s0%201.402.201%201.75a1.5%201.5%200%200%200%20.549.549c.348.201.815.201%201.75.201h.586a1%201%200%200%200%20.707-.293l1.353-1.353a1.207%201.207%200%200%200%200-1.708L6.793%209.793a1%201%200%200%200-.707-.293%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/gamepad-directional.svg?color=%231a73e8&size=48