globe arrow forward icon

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

Name
globe-arrow-forward-16-regular
Set
Fluent UI System Icons
Style
16 Regular
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="M2 8a6 6 0 0 0 3.996 5.657a5.5 5.5 0 0 1-.733-1.472A5 5 0 0 1 4 11h1.022a5.6 5.6 0 0 1 0-1H3.416A5 5 0 0 1 3 8c0-.711.148-1.388.416-2h1.747A12 12 0 0 0 5 8q0 .777.09 1.502a5.5 5.5 0 0 1 .93-2.194q.043-.691.16-1.308h1.158c.895-.63 1.986-1 3.163-1c1.175 0 2.264.368 3.157.996A6 6 0 0 0 2 8m6-5c.374 0 .875.356 1.313 1.318q.141.313.26.682H6.427a6 6 0 0 1 .26-.682C7.125 3.356 7.627 3 8 3m-2.223.904q-.227.5-.393 1.096H4a5 5 0 0 1 2.038-1.6a6 6 0 0 0-.261.504M9.962 3.4A5 5 0 0 1 12 5h-1.384a7.5 7.5 0 0 0-.393-1.096a6 6 0 0 0-.26-.504M10.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 FluentGlobeArrowForward16Regular(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="M2 8a6 6 0 0 0 3.996 5.657a5.5 5.5 0 0 1-.733-1.472A5 5 0 0 1 4 11h1.022a5.6 5.6 0 0 1 0-1H3.416A5 5 0 0 1 3 8c0-.711.148-1.388.416-2h1.747A12 12 0 0 0 5 8q0 .777.09 1.502a5.5 5.5 0 0 1 .93-2.194q.043-.691.16-1.308h1.158c.895-.63 1.986-1 3.163-1c1.175 0 2.264.368 3.157.996A6 6 0 0 0 2 8m6-5c.374 0 .875.356 1.313 1.318q.141.313.26.682H6.427a6 6 0 0 1 .26-.682C7.125 3.356 7.627 3 8 3m-2.223.904q-.227.5-.393 1.096H4a5 5 0 0 1 2.038-1.6a6 6 0 0 0-.261.504M9.962 3.4A5 5 0 0 1 12 5h-1.384a7.5 7.5 0 0 0-.393-1.096a6 6 0 0 0-.26-.504M10.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="M2 8a6 6 0 0 0 3.996 5.657a5.5 5.5 0 0 1-.733-1.472A5 5 0 0 1 4 11h1.022a5.6 5.6 0 0 1 0-1H3.416A5 5 0 0 1 3 8c0-.711.148-1.388.416-2h1.747A12 12 0 0 0 5 8q0 .777.09 1.502a5.5 5.5 0 0 1 .93-2.194q.043-.691.16-1.308h1.158c.895-.63 1.986-1 3.163-1c1.175 0 2.264.368 3.157.996A6 6 0 0 0 2 8m6-5c.374 0 .875.356 1.313 1.318q.141.313.26.682H6.427a6 6 0 0 1 .26-.682C7.125 3.356 7.627 3 8 3m-2.223.904q-.227.5-.393 1.096H4a5 5 0 0 1 2.038-1.6a6 6 0 0 0-.261.504M9.962 3.4A5 5 0 0 1 12 5h-1.384a7.5 7.5 0 0 0-.393-1.096a6 6 0 0 0-.26-.504M10.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-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2%208a6%206%200%200%200%203.996%205.657a5.5%205.5%200%200%201-.733-1.472A5%205%200%200%201%204%2011h1.022a5.6%205.6%200%200%201%200-1H3.416A5%205%200%200%201%203%208c0-.711.148-1.388.416-2h1.747A12%2012%200%200%200%205%208q0%20.777.09%201.502a5.5%205.5%200%200%201%20.93-2.194q.043-.691.16-1.308h1.158c.895-.63%201.986-1%203.163-1c1.175%200%202.264.368%203.157.996A6%206%200%200%200%202%208m6-5c.374%200%20.875.356%201.313%201.318q.141.313.26.682H6.427a6%206%200%200%201%20.26-.682C7.125%203.356%207.627%203%208%203m-2.223.904q-.227.5-.393%201.096H4a5%205%200%200%201%202.038-1.6a6%206%200%200%200-.261.504M9.962%203.4A5%205%200%200%201%2012%205h-1.384a7.5%207.5%200%200%200-.393-1.096a6%206%200%200%200-.26-.504M10.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%22M2%208a6%206%200%200%200%203.996%205.657a5.5%205.5%200%200%201-.733-1.472A5%205%200%200%201%204%2011h1.022a5.6%205.6%200%200%201%200-1H3.416A5%205%200%200%201%203%208c0-.711.148-1.388.416-2h1.747A12%2012%200%200%200%205%208q0%20.777.09%201.502a5.5%205.5%200%200%201%20.93-2.194q.043-.691.16-1.308h1.158c.895-.63%201.986-1%203.163-1c1.175%200%202.264.368%203.157.996A6%206%200%200%200%202%208m6-5c.374%200%20.875.356%201.313%201.318q.141.313.26.682H6.427a6%206%200%200%201%20.26-.682C7.125%203.356%207.627%203%208%203m-2.223.904q-.227.5-.393%201.096H4a5%205%200%200%201%202.038-1.6a6%206%200%200%200-.261.504M9.962%203.4A5%205%200%200%201%2012%205h-1.384a7.5%207.5%200%200%200-.393-1.096a6%206%200%200%200-.26-.504M10.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-regular.svg?color=%231a73e8&size=48