globe arrow forward icon

globe-arrow-forward-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.

Name
globe-arrow-forward-20-filled
Set
Fluent UI System Icons
Style
20 Filled
Viewbox
20×20
License
MIT

7 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the globe arrow forward icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M7.987 4.18a12.2 12.2 0 0 0-.669 2.32h5.364a12.2 12.2 0 0 0-.67-2.32c-.301-.733-.648-1.294-1.008-1.663C10.646 2.149 10.307 2 10 2s-.646.149-1.004.517c-.36.37-.707.93-1.009 1.663m-.096-1.899c-.314.426-.59.941-.828 1.518c-.32.78-.58 1.694-.762 2.701H2.804a8.02 8.02 0 0 1 5.087-4.219m5.046 1.518a7.2 7.2 0 0 0-.827-1.518A8.02 8.02 0 0 1 17.196 6.5h-3.497c-.182-1.007-.441-1.922-.762-2.7m4.665 3.7H13.85q.091.74.128 1.524Q14.236 9 14.5 9c1.328 0 2.546.47 3.496 1.254Q18 10.127 18 10a8 8 0 0 0-.398-2.5m-4.617 1.711a19 19 0 0 0-.143-1.711H7.158A19 19 0 0 0 7 10c0 .875.056 1.714.158 2.5h2.217a5.51 5.51 0 0 1 3.61-3.289M7.318 13.5h1.773q-.09.487-.091 1c0 1.316.462 2.525 1.234 3.471A1 1 0 0 1 10 18c-.307 0-.646-.149-1.004-.517c-.36-.37-.707-.93-1.009-1.663a12.2 12.2 0 0 1-.669-2.32m-4.514 0a8.02 8.02 0 0 0 5.087 4.219a7.2 7.2 0 0 1-.828-1.518c-.32-.78-.58-1.694-.762-2.701zm-.406-1H6.15A21 21 0 0 1 6 10c0-.866.052-1.705.15-2.5H2.398A8 8 0 0 0 2 10c0 .873.14 1.713.398 2.5M14.5 19a4.5 4.5 0 1 1 0-9a4.5 4.5 0 0 1 0 9m.896-6.396l.897.896H14.75A2.75 2.75 0 0 0 12 16.25v.25a.5.5 0 0 0 1 0v-.25c0-.966.784-1.75 1.75-1.75h1.543l-.897.896a.5.5 0 0 0 .708.708l1.752-1.753a.5.5 0 0 0-.002-.705l-1.75-1.75a.5.5 0 0 0-.708.708"/></svg>

React

import type { SVGProps } from "react";

export function FluentGlobeArrowForward20Filled(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="M7.987 4.18a12.2 12.2 0 0 0-.669 2.32h5.364a12.2 12.2 0 0 0-.67-2.32c-.301-.733-.648-1.294-1.008-1.663C10.646 2.149 10.307 2 10 2s-.646.149-1.004.517c-.36.37-.707.93-1.009 1.663m-.096-1.899c-.314.426-.59.941-.828 1.518c-.32.78-.58 1.694-.762 2.701H2.804a8.02 8.02 0 0 1 5.087-4.219m5.046 1.518a7.2 7.2 0 0 0-.827-1.518A8.02 8.02 0 0 1 17.196 6.5h-3.497c-.182-1.007-.441-1.922-.762-2.7m4.665 3.7H13.85q.091.74.128 1.524Q14.236 9 14.5 9c1.328 0 2.546.47 3.496 1.254Q18 10.127 18 10a8 8 0 0 0-.398-2.5m-4.617 1.711a19 19 0 0 0-.143-1.711H7.158A19 19 0 0 0 7 10c0 .875.056 1.714.158 2.5h2.217a5.51 5.51 0 0 1 3.61-3.289M7.318 13.5h1.773q-.09.487-.091 1c0 1.316.462 2.525 1.234 3.471A1 1 0 0 1 10 18c-.307 0-.646-.149-1.004-.517c-.36-.37-.707-.93-1.009-1.663a12.2 12.2 0 0 1-.669-2.32m-4.514 0a8.02 8.02 0 0 0 5.087 4.219a7.2 7.2 0 0 1-.828-1.518c-.32-.78-.58-1.694-.762-2.701zm-.406-1H6.15A21 21 0 0 1 6 10c0-.866.052-1.705.15-2.5H2.398A8 8 0 0 0 2 10c0 .873.14 1.713.398 2.5M14.5 19a4.5 4.5 0 1 1 0-9a4.5 4.5 0 0 1 0 9m.896-6.396l.897.896H14.75A2.75 2.75 0 0 0 12 16.25v.25a.5.5 0 0 0 1 0v-.25c0-.966.784-1.75 1.75-1.75h1.543l-.897.896a.5.5 0 0 0 .708.708l1.752-1.753a.5.5 0 0 0-.002-.705l-1.75-1.75a.5.5 0 0 0-.708.708"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M7.987 4.18a12.2 12.2 0 0 0-.669 2.32h5.364a12.2 12.2 0 0 0-.67-2.32c-.301-.733-.648-1.294-1.008-1.663C10.646 2.149 10.307 2 10 2s-.646.149-1.004.517c-.36.37-.707.93-1.009 1.663m-.096-1.899c-.314.426-.59.941-.828 1.518c-.32.78-.58 1.694-.762 2.701H2.804a8.02 8.02 0 0 1 5.087-4.219m5.046 1.518a7.2 7.2 0 0 0-.827-1.518A8.02 8.02 0 0 1 17.196 6.5h-3.497c-.182-1.007-.441-1.922-.762-2.7m4.665 3.7H13.85q.091.74.128 1.524Q14.236 9 14.5 9c1.328 0 2.546.47 3.496 1.254Q18 10.127 18 10a8 8 0 0 0-.398-2.5m-4.617 1.711a19 19 0 0 0-.143-1.711H7.158A19 19 0 0 0 7 10c0 .875.056 1.714.158 2.5h2.217a5.51 5.51 0 0 1 3.61-3.289M7.318 13.5h1.773q-.09.487-.091 1c0 1.316.462 2.525 1.234 3.471A1 1 0 0 1 10 18c-.307 0-.646-.149-1.004-.517c-.36-.37-.707-.93-1.009-1.663a12.2 12.2 0 0 1-.669-2.32m-4.514 0a8.02 8.02 0 0 0 5.087 4.219a7.2 7.2 0 0 1-.828-1.518c-.32-.78-.58-1.694-.762-2.701zm-.406-1H6.15A21 21 0 0 1 6 10c0-.866.052-1.705.15-2.5H2.398A8 8 0 0 0 2 10c0 .873.14 1.713.398 2.5M14.5 19a4.5 4.5 0 1 1 0-9a4.5 4.5 0 0 1 0 9m.896-6.396l.897.896H14.75A2.75 2.75 0 0 0 12 16.25v.25a.5.5 0 0 0 1 0v-.25c0-.966.784-1.75 1.75-1.75h1.543l-.897.896a.5.5 0 0 0 .708.708l1.752-1.753a.5.5 0 0 0-.002-.705l-1.75-1.75a.5.5 0 0 0-.708.708"/></svg>
</template>

CSS

.icon-globe-arrow-forward-20-filled {
  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%22M7.987%204.18a12.2%2012.2%200%200%200-.669%202.32h5.364a12.2%2012.2%200%200%200-.67-2.32c-.301-.733-.648-1.294-1.008-1.663C10.646%202.149%2010.307%202%2010%202s-.646.149-1.004.517c-.36.37-.707.93-1.009%201.663m-.096-1.899c-.314.426-.59.941-.828%201.518c-.32.78-.58%201.694-.762%202.701H2.804a8.02%208.02%200%200%201%205.087-4.219m5.046%201.518a7.2%207.2%200%200%200-.827-1.518A8.02%208.02%200%200%201%2017.196%206.5h-3.497c-.182-1.007-.441-1.922-.762-2.7m4.665%203.7H13.85q.091.74.128%201.524Q14.236%209%2014.5%209c1.328%200%202.546.47%203.496%201.254Q18%2010.127%2018%2010a8%208%200%200%200-.398-2.5m-4.617%201.711a19%2019%200%200%200-.143-1.711H7.158A19%2019%200%200%200%207%2010c0%20.875.056%201.714.158%202.5h2.217a5.51%205.51%200%200%201%203.61-3.289M7.318%2013.5h1.773q-.09.487-.091%201c0%201.316.462%202.525%201.234%203.471A1%201%200%200%201%2010%2018c-.307%200-.646-.149-1.004-.517c-.36-.37-.707-.93-1.009-1.663a12.2%2012.2%200%200%201-.669-2.32m-4.514%200a8.02%208.02%200%200%200%205.087%204.219a7.2%207.2%200%200%201-.828-1.518c-.32-.78-.58-1.694-.762-2.701zm-.406-1H6.15A21%2021%200%200%201%206%2010c0-.866.052-1.705.15-2.5H2.398A8%208%200%200%200%202%2010c0%20.873.14%201.713.398%202.5M14.5%2019a4.5%204.5%200%201%201%200-9a4.5%204.5%200%200%201%200%209m.896-6.396l.897.896H14.75A2.75%202.75%200%200%200%2012%2016.25v.25a.5.5%200%200%200%201%200v-.25c0-.966.784-1.75%201.75-1.75h1.543l-.897.896a.5.5%200%200%200%20.708.708l1.752-1.753a.5.5%200%200%200-.002-.705l-1.75-1.75a.5.5%200%200%200-.708.708%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%22M7.987%204.18a12.2%2012.2%200%200%200-.669%202.32h5.364a12.2%2012.2%200%200%200-.67-2.32c-.301-.733-.648-1.294-1.008-1.663C10.646%202.149%2010.307%202%2010%202s-.646.149-1.004.517c-.36.37-.707.93-1.009%201.663m-.096-1.899c-.314.426-.59.941-.828%201.518c-.32.78-.58%201.694-.762%202.701H2.804a8.02%208.02%200%200%201%205.087-4.219m5.046%201.518a7.2%207.2%200%200%200-.827-1.518A8.02%208.02%200%200%201%2017.196%206.5h-3.497c-.182-1.007-.441-1.922-.762-2.7m4.665%203.7H13.85q.091.74.128%201.524Q14.236%209%2014.5%209c1.328%200%202.546.47%203.496%201.254Q18%2010.127%2018%2010a8%208%200%200%200-.398-2.5m-4.617%201.711a19%2019%200%200%200-.143-1.711H7.158A19%2019%200%200%200%207%2010c0%20.875.056%201.714.158%202.5h2.217a5.51%205.51%200%200%201%203.61-3.289M7.318%2013.5h1.773q-.09.487-.091%201c0%201.316.462%202.525%201.234%203.471A1%201%200%200%201%2010%2018c-.307%200-.646-.149-1.004-.517c-.36-.37-.707-.93-1.009-1.663a12.2%2012.2%200%200%201-.669-2.32m-4.514%200a8.02%208.02%200%200%200%205.087%204.219a7.2%207.2%200%200%201-.828-1.518c-.32-.78-.58-1.694-.762-2.701zm-.406-1H6.15A21%2021%200%200%201%206%2010c0-.866.052-1.705.15-2.5H2.398A8%208%200%200%200%202%2010c0%20.873.14%201.713.398%202.5M14.5%2019a4.5%204.5%200%201%201%200-9a4.5%204.5%200%200%201%200%209m.896-6.396l.897.896H14.75A2.75%202.75%200%200%200%2012%2016.25v.25a.5.5%200%200%200%201%200v-.25c0-.966.784-1.75%201.75-1.75h1.543l-.897.896a.5.5%200%200%200%20.708.708l1.752-1.753a.5.5%200%200%200-.002-.705l-1.75-1.75a.5.5%200%200%200-.708.708%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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