gamepad charge icon

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

Name
gamepad-charge-duotone
Set
Reicon
Style
Duotone
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 0 0 1.5 0z"/><path d="m10.165 4.78l.502.354a2.31 2.31 0 0 0 2.666 0l.502-.355A4.24 4.24 0 0 1 16.285 4h.612c.405 0 .813.025 1.194.16c2.383.846 4.021 3.935 3.903 10.943c-.024 1.412-.354 2.972-1.628 3.581a3.2 3.2 0 0 1-1.393.316a2.74 2.74 0 0 1-1.53-.437c-.41-.268-.77-.616-1.13-.964c-.444-.43-.888-.86-1.424-1.138a4.1 4.1 0 0 0-1.89-.461H11c-.658 0-1.306.158-1.89.46c-.536.279-.98.709-1.425 1.139c-.36.348-.72.696-1.128.964a2.74 2.74 0 0 1-1.53.437a3.2 3.2 0 0 1-1.393-.316c-1.274-.609-1.604-2.17-1.628-3.581C1.887 8.095 3.526 5.006 5.909 4.16C6.29 4.025 6.7 4 7.103 4h.612c.878 0 1.734.272 2.45.78" opacity=".5"/><path d="M16.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"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconGamepadChargeDuotone(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 0 0 1.5 0z"/><path d="m10.165 4.78l.502.354a2.31 2.31 0 0 0 2.666 0l.502-.355A4.24 4.24 0 0 1 16.285 4h.612c.405 0 .813.025 1.194.16c2.383.846 4.021 3.935 3.903 10.943c-.024 1.412-.354 2.972-1.628 3.581a3.2 3.2 0 0 1-1.393.316a2.74 2.74 0 0 1-1.53-.437c-.41-.268-.77-.616-1.13-.964c-.444-.43-.888-.86-1.424-1.138a4.1 4.1 0 0 0-1.89-.461H11c-.658 0-1.306.158-1.89.46c-.536.279-.98.709-1.425 1.139c-.36.348-.72.696-1.128.964a2.74 2.74 0 0 1-1.53.437a3.2 3.2 0 0 1-1.393-.316c-1.274-.609-1.604-2.17-1.628-3.581C1.887 8.095 3.526 5.006 5.909 4.16C6.29 4.025 6.7 4 7.103 4h.612c.878 0 1.734.272 2.45.78" opacity=".5"/><path d="M16.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"/></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 0 0 1.5 0z"/><path d="m10.165 4.78l.502.354a2.31 2.31 0 0 0 2.666 0l.502-.355A4.24 4.24 0 0 1 16.285 4h.612c.405 0 .813.025 1.194.16c2.383.846 4.021 3.935 3.903 10.943c-.024 1.412-.354 2.972-1.628 3.581a3.2 3.2 0 0 1-1.393.316a2.74 2.74 0 0 1-1.53-.437c-.41-.268-.77-.616-1.13-.964c-.444-.43-.888-.86-1.424-1.138a4.1 4.1 0 0 0-1.89-.461H11c-.658 0-1.306.158-1.89.46c-.536.279-.98.709-1.425 1.139c-.36.348-.72.696-1.128.964a2.74 2.74 0 0 1-1.53.437a3.2 3.2 0 0 1-1.393-.316c-1.274-.609-1.604-2.17-1.628-3.581C1.887 8.095 3.526 5.006 5.909 4.16C6.29 4.025 6.7 4 7.103 4h.612c.878 0 1.734.272 2.45.78" opacity=".5"/><path d="M16.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"/></g></svg>
</template>

CSS

.icon-gamepad-charge-duotone {
  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%200%200%201.5%200z%22%2F%3E%3Cpath%20d%3D%22m10.165%204.78l.502.354a2.31%202.31%200%200%200%202.666%200l.502-.355A4.24%204.24%200%200%201%2016.285%204h.612c.405%200%20.813.025%201.194.16c2.383.846%204.021%203.935%203.903%2010.943c-.024%201.412-.354%202.972-1.628%203.581a3.2%203.2%200%200%201-1.393.316a2.74%202.74%200%200%201-1.53-.437c-.41-.268-.77-.616-1.13-.964c-.444-.43-.888-.86-1.424-1.138a4.1%204.1%200%200%200-1.89-.461H11c-.658%200-1.306.158-1.89.46c-.536.279-.98.709-1.425%201.139c-.36.348-.72.696-1.128.964a2.74%202.74%200%200%201-1.53.437a3.2%203.2%200%200%201-1.393-.316c-1.274-.609-1.604-2.17-1.628-3.581C1.887%208.095%203.526%205.006%205.909%204.16C6.29%204.025%206.7%204%207.103%204h.612c.878%200%201.734.272%202.45.78%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M16.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%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%200%200%201.5%200z%22%2F%3E%3Cpath%20d%3D%22m10.165%204.78l.502.354a2.31%202.31%200%200%200%202.666%200l.502-.355A4.24%204.24%200%200%201%2016.285%204h.612c.405%200%20.813.025%201.194.16c2.383.846%204.021%203.935%203.903%2010.943c-.024%201.412-.354%202.972-1.628%203.581a3.2%203.2%200%200%201-1.393.316a2.74%202.74%200%200%201-1.53-.437c-.41-.268-.77-.616-1.13-.964c-.444-.43-.888-.86-1.424-1.138a4.1%204.1%200%200%200-1.89-.461H11c-.658%200-1.306.158-1.89.46c-.536.279-.98.709-1.425%201.139c-.36.348-.72.696-1.128.964a2.74%202.74%200%200%201-1.53.437a3.2%203.2%200%200%201-1.393-.316c-1.274-.609-1.604-2.17-1.628-3.581C1.887%208.095%203.526%205.006%205.909%204.16C6.29%204.025%206.7%204%207.103%204h.612c.878%200%201.734.272%202.45.78%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M16.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%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-duotone.svg?color=%231a73e8&size=48

Gamepad Charge duotone icon — Reicon · IconsDB