language international icon

language-international-rounded from Material Symbols by Google · Rounded · Text · Apache-2.0 Free for personal and commercial use.

Name
language-international-rounded
Set
Material Symbols
Style
Rounded
Category
Text
Viewbox
24×24
License
Apache 2.0
Aliases
language-international-outline-rounded

1 other variant in Material Symbols

The same icon in other sets

More text icons from Material Symbols

Use the language international icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M1.288 15.713Q1 15.425 1 15V9q0-.425.288-.712T2 8t.713.288T3 9v6q0 .425-.288.713T2 16t-.712-.288m3 0Q4 15.426 4 15V8.9q0-.375.263-.638T4.9 8h.55q.275 0 .475.138t.325.362L8 12V9q0-.425.288-.712T9 8t.713.288T10 9v6.1q0 .375-.262.638T9.1 16h-.55q-.275 0-.475-.137T7.75 15.5L6 12v3q0 .425-.288.713T5 16t-.712-.288m9 0Q13 15.426 13 15v-5h-1q-.425 0-.712-.288T11 9t.288-.712T12 8h4q.425 0 .713.288T17 9t-.288.713T16 10h-1v5q0 .425-.288.713T14 16t-.712-.288M19 16q-.425 0-.712-.288T18 15V9q0-.425.288-.712T19 8t.713.288T20 9v5h2q.425 0 .713.288T23 15t-.288.713T22 16z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLanguageInternationalRounded(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="M1.288 15.713Q1 15.425 1 15V9q0-.425.288-.712T2 8t.713.288T3 9v6q0 .425-.288.713T2 16t-.712-.288m3 0Q4 15.426 4 15V8.9q0-.375.263-.638T4.9 8h.55q.275 0 .475.138t.325.362L8 12V9q0-.425.288-.712T9 8t.713.288T10 9v6.1q0 .375-.262.638T9.1 16h-.55q-.275 0-.475-.137T7.75 15.5L6 12v3q0 .425-.288.713T5 16t-.712-.288m9 0Q13 15.426 13 15v-5h-1q-.425 0-.712-.288T11 9t.288-.712T12 8h4q.425 0 .713.288T17 9t-.288.713T16 10h-1v5q0 .425-.288.713T14 16t-.712-.288M19 16q-.425 0-.712-.288T18 15V9q0-.425.288-.712T19 8t.713.288T20 9v5h2q.425 0 .713.288T23 15t-.288.713T22 16z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M1.288 15.713Q1 15.425 1 15V9q0-.425.288-.712T2 8t.713.288T3 9v6q0 .425-.288.713T2 16t-.712-.288m3 0Q4 15.426 4 15V8.9q0-.375.263-.638T4.9 8h.55q.275 0 .475.138t.325.362L8 12V9q0-.425.288-.712T9 8t.713.288T10 9v6.1q0 .375-.262.638T9.1 16h-.55q-.275 0-.475-.137T7.75 15.5L6 12v3q0 .425-.288.713T5 16t-.712-.288m9 0Q13 15.426 13 15v-5h-1q-.425 0-.712-.288T11 9t.288-.712T12 8h4q.425 0 .713.288T17 9t-.288.713T16 10h-1v5q0 .425-.288.713T14 16t-.712-.288M19 16q-.425 0-.712-.288T18 15V9q0-.425.288-.712T19 8t.713.288T20 9v5h2q.425 0 .713.288T23 15t-.288.713T22 16z"/></svg>
</template>

CSS

.icon-language-international-rounded {
  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%22M1.288%2015.713Q1%2015.425%201%2015V9q0-.425.288-.712T2%208t.713.288T3%209v6q0%20.425-.288.713T2%2016t-.712-.288m3%200Q4%2015.426%204%2015V8.9q0-.375.263-.638T4.9%208h.55q.275%200%20.475.138t.325.362L8%2012V9q0-.425.288-.712T9%208t.713.288T10%209v6.1q0%20.375-.262.638T9.1%2016h-.55q-.275%200-.475-.137T7.75%2015.5L6%2012v3q0%20.425-.288.713T5%2016t-.712-.288m9%200Q13%2015.426%2013%2015v-5h-1q-.425%200-.712-.288T11%209t.288-.712T12%208h4q.425%200%20.713.288T17%209t-.288.713T16%2010h-1v5q0%20.425-.288.713T14%2016t-.712-.288M19%2016q-.425%200-.712-.288T18%2015V9q0-.425.288-.712T19%208t.713.288T20%209v5h2q.425%200%20.713.288T23%2015t-.288.713T22%2016z%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%22M1.288%2015.713Q1%2015.425%201%2015V9q0-.425.288-.712T2%208t.713.288T3%209v6q0%20.425-.288.713T2%2016t-.712-.288m3%200Q4%2015.426%204%2015V8.9q0-.375.263-.638T4.9%208h.55q.275%200%20.475.138t.325.362L8%2012V9q0-.425.288-.712T9%208t.713.288T10%209v6.1q0%20.375-.262.638T9.1%2016h-.55q-.275%200-.475-.137T7.75%2015.5L6%2012v3q0%20.425-.288.713T5%2016t-.712-.288m9%200Q13%2015.426%2013%2015v-5h-1q-.425%200-.712-.288T11%209t.288-.712T12%208h4q.425%200%20.713.288T17%209t-.288.713T16%2010h-1v5q0%20.425-.288.713T14%2016t-.712-.288M19%2016q-.425%200-.712-.288T18%2015V9q0-.425.288-.712T19%208t.713.288T20%209v5h2q.425%200%20.713.288T23%2015t-.288.713T22%2016z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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