gamepad minimalistic icon

gamepad-minimalistic-linear from Solar by 480 Design · Linear · Devices · CC-BY-4.0 Attribution required.

Name
gamepad-minimalistic-linear
Set
Solar
Style
Linear
Category
Devices
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

More devices icons from Solar

Use the gamepad minimalistic 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-width="1.5"><path stroke-linecap="round" d="M8.5 11V14M7 12.5L10 12.5"/><path d="M21.9197 17.3766L20.8349 12.8603C20.2216 10.3074 19.915 9.03089 19.0453 8.19371C18.8251 7.98184 18.5819 7.79404 18.3198 7.63367C17.2841 7 15.9371 7 13.2432 7H10.7568C8.06287 7 6.71588 7 5.68024 7.63367C5.41814 7.79404 5.17486 7.98184 4.95474 8.19371C4.08497 9.0309 3.77836 10.3074 3.16513 12.8603L2.08029 17.3766C1.69894 18.9643 2.71265 20.552 4.34414 20.9225C5.71996 21.2349 7.1352 20.5814 7.75663 19.3466L7.88464 19.0923C8.45521 17.9586 9.63921 17.2399 10.9364 17.2399H13.0636C14.3608 17.2399 15.5448 17.9586 16.1154 19.0923L16.2434 19.3466C16.8648 20.5814 18.28 21.2349 19.6559 20.9225C21.2873 20.552 22.3011 18.9643 21.9197 17.3766Z"/><path stroke-linecap="round" d="M12 7V6C12 5.44772 12.4477 5 13 5H14C14.5523 5 15 4.55228 15 4V3"/><path stroke-linecap="round" stroke-linejoin="round" d="M15 11H15.0001"/><path stroke-linecap="round" stroke-linejoin="round" d="M17 14H17.0001"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarGamepadMinimalisticLinear(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" strokeWidth="1.5"><path strokeLinecap="round" d="M8.5 11V14M7 12.5L10 12.5"/><path d="M21.9197 17.3766L20.8349 12.8603C20.2216 10.3074 19.915 9.03089 19.0453 8.19371C18.8251 7.98184 18.5819 7.79404 18.3198 7.63367C17.2841 7 15.9371 7 13.2432 7H10.7568C8.06287 7 6.71588 7 5.68024 7.63367C5.41814 7.79404 5.17486 7.98184 4.95474 8.19371C4.08497 9.0309 3.77836 10.3074 3.16513 12.8603L2.08029 17.3766C1.69894 18.9643 2.71265 20.552 4.34414 20.9225C5.71996 21.2349 7.1352 20.5814 7.75663 19.3466L7.88464 19.0923C8.45521 17.9586 9.63921 17.2399 10.9364 17.2399H13.0636C14.3608 17.2399 15.5448 17.9586 16.1154 19.0923L16.2434 19.3466C16.8648 20.5814 18.28 21.2349 19.6559 20.9225C21.2873 20.552 22.3011 18.9643 21.9197 17.3766Z"/><path strokeLinecap="round" d="M12 7V6C12 5.44772 12.4477 5 13 5H14C14.5523 5 15 4.55228 15 4V3"/><path strokeLinecap="round" strokeLinejoin="round" d="M15 11H15.0001"/><path strokeLinecap="round" strokeLinejoin="round" d="M17 14H17.0001"/></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-width="1.5"><path stroke-linecap="round" d="M8.5 11V14M7 12.5L10 12.5"/><path d="M21.9197 17.3766L20.8349 12.8603C20.2216 10.3074 19.915 9.03089 19.0453 8.19371C18.8251 7.98184 18.5819 7.79404 18.3198 7.63367C17.2841 7 15.9371 7 13.2432 7H10.7568C8.06287 7 6.71588 7 5.68024 7.63367C5.41814 7.79404 5.17486 7.98184 4.95474 8.19371C4.08497 9.0309 3.77836 10.3074 3.16513 12.8603L2.08029 17.3766C1.69894 18.9643 2.71265 20.552 4.34414 20.9225C5.71996 21.2349 7.1352 20.5814 7.75663 19.3466L7.88464 19.0923C8.45521 17.9586 9.63921 17.2399 10.9364 17.2399H13.0636C14.3608 17.2399 15.5448 17.9586 16.1154 19.0923L16.2434 19.3466C16.8648 20.5814 18.28 21.2349 19.6559 20.9225C21.2873 20.552 22.3011 18.9643 21.9197 17.3766Z"/><path stroke-linecap="round" d="M12 7V6C12 5.44772 12.4477 5 13 5H14C14.5523 5 15 4.55228 15 4V3"/><path stroke-linecap="round" stroke-linejoin="round" d="M15 11H15.0001"/><path stroke-linecap="round" stroke-linejoin="round" d="M17 14H17.0001"/></g></svg>
</template>

CSS

.icon-gamepad-minimalistic-linear {
  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-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M8.5%2011V14M7%2012.5L10%2012.5%22%2F%3E%3Cpath%20d%3D%22M21.9197%2017.3766L20.8349%2012.8603C20.2216%2010.3074%2019.915%209.03089%2019.0453%208.19371C18.8251%207.98184%2018.5819%207.79404%2018.3198%207.63367C17.2841%207%2015.9371%207%2013.2432%207H10.7568C8.06287%207%206.71588%207%205.68024%207.63367C5.41814%207.79404%205.17486%207.98184%204.95474%208.19371C4.08497%209.0309%203.77836%2010.3074%203.16513%2012.8603L2.08029%2017.3766C1.69894%2018.9643%202.71265%2020.552%204.34414%2020.9225C5.71996%2021.2349%207.1352%2020.5814%207.75663%2019.3466L7.88464%2019.0923C8.45521%2017.9586%209.63921%2017.2399%2010.9364%2017.2399H13.0636C14.3608%2017.2399%2015.5448%2017.9586%2016.1154%2019.0923L16.2434%2019.3466C16.8648%2020.5814%2018.28%2021.2349%2019.6559%2020.9225C21.2873%2020.552%2022.3011%2018.9643%2021.9197%2017.3766Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M12%207V6C12%205.44772%2012.4477%205%2013%205H14C14.5523%205%2015%204.55228%2015%204V3%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M15%2011H15.0001%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M17%2014H17.0001%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-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M8.5%2011V14M7%2012.5L10%2012.5%22%2F%3E%3Cpath%20d%3D%22M21.9197%2017.3766L20.8349%2012.8603C20.2216%2010.3074%2019.915%209.03089%2019.0453%208.19371C18.8251%207.98184%2018.5819%207.79404%2018.3198%207.63367C17.2841%207%2015.9371%207%2013.2432%207H10.7568C8.06287%207%206.71588%207%205.68024%207.63367C5.41814%207.79404%205.17486%207.98184%204.95474%208.19371C4.08497%209.0309%203.77836%2010.3074%203.16513%2012.8603L2.08029%2017.3766C1.69894%2018.9643%202.71265%2020.552%204.34414%2020.9225C5.71996%2021.2349%207.1352%2020.5814%207.75663%2019.3466L7.88464%2019.0923C8.45521%2017.9586%209.63921%2017.2399%2010.9364%2017.2399H13.0636C14.3608%2017.2399%2015.5448%2017.9586%2016.1154%2019.0923L16.2434%2019.3466C16.8648%2020.5814%2018.28%2021.2349%2019.6559%2020.9225C21.2873%2020.552%2022.3011%2018.9643%2021.9197%2017.3766Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M12%207V6C12%205.44772%2012.4477%205%2013%205H14C14.5523%205%2015%204.55228%2015%204V3%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M15%2011H15.0001%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M17%2014H17.0001%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-minimalistic-linear.svg?color=%231a73e8&size=48