gamepad charge icon

gamepad-charge-broken from Solar by 480 Design · Broken · Devices · CC-BY-4.0 Attribution required.

Name
gamepad-charge-broken
Set
Solar
Style
Broken
Category
Devices
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

More devices icons from Solar

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="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path d="M21.2206 8C20.5311 5.81603 19.4281 4.63486 18.0908 4.16059C17.7099 4.02549 17.3016 4 16.8974 4H16.2849C15.4074 4 14.5514 4.27225 13.8351 4.77922L13.3332 5.13441C12.9434 5.41029 12.4776 5.55844 12 5.55844C11.5225 5.55844 11.0567 5.41029 10.6669 5.13443L10.165 4.77922C9.44862 4.27225 8.59264 4 7.71504 4H7.10257C6.69838 4 6.29009 4.02549 5.90915 4.16059C3.52645 5.00566 1.88749 8.09504 2.00604 15.1026C2.02992 16.5145 2.3603 18.075 3.63423 18.6842C4.03121 18.8741 4.49667 19 5.02671 19C5.66273 19 6.1678 18.8187 6.55763 18.5632C7.47153 17.9642 8.14122 16.9639 9.11125 16.4609C9.69519 16.1581 10.3434 16 11.0011 16H12.9989C13.6566 16 14.3048 16.1581 14.8888 16.4609C15.8588 16.9639 16.5285 17.9642 17.4424 18.5632C17.8322 18.8187 18.3373 19 18.9733 19C19.5033 19 19.9688 18.8741 20.3658 18.6842C21.6397 18.075 21.9701 16.5145 21.994 15.1026C22.0132 13.9681 21.9863 12.9362 21.9176 12"/><path d="M12 22V19"/><path d="M10.5 16.5V18C10.5 18.5523 10.9477 19 11.5 19H12.5C13.0523 19 13.5 18.5523 13.5 18V16.5"/><path d="M7.5 9V12M6 10.5L9 10.5"/><path stroke-linejoin="round" d="M15.25 10.25H15.2501"/><path stroke-linejoin="round" d="M16.75 11.75H16.7501"/><path stroke-linejoin="round" d="M18.25 10.25H18.2501"/><path stroke-linejoin="round" d="M16.75 8.75H16.7501"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarGamepadChargeBroken(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeWidth="1.5"><path d="M21.2206 8C20.5311 5.81603 19.4281 4.63486 18.0908 4.16059C17.7099 4.02549 17.3016 4 16.8974 4H16.2849C15.4074 4 14.5514 4.27225 13.8351 4.77922L13.3332 5.13441C12.9434 5.41029 12.4776 5.55844 12 5.55844C11.5225 5.55844 11.0567 5.41029 10.6669 5.13443L10.165 4.77922C9.44862 4.27225 8.59264 4 7.71504 4H7.10257C6.69838 4 6.29009 4.02549 5.90915 4.16059C3.52645 5.00566 1.88749 8.09504 2.00604 15.1026C2.02992 16.5145 2.3603 18.075 3.63423 18.6842C4.03121 18.8741 4.49667 19 5.02671 19C5.66273 19 6.1678 18.8187 6.55763 18.5632C7.47153 17.9642 8.14122 16.9639 9.11125 16.4609C9.69519 16.1581 10.3434 16 11.0011 16H12.9989C13.6566 16 14.3048 16.1581 14.8888 16.4609C15.8588 16.9639 16.5285 17.9642 17.4424 18.5632C17.8322 18.8187 18.3373 19 18.9733 19C19.5033 19 19.9688 18.8741 20.3658 18.6842C21.6397 18.075 21.9701 16.5145 21.994 15.1026C22.0132 13.9681 21.9863 12.9362 21.9176 12"/><path d="M12 22V19"/><path d="M10.5 16.5V18C10.5 18.5523 10.9477 19 11.5 19H12.5C13.0523 19 13.5 18.5523 13.5 18V16.5"/><path d="M7.5 9V12M6 10.5L9 10.5"/><path strokeLinejoin="round" d="M15.25 10.25H15.2501"/><path strokeLinejoin="round" d="M16.75 11.75H16.7501"/><path strokeLinejoin="round" d="M18.25 10.25H18.2501"/><path strokeLinejoin="round" d="M16.75 8.75H16.7501"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path d="M21.2206 8C20.5311 5.81603 19.4281 4.63486 18.0908 4.16059C17.7099 4.02549 17.3016 4 16.8974 4H16.2849C15.4074 4 14.5514 4.27225 13.8351 4.77922L13.3332 5.13441C12.9434 5.41029 12.4776 5.55844 12 5.55844C11.5225 5.55844 11.0567 5.41029 10.6669 5.13443L10.165 4.77922C9.44862 4.27225 8.59264 4 7.71504 4H7.10257C6.69838 4 6.29009 4.02549 5.90915 4.16059C3.52645 5.00566 1.88749 8.09504 2.00604 15.1026C2.02992 16.5145 2.3603 18.075 3.63423 18.6842C4.03121 18.8741 4.49667 19 5.02671 19C5.66273 19 6.1678 18.8187 6.55763 18.5632C7.47153 17.9642 8.14122 16.9639 9.11125 16.4609C9.69519 16.1581 10.3434 16 11.0011 16H12.9989C13.6566 16 14.3048 16.1581 14.8888 16.4609C15.8588 16.9639 16.5285 17.9642 17.4424 18.5632C17.8322 18.8187 18.3373 19 18.9733 19C19.5033 19 19.9688 18.8741 20.3658 18.6842C21.6397 18.075 21.9701 16.5145 21.994 15.1026C22.0132 13.9681 21.9863 12.9362 21.9176 12"/><path d="M12 22V19"/><path d="M10.5 16.5V18C10.5 18.5523 10.9477 19 11.5 19H12.5C13.0523 19 13.5 18.5523 13.5 18V16.5"/><path d="M7.5 9V12M6 10.5L9 10.5"/><path stroke-linejoin="round" d="M15.25 10.25H15.2501"/><path stroke-linejoin="round" d="M16.75 11.75H16.7501"/><path stroke-linejoin="round" d="M18.25 10.25H18.2501"/><path stroke-linejoin="round" d="M16.75 8.75H16.7501"/></g></svg>
</template>

CSS

.icon-gamepad-charge-broken {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M21.2206%208C20.5311%205.81603%2019.4281%204.63486%2018.0908%204.16059C17.7099%204.02549%2017.3016%204%2016.8974%204H16.2849C15.4074%204%2014.5514%204.27225%2013.8351%204.77922L13.3332%205.13441C12.9434%205.41029%2012.4776%205.55844%2012%205.55844C11.5225%205.55844%2011.0567%205.41029%2010.6669%205.13443L10.165%204.77922C9.44862%204.27225%208.59264%204%207.71504%204H7.10257C6.69838%204%206.29009%204.02549%205.90915%204.16059C3.52645%205.00566%201.88749%208.09504%202.00604%2015.1026C2.02992%2016.5145%202.3603%2018.075%203.63423%2018.6842C4.03121%2018.8741%204.49667%2019%205.02671%2019C5.66273%2019%206.1678%2018.8187%206.55763%2018.5632C7.47153%2017.9642%208.14122%2016.9639%209.11125%2016.4609C9.69519%2016.1581%2010.3434%2016%2011.0011%2016H12.9989C13.6566%2016%2014.3048%2016.1581%2014.8888%2016.4609C15.8588%2016.9639%2016.5285%2017.9642%2017.4424%2018.5632C17.8322%2018.8187%2018.3373%2019%2018.9733%2019C19.5033%2019%2019.9688%2018.8741%2020.3658%2018.6842C21.6397%2018.075%2021.9701%2016.5145%2021.994%2015.1026C22.0132%2013.9681%2021.9863%2012.9362%2021.9176%2012%22%2F%3E%3Cpath%20d%3D%22M12%2022V19%22%2F%3E%3Cpath%20d%3D%22M10.5%2016.5V18C10.5%2018.5523%2010.9477%2019%2011.5%2019H12.5C13.0523%2019%2013.5%2018.5523%2013.5%2018V16.5%22%2F%3E%3Cpath%20d%3D%22M7.5%209V12M6%2010.5L9%2010.5%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M15.25%2010.25H15.2501%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M16.75%2011.75H16.7501%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M18.25%2010.25H18.2501%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M16.75%208.75H16.7501%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M21.2206%208C20.5311%205.81603%2019.4281%204.63486%2018.0908%204.16059C17.7099%204.02549%2017.3016%204%2016.8974%204H16.2849C15.4074%204%2014.5514%204.27225%2013.8351%204.77922L13.3332%205.13441C12.9434%205.41029%2012.4776%205.55844%2012%205.55844C11.5225%205.55844%2011.0567%205.41029%2010.6669%205.13443L10.165%204.77922C9.44862%204.27225%208.59264%204%207.71504%204H7.10257C6.69838%204%206.29009%204.02549%205.90915%204.16059C3.52645%205.00566%201.88749%208.09504%202.00604%2015.1026C2.02992%2016.5145%202.3603%2018.075%203.63423%2018.6842C4.03121%2018.8741%204.49667%2019%205.02671%2019C5.66273%2019%206.1678%2018.8187%206.55763%2018.5632C7.47153%2017.9642%208.14122%2016.9639%209.11125%2016.4609C9.69519%2016.1581%2010.3434%2016%2011.0011%2016H12.9989C13.6566%2016%2014.3048%2016.1581%2014.8888%2016.4609C15.8588%2016.9639%2016.5285%2017.9642%2017.4424%2018.5632C17.8322%2018.8187%2018.3373%2019%2018.9733%2019C19.5033%2019%2019.9688%2018.8741%2020.3658%2018.6842C21.6397%2018.075%2021.9701%2016.5145%2021.994%2015.1026C22.0132%2013.9681%2021.9863%2012.9362%2021.9176%2012%22%2F%3E%3Cpath%20d%3D%22M12%2022V19%22%2F%3E%3Cpath%20d%3D%22M10.5%2016.5V18C10.5%2018.5523%2010.9477%2019%2011.5%2019H12.5C13.0523%2019%2013.5%2018.5523%2013.5%2018V16.5%22%2F%3E%3Cpath%20d%3D%22M7.5%209V12M6%2010.5L9%2010.5%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M15.25%2010.25H15.2501%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M16.75%2011.75H16.7501%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M18.25%2010.25H18.2501%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M16.75%208.75H16.7501%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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