language icon

language from Reicon by REICON · Outline · UI · MIT Free for personal and commercial use.

Name
language
Set
Reicon
Style
Outline
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 2.25a.75.75 0 0 1 .75.75v1.25H14a.75.75 0 0 1 0 1.5h-1.405c-.517 2.086-1.28 3.836-2.505 5.395q-.445.566-.968 1.095c.893.713 1.958 1.404 3.237 2.102a.75.75 0 1 1-.718 1.316c-1.424-.776-2.626-1.562-3.64-2.397c-1.017.837-2.22 1.622-3.642 2.397a.75.75 0 0 1-.718-1.316c1.281-.7 2.346-1.39 3.237-2.102a12.3 12.3 0 0 1-2.136-2.887a.75.75 0 0 1 1.324-.706A10.8 10.8 0 0 0 8 11.241q.5-.499.91-1.023c.996-1.267 1.662-2.7 2.136-4.468H2a.75.75 0 0 1 0-1.5h5.25V3A.75.75 0 0 1 8 2.25"/><path fill-rule="evenodd" d="M17.5 10.25a.75.75 0 0 1 .684.442l3.143 6.985l.014.03l1.343 2.985a.75.75 0 1 1-1.368.616l-1.15-2.558h-5.331l-1.151 2.558a.75.75 0 1 1-1.368-.616l1.343-2.984l.014-.03l3.143-6.986a.75.75 0 0 1 .684-.442m1.99 7l-1.99-4.422l-1.99 4.422z" clip-rule="evenodd"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconLanguage(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 2.25a.75.75 0 0 1 .75.75v1.25H14a.75.75 0 0 1 0 1.5h-1.405c-.517 2.086-1.28 3.836-2.505 5.395q-.445.566-.968 1.095c.893.713 1.958 1.404 3.237 2.102a.75.75 0 1 1-.718 1.316c-1.424-.776-2.626-1.562-3.64-2.397c-1.017.837-2.22 1.622-3.642 2.397a.75.75 0 0 1-.718-1.316c1.281-.7 2.346-1.39 3.237-2.102a12.3 12.3 0 0 1-2.136-2.887a.75.75 0 0 1 1.324-.706A10.8 10.8 0 0 0 8 11.241q.5-.499.91-1.023c.996-1.267 1.662-2.7 2.136-4.468H2a.75.75 0 0 1 0-1.5h5.25V3A.75.75 0 0 1 8 2.25"/><path fillRule="evenodd" d="M17.5 10.25a.75.75 0 0 1 .684.442l3.143 6.985l.014.03l1.343 2.985a.75.75 0 1 1-1.368.616l-1.15-2.558h-5.331l-1.151 2.558a.75.75 0 1 1-1.368-.616l1.343-2.984l.014-.03l3.143-6.986a.75.75 0 0 1 .684-.442m1.99 7l-1.99-4.422l-1.99 4.422z" 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 2.25a.75.75 0 0 1 .75.75v1.25H14a.75.75 0 0 1 0 1.5h-1.405c-.517 2.086-1.28 3.836-2.505 5.395q-.445.566-.968 1.095c.893.713 1.958 1.404 3.237 2.102a.75.75 0 1 1-.718 1.316c-1.424-.776-2.626-1.562-3.64-2.397c-1.017.837-2.22 1.622-3.642 2.397a.75.75 0 0 1-.718-1.316c1.281-.7 2.346-1.39 3.237-2.102a12.3 12.3 0 0 1-2.136-2.887a.75.75 0 0 1 1.324-.706A10.8 10.8 0 0 0 8 11.241q.5-.499.91-1.023c.996-1.267 1.662-2.7 2.136-4.468H2a.75.75 0 0 1 0-1.5h5.25V3A.75.75 0 0 1 8 2.25"/><path fill-rule="evenodd" d="M17.5 10.25a.75.75 0 0 1 .684.442l3.143 6.985l.014.03l1.343 2.985a.75.75 0 1 1-1.368.616l-1.15-2.558h-5.331l-1.151 2.558a.75.75 0 1 1-1.368-.616l1.343-2.984l.014-.03l3.143-6.986a.75.75 0 0 1 .684-.442m1.99 7l-1.99-4.422l-1.99 4.422z" clip-rule="evenodd"/></g></svg>
</template>

CSS

.icon-language {
  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%202.25a.75.75%200%200%201%20.75.75v1.25H14a.75.75%200%200%201%200%201.5h-1.405c-.517%202.086-1.28%203.836-2.505%205.395q-.445.566-.968%201.095c.893.713%201.958%201.404%203.237%202.102a.75.75%200%201%201-.718%201.316c-1.424-.776-2.626-1.562-3.64-2.397c-1.017.837-2.22%201.622-3.642%202.397a.75.75%200%200%201-.718-1.316c1.281-.7%202.346-1.39%203.237-2.102a12.3%2012.3%200%200%201-2.136-2.887a.75.75%200%200%201%201.324-.706A10.8%2010.8%200%200%200%208%2011.241q.5-.499.91-1.023c.996-1.267%201.662-2.7%202.136-4.468H2a.75.75%200%200%201%200-1.5h5.25V3A.75.75%200%200%201%208%202.25%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M17.5%2010.25a.75.75%200%200%201%20.684.442l3.143%206.985l.014.03l1.343%202.985a.75.75%200%201%201-1.368.616l-1.15-2.558h-5.331l-1.151%202.558a.75.75%200%201%201-1.368-.616l1.343-2.984l.014-.03l3.143-6.986a.75.75%200%200%201%20.684-.442m1.99%207l-1.99-4.422l-1.99%204.422z%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%202.25a.75.75%200%200%201%20.75.75v1.25H14a.75.75%200%200%201%200%201.5h-1.405c-.517%202.086-1.28%203.836-2.505%205.395q-.445.566-.968%201.095c.893.713%201.958%201.404%203.237%202.102a.75.75%200%201%201-.718%201.316c-1.424-.776-2.626-1.562-3.64-2.397c-1.017.837-2.22%201.622-3.642%202.397a.75.75%200%200%201-.718-1.316c1.281-.7%202.346-1.39%203.237-2.102a12.3%2012.3%200%200%201-2.136-2.887a.75.75%200%200%201%201.324-.706A10.8%2010.8%200%200%200%208%2011.241q.5-.499.91-1.023c.996-1.267%201.662-2.7%202.136-4.468H2a.75.75%200%200%201%200-1.5h5.25V3A.75.75%200%200%201%208%202.25%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M17.5%2010.25a.75.75%200%200%201%20.684.442l3.143%206.985l.014.03l1.343%202.985a.75.75%200%201%201-1.368.616l-1.15-2.558h-5.331l-1.151%202.558a.75.75%200%201%201-1.368-.616l1.343-2.984l.014-.03l3.143-6.986a.75.75%200%200%201%20.684-.442m1.99%207l-1.99-4.422l-1.99%204.422z%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.svg?color=%231a73e8&size=48

Language outline icon — Reicon · IconsDB