language icon

language-20-solid from HeroIcons by Refactoring UI Inc · Solid 20x20 · MIT Free for personal and commercial use.

Name
language-20-solid
Set
HeroIcons
Style
Solid 20x20
Viewbox
20×20
License
MIT

3 other variants in HeroIcons

The same icon in other sets

Use the language icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><g fill="currentColor"><path d="M7.75 2.75a.75.75 0 0 0-1.5 0v1.258a33 33 0 0 0-3.599.278a.75.75 0 1 0 .198 1.487A31.6 31.6 0 0 1 8.7 5.545A19.4 19.4 0 0 1 7 9.56a19 19 0 0 1-1.002-2.05a.75.75 0 0 0-1.384.577a21 21 0 0 0 1.492 2.91a19.6 19.6 0 0 1-3.828 4.154a.75.75 0 1 0 .945 1.164A21 21 0 0 0 7 12.331q.143.198.29.391a.75.75 0 0 0 1.194-.91q-.306-.4-.59-.815a21 21 0 0 0 2.333-5.332q.465.047.924.108a.75.75 0 0 0 .198-1.487a33 33 0 0 0-3.599-.278z"/><path fill-rule="evenodd" d="M13 8a.75.75 0 0 1 .671.415l4.25 8.5a.75.75 0 1 1-1.342.67L15.787 16h-5.573l-.793 1.585a.75.75 0 1 1-1.342-.67l4.25-8.5A.75.75 0 0 1 13 8m2.037 6.5L13 10.427L10.964 14.5z" clip-rule="evenodd"/></g></svg>

React

import type { SVGProps } from "react";

export function HeroiconsLanguage20Solid(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><g fill="currentColor"><path d="M7.75 2.75a.75.75 0 0 0-1.5 0v1.258a33 33 0 0 0-3.599.278a.75.75 0 1 0 .198 1.487A31.6 31.6 0 0 1 8.7 5.545A19.4 19.4 0 0 1 7 9.56a19 19 0 0 1-1.002-2.05a.75.75 0 0 0-1.384.577a21 21 0 0 0 1.492 2.91a19.6 19.6 0 0 1-3.828 4.154a.75.75 0 1 0 .945 1.164A21 21 0 0 0 7 12.331q.143.198.29.391a.75.75 0 0 0 1.194-.91q-.306-.4-.59-.815a21 21 0 0 0 2.333-5.332q.465.047.924.108a.75.75 0 0 0 .198-1.487a33 33 0 0 0-3.599-.278z"/><path fillRule="evenodd" d="M13 8a.75.75 0 0 1 .671.415l4.25 8.5a.75.75 0 1 1-1.342.67L15.787 16h-5.573l-.793 1.585a.75.75 0 1 1-1.342-.67l4.25-8.5A.75.75 0 0 1 13 8m2.037 6.5L13 10.427L10.964 14.5z" clipRule="evenodd"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><g fill="currentColor"><path d="M7.75 2.75a.75.75 0 0 0-1.5 0v1.258a33 33 0 0 0-3.599.278a.75.75 0 1 0 .198 1.487A31.6 31.6 0 0 1 8.7 5.545A19.4 19.4 0 0 1 7 9.56a19 19 0 0 1-1.002-2.05a.75.75 0 0 0-1.384.577a21 21 0 0 0 1.492 2.91a19.6 19.6 0 0 1-3.828 4.154a.75.75 0 1 0 .945 1.164A21 21 0 0 0 7 12.331q.143.198.29.391a.75.75 0 0 0 1.194-.91q-.306-.4-.59-.815a21 21 0 0 0 2.333-5.332q.465.047.924.108a.75.75 0 0 0 .198-1.487a33 33 0 0 0-3.599-.278z"/><path fill-rule="evenodd" d="M13 8a.75.75 0 0 1 .671.415l4.25 8.5a.75.75 0 1 1-1.342.67L15.787 16h-5.573l-.793 1.585a.75.75 0 1 1-1.342-.67l4.25-8.5A.75.75 0 0 1 13 8m2.037 6.5L13 10.427L10.964 14.5z" clip-rule="evenodd"/></g></svg>
</template>

CSS

.icon-language-20-solid {
  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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M7.75%202.75a.75.75%200%200%200-1.5%200v1.258a33%2033%200%200%200-3.599.278a.75.75%200%201%200%20.198%201.487A31.6%2031.6%200%200%201%208.7%205.545A19.4%2019.4%200%200%201%207%209.56a19%2019%200%200%201-1.002-2.05a.75.75%200%200%200-1.384.577a21%2021%200%200%200%201.492%202.91a19.6%2019.6%200%200%201-3.828%204.154a.75.75%200%201%200%20.945%201.164A21%2021%200%200%200%207%2012.331q.143.198.29.391a.75.75%200%200%200%201.194-.91q-.306-.4-.59-.815a21%2021%200%200%200%202.333-5.332q.465.047.924.108a.75.75%200%200%200%20.198-1.487a33%2033%200%200%200-3.599-.278z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M13%208a.75.75%200%200%201%20.671.415l4.25%208.5a.75.75%200%201%201-1.342.67L15.787%2016h-5.573l-.793%201.585a.75.75%200%201%201-1.342-.67l4.25-8.5A.75.75%200%200%201%2013%208m2.037%206.5L13%2010.427L10.964%2014.5z%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%2020%2020%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M7.75%202.75a.75.75%200%200%200-1.5%200v1.258a33%2033%200%200%200-3.599.278a.75.75%200%201%200%20.198%201.487A31.6%2031.6%200%200%201%208.7%205.545A19.4%2019.4%200%200%201%207%209.56a19%2019%200%200%201-1.002-2.05a.75.75%200%200%200-1.384.577a21%2021%200%200%200%201.492%202.91a19.6%2019.6%200%200%201-3.828%204.154a.75.75%200%201%200%20.945%201.164A21%2021%200%200%200%207%2012.331q.143.198.29.391a.75.75%200%200%200%201.194-.91q-.306-.4-.59-.815a21%2021%200%200%200%202.333-5.332q.465.047.924.108a.75.75%200%200%200%20.198-1.487a33%2033%200%200%200-3.599-.278z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M13%208a.75.75%200%200%201%20.671.415l4.25%208.5a.75.75%200%201%201-1.342.67L15.787%2016h-5.573l-.793%201.585a.75.75%200%201%201-1.342-.67l4.25-8.5A.75.75%200%200%201%2013%208m2.037%206.5L13%2010.427L10.964%2014.5z%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/heroicons/language-20-solid.svg?color=%231a73e8&size=48