gamepad circle down icon
gamepad-circle-down from Material Symbols Light by Google · Regular · Hardware · Apache-2.0 Free for personal and commercial use.
- Name
- gamepad-circle-down
- Set
- Material Symbols Light
- Style
- Regular
- Category
- Hardware
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- gamepad-circle-down-outline, gamepad-circle-down-outline-rounded, gamepad-circle-down-outline-sharp, gamepad-circle-down-rounded, gamepad-circle-down-sharp
The same icon in other sets
More hardware icons from Material Symbols Light
add-diamondadf-scanneraod-tabletaod-watcharrows-left-right-circlearrows-up-down-circleassistant-deviceaudio-video-receiverb-circlebalancebrowser-updatedcamera-videocastcast-connectedcast-for-educationcast-pausecast-warningchromecast-devicecircle-circlecomputercomputer-arrow-upcomputer-cancelcomputer-soundconnected-tv
Use the gamepad circle down icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.766 20.08q-.92-.918-.92-2.234t.92-2.234q.919-.92 2.234-.92t2.235.92t.919 2.234t-.92 2.235Q13.317 21 12 21t-2.234-.92m0-11.692q-.92-.919-.92-2.234q0-1.316.92-2.235Q10.683 3 12 3t2.235.92q.919.919.919 2.234t-.92 2.235q-.918.919-2.234.919t-2.234-.92m3.758-.708q.63-.627.63-1.524t-.628-1.526T12.002 4t-1.526.628t-.63 1.524t.628 1.526t1.524.63t1.526-.628m-7.37 7.474q-1.307 0-2.23-.92Q3 13.317 3 12t.924-2.234q.923-.92 2.23-.92t2.23.92T9.308 12t-.924 2.235q-.923.919-2.23.919m-.002-1q.896 0 1.526-.628q.63-.627.63-1.524t-.628-1.526t-1.524-.63t-1.526.628T4 11.998t.628 1.526t1.524.63m11.674 1q-1.314 0-2.224-.92q-.91-.918-.91-2.234t.91-2.234q.91-.92 2.224-.92t2.245.92Q21 10.683 21 12t-.93 2.235q-.929.919-2.244.919m.004-1q.891 0 1.53-.628q.64-.627.64-1.524t-.64-1.526t-1.53-.63q-.89 0-1.514.628q-.624.627-.624 1.524t.624 1.526t1.514.63"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightGamepadCircleDown(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.766 20.08q-.92-.918-.92-2.234t.92-2.234q.919-.92 2.234-.92t2.235.92t.919 2.234t-.92 2.235Q13.317 21 12 21t-2.234-.92m0-11.692q-.92-.919-.92-2.234q0-1.316.92-2.235Q10.683 3 12 3t2.235.92q.919.919.919 2.234t-.92 2.235q-.918.919-2.234.919t-2.234-.92m3.758-.708q.63-.627.63-1.524t-.628-1.526T12.002 4t-1.526.628t-.63 1.524t.628 1.526t1.524.63t1.526-.628m-7.37 7.474q-1.307 0-2.23-.92Q3 13.317 3 12t.924-2.234q.923-.92 2.23-.92t2.23.92T9.308 12t-.924 2.235q-.923.919-2.23.919m-.002-1q.896 0 1.526-.628q.63-.627.63-1.524t-.628-1.526t-1.524-.63t-1.526.628T4 11.998t.628 1.526t1.524.63m11.674 1q-1.314 0-2.224-.92q-.91-.918-.91-2.234t.91-2.234q.91-.92 2.224-.92t2.245.92Q21 10.683 21 12t-.93 2.235q-.929.919-2.244.919m.004-1q.891 0 1.53-.628q.64-.627.64-1.524t-.64-1.526t-1.53-.63q-.89 0-1.514.628q-.624.627-.624 1.524t.624 1.526t1.514.63"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.766 20.08q-.92-.918-.92-2.234t.92-2.234q.919-.92 2.234-.92t2.235.92t.919 2.234t-.92 2.235Q13.317 21 12 21t-2.234-.92m0-11.692q-.92-.919-.92-2.234q0-1.316.92-2.235Q10.683 3 12 3t2.235.92q.919.919.919 2.234t-.92 2.235q-.918.919-2.234.919t-2.234-.92m3.758-.708q.63-.627.63-1.524t-.628-1.526T12.002 4t-1.526.628t-.63 1.524t.628 1.526t1.524.63t1.526-.628m-7.37 7.474q-1.307 0-2.23-.92Q3 13.317 3 12t.924-2.234q.923-.92 2.23-.92t2.23.92T9.308 12t-.924 2.235q-.923.919-2.23.919m-.002-1q.896 0 1.526-.628q.63-.627.63-1.524t-.628-1.526t-1.524-.63t-1.526.628T4 11.998t.628 1.526t1.524.63m11.674 1q-1.314 0-2.224-.92q-.91-.918-.91-2.234t.91-2.234q.91-.92 2.224-.92t2.245.92Q21 10.683 21 12t-.93 2.235q-.929.919-2.244.919m.004-1q.891 0 1.53-.628q.64-.627.64-1.524t-.64-1.526t-1.53-.63q-.89 0-1.514.628q-.624.627-.624 1.524t.624 1.526t1.514.63"/></svg> </template>
CSS
.icon-gamepad-circle-down {
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%22currentColor%22%20d%3D%22M9.766%2020.08q-.92-.918-.92-2.234t.92-2.234q.919-.92%202.234-.92t2.235.92t.919%202.234t-.92%202.235Q13.317%2021%2012%2021t-2.234-.92m0-11.692q-.92-.919-.92-2.234q0-1.316.92-2.235Q10.683%203%2012%203t2.235.92q.919.919.919%202.234t-.92%202.235q-.918.919-2.234.919t-2.234-.92m3.758-.708q.63-.627.63-1.524t-.628-1.526T12.002%204t-1.526.628t-.63%201.524t.628%201.526t1.524.63t1.526-.628m-7.37%207.474q-1.307%200-2.23-.92Q3%2013.317%203%2012t.924-2.234q.923-.92%202.23-.92t2.23.92T9.308%2012t-.924%202.235q-.923.919-2.23.919m-.002-1q.896%200%201.526-.628q.63-.627.63-1.524t-.628-1.526t-1.524-.63t-1.526.628T4%2011.998t.628%201.526t1.524.63m11.674%201q-1.314%200-2.224-.92q-.91-.918-.91-2.234t.91-2.234q.91-.92%202.224-.92t2.245.92Q21%2010.683%2021%2012t-.93%202.235q-.929.919-2.244.919m.004-1q.891%200%201.53-.628q.64-.627.64-1.524t-.64-1.526t-1.53-.63q-.89%200-1.514.628q-.624.627-.624%201.524t.624%201.526t1.514.63%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%22currentColor%22%20d%3D%22M9.766%2020.08q-.92-.918-.92-2.234t.92-2.234q.919-.92%202.234-.92t2.235.92t.919%202.234t-.92%202.235Q13.317%2021%2012%2021t-2.234-.92m0-11.692q-.92-.919-.92-2.234q0-1.316.92-2.235Q10.683%203%2012%203t2.235.92q.919.919.919%202.234t-.92%202.235q-.918.919-2.234.919t-2.234-.92m3.758-.708q.63-.627.63-1.524t-.628-1.526T12.002%204t-1.526.628t-.63%201.524t.628%201.526t1.524.63t1.526-.628m-7.37%207.474q-1.307%200-2.23-.92Q3%2013.317%203%2012t.924-2.234q.923-.92%202.23-.92t2.23.92T9.308%2012t-.924%202.235q-.923.919-2.23.919m-.002-1q.896%200%201.526-.628q.63-.627.63-1.524t-.628-1.526t-1.524-.63t-1.526.628T4%2011.998t.628%201.526t1.524.63m11.674%201q-1.314%200-2.224-.92q-.91-.918-.91-2.234t.91-2.234q.91-.92%202.224-.92t2.245.92Q21%2010.683%2021%2012t-.93%202.235q-.929.919-2.244.919m.004-1q.891%200%201.53-.628q.64-.627.64-1.524t-.64-1.526t-1.53-.63q-.89%200-1.514.628q-.624.627-.624%201.524t.624%201.526t1.514.63%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/gamepad-circle-down.svg?color=%231a73e8&size=48