globe arrow forward icon

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

Name
globe-arrow-forward-16-filled
Set
Fluent UI System Icons
Style
16 Filled
Viewbox
16×16
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 16 16"><path fill="currentColor" d="M9.301 3.583c.159.414.297.89.407 1.417H6.292c.11-.527.248-1.003.407-1.417c.213-.554.455-.969.698-1.236S7.844 2 8 2s.36.08.603.347s.485.682.698 1.236M2.341 10h2.681q.02-.204.052-.403A17 17 0 0 1 5.117 6H2.34A6 6 0 0 0 2 8c0 .701.12 1.374.341 2m3.655 3.657A5.47 5.47 0 0 1 5.022 11h-2.22a6.02 6.02 0 0 0 3.194 2.657M7.336 6a5.5 5.5 0 0 0-1.322 1.317q.03-.687.11-1.317zm5.861-1h-2.47a10.5 10.5 0 0 0-.493-1.776a6 6 0 0 0-.457-.957A6.02 6.02 0 0 1 13.197 5M2.803 5h2.47a10.5 10.5 0 0 1 .493-1.776c.134-.349.286-.672.457-.957A6.02 6.02 0 0 0 2.803 5M10.5 15a4.5 4.5 0 1 1 0-9a4.5 4.5 0 0 1 0 9m.896-6.396l.897.896H10.75A2.75 2.75 0 0 0 8 12.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 FluentGlobeArrowForward16Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M9.301 3.583c.159.414.297.89.407 1.417H6.292c.11-.527.248-1.003.407-1.417c.213-.554.455-.969.698-1.236S7.844 2 8 2s.36.08.603.347s.485.682.698 1.236M2.341 10h2.681q.02-.204.052-.403A17 17 0 0 1 5.117 6H2.34A6 6 0 0 0 2 8c0 .701.12 1.374.341 2m3.655 3.657A5.47 5.47 0 0 1 5.022 11h-2.22a6.02 6.02 0 0 0 3.194 2.657M7.336 6a5.5 5.5 0 0 0-1.322 1.317q.03-.687.11-1.317zm5.861-1h-2.47a10.5 10.5 0 0 0-.493-1.776a6 6 0 0 0-.457-.957A6.02 6.02 0 0 1 13.197 5M2.803 5h2.47a10.5 10.5 0 0 1 .493-1.776c.134-.349.286-.672.457-.957A6.02 6.02 0 0 0 2.803 5M10.5 15a4.5 4.5 0 1 1 0-9a4.5 4.5 0 0 1 0 9m.896-6.396l.897.896H10.75A2.75 2.75 0 0 0 8 12.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 16 16"><path fill="currentColor" d="M9.301 3.583c.159.414.297.89.407 1.417H6.292c.11-.527.248-1.003.407-1.417c.213-.554.455-.969.698-1.236S7.844 2 8 2s.36.08.603.347s.485.682.698 1.236M2.341 10h2.681q.02-.204.052-.403A17 17 0 0 1 5.117 6H2.34A6 6 0 0 0 2 8c0 .701.12 1.374.341 2m3.655 3.657A5.47 5.47 0 0 1 5.022 11h-2.22a6.02 6.02 0 0 0 3.194 2.657M7.336 6a5.5 5.5 0 0 0-1.322 1.317q.03-.687.11-1.317zm5.861-1h-2.47a10.5 10.5 0 0 0-.493-1.776a6 6 0 0 0-.457-.957A6.02 6.02 0 0 1 13.197 5M2.803 5h2.47a10.5 10.5 0 0 1 .493-1.776c.134-.349.286-.672.457-.957A6.02 6.02 0 0 0 2.803 5M10.5 15a4.5 4.5 0 1 1 0-9a4.5 4.5 0 0 1 0 9m.896-6.396l.897.896H10.75A2.75 2.75 0 0 0 8 12.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-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.301%203.583c.159.414.297.89.407%201.417H6.292c.11-.527.248-1.003.407-1.417c.213-.554.455-.969.698-1.236S7.844%202%208%202s.36.08.603.347s.485.682.698%201.236M2.341%2010h2.681q.02-.204.052-.403A17%2017%200%200%201%205.117%206H2.34A6%206%200%200%200%202%208c0%20.701.12%201.374.341%202m3.655%203.657A5.47%205.47%200%200%201%205.022%2011h-2.22a6.02%206.02%200%200%200%203.194%202.657M7.336%206a5.5%205.5%200%200%200-1.322%201.317q.03-.687.11-1.317zm5.861-1h-2.47a10.5%2010.5%200%200%200-.493-1.776a6%206%200%200%200-.457-.957A6.02%206.02%200%200%201%2013.197%205M2.803%205h2.47a10.5%2010.5%200%200%201%20.493-1.776c.134-.349.286-.672.457-.957A6.02%206.02%200%200%200%202.803%205M10.5%2015a4.5%204.5%200%201%201%200-9a4.5%204.5%200%200%201%200%209m.896-6.396l.897.896H10.75A2.75%202.75%200%200%200%208%2012.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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.301%203.583c.159.414.297.89.407%201.417H6.292c.11-.527.248-1.003.407-1.417c.213-.554.455-.969.698-1.236S7.844%202%208%202s.36.08.603.347s.485.682.698%201.236M2.341%2010h2.681q.02-.204.052-.403A17%2017%200%200%201%205.117%206H2.34A6%206%200%200%200%202%208c0%20.701.12%201.374.341%202m3.655%203.657A5.47%205.47%200%200%201%205.022%2011h-2.22a6.02%206.02%200%200%200%203.194%202.657M7.336%206a5.5%205.5%200%200%200-1.322%201.317q.03-.687.11-1.317zm5.861-1h-2.47a10.5%2010.5%200%200%200-.493-1.776a6%206%200%200%200-.457-.957A6.02%206.02%200%200%201%2013.197%205M2.803%205h2.47a10.5%2010.5%200%200%201%20.493-1.776c.134-.349.286-.672.457-.957A6.02%206.02%200%200%200%202.803%205M10.5%2015a4.5%204.5%200%201%201%200-9a4.5%204.5%200%200%201%200%209m.896-6.396l.897.896H10.75A2.75%202.75%200%200%200%208%2012.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-16-filled.svg?color=%231a73e8&size=48