gamepad circle up icon

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

Name
gamepad-circle-up
Set
Material Symbols
Style
Regular
Category
Hardware
Viewbox
24×24
License
Apache 2.0
Aliases
gamepad-circle-up-outline, gamepad-circle-up-outline-rounded, gamepad-circle-up-outline-sharp, gamepad-circle-up-rounded, gamepad-circle-up-sharp

The same icon in other sets

More hardware icons from Material Symbols

Use the gamepad circle up 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 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.975m0 13Q8.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-.437M18.5 15.5q-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.437m-13 2q-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.5"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsGamepadCircleUp(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 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.975m0 13Q8.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-.437M18.5 15.5q-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.437m-13 2q-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.5"/></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 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.975m0 13Q8.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-.437M18.5 15.5q-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.437m-13 2q-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.5"/></svg>
</template>

CSS

.icon-gamepad-circle-up {
  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%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.975m0%2013Q8.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-.437M18.5%2015.5q-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.437m-13%202q-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.5%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%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.975m0%2013Q8.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-.437M18.5%2015.5q-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.437m-13%202q-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.5%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-up.svg?color=%231a73e8&size=48