local language globe icon

local-language-globe-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.

Name
local-language-globe-20-regular
Set
Fluent UI System Icons
Style
20 Regular
Viewbox
20×20
License
MIT

1 other variant in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the local language globe icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M8 10a.5.5 0 0 1 .468.324l2.25 6a.5.5 0 0 1-.936.352L9.153 15H6.847l-.63 1.676a.5.5 0 0 1-.935-.352l2.25-6l.032-.07A.5.5 0 0 1 8 10m7.5 0a.5.5 0 0 1 .416.777L15.101 12H17.5a.5.5 0 0 1 0 1H15v2a1 1 0 0 1-1 1h-.5a.5.5 0 0 1 0-1h.5v-2h-2.5a.5.5 0 0 1 0-1H14a.5.5 0 0 1 .084-.277l.481-.723H12.5a.5.5 0 0 1 0-1zm-8.278 4h1.556L8 11.923zM7 2a5 5 0 0 1 5 5h-1.5c-.444 0-.84.194-1.115.5h-.396a11 11 0 0 1-.2 1.725a1.5 1.5 0 0 0-.976-.213c.089-.456.152-.965.175-1.512H6.012c.046 1.075.239 2.005.503 2.664l.005.012l-.637 1.697A5 5 0 0 1 7 2M3.032 7.5a4 4 0 0 0 2.66 3.28c-.375-.815-.63-1.973-.681-3.28zM14 7a.5.5 0 0 1 .5.5V8h3a.5.5 0 0 1 .5.5V10a.5.5 0 0 1-1 0V9h-6v1a.5.5 0 0 1-1 0V8.5a.5.5 0 0 1 .5-.5h3v-.5A.5.5 0 0 1 14 7M5.692 3.22a4 4 0 0 0-2.66 3.28h1.979c.052-1.307.305-2.466.681-3.28m1.256-.14c-.123.13-.28.373-.433.756c-.264.66-.457 1.589-.503 2.664h1.976c-.046-1.075-.239-2.005-.503-2.664c-.153-.383-.31-.625-.433-.756L7 3.031q-.022.018-.052.05m1.359.14c.376.814.63 1.973.682 3.28h1.979a4 4 0 0 0-2.661-3.28"/></svg>

React

import type { SVGProps } from "react";

export function FluentLocalLanguageGlobe20Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M8 10a.5.5 0 0 1 .468.324l2.25 6a.5.5 0 0 1-.936.352L9.153 15H6.847l-.63 1.676a.5.5 0 0 1-.935-.352l2.25-6l.032-.07A.5.5 0 0 1 8 10m7.5 0a.5.5 0 0 1 .416.777L15.101 12H17.5a.5.5 0 0 1 0 1H15v2a1 1 0 0 1-1 1h-.5a.5.5 0 0 1 0-1h.5v-2h-2.5a.5.5 0 0 1 0-1H14a.5.5 0 0 1 .084-.277l.481-.723H12.5a.5.5 0 0 1 0-1zm-8.278 4h1.556L8 11.923zM7 2a5 5 0 0 1 5 5h-1.5c-.444 0-.84.194-1.115.5h-.396a11 11 0 0 1-.2 1.725a1.5 1.5 0 0 0-.976-.213c.089-.456.152-.965.175-1.512H6.012c.046 1.075.239 2.005.503 2.664l.005.012l-.637 1.697A5 5 0 0 1 7 2M3.032 7.5a4 4 0 0 0 2.66 3.28c-.375-.815-.63-1.973-.681-3.28zM14 7a.5.5 0 0 1 .5.5V8h3a.5.5 0 0 1 .5.5V10a.5.5 0 0 1-1 0V9h-6v1a.5.5 0 0 1-1 0V8.5a.5.5 0 0 1 .5-.5h3v-.5A.5.5 0 0 1 14 7M5.692 3.22a4 4 0 0 0-2.66 3.28h1.979c.052-1.307.305-2.466.681-3.28m1.256-.14c-.123.13-.28.373-.433.756c-.264.66-.457 1.589-.503 2.664h1.976c-.046-1.075-.239-2.005-.503-2.664c-.153-.383-.31-.625-.433-.756L7 3.031q-.022.018-.052.05m1.359.14c.376.814.63 1.973.682 3.28h1.979a4 4 0 0 0-2.661-3.28"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M8 10a.5.5 0 0 1 .468.324l2.25 6a.5.5 0 0 1-.936.352L9.153 15H6.847l-.63 1.676a.5.5 0 0 1-.935-.352l2.25-6l.032-.07A.5.5 0 0 1 8 10m7.5 0a.5.5 0 0 1 .416.777L15.101 12H17.5a.5.5 0 0 1 0 1H15v2a1 1 0 0 1-1 1h-.5a.5.5 0 0 1 0-1h.5v-2h-2.5a.5.5 0 0 1 0-1H14a.5.5 0 0 1 .084-.277l.481-.723H12.5a.5.5 0 0 1 0-1zm-8.278 4h1.556L8 11.923zM7 2a5 5 0 0 1 5 5h-1.5c-.444 0-.84.194-1.115.5h-.396a11 11 0 0 1-.2 1.725a1.5 1.5 0 0 0-.976-.213c.089-.456.152-.965.175-1.512H6.012c.046 1.075.239 2.005.503 2.664l.005.012l-.637 1.697A5 5 0 0 1 7 2M3.032 7.5a4 4 0 0 0 2.66 3.28c-.375-.815-.63-1.973-.681-3.28zM14 7a.5.5 0 0 1 .5.5V8h3a.5.5 0 0 1 .5.5V10a.5.5 0 0 1-1 0V9h-6v1a.5.5 0 0 1-1 0V8.5a.5.5 0 0 1 .5-.5h3v-.5A.5.5 0 0 1 14 7M5.692 3.22a4 4 0 0 0-2.66 3.28h1.979c.052-1.307.305-2.466.681-3.28m1.256-.14c-.123.13-.28.373-.433.756c-.264.66-.457 1.589-.503 2.664h1.976c-.046-1.075-.239-2.005-.503-2.664c-.153-.383-.31-.625-.433-.756L7 3.031q-.022.018-.052.05m1.359.14c.376.814.63 1.973.682 3.28h1.979a4 4 0 0 0-2.661-3.28"/></svg>
</template>

CSS

.icon-local-language-globe-20-regular {
  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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8%2010a.5.5%200%200%201%20.468.324l2.25%206a.5.5%200%200%201-.936.352L9.153%2015H6.847l-.63%201.676a.5.5%200%200%201-.935-.352l2.25-6l.032-.07A.5.5%200%200%201%208%2010m7.5%200a.5.5%200%200%201%20.416.777L15.101%2012H17.5a.5.5%200%200%201%200%201H15v2a1%201%200%200%201-1%201h-.5a.5.5%200%200%201%200-1h.5v-2h-2.5a.5.5%200%200%201%200-1H14a.5.5%200%200%201%20.084-.277l.481-.723H12.5a.5.5%200%200%201%200-1zm-8.278%204h1.556L8%2011.923zM7%202a5%205%200%200%201%205%205h-1.5c-.444%200-.84.194-1.115.5h-.396a11%2011%200%200%201-.2%201.725a1.5%201.5%200%200%200-.976-.213c.089-.456.152-.965.175-1.512H6.012c.046%201.075.239%202.005.503%202.664l.005.012l-.637%201.697A5%205%200%200%201%207%202M3.032%207.5a4%204%200%200%200%202.66%203.28c-.375-.815-.63-1.973-.681-3.28zM14%207a.5.5%200%200%201%20.5.5V8h3a.5.5%200%200%201%20.5.5V10a.5.5%200%200%201-1%200V9h-6v1a.5.5%200%200%201-1%200V8.5a.5.5%200%200%201%20.5-.5h3v-.5A.5.5%200%200%201%2014%207M5.692%203.22a4%204%200%200%200-2.66%203.28h1.979c.052-1.307.305-2.466.681-3.28m1.256-.14c-.123.13-.28.373-.433.756c-.264.66-.457%201.589-.503%202.664h1.976c-.046-1.075-.239-2.005-.503-2.664c-.153-.383-.31-.625-.433-.756L7%203.031q-.022.018-.052.05m1.359.14c.376.814.63%201.973.682%203.28h1.979a4%204%200%200%200-2.661-3.28%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8%2010a.5.5%200%200%201%20.468.324l2.25%206a.5.5%200%200%201-.936.352L9.153%2015H6.847l-.63%201.676a.5.5%200%200%201-.935-.352l2.25-6l.032-.07A.5.5%200%200%201%208%2010m7.5%200a.5.5%200%200%201%20.416.777L15.101%2012H17.5a.5.5%200%200%201%200%201H15v2a1%201%200%200%201-1%201h-.5a.5.5%200%200%201%200-1h.5v-2h-2.5a.5.5%200%200%201%200-1H14a.5.5%200%200%201%20.084-.277l.481-.723H12.5a.5.5%200%200%201%200-1zm-8.278%204h1.556L8%2011.923zM7%202a5%205%200%200%201%205%205h-1.5c-.444%200-.84.194-1.115.5h-.396a11%2011%200%200%201-.2%201.725a1.5%201.5%200%200%200-.976-.213c.089-.456.152-.965.175-1.512H6.012c.046%201.075.239%202.005.503%202.664l.005.012l-.637%201.697A5%205%200%200%201%207%202M3.032%207.5a4%204%200%200%200%202.66%203.28c-.375-.815-.63-1.973-.681-3.28zM14%207a.5.5%200%200%201%20.5.5V8h3a.5.5%200%200%201%20.5.5V10a.5.5%200%200%201-1%200V9h-6v1a.5.5%200%200%201-1%200V8.5a.5.5%200%200%201%20.5-.5h3v-.5A.5.5%200%200%201%2014%207M5.692%203.22a4%204%200%200%200-2.66%203.28h1.979c.052-1.307.305-2.466.681-3.28m1.256-.14c-.123.13-.28.373-.433.756c-.264.66-.457%201.589-.503%202.664h1.976c-.046-1.075-.239-2.005-.503-2.664c-.153-.383-.31-.625-.433-.756L7%203.031q-.022.018-.052.05m1.359.14c.376.814.63%201.973.682%203.28h1.979a4%204%200%200%200-2.661-3.28%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/local-language-globe-20-regular.svg?color=%231a73e8&size=48