language icon

language-filled from Reicon by REICON · Filled · UI · MIT Free for personal and commercial use.

Name
language-filled
Set
Reicon
Style
Filled
Category
UI
Viewbox
24×24
License
MIT

1 other variant in Reicon

The same icon in other sets

All language icons →

More ui icons from Reicon

Use the language icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M8 2a1 1 0 0 1 1 1v1h5a1 1 0 0 1 0 2h-1.21c-.522 2.028-1.289 3.754-2.503 5.3q-.37.47-.792.914c.833.643 1.817 1.271 2.984 1.908a1 1 0 1 1-.958 1.756c-1.362-.743-2.526-1.496-3.52-2.295c-.998.8-2.163 1.553-3.522 2.295a1 1 0 0 1-.958-1.756c1.17-.638 2.152-1.266 2.984-1.908a12.5 12.5 0 0 1-1.984-2.743a1 1 0 1 1 1.765-.942A10.5 10.5 0 0 0 8 10.884q.386-.402.714-.82c.91-1.16 1.542-2.466 2.003-4.064H2a1 1 0 0 1 0-2h5V3a1 1 0 0 1 1-1"/><path fill-rule="evenodd" d="M17.5 10a1 1 0 0 1 .912.59l3.141 6.98l.008.016l.006.014l.004.01l1.34 2.98a1 1 0 1 1-1.823.82L20.003 19h-5.006l-1.085 2.41a1 1 0 1 1-1.824-.82l1.34-2.98l.019-.04l3.141-6.98A1 1 0 0 1 17.5 10m-1.603 7h3.206L17.5 13.437z" clip-rule="evenodd"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconLanguageFilled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M8 2a1 1 0 0 1 1 1v1h5a1 1 0 0 1 0 2h-1.21c-.522 2.028-1.289 3.754-2.503 5.3q-.37.47-.792.914c.833.643 1.817 1.271 2.984 1.908a1 1 0 1 1-.958 1.756c-1.362-.743-2.526-1.496-3.52-2.295c-.998.8-2.163 1.553-3.522 2.295a1 1 0 0 1-.958-1.756c1.17-.638 2.152-1.266 2.984-1.908a12.5 12.5 0 0 1-1.984-2.743a1 1 0 1 1 1.765-.942A10.5 10.5 0 0 0 8 10.884q.386-.402.714-.82c.91-1.16 1.542-2.466 2.003-4.064H2a1 1 0 0 1 0-2h5V3a1 1 0 0 1 1-1"/><path fillRule="evenodd" d="M17.5 10a1 1 0 0 1 .912.59l3.141 6.98l.008.016l.006.014l.004.01l1.34 2.98a1 1 0 1 1-1.823.82L20.003 19h-5.006l-1.085 2.41a1 1 0 1 1-1.824-.82l1.34-2.98l.019-.04l3.141-6.98A1 1 0 0 1 17.5 10m-1.603 7h3.206L17.5 13.437z" clipRule="evenodd"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M8 2a1 1 0 0 1 1 1v1h5a1 1 0 0 1 0 2h-1.21c-.522 2.028-1.289 3.754-2.503 5.3q-.37.47-.792.914c.833.643 1.817 1.271 2.984 1.908a1 1 0 1 1-.958 1.756c-1.362-.743-2.526-1.496-3.52-2.295c-.998.8-2.163 1.553-3.522 2.295a1 1 0 0 1-.958-1.756c1.17-.638 2.152-1.266 2.984-1.908a12.5 12.5 0 0 1-1.984-2.743a1 1 0 1 1 1.765-.942A10.5 10.5 0 0 0 8 10.884q.386-.402.714-.82c.91-1.16 1.542-2.466 2.003-4.064H2a1 1 0 0 1 0-2h5V3a1 1 0 0 1 1-1"/><path fill-rule="evenodd" d="M17.5 10a1 1 0 0 1 .912.59l3.141 6.98l.008.016l.006.014l.004.01l1.34 2.98a1 1 0 1 1-1.823.82L20.003 19h-5.006l-1.085 2.41a1 1 0 1 1-1.824-.82l1.34-2.98l.019-.04l3.141-6.98A1 1 0 0 1 17.5 10m-1.603 7h3.206L17.5 13.437z" clip-rule="evenodd"/></g></svg>
</template>

CSS

.icon-language-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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M8%202a1%201%200%200%201%201%201v1h5a1%201%200%200%201%200%202h-1.21c-.522%202.028-1.289%203.754-2.503%205.3q-.37.47-.792.914c.833.643%201.817%201.271%202.984%201.908a1%201%200%201%201-.958%201.756c-1.362-.743-2.526-1.496-3.52-2.295c-.998.8-2.163%201.553-3.522%202.295a1%201%200%200%201-.958-1.756c1.17-.638%202.152-1.266%202.984-1.908a12.5%2012.5%200%200%201-1.984-2.743a1%201%200%201%201%201.765-.942A10.5%2010.5%200%200%200%208%2010.884q.386-.402.714-.82c.91-1.16%201.542-2.466%202.003-4.064H2a1%201%200%200%201%200-2h5V3a1%201%200%200%201%201-1%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M17.5%2010a1%201%200%200%201%20.912.59l3.141%206.98l.008.016l.006.014l.004.01l1.34%202.98a1%201%200%201%201-1.823.82L20.003%2019h-5.006l-1.085%202.41a1%201%200%201%201-1.824-.82l1.34-2.98l.019-.04l3.141-6.98A1%201%200%200%201%2017.5%2010m-1.603%207h3.206L17.5%2013.437z%22%20clip-rule%3D%22evenodd%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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M8%202a1%201%200%200%201%201%201v1h5a1%201%200%200%201%200%202h-1.21c-.522%202.028-1.289%203.754-2.503%205.3q-.37.47-.792.914c.833.643%201.817%201.271%202.984%201.908a1%201%200%201%201-.958%201.756c-1.362-.743-2.526-1.496-3.52-2.295c-.998.8-2.163%201.553-3.522%202.295a1%201%200%200%201-.958-1.756c1.17-.638%202.152-1.266%202.984-1.908a12.5%2012.5%200%200%201-1.984-2.743a1%201%200%201%201%201.765-.942A10.5%2010.5%200%200%200%208%2010.884q.386-.402.714-.82c.91-1.16%201.542-2.466%202.003-4.064H2a1%201%200%200%201%200-2h5V3a1%201%200%200%201%201-1%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M17.5%2010a1%201%200%200%201%20.912.59l3.141%206.98l.008.016l.006.014l.004.01l1.34%202.98a1%201%200%201%201-1.823.82L20.003%2019h-5.006l-1.085%202.41a1%201%200%201%201-1.824-.82l1.34-2.98l.019-.04l3.141-6.98A1%201%200%200%201%2017.5%2010m-1.603%207h3.206L17.5%2013.437z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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

Language filled icon — Reicon · IconsDB