logo game controller a icon
logo-game-controller-a from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.
- Name
- logo-game-controller-a
- Set
- IonIcons
- Style
- Regular
- Viewbox
- 512×512
- License
- MIT
Related icons in IonIcons
logo-alipaylogo-amazonlogo-amplifylogo-androidlogo-angularlogo-appflowlogo-applelogo-apple-appstorelogo-apple-arlogo-behancelogo-bitbucketlogo-bitcoinlogo-bufferlogo-capacitorlogo-chromelogo-closed-captioninglogo-codepenlogo-css3logo-designernewslogo-deviantartlogo-discordlogo-dockerlogo-dribbblelogo-dropbox
Use the logo game controller a icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M369.3 146H142.7C81.5 146 32 191.5 32 255.4c0 64 49.5 110.6 110.7 110.6h226.5c61.2 0 110.7-46.6 110.7-110.6.1-63.9-49.4-109.4-110.6-109.4zM200 266.7c0 2.7-2.4 5.3-5.2 5.3H160v35.1c0 2.8-3.1 4.9-5.8 4.9h-21.4c-2.6 0-4.8-1.9-4.8-4.5V272H92.9c-2.8 0-4.9-3.1-4.9-5.8v-21.4c0-2.6 1.9-4.8 4.5-4.8H128v-34.8c0-2.8 1.9-5.2 4.6-5.2h22.1c2.7 0 5.3 2.4 5.3 5.2V240h34.8c2.8 0 5.2 1.9 5.2 4.6v22.1zm119.8 8.8c-10.7 0-19.5-8.6-19.5-19.2s8.7-19.2 19.5-19.2 19.5 8.6 19.5 19.2-8.8 19.2-19.5 19.2zm42.5 41.8c-10.7 0-19.5-8.5-19.5-19.1 0-10.6 8.7-19.2 19.5-19.2s19.5 8.5 19.5 19.2c0 10.6-8.7 19.1-19.5 19.1zm0-83.7c-10.7 0-19.5-8.6-19.5-19.1 0-10.6 8.7-19.2 19.5-19.2s19.5 8.6 19.5 19.2c0 10.5-8.7 19.1-19.5 19.1zm42.6 41.9c-10.7 0-19.4-8.6-19.4-19.2s8.7-19.2 19.4-19.2 19.5 8.6 19.5 19.2c-.1 10.6-8.8 19.2-19.5 19.2z" fill="currentColor"/></svg>
React
import type { SVGProps } from "react";
export function IonLogoGameControllerA(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M369.3 146H142.7C81.5 146 32 191.5 32 255.4c0 64 49.5 110.6 110.7 110.6h226.5c61.2 0 110.7-46.6 110.7-110.6.1-63.9-49.4-109.4-110.6-109.4zM200 266.7c0 2.7-2.4 5.3-5.2 5.3H160v35.1c0 2.8-3.1 4.9-5.8 4.9h-21.4c-2.6 0-4.8-1.9-4.8-4.5V272H92.9c-2.8 0-4.9-3.1-4.9-5.8v-21.4c0-2.6 1.9-4.8 4.5-4.8H128v-34.8c0-2.8 1.9-5.2 4.6-5.2h22.1c2.7 0 5.3 2.4 5.3 5.2V240h34.8c2.8 0 5.2 1.9 5.2 4.6v22.1zm119.8 8.8c-10.7 0-19.5-8.6-19.5-19.2s8.7-19.2 19.5-19.2 19.5 8.6 19.5 19.2-8.8 19.2-19.5 19.2zm42.5 41.8c-10.7 0-19.5-8.5-19.5-19.1 0-10.6 8.7-19.2 19.5-19.2s19.5 8.5 19.5 19.2c0 10.6-8.7 19.1-19.5 19.1zm0-83.7c-10.7 0-19.5-8.6-19.5-19.1 0-10.6 8.7-19.2 19.5-19.2s19.5 8.6 19.5 19.2c0 10.5-8.7 19.1-19.5 19.1zm42.6 41.9c-10.7 0-19.4-8.6-19.4-19.2s8.7-19.2 19.4-19.2 19.5 8.6 19.5 19.2c-.1 10.6-8.8 19.2-19.5 19.2z" fill="currentColor"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M369.3 146H142.7C81.5 146 32 191.5 32 255.4c0 64 49.5 110.6 110.7 110.6h226.5c61.2 0 110.7-46.6 110.7-110.6.1-63.9-49.4-109.4-110.6-109.4zM200 266.7c0 2.7-2.4 5.3-5.2 5.3H160v35.1c0 2.8-3.1 4.9-5.8 4.9h-21.4c-2.6 0-4.8-1.9-4.8-4.5V272H92.9c-2.8 0-4.9-3.1-4.9-5.8v-21.4c0-2.6 1.9-4.8 4.5-4.8H128v-34.8c0-2.8 1.9-5.2 4.6-5.2h22.1c2.7 0 5.3 2.4 5.3 5.2V240h34.8c2.8 0 5.2 1.9 5.2 4.6v22.1zm119.8 8.8c-10.7 0-19.5-8.6-19.5-19.2s8.7-19.2 19.5-19.2 19.5 8.6 19.5 19.2-8.8 19.2-19.5 19.2zm42.5 41.8c-10.7 0-19.5-8.5-19.5-19.1 0-10.6 8.7-19.2 19.5-19.2s19.5 8.5 19.5 19.2c0 10.6-8.7 19.1-19.5 19.1zm0-83.7c-10.7 0-19.5-8.6-19.5-19.1 0-10.6 8.7-19.2 19.5-19.2s19.5 8.6 19.5 19.2c0 10.5-8.7 19.1-19.5 19.1zm42.6 41.9c-10.7 0-19.4-8.6-19.4-19.2s8.7-19.2 19.4-19.2 19.5 8.6 19.5 19.2c-.1 10.6-8.8 19.2-19.5 19.2z" fill="currentColor"/></svg> </template>
CSS
.icon-logo-game-controller-a {
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%20512%20512%22%3E%3Cpath%20d%3D%22M369.3%20146H142.7C81.5%20146%2032%20191.5%2032%20255.4c0%2064%2049.5%20110.6%20110.7%20110.6h226.5c61.2%200%20110.7-46.6%20110.7-110.6.1-63.9-49.4-109.4-110.6-109.4zM200%20266.7c0%202.7-2.4%205.3-5.2%205.3H160v35.1c0%202.8-3.1%204.9-5.8%204.9h-21.4c-2.6%200-4.8-1.9-4.8-4.5V272H92.9c-2.8%200-4.9-3.1-4.9-5.8v-21.4c0-2.6%201.9-4.8%204.5-4.8H128v-34.8c0-2.8%201.9-5.2%204.6-5.2h22.1c2.7%200%205.3%202.4%205.3%205.2V240h34.8c2.8%200%205.2%201.9%205.2%204.6v22.1zm119.8%208.8c-10.7%200-19.5-8.6-19.5-19.2s8.7-19.2%2019.5-19.2%2019.5%208.6%2019.5%2019.2-8.8%2019.2-19.5%2019.2zm42.5%2041.8c-10.7%200-19.5-8.5-19.5-19.1%200-10.6%208.7-19.2%2019.5-19.2s19.5%208.5%2019.5%2019.2c0%2010.6-8.7%2019.1-19.5%2019.1zm0-83.7c-10.7%200-19.5-8.6-19.5-19.1%200-10.6%208.7-19.2%2019.5-19.2s19.5%208.6%2019.5%2019.2c0%2010.5-8.7%2019.1-19.5%2019.1zm42.6%2041.9c-10.7%200-19.4-8.6-19.4-19.2s8.7-19.2%2019.4-19.2%2019.5%208.6%2019.5%2019.2c-.1%2010.6-8.8%2019.2-19.5%2019.2z%22%20fill%3D%22currentColor%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%20512%20512%22%3E%3Cpath%20d%3D%22M369.3%20146H142.7C81.5%20146%2032%20191.5%2032%20255.4c0%2064%2049.5%20110.6%20110.7%20110.6h226.5c61.2%200%20110.7-46.6%20110.7-110.6.1-63.9-49.4-109.4-110.6-109.4zM200%20266.7c0%202.7-2.4%205.3-5.2%205.3H160v35.1c0%202.8-3.1%204.9-5.8%204.9h-21.4c-2.6%200-4.8-1.9-4.8-4.5V272H92.9c-2.8%200-4.9-3.1-4.9-5.8v-21.4c0-2.6%201.9-4.8%204.5-4.8H128v-34.8c0-2.8%201.9-5.2%204.6-5.2h22.1c2.7%200%205.3%202.4%205.3%205.2V240h34.8c2.8%200%205.2%201.9%205.2%204.6v22.1zm119.8%208.8c-10.7%200-19.5-8.6-19.5-19.2s8.7-19.2%2019.5-19.2%2019.5%208.6%2019.5%2019.2-8.8%2019.2-19.5%2019.2zm42.5%2041.8c-10.7%200-19.5-8.5-19.5-19.1%200-10.6%208.7-19.2%2019.5-19.2s19.5%208.5%2019.5%2019.2c0%2010.6-8.7%2019.1-19.5%2019.1zm0-83.7c-10.7%200-19.5-8.6-19.5-19.1%200-10.6%208.7-19.2%2019.5-19.2s19.5%208.6%2019.5%2019.2c0%2010.5-8.7%2019.1-19.5%2019.1zm42.6%2041.9c-10.7%200-19.4-8.6-19.4-19.2s8.7-19.2%2019.4-19.2%2019.5%208.6%2019.5%2019.2c-.1%2010.6-8.8%2019.2-19.5%2019.2z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ion/logo-game-controller-a.svg?color=%231a73e8&size=48