logo game controller b icon
logo-game-controller-b from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.
- Name
- logo-game-controller-b
- 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 b icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M135.1 204.6c-10.7 0-19.3 8.7-19.3 19.4s8.7 19.4 19.3 19.4c10.6 0 19.3-8.7 19.3-19.4s-8.6-19.4-19.3-19.4z" fill="currentColor"/><path d="M466.3 248.9c-21.2-88.5-43.6-135.5-88.5-148.8-9.8-2.9-18.1-4-25.7-4-27.6 0-46.9 14.7-96.1 14.7-49.2 0-68.5-14.7-96.1-14.7-7.7 0-16 1.1-25.7 4-44.9 13.3-67.3 60.4-88.5 148.8-21.2 88.5-17.3 152.4 7.7 164.3 4.1 1.9 8.2 2.8 12.5 2.8 21.7 0 45.1-23.8 67.7-52 25.7-32.1 32.1-33 110.3-33h24.3c78.1 0 84.6.8 110.3 33 22.5 28.2 46 52 67.7 52 4.2 0 8.4-.9 12.5-2.8 24.9-12 28.7-75.9 7.6-164.3zm-331.1 14.7c-21.6 0-39.2-17.8-39.2-39.6s17.6-39.6 39.2-39.6c21.7 0 39.2 17.8 39.2 39.6.1 21.9-17.5 39.6-39.2 39.6zm172.9-19.5c-11.1 0-20.1-9-20.1-20.1 0-11.1 9-20.1 20.1-20.1 11.1 0 20.1 9 20.1 20.1 0 11.1-9 20.1-20.1 20.1zM352 288c-11.1 0-20.1-9-20.1-20 0-11.2 9-20.1 20.1-20.1 11.1 0 20.1 8.9 20.1 20.1 0 11-9 20-20.1 20zm0-87.8c-11.1 0-20.1-9-20.1-20.1 0-11.1 9-20.1 20.1-20.1 11.1 0 20.1 9 20.1 20.1 0 11.1-9 20.1-20.1 20.1zm43.9 43.9c-11.1 0-20.1-9-20.1-20.1 0-11.1 9-20.1 20.1-20.1 11.1 0 20.1 9 20.1 20.1 0 11.1-9 20.1-20.1 20.1z" fill="currentColor"/></svg>
React
import type { SVGProps } from "react";
export function IonLogoGameControllerB(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M135.1 204.6c-10.7 0-19.3 8.7-19.3 19.4s8.7 19.4 19.3 19.4c10.6 0 19.3-8.7 19.3-19.4s-8.6-19.4-19.3-19.4z" fill="currentColor"/><path d="M466.3 248.9c-21.2-88.5-43.6-135.5-88.5-148.8-9.8-2.9-18.1-4-25.7-4-27.6 0-46.9 14.7-96.1 14.7-49.2 0-68.5-14.7-96.1-14.7-7.7 0-16 1.1-25.7 4-44.9 13.3-67.3 60.4-88.5 148.8-21.2 88.5-17.3 152.4 7.7 164.3 4.1 1.9 8.2 2.8 12.5 2.8 21.7 0 45.1-23.8 67.7-52 25.7-32.1 32.1-33 110.3-33h24.3c78.1 0 84.6.8 110.3 33 22.5 28.2 46 52 67.7 52 4.2 0 8.4-.9 12.5-2.8 24.9-12 28.7-75.9 7.6-164.3zm-331.1 14.7c-21.6 0-39.2-17.8-39.2-39.6s17.6-39.6 39.2-39.6c21.7 0 39.2 17.8 39.2 39.6.1 21.9-17.5 39.6-39.2 39.6zm172.9-19.5c-11.1 0-20.1-9-20.1-20.1 0-11.1 9-20.1 20.1-20.1 11.1 0 20.1 9 20.1 20.1 0 11.1-9 20.1-20.1 20.1zM352 288c-11.1 0-20.1-9-20.1-20 0-11.2 9-20.1 20.1-20.1 11.1 0 20.1 8.9 20.1 20.1 0 11-9 20-20.1 20zm0-87.8c-11.1 0-20.1-9-20.1-20.1 0-11.1 9-20.1 20.1-20.1 11.1 0 20.1 9 20.1 20.1 0 11.1-9 20.1-20.1 20.1zm43.9 43.9c-11.1 0-20.1-9-20.1-20.1 0-11.1 9-20.1 20.1-20.1 11.1 0 20.1 9 20.1 20.1 0 11.1-9 20.1-20.1 20.1z" fill="currentColor"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M135.1 204.6c-10.7 0-19.3 8.7-19.3 19.4s8.7 19.4 19.3 19.4c10.6 0 19.3-8.7 19.3-19.4s-8.6-19.4-19.3-19.4z" fill="currentColor"/><path d="M466.3 248.9c-21.2-88.5-43.6-135.5-88.5-148.8-9.8-2.9-18.1-4-25.7-4-27.6 0-46.9 14.7-96.1 14.7-49.2 0-68.5-14.7-96.1-14.7-7.7 0-16 1.1-25.7 4-44.9 13.3-67.3 60.4-88.5 148.8-21.2 88.5-17.3 152.4 7.7 164.3 4.1 1.9 8.2 2.8 12.5 2.8 21.7 0 45.1-23.8 67.7-52 25.7-32.1 32.1-33 110.3-33h24.3c78.1 0 84.6.8 110.3 33 22.5 28.2 46 52 67.7 52 4.2 0 8.4-.9 12.5-2.8 24.9-12 28.7-75.9 7.6-164.3zm-331.1 14.7c-21.6 0-39.2-17.8-39.2-39.6s17.6-39.6 39.2-39.6c21.7 0 39.2 17.8 39.2 39.6.1 21.9-17.5 39.6-39.2 39.6zm172.9-19.5c-11.1 0-20.1-9-20.1-20.1 0-11.1 9-20.1 20.1-20.1 11.1 0 20.1 9 20.1 20.1 0 11.1-9 20.1-20.1 20.1zM352 288c-11.1 0-20.1-9-20.1-20 0-11.2 9-20.1 20.1-20.1 11.1 0 20.1 8.9 20.1 20.1 0 11-9 20-20.1 20zm0-87.8c-11.1 0-20.1-9-20.1-20.1 0-11.1 9-20.1 20.1-20.1 11.1 0 20.1 9 20.1 20.1 0 11.1-9 20.1-20.1 20.1zm43.9 43.9c-11.1 0-20.1-9-20.1-20.1 0-11.1 9-20.1 20.1-20.1 11.1 0 20.1 9 20.1 20.1 0 11.1-9 20.1-20.1 20.1z" fill="currentColor"/></svg> </template>
CSS
.icon-logo-game-controller-b {
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%22M135.1%20204.6c-10.7%200-19.3%208.7-19.3%2019.4s8.7%2019.4%2019.3%2019.4c10.6%200%2019.3-8.7%2019.3-19.4s-8.6-19.4-19.3-19.4z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M466.3%20248.9c-21.2-88.5-43.6-135.5-88.5-148.8-9.8-2.9-18.1-4-25.7-4-27.6%200-46.9%2014.7-96.1%2014.7-49.2%200-68.5-14.7-96.1-14.7-7.7%200-16%201.1-25.7%204-44.9%2013.3-67.3%2060.4-88.5%20148.8-21.2%2088.5-17.3%20152.4%207.7%20164.3%204.1%201.9%208.2%202.8%2012.5%202.8%2021.7%200%2045.1-23.8%2067.7-52%2025.7-32.1%2032.1-33%20110.3-33h24.3c78.1%200%2084.6.8%20110.3%2033%2022.5%2028.2%2046%2052%2067.7%2052%204.2%200%208.4-.9%2012.5-2.8%2024.9-12%2028.7-75.9%207.6-164.3zm-331.1%2014.7c-21.6%200-39.2-17.8-39.2-39.6s17.6-39.6%2039.2-39.6c21.7%200%2039.2%2017.8%2039.2%2039.6.1%2021.9-17.5%2039.6-39.2%2039.6zm172.9-19.5c-11.1%200-20.1-9-20.1-20.1%200-11.1%209-20.1%2020.1-20.1%2011.1%200%2020.1%209%2020.1%2020.1%200%2011.1-9%2020.1-20.1%2020.1zM352%20288c-11.1%200-20.1-9-20.1-20%200-11.2%209-20.1%2020.1-20.1%2011.1%200%2020.1%208.9%2020.1%2020.1%200%2011-9%2020-20.1%2020zm0-87.8c-11.1%200-20.1-9-20.1-20.1%200-11.1%209-20.1%2020.1-20.1%2011.1%200%2020.1%209%2020.1%2020.1%200%2011.1-9%2020.1-20.1%2020.1zm43.9%2043.9c-11.1%200-20.1-9-20.1-20.1%200-11.1%209-20.1%2020.1-20.1%2011.1%200%2020.1%209%2020.1%2020.1%200%2011.1-9%2020.1-20.1%2020.1z%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%22M135.1%20204.6c-10.7%200-19.3%208.7-19.3%2019.4s8.7%2019.4%2019.3%2019.4c10.6%200%2019.3-8.7%2019.3-19.4s-8.6-19.4-19.3-19.4z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M466.3%20248.9c-21.2-88.5-43.6-135.5-88.5-148.8-9.8-2.9-18.1-4-25.7-4-27.6%200-46.9%2014.7-96.1%2014.7-49.2%200-68.5-14.7-96.1-14.7-7.7%200-16%201.1-25.7%204-44.9%2013.3-67.3%2060.4-88.5%20148.8-21.2%2088.5-17.3%20152.4%207.7%20164.3%204.1%201.9%208.2%202.8%2012.5%202.8%2021.7%200%2045.1-23.8%2067.7-52%2025.7-32.1%2032.1-33%20110.3-33h24.3c78.1%200%2084.6.8%20110.3%2033%2022.5%2028.2%2046%2052%2067.7%2052%204.2%200%208.4-.9%2012.5-2.8%2024.9-12%2028.7-75.9%207.6-164.3zm-331.1%2014.7c-21.6%200-39.2-17.8-39.2-39.6s17.6-39.6%2039.2-39.6c21.7%200%2039.2%2017.8%2039.2%2039.6.1%2021.9-17.5%2039.6-39.2%2039.6zm172.9-19.5c-11.1%200-20.1-9-20.1-20.1%200-11.1%209-20.1%2020.1-20.1%2011.1%200%2020.1%209%2020.1%2020.1%200%2011.1-9%2020.1-20.1%2020.1zM352%20288c-11.1%200-20.1-9-20.1-20%200-11.2%209-20.1%2020.1-20.1%2011.1%200%2020.1%208.9%2020.1%2020.1%200%2011-9%2020-20.1%2020zm0-87.8c-11.1%200-20.1-9-20.1-20.1%200-11.1%209-20.1%2020.1-20.1%2011.1%200%2020.1%209%2020.1%2020.1%200%2011.1-9%2020.1-20.1%2020.1zm43.9%2043.9c-11.1%200-20.1-9-20.1-20.1%200-11.1%209-20.1%2020.1-20.1%2011.1%200%2020.1%209%2020.1%2020.1%200%2011.1-9%2020.1-20.1%2020.1z%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-b.svg?color=%231a73e8&size=48