game-chat-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.

Name
game-chat-20-filled
Set
Fluent UI System Icons
Style
20 Filled
Viewbox
20×20
License
MIT

1 other variant in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System Icons

Use the game chat icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M2 7a6 6 0 1 1 11.554 2.275a3 3 0 0 0-.143.079l-.125.075a.5.5 0 0 1-.257.071h-1.058a.5.5 0 0 1-.257-.071l-.125-.075a2.5 2.5 0 0 0-1.71-.32l-.772.134a3 3 0 0 0-2.202 1.67l-.87 1.833a6 6 0 0 1-1.039-.476l-2.338.78a.5.5 0 0 1-.639-.612l.712-2.491A6 6 0 0 1 2 7m4-1a.5.5 0 0 0 .5.5h3a.5.5 0 0 0 0-1h-3A.5.5 0 0 0 6 6m.5 1.5a.5.5 0 0 0 0 1h2a.5.5 0 0 0 0-1zm8.45 2.52a1.5 1.5 0 0 0-1.025.192l-.125.075a1.5 1.5 0 0 1-.77.213h-1.06a1.5 1.5 0 0 1-.77-.213l-.125-.075a1.5 1.5 0 0 0-1.026-.192l-.773.133a2 2 0 0 0-1.467 1.114l-1.2 2.527c-.56 1.19-.687 2.185-.568 3.001a3.5 3.5 0 0 0 .82 1.804c.272.316.65.436 1.01.397a1.4 1.4 0 0 0 .902-.494l.818-.97A1.5 1.5 0 0 1 10.737 17h3.526a1.5 1.5 0 0 1 1.146.533l.818.969c.23.272.553.456.902.494c.361.04.738-.081 1.01-.397c.342-.395.7-.989.82-1.804s-.008-1.812-.569-3l-1.199-2.528a2 2 0 0 0-1.467-1.114zM12.5 14a.75.75 0 1 1 0-1.5a.75.75 0 0 1 0 1.5"/></svg>

React

import type { SVGProps } from "react";

export function FluentGameChat20Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M2 7a6 6 0 1 1 11.554 2.275a3 3 0 0 0-.143.079l-.125.075a.5.5 0 0 1-.257.071h-1.058a.5.5 0 0 1-.257-.071l-.125-.075a2.5 2.5 0 0 0-1.71-.32l-.772.134a3 3 0 0 0-2.202 1.67l-.87 1.833a6 6 0 0 1-1.039-.476l-2.338.78a.5.5 0 0 1-.639-.612l.712-2.491A6 6 0 0 1 2 7m4-1a.5.5 0 0 0 .5.5h3a.5.5 0 0 0 0-1h-3A.5.5 0 0 0 6 6m.5 1.5a.5.5 0 0 0 0 1h2a.5.5 0 0 0 0-1zm8.45 2.52a1.5 1.5 0 0 0-1.025.192l-.125.075a1.5 1.5 0 0 1-.77.213h-1.06a1.5 1.5 0 0 1-.77-.213l-.125-.075a1.5 1.5 0 0 0-1.026-.192l-.773.133a2 2 0 0 0-1.467 1.114l-1.2 2.527c-.56 1.19-.687 2.185-.568 3.001a3.5 3.5 0 0 0 .82 1.804c.272.316.65.436 1.01.397a1.4 1.4 0 0 0 .902-.494l.818-.97A1.5 1.5 0 0 1 10.737 17h3.526a1.5 1.5 0 0 1 1.146.533l.818.969c.23.272.553.456.902.494c.361.04.738-.081 1.01-.397c.342-.395.7-.989.82-1.804s-.008-1.812-.569-3l-1.199-2.528a2 2 0 0 0-1.467-1.114zM12.5 14a.75.75 0 1 1 0-1.5a.75.75 0 0 1 0 1.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M2 7a6 6 0 1 1 11.554 2.275a3 3 0 0 0-.143.079l-.125.075a.5.5 0 0 1-.257.071h-1.058a.5.5 0 0 1-.257-.071l-.125-.075a2.5 2.5 0 0 0-1.71-.32l-.772.134a3 3 0 0 0-2.202 1.67l-.87 1.833a6 6 0 0 1-1.039-.476l-2.338.78a.5.5 0 0 1-.639-.612l.712-2.491A6 6 0 0 1 2 7m4-1a.5.5 0 0 0 .5.5h3a.5.5 0 0 0 0-1h-3A.5.5 0 0 0 6 6m.5 1.5a.5.5 0 0 0 0 1h2a.5.5 0 0 0 0-1zm8.45 2.52a1.5 1.5 0 0 0-1.025.192l-.125.075a1.5 1.5 0 0 1-.77.213h-1.06a1.5 1.5 0 0 1-.77-.213l-.125-.075a1.5 1.5 0 0 0-1.026-.192l-.773.133a2 2 0 0 0-1.467 1.114l-1.2 2.527c-.56 1.19-.687 2.185-.568 3.001a3.5 3.5 0 0 0 .82 1.804c.272.316.65.436 1.01.397a1.4 1.4 0 0 0 .902-.494l.818-.97A1.5 1.5 0 0 1 10.737 17h3.526a1.5 1.5 0 0 1 1.146.533l.818.969c.23.272.553.456.902.494c.361.04.738-.081 1.01-.397c.342-.395.7-.989.82-1.804s-.008-1.812-.569-3l-1.199-2.528a2 2 0 0 0-1.467-1.114zM12.5 14a.75.75 0 1 1 0-1.5a.75.75 0 0 1 0 1.5"/></svg>
</template>

CSS

.icon-game-chat-20-filled {
  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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2%207a6%206%200%201%201%2011.554%202.275a3%203%200%200%200-.143.079l-.125.075a.5.5%200%200%201-.257.071h-1.058a.5.5%200%200%201-.257-.071l-.125-.075a2.5%202.5%200%200%200-1.71-.32l-.772.134a3%203%200%200%200-2.202%201.67l-.87%201.833a6%206%200%200%201-1.039-.476l-2.338.78a.5.5%200%200%201-.639-.612l.712-2.491A6%206%200%200%201%202%207m4-1a.5.5%200%200%200%20.5.5h3a.5.5%200%200%200%200-1h-3A.5.5%200%200%200%206%206m.5%201.5a.5.5%200%200%200%200%201h2a.5.5%200%200%200%200-1zm8.45%202.52a1.5%201.5%200%200%200-1.025.192l-.125.075a1.5%201.5%200%200%201-.77.213h-1.06a1.5%201.5%200%200%201-.77-.213l-.125-.075a1.5%201.5%200%200%200-1.026-.192l-.773.133a2%202%200%200%200-1.467%201.114l-1.2%202.527c-.56%201.19-.687%202.185-.568%203.001a3.5%203.5%200%200%200%20.82%201.804c.272.316.65.436%201.01.397a1.4%201.4%200%200%200%20.902-.494l.818-.97A1.5%201.5%200%200%201%2010.737%2017h3.526a1.5%201.5%200%200%201%201.146.533l.818.969c.23.272.553.456.902.494c.361.04.738-.081%201.01-.397c.342-.395.7-.989.82-1.804s-.008-1.812-.569-3l-1.199-2.528a2%202%200%200%200-1.467-1.114zM12.5%2014a.75.75%200%201%201%200-1.5a.75.75%200%200%201%200%201.5%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2%207a6%206%200%201%201%2011.554%202.275a3%203%200%200%200-.143.079l-.125.075a.5.5%200%200%201-.257.071h-1.058a.5.5%200%200%201-.257-.071l-.125-.075a2.5%202.5%200%200%200-1.71-.32l-.772.134a3%203%200%200%200-2.202%201.67l-.87%201.833a6%206%200%200%201-1.039-.476l-2.338.78a.5.5%200%200%201-.639-.612l.712-2.491A6%206%200%200%201%202%207m4-1a.5.5%200%200%200%20.5.5h3a.5.5%200%200%200%200-1h-3A.5.5%200%200%200%206%206m.5%201.5a.5.5%200%200%200%200%201h2a.5.5%200%200%200%200-1zm8.45%202.52a1.5%201.5%200%200%200-1.025.192l-.125.075a1.5%201.5%200%200%201-.77.213h-1.06a1.5%201.5%200%200%201-.77-.213l-.125-.075a1.5%201.5%200%200%200-1.026-.192l-.773.133a2%202%200%200%200-1.467%201.114l-1.2%202.527c-.56%201.19-.687%202.185-.568%203.001a3.5%203.5%200%200%200%20.82%201.804c.272.316.65.436%201.01.397a1.4%201.4%200%200%200%20.902-.494l.818-.97A1.5%201.5%200%200%201%2010.737%2017h3.526a1.5%201.5%200%200%201%201.146.533l.818.969c.23.272.553.456.902.494c.361.04.738-.081%201.01-.397c.342-.395.7-.989.82-1.804s-.008-1.812-.569-3l-1.199-2.528a2%202%200%200%200-1.467-1.114zM12.5%2014a.75.75%200%201%201%200-1.5a.75.75%200%200%201%200%201.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/game-chat-20-filled.svg?color=%231a73e8&size=48