video game emoji
video-game from Fluent Emoji High Contrast by Microsoft Corporation · Default · Activities · MIT Free for personal and commercial use.
- Name
- video-game
- Set
- Fluent Emoji High Contrast
- Style
- Default
- Category
- Activities
- Viewbox
- 32×32
- License
- MIT
The same emoji in other sets
More activities icons from Fluent Emoji High Contrast
Use the video game emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M24 13a1 1 0 1 1-2 0a1 1 0 0 1 2 0m0 4a1 1 0 1 1-2 0a1 1 0 0 1 2 0m-3-1a1 1 0 1 0 0-2a1 1 0 0 0 0 2m5-1a1 1 0 1 1-2 0a1 1 0 0 1 2 0M9.5 17a2 2 0 1 0 0-4a2 2 0 0 0 0 4m10.024 5.56a2 2 0 1 0 0-4a2 2 0 0 0 0 4m-5.23-2.5h.4c.28 0 .55.19.58.47c.07.36-.21.68-.56.68h-.43a.58.58 0 0 0-.58.58v.43c0 .35-.32.63-.68.56c-.28-.05-.47-.32-.47-.6v-.4a.58.58 0 0 0-.58-.58h-.43c-.35 0-.63-.32-.56-.68c.05-.28.32-.47.6-.47h.4c.32 0 .58-.26.58-.58v-.43c0-.35.32-.63.68-.56c.28.05.47.32.47.6v.4c0 .32.26.58.58.58"/><path d="M6.747 8.597a5.46 5.46 0 0 0-2.92 3.648v.004l-.032.101l-.115.382a99 99 0 0 0-1.552 5.824c-.395 1.695-.761 3.524-.964 5.165c-.196 1.596-.26 3.173.059 4.276c.46 1.596 1.915 2.421 2.75 2.795h.002a2.44 2.44 0 0 0 2.529-.346l.009-.007l.009-.008l.729-.623a1516 1516 0 0 1 3.33-2.837a129 129 0 0 1 .87-.728l.02-.015l.006-.005c.19-.144.426-.223.675-.223h7.696c.225 0 .46.075.664.216l4.987 4.225l.007.005c.404.33.89.47 1.294.512c.395.042.848.005 1.23-.163c.842-.37 2.284-1.205 2.755-2.791l.002-.007l.002-.007c.31-1.102.24-2.677.037-4.272c-.207-1.64-.578-3.468-.975-5.163a100 100 0 0 0-1.676-6.206l-.031-.1l-.001-.004c-.485-1.983-1.919-3.41-3.741-3.976C23.36 7.52 21.92 7 19.93 7l-.91 1h-6.476l-.91-1c-2.269 0-3.823.674-4.887 1.597m-1.003 4.22l.013-.04l.008-.034C6.159 11.085 7.59 10 9.369 10h13.232c1.788 0 3.21 1.084 3.605 2.743l.008.034l.02.064l.029.095l.112.37a98 98 0 0 1 1.528 5.704c.39 1.664.744 3.416.94 4.96c.2 1.583.21 2.794.023 3.47c-.21.694-.92 1.205-1.632 1.52l-.051.01a1 1 0 0 1-.173 0a.5.5 0 0 1-.236-.07l-5.028-4.26l-.03-.022A3.2 3.2 0 0 0 19.849 24h-7.696c-.67 0-1.334.212-1.883.63c-.215.162-1.501 1.255-2.684 2.263c-.603.514-1.194 1.018-1.634 1.395l-.719.614a.44.44 0 0 1-.442.064c-.743-.332-1.447-.836-1.646-1.524v-.002c-.195-.673-.19-1.885.005-3.474c.19-1.543.54-3.294.927-4.957a97 97 0 0 1 1.631-6.074l.03-.095z"/></g></svg>
React
import type { SVGProps } from "react";
export function FluentEmojiHighContrastVideoGame(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M24 13a1 1 0 1 1-2 0a1 1 0 0 1 2 0m0 4a1 1 0 1 1-2 0a1 1 0 0 1 2 0m-3-1a1 1 0 1 0 0-2a1 1 0 0 0 0 2m5-1a1 1 0 1 1-2 0a1 1 0 0 1 2 0M9.5 17a2 2 0 1 0 0-4a2 2 0 0 0 0 4m10.024 5.56a2 2 0 1 0 0-4a2 2 0 0 0 0 4m-5.23-2.5h.4c.28 0 .55.19.58.47c.07.36-.21.68-.56.68h-.43a.58.58 0 0 0-.58.58v.43c0 .35-.32.63-.68.56c-.28-.05-.47-.32-.47-.6v-.4a.58.58 0 0 0-.58-.58h-.43c-.35 0-.63-.32-.56-.68c.05-.28.32-.47.6-.47h.4c.32 0 .58-.26.58-.58v-.43c0-.35.32-.63.68-.56c.28.05.47.32.47.6v.4c0 .32.26.58.58.58"/><path d="M6.747 8.597a5.46 5.46 0 0 0-2.92 3.648v.004l-.032.101l-.115.382a99 99 0 0 0-1.552 5.824c-.395 1.695-.761 3.524-.964 5.165c-.196 1.596-.26 3.173.059 4.276c.46 1.596 1.915 2.421 2.75 2.795h.002a2.44 2.44 0 0 0 2.529-.346l.009-.007l.009-.008l.729-.623a1516 1516 0 0 1 3.33-2.837a129 129 0 0 1 .87-.728l.02-.015l.006-.005c.19-.144.426-.223.675-.223h7.696c.225 0 .46.075.664.216l4.987 4.225l.007.005c.404.33.89.47 1.294.512c.395.042.848.005 1.23-.163c.842-.37 2.284-1.205 2.755-2.791l.002-.007l.002-.007c.31-1.102.24-2.677.037-4.272c-.207-1.64-.578-3.468-.975-5.163a100 100 0 0 0-1.676-6.206l-.031-.1l-.001-.004c-.485-1.983-1.919-3.41-3.741-3.976C23.36 7.52 21.92 7 19.93 7l-.91 1h-6.476l-.91-1c-2.269 0-3.823.674-4.887 1.597m-1.003 4.22l.013-.04l.008-.034C6.159 11.085 7.59 10 9.369 10h13.232c1.788 0 3.21 1.084 3.605 2.743l.008.034l.02.064l.029.095l.112.37a98 98 0 0 1 1.528 5.704c.39 1.664.744 3.416.94 4.96c.2 1.583.21 2.794.023 3.47c-.21.694-.92 1.205-1.632 1.52l-.051.01a1 1 0 0 1-.173 0a.5.5 0 0 1-.236-.07l-5.028-4.26l-.03-.022A3.2 3.2 0 0 0 19.849 24h-7.696c-.67 0-1.334.212-1.883.63c-.215.162-1.501 1.255-2.684 2.263c-.603.514-1.194 1.018-1.634 1.395l-.719.614a.44.44 0 0 1-.442.064c-.743-.332-1.447-.836-1.646-1.524v-.002c-.195-.673-.19-1.885.005-3.474c.19-1.543.54-3.294.927-4.957a97 97 0 0 1 1.631-6.074l.03-.095z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M24 13a1 1 0 1 1-2 0a1 1 0 0 1 2 0m0 4a1 1 0 1 1-2 0a1 1 0 0 1 2 0m-3-1a1 1 0 1 0 0-2a1 1 0 0 0 0 2m5-1a1 1 0 1 1-2 0a1 1 0 0 1 2 0M9.5 17a2 2 0 1 0 0-4a2 2 0 0 0 0 4m10.024 5.56a2 2 0 1 0 0-4a2 2 0 0 0 0 4m-5.23-2.5h.4c.28 0 .55.19.58.47c.07.36-.21.68-.56.68h-.43a.58.58 0 0 0-.58.58v.43c0 .35-.32.63-.68.56c-.28-.05-.47-.32-.47-.6v-.4a.58.58 0 0 0-.58-.58h-.43c-.35 0-.63-.32-.56-.68c.05-.28.32-.47.6-.47h.4c.32 0 .58-.26.58-.58v-.43c0-.35.32-.63.68-.56c.28.05.47.32.47.6v.4c0 .32.26.58.58.58"/><path d="M6.747 8.597a5.46 5.46 0 0 0-2.92 3.648v.004l-.032.101l-.115.382a99 99 0 0 0-1.552 5.824c-.395 1.695-.761 3.524-.964 5.165c-.196 1.596-.26 3.173.059 4.276c.46 1.596 1.915 2.421 2.75 2.795h.002a2.44 2.44 0 0 0 2.529-.346l.009-.007l.009-.008l.729-.623a1516 1516 0 0 1 3.33-2.837a129 129 0 0 1 .87-.728l.02-.015l.006-.005c.19-.144.426-.223.675-.223h7.696c.225 0 .46.075.664.216l4.987 4.225l.007.005c.404.33.89.47 1.294.512c.395.042.848.005 1.23-.163c.842-.37 2.284-1.205 2.755-2.791l.002-.007l.002-.007c.31-1.102.24-2.677.037-4.272c-.207-1.64-.578-3.468-.975-5.163a100 100 0 0 0-1.676-6.206l-.031-.1l-.001-.004c-.485-1.983-1.919-3.41-3.741-3.976C23.36 7.52 21.92 7 19.93 7l-.91 1h-6.476l-.91-1c-2.269 0-3.823.674-4.887 1.597m-1.003 4.22l.013-.04l.008-.034C6.159 11.085 7.59 10 9.369 10h13.232c1.788 0 3.21 1.084 3.605 2.743l.008.034l.02.064l.029.095l.112.37a98 98 0 0 1 1.528 5.704c.39 1.664.744 3.416.94 4.96c.2 1.583.21 2.794.023 3.47c-.21.694-.92 1.205-1.632 1.52l-.051.01a1 1 0 0 1-.173 0a.5.5 0 0 1-.236-.07l-5.028-4.26l-.03-.022A3.2 3.2 0 0 0 19.849 24h-7.696c-.67 0-1.334.212-1.883.63c-.215.162-1.501 1.255-2.684 2.263c-.603.514-1.194 1.018-1.634 1.395l-.719.614a.44.44 0 0 1-.442.064c-.743-.332-1.447-.836-1.646-1.524v-.002c-.195-.673-.19-1.885.005-3.474c.19-1.543.54-3.294.927-4.957a97 97 0 0 1 1.631-6.074l.03-.095z"/></g></svg> </template>
CSS
.icon-video-game {
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%2032%2032%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M24%2013a1%201%200%201%201-2%200a1%201%200%200%201%202%200m0%204a1%201%200%201%201-2%200a1%201%200%200%201%202%200m-3-1a1%201%200%201%200%200-2a1%201%200%200%200%200%202m5-1a1%201%200%201%201-2%200a1%201%200%200%201%202%200M9.5%2017a2%202%200%201%200%200-4a2%202%200%200%200%200%204m10.024%205.56a2%202%200%201%200%200-4a2%202%200%200%200%200%204m-5.23-2.5h.4c.28%200%20.55.19.58.47c.07.36-.21.68-.56.68h-.43a.58.58%200%200%200-.58.58v.43c0%20.35-.32.63-.68.56c-.28-.05-.47-.32-.47-.6v-.4a.58.58%200%200%200-.58-.58h-.43c-.35%200-.63-.32-.56-.68c.05-.28.32-.47.6-.47h.4c.32%200%20.58-.26.58-.58v-.43c0-.35.32-.63.68-.56c.28.05.47.32.47.6v.4c0%20.32.26.58.58.58%22%2F%3E%3Cpath%20d%3D%22M6.747%208.597a5.46%205.46%200%200%200-2.92%203.648v.004l-.032.101l-.115.382a99%2099%200%200%200-1.552%205.824c-.395%201.695-.761%203.524-.964%205.165c-.196%201.596-.26%203.173.059%204.276c.46%201.596%201.915%202.421%202.75%202.795h.002a2.44%202.44%200%200%200%202.529-.346l.009-.007l.009-.008l.729-.623a1516%201516%200%200%201%203.33-2.837a129%20129%200%200%201%20.87-.728l.02-.015l.006-.005c.19-.144.426-.223.675-.223h7.696c.225%200%20.46.075.664.216l4.987%204.225l.007.005c.404.33.89.47%201.294.512c.395.042.848.005%201.23-.163c.842-.37%202.284-1.205%202.755-2.791l.002-.007l.002-.007c.31-1.102.24-2.677.037-4.272c-.207-1.64-.578-3.468-.975-5.163a100%20100%200%200%200-1.676-6.206l-.031-.1l-.001-.004c-.485-1.983-1.919-3.41-3.741-3.976C23.36%207.52%2021.92%207%2019.93%207l-.91%201h-6.476l-.91-1c-2.269%200-3.823.674-4.887%201.597m-1.003%204.22l.013-.04l.008-.034C6.159%2011.085%207.59%2010%209.369%2010h13.232c1.788%200%203.21%201.084%203.605%202.743l.008.034l.02.064l.029.095l.112.37a98%2098%200%200%201%201.528%205.704c.39%201.664.744%203.416.94%204.96c.2%201.583.21%202.794.023%203.47c-.21.694-.92%201.205-1.632%201.52l-.051.01a1%201%200%200%201-.173%200a.5.5%200%200%201-.236-.07l-5.028-4.26l-.03-.022A3.2%203.2%200%200%200%2019.849%2024h-7.696c-.67%200-1.334.212-1.883.63c-.215.162-1.501%201.255-2.684%202.263c-.603.514-1.194%201.018-1.634%201.395l-.719.614a.44.44%200%200%201-.442.064c-.743-.332-1.447-.836-1.646-1.524v-.002c-.195-.673-.19-1.885.005-3.474c.19-1.543.54-3.294.927-4.957a97%2097%200%200%201%201.631-6.074l.03-.095z%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%2032%2032%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M24%2013a1%201%200%201%201-2%200a1%201%200%200%201%202%200m0%204a1%201%200%201%201-2%200a1%201%200%200%201%202%200m-3-1a1%201%200%201%200%200-2a1%201%200%200%200%200%202m5-1a1%201%200%201%201-2%200a1%201%200%200%201%202%200M9.5%2017a2%202%200%201%200%200-4a2%202%200%200%200%200%204m10.024%205.56a2%202%200%201%200%200-4a2%202%200%200%200%200%204m-5.23-2.5h.4c.28%200%20.55.19.58.47c.07.36-.21.68-.56.68h-.43a.58.58%200%200%200-.58.58v.43c0%20.35-.32.63-.68.56c-.28-.05-.47-.32-.47-.6v-.4a.58.58%200%200%200-.58-.58h-.43c-.35%200-.63-.32-.56-.68c.05-.28.32-.47.6-.47h.4c.32%200%20.58-.26.58-.58v-.43c0-.35.32-.63.68-.56c.28.05.47.32.47.6v.4c0%20.32.26.58.58.58%22%2F%3E%3Cpath%20d%3D%22M6.747%208.597a5.46%205.46%200%200%200-2.92%203.648v.004l-.032.101l-.115.382a99%2099%200%200%200-1.552%205.824c-.395%201.695-.761%203.524-.964%205.165c-.196%201.596-.26%203.173.059%204.276c.46%201.596%201.915%202.421%202.75%202.795h.002a2.44%202.44%200%200%200%202.529-.346l.009-.007l.009-.008l.729-.623a1516%201516%200%200%201%203.33-2.837a129%20129%200%200%201%20.87-.728l.02-.015l.006-.005c.19-.144.426-.223.675-.223h7.696c.225%200%20.46.075.664.216l4.987%204.225l.007.005c.404.33.89.47%201.294.512c.395.042.848.005%201.23-.163c.842-.37%202.284-1.205%202.755-2.791l.002-.007l.002-.007c.31-1.102.24-2.677.037-4.272c-.207-1.64-.578-3.468-.975-5.163a100%20100%200%200%200-1.676-6.206l-.031-.1l-.001-.004c-.485-1.983-1.919-3.41-3.741-3.976C23.36%207.52%2021.92%207%2019.93%207l-.91%201h-6.476l-.91-1c-2.269%200-3.823.674-4.887%201.597m-1.003%204.22l.013-.04l.008-.034C6.159%2011.085%207.59%2010%209.369%2010h13.232c1.788%200%203.21%201.084%203.605%202.743l.008.034l.02.064l.029.095l.112.37a98%2098%200%200%201%201.528%205.704c.39%201.664.744%203.416.94%204.96c.2%201.583.21%202.794.023%203.47c-.21.694-.92%201.205-1.632%201.52l-.051.01a1%201%200%200%201-.173%200a.5.5%200%200%201-.236-.07l-5.028-4.26l-.03-.022A3.2%203.2%200%200%200%2019.849%2024h-7.696c-.67%200-1.334.212-1.883.63c-.215.162-1.501%201.255-2.684%202.263c-.603.514-1.194%201.018-1.634%201.395l-.719.614a.44.44%200%200%201-.442.064c-.743-.332-1.447-.836-1.646-1.524v-.002c-.195-.673-.19-1.885.005-3.474c.19-1.543.54-3.294.927-4.957a97%2097%200%200%201%201.631-6.074l.03-.095z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-emoji-high-contrast/video-game.svg?color=%231a73e8&size=48