xbox icon
xbox-line from Remix Icon by Remix Design · Line · Logos · Apache-2.0 Free for personal and commercial use.
- Name
- xbox-line
- Set
- Remix Icon
- Style
- Line
- Category
- Logos
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in Remix Icon
The same icon in other sets
More logos icons from Remix Icon
Use the xbox icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.798 15.485c1.124-2.52 3.2-5.44 4.487-6.962c-1.248-1.246-2.162-1.931-2.818-2.3A7.98 7.98 0 0 0 4.001 12c0 1.25.286 2.432.797 3.485m4.051-10.84c1.6.406 3.152 1.314 3.152 1.314v-.005s1.552-.904 3.151-1.31A8 8 0 0 0 12.001 4c-1.12 0-2.185.23-3.152.645m8.686 1.578c-.655.37-1.568 1.055-2.816 2.3c1.287 1.523 3.362 4.441 4.486 6.961A8 8 0 0 0 20 12c0-2.27-.946-4.32-2.466-5.777m.408 11.134c-1.403-2.237-4.09-4.945-5.942-6.344c-1.85 1.4-4.539 4.108-5.941 6.345A7.98 7.98 0 0 0 12 20a7.98 7.98 0 0 0 5.942-2.643M12.001 22c-5.523 0-10-4.477-10-10s4.477-10 10-10s10 4.477 10 10s-4.477 10-10 10"/></svg>
React
import type { SVGProps } from "react";
export function RiXboxLine(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="M4.798 15.485c1.124-2.52 3.2-5.44 4.487-6.962c-1.248-1.246-2.162-1.931-2.818-2.3A7.98 7.98 0 0 0 4.001 12c0 1.25.286 2.432.797 3.485m4.051-10.84c1.6.406 3.152 1.314 3.152 1.314v-.005s1.552-.904 3.151-1.31A8 8 0 0 0 12.001 4c-1.12 0-2.185.23-3.152.645m8.686 1.578c-.655.37-1.568 1.055-2.816 2.3c1.287 1.523 3.362 4.441 4.486 6.961A8 8 0 0 0 20 12c0-2.27-.946-4.32-2.466-5.777m.408 11.134c-1.403-2.237-4.09-4.945-5.942-6.344c-1.85 1.4-4.539 4.108-5.941 6.345A7.98 7.98 0 0 0 12 20a7.98 7.98 0 0 0 5.942-2.643M12.001 22c-5.523 0-10-4.477-10-10s4.477-10 10-10s10 4.477 10 10s-4.477 10-10 10"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.798 15.485c1.124-2.52 3.2-5.44 4.487-6.962c-1.248-1.246-2.162-1.931-2.818-2.3A7.98 7.98 0 0 0 4.001 12c0 1.25.286 2.432.797 3.485m4.051-10.84c1.6.406 3.152 1.314 3.152 1.314v-.005s1.552-.904 3.151-1.31A8 8 0 0 0 12.001 4c-1.12 0-2.185.23-3.152.645m8.686 1.578c-.655.37-1.568 1.055-2.816 2.3c1.287 1.523 3.362 4.441 4.486 6.961A8 8 0 0 0 20 12c0-2.27-.946-4.32-2.466-5.777m.408 11.134c-1.403-2.237-4.09-4.945-5.942-6.344c-1.85 1.4-4.539 4.108-5.941 6.345A7.98 7.98 0 0 0 12 20a7.98 7.98 0 0 0 5.942-2.643M12.001 22c-5.523 0-10-4.477-10-10s4.477-10 10-10s10 4.477 10 10s-4.477 10-10 10"/></svg> </template>
CSS
.icon-xbox-line {
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%22M4.798%2015.485c1.124-2.52%203.2-5.44%204.487-6.962c-1.248-1.246-2.162-1.931-2.818-2.3A7.98%207.98%200%200%200%204.001%2012c0%201.25.286%202.432.797%203.485m4.051-10.84c1.6.406%203.152%201.314%203.152%201.314v-.005s1.552-.904%203.151-1.31A8%208%200%200%200%2012.001%204c-1.12%200-2.185.23-3.152.645m8.686%201.578c-.655.37-1.568%201.055-2.816%202.3c1.287%201.523%203.362%204.441%204.486%206.961A8%208%200%200%200%2020%2012c0-2.27-.946-4.32-2.466-5.777m.408%2011.134c-1.403-2.237-4.09-4.945-5.942-6.344c-1.85%201.4-4.539%204.108-5.941%206.345A7.98%207.98%200%200%200%2012%2020a7.98%207.98%200%200%200%205.942-2.643M12.001%2022c-5.523%200-10-4.477-10-10s4.477-10%2010-10s10%204.477%2010%2010s-4.477%2010-10%2010%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%22M4.798%2015.485c1.124-2.52%203.2-5.44%204.487-6.962c-1.248-1.246-2.162-1.931-2.818-2.3A7.98%207.98%200%200%200%204.001%2012c0%201.25.286%202.432.797%203.485m4.051-10.84c1.6.406%203.152%201.314%203.152%201.314v-.005s1.552-.904%203.151-1.31A8%208%200%200%200%2012.001%204c-1.12%200-2.185.23-3.152.645m8.686%201.578c-.655.37-1.568%201.055-2.816%202.3c1.287%201.523%203.362%204.441%204.486%206.961A8%208%200%200%200%2020%2012c0-2.27-.946-4.32-2.466-5.777m.408%2011.134c-1.403-2.237-4.09-4.945-5.942-6.344c-1.85%201.4-4.539%204.108-5.941%206.345A7.98%207.98%200%200%200%2012%2020a7.98%207.98%200%200%200%205.942-2.643M12.001%2022c-5.523%200-10-4.477-10-10s4.477-10%2010-10s10%204.477%2010%2010s-4.477%2010-10%2010%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ri/xbox-line.svg?color=%231a73e8&size=48