gamepad circle right icon
gamepad-circle-right from Material Symbols by Google · Regular · Hardware · Apache-2.0 Free for personal and commercial use.
- Name
- gamepad-circle-right
- Set
- Material Symbols
- Style
- Regular
- Category
- Hardware
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- gamepad-circle-right-outline, gamepad-circle-right-outline-rounded, gamepad-circle-right-outline-sharp, gamepad-circle-right-rounded, gamepad-circle-right-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 right icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.025 14.475Q15 13.45 15 12t1.025-2.475T18.5 8.5t2.475 1.025T22 12t-1.025 2.475T18.5 15.5t-2.475-1.025m-13 0Q2 13.45 2 12t1.025-2.475T5.5 8.5t2.475 1.025T9 12t-1.025 2.475T5.5 15.5t-2.475-1.025m3.538-1.412Q7 12.625 7 12t-.437-1.062T5.5 10.5t-1.062.438T4 12t.438 1.063T5.5 13.5t1.063-.437m2.962 7.912Q8.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.025m3.538-1.412q.437-.438.437-1.063t-.437-1.062T12 17t-1.062.438T10.5 18.5t.438 1.063T12 20t1.063-.437M9.525 7.975Q8.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-.437"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsGamepadCircleRight(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="M16.025 14.475Q15 13.45 15 12t1.025-2.475T18.5 8.5t2.475 1.025T22 12t-1.025 2.475T18.5 15.5t-2.475-1.025m-13 0Q2 13.45 2 12t1.025-2.475T5.5 8.5t2.475 1.025T9 12t-1.025 2.475T5.5 15.5t-2.475-1.025m3.538-1.412Q7 12.625 7 12t-.437-1.062T5.5 10.5t-1.062.438T4 12t.438 1.063T5.5 13.5t1.063-.437m2.962 7.912Q8.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.025m3.538-1.412q.437-.438.437-1.063t-.437-1.062T12 17t-1.062.438T10.5 18.5t.438 1.063T12 20t1.063-.437M9.525 7.975Q8.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-.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="M16.025 14.475Q15 13.45 15 12t1.025-2.475T18.5 8.5t2.475 1.025T22 12t-1.025 2.475T18.5 15.5t-2.475-1.025m-13 0Q2 13.45 2 12t1.025-2.475T5.5 8.5t2.475 1.025T9 12t-1.025 2.475T5.5 15.5t-2.475-1.025m3.538-1.412Q7 12.625 7 12t-.437-1.062T5.5 10.5t-1.062.438T4 12t.438 1.063T5.5 13.5t1.063-.437m2.962 7.912Q8.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.025m3.538-1.412q.437-.438.437-1.063t-.437-1.062T12 17t-1.062.438T10.5 18.5t.438 1.063T12 20t1.063-.437M9.525 7.975Q8.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-.437"/></svg> </template>
CSS
.icon-gamepad-circle-right {
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%22M16.025%2014.475Q15%2013.45%2015%2012t1.025-2.475T18.5%208.5t2.475%201.025T22%2012t-1.025%202.475T18.5%2015.5t-2.475-1.025m-13%200Q2%2013.45%202%2012t1.025-2.475T5.5%208.5t2.475%201.025T9%2012t-1.025%202.475T5.5%2015.5t-2.475-1.025m3.538-1.412Q7%2012.625%207%2012t-.437-1.062T5.5%2010.5t-1.062.438T4%2012t.438%201.063T5.5%2013.5t1.063-.437m2.962%207.912Q8.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.025m3.538-1.412q.437-.438.437-1.063t-.437-1.062T12%2017t-1.062.438T10.5%2018.5t.438%201.063T12%2020t1.063-.437M9.525%207.975Q8.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-.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%22M16.025%2014.475Q15%2013.45%2015%2012t1.025-2.475T18.5%208.5t2.475%201.025T22%2012t-1.025%202.475T18.5%2015.5t-2.475-1.025m-13%200Q2%2013.45%202%2012t1.025-2.475T5.5%208.5t2.475%201.025T9%2012t-1.025%202.475T5.5%2015.5t-2.475-1.025m3.538-1.412Q7%2012.625%207%2012t-.437-1.062T5.5%2010.5t-1.062.438T4%2012t.438%201.063T5.5%2013.5t1.063-.437m2.962%207.912Q8.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.025m3.538-1.412q.437-.438.437-1.063t-.437-1.062T12%2017t-1.062.438T10.5%2018.5t.438%201.063T12%2020t1.063-.437M9.525%207.975Q8.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-.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-right.svg?color=%231a73e8&size=48