xbox from Boxicons Brands by Boxicons · Logo · MIT Free for personal and commercial use.

Name
xbox
Set
Boxicons Brands
Style
Logo
Viewbox
24×24
License
MIT

The same logo in other sets

Use the xbox logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11 21.96c-1.54-.15-3.1-.7-4.44-1.57c-1.12-.73-1.38-1.03-1.38-1.63c0-1.21 1.33-3.32 3.6-5.73c1.29-1.37 3.08-2.97 3.28-2.93c.38.08 3.4 3.03 4.53 4.41c1.79 2.19 2.61 3.99 2.19 4.79c-.32.61-2.29 1.8-3.73 2.25c-1.19.38-2.76.54-4.05.41M3.67 17.5c-.93-1.43-1.4-2.84-1.63-4.88c-.08-.67-.05-1.06.17-2.44c.27-1.72 1.25-3.71 2.43-4.93c.5-.52.55-.53 1.16-.33c.74.25 1.53.8 2.76 1.91l.72.65l-.39.48c-1.82 2.23-3.74 5.4-4.46 7.36c-.39 1.06-.55 2.13-.38 2.58c.11.3 0 .19-.37-.4Zm16.37.24c.09-.45-.02-1.28-.3-2.11c-.59-1.8-2.57-5.16-4.38-7.44l-.57-.72l.62-.57c.81-.74 1.37-1.18 1.97-1.56c.48-.3 1.16-.56 1.45-.56c.18 0 .82.66 1.33 1.38c.8 1.12 1.38 2.47 1.68 3.88c.19.91.21 2.86.03 3.77c-.15.75-.45 1.71-.75 2.37c-.23.49-.78 1.44-1.02 1.75q-.13.16-.06-.18Zm-8.87-13.3c-.84-.43-2.13-.88-2.84-1c-.25-.04-.68-.07-.95-.05c-.59.03-.56 0 .38-.45c.79-.37 1.44-.59 2.33-.78c1-.21 2.88-.21 3.87 0c1.06.22 2.31.69 3.02 1.12l.21.13l-.48-.02c-.96-.05-2.35.34-3.85 1.07c-.45.22-.84.39-.87.39s-.4-.18-.82-.4Z"/></svg>

React

import type { SVGProps } from "react";

export function BxlXbox(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11 21.96c-1.54-.15-3.1-.7-4.44-1.57c-1.12-.73-1.38-1.03-1.38-1.63c0-1.21 1.33-3.32 3.6-5.73c1.29-1.37 3.08-2.97 3.28-2.93c.38.08 3.4 3.03 4.53 4.41c1.79 2.19 2.61 3.99 2.19 4.79c-.32.61-2.29 1.8-3.73 2.25c-1.19.38-2.76.54-4.05.41M3.67 17.5c-.93-1.43-1.4-2.84-1.63-4.88c-.08-.67-.05-1.06.17-2.44c.27-1.72 1.25-3.71 2.43-4.93c.5-.52.55-.53 1.16-.33c.74.25 1.53.8 2.76 1.91l.72.65l-.39.48c-1.82 2.23-3.74 5.4-4.46 7.36c-.39 1.06-.55 2.13-.38 2.58c.11.3 0 .19-.37-.4Zm16.37.24c.09-.45-.02-1.28-.3-2.11c-.59-1.8-2.57-5.16-4.38-7.44l-.57-.72l.62-.57c.81-.74 1.37-1.18 1.97-1.56c.48-.3 1.16-.56 1.45-.56c.18 0 .82.66 1.33 1.38c.8 1.12 1.38 2.47 1.68 3.88c.19.91.21 2.86.03 3.77c-.15.75-.45 1.71-.75 2.37c-.23.49-.78 1.44-1.02 1.75q-.13.16-.06-.18Zm-8.87-13.3c-.84-.43-2.13-.88-2.84-1c-.25-.04-.68-.07-.95-.05c-.59.03-.56 0 .38-.45c.79-.37 1.44-.59 2.33-.78c1-.21 2.88-.21 3.87 0c1.06.22 2.31.69 3.02 1.12l.21.13l-.48-.02c-.96-.05-2.35.34-3.85 1.07c-.45.22-.84.39-.87.39s-.4-.18-.82-.4Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11 21.96c-1.54-.15-3.1-.7-4.44-1.57c-1.12-.73-1.38-1.03-1.38-1.63c0-1.21 1.33-3.32 3.6-5.73c1.29-1.37 3.08-2.97 3.28-2.93c.38.08 3.4 3.03 4.53 4.41c1.79 2.19 2.61 3.99 2.19 4.79c-.32.61-2.29 1.8-3.73 2.25c-1.19.38-2.76.54-4.05.41M3.67 17.5c-.93-1.43-1.4-2.84-1.63-4.88c-.08-.67-.05-1.06.17-2.44c.27-1.72 1.25-3.71 2.43-4.93c.5-.52.55-.53 1.16-.33c.74.25 1.53.8 2.76 1.91l.72.65l-.39.48c-1.82 2.23-3.74 5.4-4.46 7.36c-.39 1.06-.55 2.13-.38 2.58c.11.3 0 .19-.37-.4Zm16.37.24c.09-.45-.02-1.28-.3-2.11c-.59-1.8-2.57-5.16-4.38-7.44l-.57-.72l.62-.57c.81-.74 1.37-1.18 1.97-1.56c.48-.3 1.16-.56 1.45-.56c.18 0 .82.66 1.33 1.38c.8 1.12 1.38 2.47 1.68 3.88c.19.91.21 2.86.03 3.77c-.15.75-.45 1.71-.75 2.37c-.23.49-.78 1.44-1.02 1.75q-.13.16-.06-.18Zm-8.87-13.3c-.84-.43-2.13-.88-2.84-1c-.25-.04-.68-.07-.95-.05c-.59.03-.56 0 .38-.45c.79-.37 1.44-.59 2.33-.78c1-.21 2.88-.21 3.87 0c1.06.22 2.31.69 3.02 1.12l.21.13l-.48-.02c-.96-.05-2.35.34-3.85 1.07c-.45.22-.84.39-.87.39s-.4-.18-.82-.4Z"/></svg>
</template>

CSS

.icon-xbox {
  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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11%2021.96c-1.54-.15-3.1-.7-4.44-1.57c-1.12-.73-1.38-1.03-1.38-1.63c0-1.21%201.33-3.32%203.6-5.73c1.29-1.37%203.08-2.97%203.28-2.93c.38.08%203.4%203.03%204.53%204.41c1.79%202.19%202.61%203.99%202.19%204.79c-.32.61-2.29%201.8-3.73%202.25c-1.19.38-2.76.54-4.05.41M3.67%2017.5c-.93-1.43-1.4-2.84-1.63-4.88c-.08-.67-.05-1.06.17-2.44c.27-1.72%201.25-3.71%202.43-4.93c.5-.52.55-.53%201.16-.33c.74.25%201.53.8%202.76%201.91l.72.65l-.39.48c-1.82%202.23-3.74%205.4-4.46%207.36c-.39%201.06-.55%202.13-.38%202.58c.11.3%200%20.19-.37-.4Zm16.37.24c.09-.45-.02-1.28-.3-2.11c-.59-1.8-2.57-5.16-4.38-7.44l-.57-.72l.62-.57c.81-.74%201.37-1.18%201.97-1.56c.48-.3%201.16-.56%201.45-.56c.18%200%20.82.66%201.33%201.38c.8%201.12%201.38%202.47%201.68%203.88c.19.91.21%202.86.03%203.77c-.15.75-.45%201.71-.75%202.37c-.23.49-.78%201.44-1.02%201.75q-.13.16-.06-.18Zm-8.87-13.3c-.84-.43-2.13-.88-2.84-1c-.25-.04-.68-.07-.95-.05c-.59.03-.56%200%20.38-.45c.79-.37%201.44-.59%202.33-.78c1-.21%202.88-.21%203.87%200c1.06.22%202.31.69%203.02%201.12l.21.13l-.48-.02c-.96-.05-2.35.34-3.85%201.07c-.45.22-.84.39-.87.39s-.4-.18-.82-.4Z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11%2021.96c-1.54-.15-3.1-.7-4.44-1.57c-1.12-.73-1.38-1.03-1.38-1.63c0-1.21%201.33-3.32%203.6-5.73c1.29-1.37%203.08-2.97%203.28-2.93c.38.08%203.4%203.03%204.53%204.41c1.79%202.19%202.61%203.99%202.19%204.79c-.32.61-2.29%201.8-3.73%202.25c-1.19.38-2.76.54-4.05.41M3.67%2017.5c-.93-1.43-1.4-2.84-1.63-4.88c-.08-.67-.05-1.06.17-2.44c.27-1.72%201.25-3.71%202.43-4.93c.5-.52.55-.53%201.16-.33c.74.25%201.53.8%202.76%201.91l.72.65l-.39.48c-1.82%202.23-3.74%205.4-4.46%207.36c-.39%201.06-.55%202.13-.38%202.58c.11.3%200%20.19-.37-.4Zm16.37.24c.09-.45-.02-1.28-.3-2.11c-.59-1.8-2.57-5.16-4.38-7.44l-.57-.72l.62-.57c.81-.74%201.37-1.18%201.97-1.56c.48-.3%201.16-.56%201.45-.56c.18%200%20.82.66%201.33%201.38c.8%201.12%201.38%202.47%201.68%203.88c.19.91.21%202.86.03%203.77c-.15.75-.45%201.71-.75%202.37c-.23.49-.78%201.44-1.02%201.75q-.13.16-.06-.18Zm-8.87-13.3c-.84-.43-2.13-.88-2.84-1c-.25-.04-.68-.07-.95-.05c-.59.03-.56%200%20.38-.45c.79-.37%201.44-.59%202.33-.78c1-.21%202.88-.21%203.87%200c1.06.22%202.31.69%203.02%201.12l.21.13l-.48-.02c-.96-.05-2.35.34-3.85%201.07c-.45.22-.84.39-.87.39s-.4-.18-.82-.4Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bxl/xbox.svg?color=%231a73e8&size=48