gamepad charge icon

gamepad-charge-filled from Reicon by REICON · Filled · Devices · MIT Free for personal and commercial use.

Name
gamepad-charge-filled
Set
Reicon
Style
Filled
Category
Devices
Viewbox
24×24
License
MIT

2 other variants in Reicon

The same icon in other sets

More devices icons from Reicon

Use the gamepad charge icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M12.75 18.968A1 1 0 0 0 13.5 18v-.727a.38.38 0 0 0-.26-.36a3.92 3.92 0 0 0-2.48 0a.38.38 0 0 0-.26.36V18a1 1 0 0 0 .75.968v3.282a.75.75 0 1 0 1.5 0z"/><path fill-rule="evenodd" d="m10.667 5.134l-.502-.355A4.24 4.24 0 0 0 7.715 4h-.612c-.405 0-.813.025-1.194.16c-2.383.846-4.022 3.935-3.903 10.943c.024 1.412.354 2.972 1.628 3.581A3.2 3.2 0 0 0 5.027 19a2.74 2.74 0 0 0 1.53-.437c.41-.268.77-.616 1.13-.964c.444-.43.888-.86 1.424-1.138a4.1 4.1 0 0 1 1.89-.461H13c.658 0 1.306.158 1.89.46c.536.279.98.709 1.425 1.139c.36.348.72.696 1.128.964c.39.256.895.437 1.531.437a3.2 3.2 0 0 0 1.393-.316c1.274-.609 1.604-2.17 1.628-3.581c.119-7.008-1.52-10.097-3.903-10.942C17.71 4.025 17.3 4 16.897 4h-.612a4.24 4.24 0 0 0-2.45.78l-.502.354a2.31 2.31 0 0 1-2.666 0M16.75 8a.75.75 0 1 1 0 1.5a.75.75 0 0 1 0-1.5m-9.25.25a.75.75 0 0 1 .75.75v.75H9a.75.75 0 0 1 0 1.5h-.75V12a.75.75 0 0 1-1.5 0v-.75H6a.75.75 0 0 1 0-1.5h.75V9a.75.75 0 0 1 .75-.75m11.5 2a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0m-3.75.75a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5m2.25.75a.75.75 0 1 0-1.5 0a.75.75 0 0 0 1.5 0" clip-rule="evenodd"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconGamepadChargeFilled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M12.75 18.968A1 1 0 0 0 13.5 18v-.727a.38.38 0 0 0-.26-.36a3.92 3.92 0 0 0-2.48 0a.38.38 0 0 0-.26.36V18a1 1 0 0 0 .75.968v3.282a.75.75 0 1 0 1.5 0z"/><path fillRule="evenodd" d="m10.667 5.134l-.502-.355A4.24 4.24 0 0 0 7.715 4h-.612c-.405 0-.813.025-1.194.16c-2.383.846-4.022 3.935-3.903 10.943c.024 1.412.354 2.972 1.628 3.581A3.2 3.2 0 0 0 5.027 19a2.74 2.74 0 0 0 1.53-.437c.41-.268.77-.616 1.13-.964c.444-.43.888-.86 1.424-1.138a4.1 4.1 0 0 1 1.89-.461H13c.658 0 1.306.158 1.89.46c.536.279.98.709 1.425 1.139c.36.348.72.696 1.128.964c.39.256.895.437 1.531.437a3.2 3.2 0 0 0 1.393-.316c1.274-.609 1.604-2.17 1.628-3.581c.119-7.008-1.52-10.097-3.903-10.942C17.71 4.025 17.3 4 16.897 4h-.612a4.24 4.24 0 0 0-2.45.78l-.502.354a2.31 2.31 0 0 1-2.666 0M16.75 8a.75.75 0 1 1 0 1.5a.75.75 0 0 1 0-1.5m-9.25.25a.75.75 0 0 1 .75.75v.75H9a.75.75 0 0 1 0 1.5h-.75V12a.75.75 0 0 1-1.5 0v-.75H6a.75.75 0 0 1 0-1.5h.75V9a.75.75 0 0 1 .75-.75m11.5 2a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0m-3.75.75a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5m2.25.75a.75.75 0 1 0-1.5 0a.75.75 0 0 0 1.5 0" clipRule="evenodd"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M12.75 18.968A1 1 0 0 0 13.5 18v-.727a.38.38 0 0 0-.26-.36a3.92 3.92 0 0 0-2.48 0a.38.38 0 0 0-.26.36V18a1 1 0 0 0 .75.968v3.282a.75.75 0 1 0 1.5 0z"/><path fill-rule="evenodd" d="m10.667 5.134l-.502-.355A4.24 4.24 0 0 0 7.715 4h-.612c-.405 0-.813.025-1.194.16c-2.383.846-4.022 3.935-3.903 10.943c.024 1.412.354 2.972 1.628 3.581A3.2 3.2 0 0 0 5.027 19a2.74 2.74 0 0 0 1.53-.437c.41-.268.77-.616 1.13-.964c.444-.43.888-.86 1.424-1.138a4.1 4.1 0 0 1 1.89-.461H13c.658 0 1.306.158 1.89.46c.536.279.98.709 1.425 1.139c.36.348.72.696 1.128.964c.39.256.895.437 1.531.437a3.2 3.2 0 0 0 1.393-.316c1.274-.609 1.604-2.17 1.628-3.581c.119-7.008-1.52-10.097-3.903-10.942C17.71 4.025 17.3 4 16.897 4h-.612a4.24 4.24 0 0 0-2.45.78l-.502.354a2.31 2.31 0 0 1-2.666 0M16.75 8a.75.75 0 1 1 0 1.5a.75.75 0 0 1 0-1.5m-9.25.25a.75.75 0 0 1 .75.75v.75H9a.75.75 0 0 1 0 1.5h-.75V12a.75.75 0 0 1-1.5 0v-.75H6a.75.75 0 0 1 0-1.5h.75V9a.75.75 0 0 1 .75-.75m11.5 2a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0m-3.75.75a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5m2.25.75a.75.75 0 1 0-1.5 0a.75.75 0 0 0 1.5 0" clip-rule="evenodd"/></g></svg>
</template>

CSS

.icon-gamepad-charge-filled {
  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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M12.75%2018.968A1%201%200%200%200%2013.5%2018v-.727a.38.38%200%200%200-.26-.36a3.92%203.92%200%200%200-2.48%200a.38.38%200%200%200-.26.36V18a1%201%200%200%200%20.75.968v3.282a.75.75%200%201%200%201.5%200z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22m10.667%205.134l-.502-.355A4.24%204.24%200%200%200%207.715%204h-.612c-.405%200-.813.025-1.194.16c-2.383.846-4.022%203.935-3.903%2010.943c.024%201.412.354%202.972%201.628%203.581A3.2%203.2%200%200%200%205.027%2019a2.74%202.74%200%200%200%201.53-.437c.41-.268.77-.616%201.13-.964c.444-.43.888-.86%201.424-1.138a4.1%204.1%200%200%201%201.89-.461H13c.658%200%201.306.158%201.89.46c.536.279.98.709%201.425%201.139c.36.348.72.696%201.128.964c.39.256.895.437%201.531.437a3.2%203.2%200%200%200%201.393-.316c1.274-.609%201.604-2.17%201.628-3.581c.119-7.008-1.52-10.097-3.903-10.942C17.71%204.025%2017.3%204%2016.897%204h-.612a4.24%204.24%200%200%200-2.45.78l-.502.354a2.31%202.31%200%200%201-2.666%200M16.75%208a.75.75%200%201%201%200%201.5a.75.75%200%200%201%200-1.5m-9.25.25a.75.75%200%200%201%20.75.75v.75H9a.75.75%200%200%201%200%201.5h-.75V12a.75.75%200%200%201-1.5%200v-.75H6a.75.75%200%200%201%200-1.5h.75V9a.75.75%200%200%201%20.75-.75m11.5%202a.75.75%200%201%201-1.5%200a.75.75%200%200%201%201.5%200m-3.75.75a.75.75%200%201%200%200-1.5a.75.75%200%200%200%200%201.5m2.25.75a.75.75%200%201%200-1.5%200a.75.75%200%200%200%201.5%200%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M12.75%2018.968A1%201%200%200%200%2013.5%2018v-.727a.38.38%200%200%200-.26-.36a3.92%203.92%200%200%200-2.48%200a.38.38%200%200%200-.26.36V18a1%201%200%200%200%20.75.968v3.282a.75.75%200%201%200%201.5%200z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22m10.667%205.134l-.502-.355A4.24%204.24%200%200%200%207.715%204h-.612c-.405%200-.813.025-1.194.16c-2.383.846-4.022%203.935-3.903%2010.943c.024%201.412.354%202.972%201.628%203.581A3.2%203.2%200%200%200%205.027%2019a2.74%202.74%200%200%200%201.53-.437c.41-.268.77-.616%201.13-.964c.444-.43.888-.86%201.424-1.138a4.1%204.1%200%200%201%201.89-.461H13c.658%200%201.306.158%201.89.46c.536.279.98.709%201.425%201.139c.36.348.72.696%201.128.964c.39.256.895.437%201.531.437a3.2%203.2%200%200%200%201.393-.316c1.274-.609%201.604-2.17%201.628-3.581c.119-7.008-1.52-10.097-3.903-10.942C17.71%204.025%2017.3%204%2016.897%204h-.612a4.24%204.24%200%200%200-2.45.78l-.502.354a2.31%202.31%200%200%201-2.666%200M16.75%208a.75.75%200%201%201%200%201.5a.75.75%200%200%201%200-1.5m-9.25.25a.75.75%200%200%201%20.75.75v.75H9a.75.75%200%200%201%200%201.5h-.75V12a.75.75%200%200%201-1.5%200v-.75H6a.75.75%200%200%201%200-1.5h.75V9a.75.75%200%200%201%20.75-.75m11.5%202a.75.75%200%201%201-1.5%200a.75.75%200%200%201%201.5%200m-3.75.75a.75.75%200%201%200%200-1.5a.75.75%200%200%200%200%201.5m2.25.75a.75.75%200%201%200-1.5%200a.75.75%200%200%200%201.5%200%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/gamepad-charge-filled.svg?color=%231a73e8&size=48

Gamepad Charge filled icon — Reicon · IconsDB