gamepad circle down icon
gamepad-circle-down from Material Symbols by Google · Regular · Hardware · Apache-2.0 Free for personal and commercial use.
- Name
- gamepad-circle-down
- Set
- Material Symbols
- 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
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.525 20.975Q8.5 19.95 8.5 18.5t1.025-2.475T12 15t2.475 1.025T15.5 18.5t-1.025 2.475T12 22t-2.475-1.025m0-13Q8.5 6.95 8.5 5.5t1.025-2.475T12 2t2.475 1.025T15.5 5.5t-1.025 2.475T12 9T9.525 7.975m3.538-1.412q.437-.438.437-1.063t-.437-1.062T12 4t-1.062.438T10.5 5.5t.438 1.063T12 7t1.063-.437M5.5 15.5q-1.45 0-2.475-1.025T2 12t1.025-2.475T5.5 8.5t2.475 1.025T9 12t-1.025 2.475T5.5 15.5m0-2q.625 0 1.063-.437T7 12t-.437-1.062T5.5 10.5t-1.062.438T4 12t.438 1.063T5.5 13.5m13 2q-1.45 0-2.475-1.025T15 12t1.025-2.475T18.5 8.5t2.475 1.025T22 12t-1.025 2.475T18.5 15.5m0-2q.625 0 1.063-.437T20 12t-.437-1.062T18.5 10.5t-1.062.438T17 12t.438 1.063t1.062.437"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsGamepadCircleDown(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.525 20.975Q8.5 19.95 8.5 18.5t1.025-2.475T12 15t2.475 1.025T15.5 18.5t-1.025 2.475T12 22t-2.475-1.025m0-13Q8.5 6.95 8.5 5.5t1.025-2.475T12 2t2.475 1.025T15.5 5.5t-1.025 2.475T12 9T9.525 7.975m3.538-1.412q.437-.438.437-1.063t-.437-1.062T12 4t-1.062.438T10.5 5.5t.438 1.063T12 7t1.063-.437M5.5 15.5q-1.45 0-2.475-1.025T2 12t1.025-2.475T5.5 8.5t2.475 1.025T9 12t-1.025 2.475T5.5 15.5m0-2q.625 0 1.063-.437T7 12t-.437-1.062T5.5 10.5t-1.062.438T4 12t.438 1.063T5.5 13.5m13 2q-1.45 0-2.475-1.025T15 12t1.025-2.475T18.5 8.5t2.475 1.025T22 12t-1.025 2.475T18.5 15.5m0-2q.625 0 1.063-.437T20 12t-.437-1.062T18.5 10.5t-1.062.438T17 12t.438 1.063t1.062.437"/></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.525 20.975Q8.5 19.95 8.5 18.5t1.025-2.475T12 15t2.475 1.025T15.5 18.5t-1.025 2.475T12 22t-2.475-1.025m0-13Q8.5 6.95 8.5 5.5t1.025-2.475T12 2t2.475 1.025T15.5 5.5t-1.025 2.475T12 9T9.525 7.975m3.538-1.412q.437-.438.437-1.063t-.437-1.062T12 4t-1.062.438T10.5 5.5t.438 1.063T12 7t1.063-.437M5.5 15.5q-1.45 0-2.475-1.025T2 12t1.025-2.475T5.5 8.5t2.475 1.025T9 12t-1.025 2.475T5.5 15.5m0-2q.625 0 1.063-.437T7 12t-.437-1.062T5.5 10.5t-1.062.438T4 12t.438 1.063T5.5 13.5m13 2q-1.45 0-2.475-1.025T15 12t1.025-2.475T18.5 8.5t2.475 1.025T22 12t-1.025 2.475T18.5 15.5m0-2q.625 0 1.063-.437T20 12t-.437-1.062T18.5 10.5t-1.062.438T17 12t.438 1.063t1.062.437"/></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.525%2020.975Q8.5%2019.95%208.5%2018.5t1.025-2.475T12%2015t2.475%201.025T15.5%2018.5t-1.025%202.475T12%2022t-2.475-1.025m0-13Q8.5%206.95%208.5%205.5t1.025-2.475T12%202t2.475%201.025T15.5%205.5t-1.025%202.475T12%209T9.525%207.975m3.538-1.412q.437-.438.437-1.063t-.437-1.062T12%204t-1.062.438T10.5%205.5t.438%201.063T12%207t1.063-.437M5.5%2015.5q-1.45%200-2.475-1.025T2%2012t1.025-2.475T5.5%208.5t2.475%201.025T9%2012t-1.025%202.475T5.5%2015.5m0-2q.625%200%201.063-.437T7%2012t-.437-1.062T5.5%2010.5t-1.062.438T4%2012t.438%201.063T5.5%2013.5m13%202q-1.45%200-2.475-1.025T15%2012t1.025-2.475T18.5%208.5t2.475%201.025T22%2012t-1.025%202.475T18.5%2015.5m0-2q.625%200%201.063-.437T20%2012t-.437-1.062T18.5%2010.5t-1.062.438T17%2012t.438%201.063t1.062.437%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.525%2020.975Q8.5%2019.95%208.5%2018.5t1.025-2.475T12%2015t2.475%201.025T15.5%2018.5t-1.025%202.475T12%2022t-2.475-1.025m0-13Q8.5%206.95%208.5%205.5t1.025-2.475T12%202t2.475%201.025T15.5%205.5t-1.025%202.475T12%209T9.525%207.975m3.538-1.412q.437-.438.437-1.063t-.437-1.062T12%204t-1.062.438T10.5%205.5t.438%201.063T12%207t1.063-.437M5.5%2015.5q-1.45%200-2.475-1.025T2%2012t1.025-2.475T5.5%208.5t2.475%201.025T9%2012t-1.025%202.475T5.5%2015.5m0-2q.625%200%201.063-.437T7%2012t-.437-1.062T5.5%2010.5t-1.062.438T4%2012t.438%201.063T5.5%2013.5m13%202q-1.45%200-2.475-1.025T15%2012t1.025-2.475T18.5%208.5t2.475%201.025T22%2012t-1.025%202.475T18.5%2015.5m0-2q.625%200%201.063-.437T20%2012t-.437-1.062T18.5%2010.5t-1.062.438T17%2012t.438%201.063t1.062.437%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/gamepad-circle-down.svg?color=%231a73e8&size=48