language icon

language from Unicons by Iconscout · Line · Content · Apache-2.0 Free for personal and commercial use.

Name
language
Set
Unicons
Style
Line
Category
Content
Viewbox
24×24
License
Apache 2.0

The same icon in other sets

More content icons from Unicons

Use the language icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.056 12h-2a1 1 0 0 0 0 2v2H17.87a3 3 0 0 0 .185-1a3 3 0 0 0-5.598-1.5a1 1 0 1 0 1.732 1a1 1 0 0 1 .866-.5a1 1 0 0 1 0 2a1 1 0 0 0 0 2a1 1 0 1 1 0 2a1 1 0 0 1-.866-.5a1 1 0 1 0-1.732 1a3 3 0 0 0 5.598-1.5a3 3 0 0 0-.185-1h1.185v3a1 1 0 0 0 2 0v-7a1 1 0 1 0 0-2m-11.97-.757a1 1 0 1 0 1.94-.486l-1.757-7.03a2.28 2.28 0 0 0-4.425 0l-1.758 7.03a1 1 0 1 0 1.94.486L5.585 9h2.94ZM6.086 7l.697-2.787a.292.292 0 0 1 .546 0L8.026 7Zm7.97 0h1a1 1 0 0 1 1 1v1a1 1 0 0 0 2 0V8a3.003 3.003 0 0 0-3-3h-1a1 1 0 0 0 0 2m-4 9h-1a1 1 0 0 1-1-1v-1a1 1 0 0 0-2 0v1a3.003 3.003 0 0 0 3 3h1a1 1 0 0 0 0-2"/></svg>

React

import type { SVGProps } from "react";

export function UilLanguage(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="M21.056 12h-2a1 1 0 0 0 0 2v2H17.87a3 3 0 0 0 .185-1a3 3 0 0 0-5.598-1.5a1 1 0 1 0 1.732 1a1 1 0 0 1 .866-.5a1 1 0 0 1 0 2a1 1 0 0 0 0 2a1 1 0 1 1 0 2a1 1 0 0 1-.866-.5a1 1 0 1 0-1.732 1a3 3 0 0 0 5.598-1.5a3 3 0 0 0-.185-1h1.185v3a1 1 0 0 0 2 0v-7a1 1 0 1 0 0-2m-11.97-.757a1 1 0 1 0 1.94-.486l-1.757-7.03a2.28 2.28 0 0 0-4.425 0l-1.758 7.03a1 1 0 1 0 1.94.486L5.585 9h2.94ZM6.086 7l.697-2.787a.292.292 0 0 1 .546 0L8.026 7Zm7.97 0h1a1 1 0 0 1 1 1v1a1 1 0 0 0 2 0V8a3.003 3.003 0 0 0-3-3h-1a1 1 0 0 0 0 2m-4 9h-1a1 1 0 0 1-1-1v-1a1 1 0 0 0-2 0v1a3.003 3.003 0 0 0 3 3h1a1 1 0 0 0 0-2"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.056 12h-2a1 1 0 0 0 0 2v2H17.87a3 3 0 0 0 .185-1a3 3 0 0 0-5.598-1.5a1 1 0 1 0 1.732 1a1 1 0 0 1 .866-.5a1 1 0 0 1 0 2a1 1 0 0 0 0 2a1 1 0 1 1 0 2a1 1 0 0 1-.866-.5a1 1 0 1 0-1.732 1a3 3 0 0 0 5.598-1.5a3 3 0 0 0-.185-1h1.185v3a1 1 0 0 0 2 0v-7a1 1 0 1 0 0-2m-11.97-.757a1 1 0 1 0 1.94-.486l-1.757-7.03a2.28 2.28 0 0 0-4.425 0l-1.758 7.03a1 1 0 1 0 1.94.486L5.585 9h2.94ZM6.086 7l.697-2.787a.292.292 0 0 1 .546 0L8.026 7Zm7.97 0h1a1 1 0 0 1 1 1v1a1 1 0 0 0 2 0V8a3.003 3.003 0 0 0-3-3h-1a1 1 0 0 0 0 2m-4 9h-1a1 1 0 0 1-1-1v-1a1 1 0 0 0-2 0v1a3.003 3.003 0 0 0 3 3h1a1 1 0 0 0 0-2"/></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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21.056%2012h-2a1%201%200%200%200%200%202v2H17.87a3%203%200%200%200%20.185-1a3%203%200%200%200-5.598-1.5a1%201%200%201%200%201.732%201a1%201%200%200%201%20.866-.5a1%201%200%200%201%200%202a1%201%200%200%200%200%202a1%201%200%201%201%200%202a1%201%200%200%201-.866-.5a1%201%200%201%200-1.732%201a3%203%200%200%200%205.598-1.5a3%203%200%200%200-.185-1h1.185v3a1%201%200%200%200%202%200v-7a1%201%200%201%200%200-2m-11.97-.757a1%201%200%201%200%201.94-.486l-1.757-7.03a2.28%202.28%200%200%200-4.425%200l-1.758%207.03a1%201%200%201%200%201.94.486L5.585%209h2.94ZM6.086%207l.697-2.787a.292.292%200%200%201%20.546%200L8.026%207Zm7.97%200h1a1%201%200%200%201%201%201v1a1%201%200%200%200%202%200V8a3.003%203.003%200%200%200-3-3h-1a1%201%200%200%200%200%202m-4%209h-1a1%201%200%200%201-1-1v-1a1%201%200%200%200-2%200v1a3.003%203.003%200%200%200%203%203h1a1%201%200%200%200%200-2%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%22M21.056%2012h-2a1%201%200%200%200%200%202v2H17.87a3%203%200%200%200%20.185-1a3%203%200%200%200-5.598-1.5a1%201%200%201%200%201.732%201a1%201%200%200%201%20.866-.5a1%201%200%200%201%200%202a1%201%200%200%200%200%202a1%201%200%201%201%200%202a1%201%200%200%201-.866-.5a1%201%200%201%200-1.732%201a3%203%200%200%200%205.598-1.5a3%203%200%200%200-.185-1h1.185v3a1%201%200%200%200%202%200v-7a1%201%200%201%200%200-2m-11.97-.757a1%201%200%201%200%201.94-.486l-1.757-7.03a2.28%202.28%200%200%200-4.425%200l-1.758%207.03a1%201%200%201%200%201.94.486L5.585%209h2.94ZM6.086%207l.697-2.787a.292.292%200%200%201%20.546%200L8.026%207Zm7.97%200h1a1%201%200%200%201%201%201v1a1%201%200%200%200%202%200V8a3.003%203.003%200%200%200-3-3h-1a1%201%200%200%200%200%202m-4%209h-1a1%201%200%200%201-1-1v-1a1%201%200%200%200-2%200v1a3.003%203.003%200%200%200%203%203h1a1%201%200%200%200%200-2%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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