gamepad circle right icon

gamepad-circle-right from Material Symbols Light by Google · Regular · Hardware · Apache-2.0 Free for personal and commercial use.

Name
gamepad-circle-right
Set
Material Symbols Light
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 Light

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="M15.612 14.235q-.92-.92-.92-2.235t.92-2.234t2.234-.92t2.235.92T21 12t-.92 2.235q-.919.919-2.234.919t-2.235-.92m-11.692 0Q3 13.317 3 12t.92-2.234q.919-.92 2.234-.92t2.235.92T9.308 12t-.92 2.235t-2.234.919t-2.235-.92m3.759-.708q.63-.627.63-1.524t-.628-1.526t-1.524-.63t-1.526.628T4 11.998t.628 1.526t1.524.63t1.526-.628m2.088 6.55q-.92-.923-.92-2.23t.92-2.23T12 14.692t2.235.924t.919 2.23q0 1.307-.92 2.23Q13.317 21 12 21t-2.234-.923m3.758-.705q.63-.627.63-1.524t-.628-1.526t-1.524-.63t-1.526.628t-.63 1.524t.628 1.526t1.524.63t1.526-.628M9.766 8.398q-.92-.91-.92-2.224t.92-2.244T12 3t2.235.93t.919 2.244q0 1.314-.92 2.224q-.918.91-2.234.91t-2.234-.91m3.758-.714q.63-.624.63-1.514q0-.891-.628-1.53Q12.9 4 12.002 4t-1.526.64t-.63 1.53q0 .89.628 1.514q.627.624 1.524.624t1.526-.624"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightGamepadCircleRight(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="M15.612 14.235q-.92-.92-.92-2.235t.92-2.234t2.234-.92t2.235.92T21 12t-.92 2.235q-.919.919-2.234.919t-2.235-.92m-11.692 0Q3 13.317 3 12t.92-2.234q.919-.92 2.234-.92t2.235.92T9.308 12t-.92 2.235t-2.234.919t-2.235-.92m3.759-.708q.63-.627.63-1.524t-.628-1.526t-1.524-.63t-1.526.628T4 11.998t.628 1.526t1.524.63t1.526-.628m2.088 6.55q-.92-.923-.92-2.23t.92-2.23T12 14.692t2.235.924t.919 2.23q0 1.307-.92 2.23Q13.317 21 12 21t-2.234-.923m3.758-.705q.63-.627.63-1.524t-.628-1.526t-1.524-.63t-1.526.628t-.63 1.524t.628 1.526t1.524.63t1.526-.628M9.766 8.398q-.92-.91-.92-2.224t.92-2.244T12 3t2.235.93t.919 2.244q0 1.314-.92 2.224q-.918.91-2.234.91t-2.234-.91m3.758-.714q.63-.624.63-1.514q0-.891-.628-1.53Q12.9 4 12.002 4t-1.526.64t-.63 1.53q0 .89.628 1.514q.627.624 1.524.624t1.526-.624"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.612 14.235q-.92-.92-.92-2.235t.92-2.234t2.234-.92t2.235.92T21 12t-.92 2.235q-.919.919-2.234.919t-2.235-.92m-11.692 0Q3 13.317 3 12t.92-2.234q.919-.92 2.234-.92t2.235.92T9.308 12t-.92 2.235t-2.234.919t-2.235-.92m3.759-.708q.63-.627.63-1.524t-.628-1.526t-1.524-.63t-1.526.628T4 11.998t.628 1.526t1.524.63t1.526-.628m2.088 6.55q-.92-.923-.92-2.23t.92-2.23T12 14.692t2.235.924t.919 2.23q0 1.307-.92 2.23Q13.317 21 12 21t-2.234-.923m3.758-.705q.63-.627.63-1.524t-.628-1.526t-1.524-.63t-1.526.628t-.63 1.524t.628 1.526t1.524.63t1.526-.628M9.766 8.398q-.92-.91-.92-2.224t.92-2.244T12 3t2.235.93t.919 2.244q0 1.314-.92 2.224q-.918.91-2.234.91t-2.234-.91m3.758-.714q.63-.624.63-1.514q0-.891-.628-1.53Q12.9 4 12.002 4t-1.526.64t-.63 1.53q0 .89.628 1.514q.627.624 1.524.624t1.526-.624"/></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%22M15.612%2014.235q-.92-.92-.92-2.235t.92-2.234t2.234-.92t2.235.92T21%2012t-.92%202.235q-.919.919-2.234.919t-2.235-.92m-11.692%200Q3%2013.317%203%2012t.92-2.234q.919-.92%202.234-.92t2.235.92T9.308%2012t-.92%202.235t-2.234.919t-2.235-.92m3.759-.708q.63-.627.63-1.524t-.628-1.526t-1.524-.63t-1.526.628T4%2011.998t.628%201.526t1.524.63t1.526-.628m2.088%206.55q-.92-.923-.92-2.23t.92-2.23T12%2014.692t2.235.924t.919%202.23q0%201.307-.92%202.23Q13.317%2021%2012%2021t-2.234-.923m3.758-.705q.63-.627.63-1.524t-.628-1.526t-1.524-.63t-1.526.628t-.63%201.524t.628%201.526t1.524.63t1.526-.628M9.766%208.398q-.92-.91-.92-2.224t.92-2.244T12%203t2.235.93t.919%202.244q0%201.314-.92%202.224q-.918.91-2.234.91t-2.234-.91m3.758-.714q.63-.624.63-1.514q0-.891-.628-1.53Q12.9%204%2012.002%204t-1.526.64t-.63%201.53q0%20.89.628%201.514q.627.624%201.524.624t1.526-.624%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%22M15.612%2014.235q-.92-.92-.92-2.235t.92-2.234t2.234-.92t2.235.92T21%2012t-.92%202.235q-.919.919-2.234.919t-2.235-.92m-11.692%200Q3%2013.317%203%2012t.92-2.234q.919-.92%202.234-.92t2.235.92T9.308%2012t-.92%202.235t-2.234.919t-2.235-.92m3.759-.708q.63-.627.63-1.524t-.628-1.526t-1.524-.63t-1.526.628T4%2011.998t.628%201.526t1.524.63t1.526-.628m2.088%206.55q-.92-.923-.92-2.23t.92-2.23T12%2014.692t2.235.924t.919%202.23q0%201.307-.92%202.23Q13.317%2021%2012%2021t-2.234-.923m3.758-.705q.63-.627.63-1.524t-.628-1.526t-1.524-.63t-1.526.628t-.63%201.524t.628%201.526t1.524.63t1.526-.628M9.766%208.398q-.92-.91-.92-2.224t.92-2.244T12%203t2.235.93t.919%202.244q0%201.314-.92%202.224q-.918.91-2.234.91t-2.234-.91m3.758-.714q.63-.624.63-1.514q0-.891-.628-1.53Q12.9%204%2012.002%204t-1.526.64t-.63%201.53q0%20.89.628%201.514q.627.624%201.524.624t1.526-.624%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-right.svg?color=%231a73e8&size=48