globe arrow forward icon

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

Name
globe-arrow-forward-20-regular
Set
Fluent UI System Icons
Style
20 Regular
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="M10 18q.128 0 .254-.004a5.5 5.5 0 0 1-.698-1.083c-.536-.207-1.098-.793-1.578-1.821A9.3 9.3 0 0 1 7.42 13.5h1.672q.096-.52.284-1h-2.17A15 15 0 0 1 7 10c0-.883.073-1.725.206-2.5h5.588c.092.541.156 1.115.186 1.713q.48-.138.992-.188a16 16 0 0 0-.165-1.525h2.733c.251.656.406 1.36.448 2.094q.543.276 1.008.66Q18 10.127 18 10a8 8 0 1 0-8 8m0-15c.657 0 1.407.59 2.022 1.908c.217.466.406 1.002.559 1.592H7.419c.153-.59.342-1.126.56-1.592C8.592 3.59 9.342 3 10 3M7.072 4.485A10.5 10.5 0 0 0 6.389 6.5H3.936a7.02 7.02 0 0 1 3.778-3.118c-.241.33-.456.704-.642 1.103M6.192 7.5A16 16 0 0 0 6 10c0 .87.067 1.712.193 2.5H3.46A7 7 0 0 1 3 10c0-.88.163-1.724.46-2.5zm.197 6c.176.743.407 1.422.683 2.015c.186.399.401.773.642 1.103A7.02 7.02 0 0 1 3.936 13.5zm5.897-10.118A7.02 7.02 0 0 1 16.064 6.5H13.61a10.5 10.5 0 0 0-.683-2.015a6.6 6.6 0 0 0-.642-1.103M14.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 FluentGlobeArrowForward20Regular(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="M10 18q.128 0 .254-.004a5.5 5.5 0 0 1-.698-1.083c-.536-.207-1.098-.793-1.578-1.821A9.3 9.3 0 0 1 7.42 13.5h1.672q.096-.52.284-1h-2.17A15 15 0 0 1 7 10c0-.883.073-1.725.206-2.5h5.588c.092.541.156 1.115.186 1.713q.48-.138.992-.188a16 16 0 0 0-.165-1.525h2.733c.251.656.406 1.36.448 2.094q.543.276 1.008.66Q18 10.127 18 10a8 8 0 1 0-8 8m0-15c.657 0 1.407.59 2.022 1.908c.217.466.406 1.002.559 1.592H7.419c.153-.59.342-1.126.56-1.592C8.592 3.59 9.342 3 10 3M7.072 4.485A10.5 10.5 0 0 0 6.389 6.5H3.936a7.02 7.02 0 0 1 3.778-3.118c-.241.33-.456.704-.642 1.103M6.192 7.5A16 16 0 0 0 6 10c0 .87.067 1.712.193 2.5H3.46A7 7 0 0 1 3 10c0-.88.163-1.724.46-2.5zm.197 6c.176.743.407 1.422.683 2.015c.186.399.401.773.642 1.103A7.02 7.02 0 0 1 3.936 13.5zm5.897-10.118A7.02 7.02 0 0 1 16.064 6.5H13.61a10.5 10.5 0 0 0-.683-2.015a6.6 6.6 0 0 0-.642-1.103M14.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="M10 18q.128 0 .254-.004a5.5 5.5 0 0 1-.698-1.083c-.536-.207-1.098-.793-1.578-1.821A9.3 9.3 0 0 1 7.42 13.5h1.672q.096-.52.284-1h-2.17A15 15 0 0 1 7 10c0-.883.073-1.725.206-2.5h5.588c.092.541.156 1.115.186 1.713q.48-.138.992-.188a16 16 0 0 0-.165-1.525h2.733c.251.656.406 1.36.448 2.094q.543.276 1.008.66Q18 10.127 18 10a8 8 0 1 0-8 8m0-15c.657 0 1.407.59 2.022 1.908c.217.466.406 1.002.559 1.592H7.419c.153-.59.342-1.126.56-1.592C8.592 3.59 9.342 3 10 3M7.072 4.485A10.5 10.5 0 0 0 6.389 6.5H3.936a7.02 7.02 0 0 1 3.778-3.118c-.241.33-.456.704-.642 1.103M6.192 7.5A16 16 0 0 0 6 10c0 .87.067 1.712.193 2.5H3.46A7 7 0 0 1 3 10c0-.88.163-1.724.46-2.5zm.197 6c.176.743.407 1.422.683 2.015c.186.399.401.773.642 1.103A7.02 7.02 0 0 1 3.936 13.5zm5.897-10.118A7.02 7.02 0 0 1 16.064 6.5H13.61a10.5 10.5 0 0 0-.683-2.015a6.6 6.6 0 0 0-.642-1.103M14.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-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%22M10%2018q.128%200%20.254-.004a5.5%205.5%200%200%201-.698-1.083c-.536-.207-1.098-.793-1.578-1.821A9.3%209.3%200%200%201%207.42%2013.5h1.672q.096-.52.284-1h-2.17A15%2015%200%200%201%207%2010c0-.883.073-1.725.206-2.5h5.588c.092.541.156%201.115.186%201.713q.48-.138.992-.188a16%2016%200%200%200-.165-1.525h2.733c.251.656.406%201.36.448%202.094q.543.276%201.008.66Q18%2010.127%2018%2010a8%208%200%201%200-8%208m0-15c.657%200%201.407.59%202.022%201.908c.217.466.406%201.002.559%201.592H7.419c.153-.59.342-1.126.56-1.592C8.592%203.59%209.342%203%2010%203M7.072%204.485A10.5%2010.5%200%200%200%206.389%206.5H3.936a7.02%207.02%200%200%201%203.778-3.118c-.241.33-.456.704-.642%201.103M6.192%207.5A16%2016%200%200%200%206%2010c0%20.87.067%201.712.193%202.5H3.46A7%207%200%200%201%203%2010c0-.88.163-1.724.46-2.5zm.197%206c.176.743.407%201.422.683%202.015c.186.399.401.773.642%201.103A7.02%207.02%200%200%201%203.936%2013.5zm5.897-10.118A7.02%207.02%200%200%201%2016.064%206.5H13.61a10.5%2010.5%200%200%200-.683-2.015a6.6%206.6%200%200%200-.642-1.103M14.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%22M10%2018q.128%200%20.254-.004a5.5%205.5%200%200%201-.698-1.083c-.536-.207-1.098-.793-1.578-1.821A9.3%209.3%200%200%201%207.42%2013.5h1.672q.096-.52.284-1h-2.17A15%2015%200%200%201%207%2010c0-.883.073-1.725.206-2.5h5.588c.092.541.156%201.115.186%201.713q.48-.138.992-.188a16%2016%200%200%200-.165-1.525h2.733c.251.656.406%201.36.448%202.094q.543.276%201.008.66Q18%2010.127%2018%2010a8%208%200%201%200-8%208m0-15c.657%200%201.407.59%202.022%201.908c.217.466.406%201.002.559%201.592H7.419c.153-.59.342-1.126.56-1.592C8.592%203.59%209.342%203%2010%203M7.072%204.485A10.5%2010.5%200%200%200%206.389%206.5H3.936a7.02%207.02%200%200%201%203.778-3.118c-.241.33-.456.704-.642%201.103M6.192%207.5A16%2016%200%200%200%206%2010c0%20.87.067%201.712.193%202.5H3.46A7%207%200%200%201%203%2010c0-.88.163-1.724.46-2.5zm.197%206c.176.743.407%201.422.683%202.015c.186.399.401.773.642%201.103A7.02%207.02%200%200%201%203.936%2013.5zm5.897-10.118A7.02%207.02%200%200%201%2016.064%206.5H13.61a10.5%2010.5%200%200%200-.683-2.015a6.6%206.6%200%200%200-.642-1.103M14.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-regular.svg?color=%231a73e8&size=48