globe arrow forward icon

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

Name
globe-arrow-forward-24-filled
Set
Fluent UI System Icons
Style
24 Filled
Viewbox
24×24
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 24 24"><path fill="currentColor" d="M12 2c1.318 0 2.645 2.542 3.214 6.183l.046.315H8.74C9.279 4.69 10.643 2 11.999 2m2.944.575l-.108-.17a10.03 10.03 0 0 1 6.536 6.093H16.78c-.316-2.416-.957-4.492-1.837-5.923M7.068 10h-4.87a10.05 10.05 0 0 0 .258 5h4.703l-.058-.58A28 28 0 0 1 7.068 10m14.903 2.783a6.48 6.48 0 0 0-4.986-1.762l-.015-.365l-.039-.656h4.87a10 10 0 0 1 .17 2.783M8.674 15h2.824a6.52 6.52 0 0 1 3.994-3.683a26 26 0 0 0-.068-1.318H8.575l-.033.489A26 26 0 0 0 8.674 15m.23 1.5h2.172q-.076.489-.076 1c0 1.652.616 3.16 1.631 4.307q-.313.189-.631.19c-1.197 0-2.401-2.094-3.038-5.204zm-5.839 0h4.306c.365 2.082.983 3.854 1.792 5.093a10.03 10.03 0 0 1-5.951-4.814zM9.163 2.405l-.122.037a10.03 10.03 0 0 0-6.413 6.056h4.59l.062-.44c.348-2.324 1.002-4.304 1.883-5.653M12 17.5a5.5 5.5 0 1 0 11 0a5.5 5.5 0 0 0-11 0m6.647-2.146a.5.5 0 0 1 .707-.708l1.5 1.5a.5.5 0 0 1 0 .708l-1.5 1.5a.5.5 0 0 1-.707-.708l.646-.646H17.25A2.25 2.25 0 0 0 15 19.25v.25a.5.5 0 1 1-1 0v-.25A3.25 3.25 0 0 1 17.25 16h2.043z"/></svg>

React

import type { SVGProps } from "react";

export function FluentGlobeArrowForward24Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2c1.318 0 2.645 2.542 3.214 6.183l.046.315H8.74C9.279 4.69 10.643 2 11.999 2m2.944.575l-.108-.17a10.03 10.03 0 0 1 6.536 6.093H16.78c-.316-2.416-.957-4.492-1.837-5.923M7.068 10h-4.87a10.05 10.05 0 0 0 .258 5h4.703l-.058-.58A28 28 0 0 1 7.068 10m14.903 2.783a6.48 6.48 0 0 0-4.986-1.762l-.015-.365l-.039-.656h4.87a10 10 0 0 1 .17 2.783M8.674 15h2.824a6.52 6.52 0 0 1 3.994-3.683a26 26 0 0 0-.068-1.318H8.575l-.033.489A26 26 0 0 0 8.674 15m.23 1.5h2.172q-.076.489-.076 1c0 1.652.616 3.16 1.631 4.307q-.313.189-.631.19c-1.197 0-2.401-2.094-3.038-5.204zm-5.839 0h4.306c.365 2.082.983 3.854 1.792 5.093a10.03 10.03 0 0 1-5.951-4.814zM9.163 2.405l-.122.037a10.03 10.03 0 0 0-6.413 6.056h4.59l.062-.44c.348-2.324 1.002-4.304 1.883-5.653M12 17.5a5.5 5.5 0 1 0 11 0a5.5 5.5 0 0 0-11 0m6.647-2.146a.5.5 0 0 1 .707-.708l1.5 1.5a.5.5 0 0 1 0 .708l-1.5 1.5a.5.5 0 0 1-.707-.708l.646-.646H17.25A2.25 2.25 0 0 0 15 19.25v.25a.5.5 0 1 1-1 0v-.25A3.25 3.25 0 0 1 17.25 16h2.043z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2c1.318 0 2.645 2.542 3.214 6.183l.046.315H8.74C9.279 4.69 10.643 2 11.999 2m2.944.575l-.108-.17a10.03 10.03 0 0 1 6.536 6.093H16.78c-.316-2.416-.957-4.492-1.837-5.923M7.068 10h-4.87a10.05 10.05 0 0 0 .258 5h4.703l-.058-.58A28 28 0 0 1 7.068 10m14.903 2.783a6.48 6.48 0 0 0-4.986-1.762l-.015-.365l-.039-.656h4.87a10 10 0 0 1 .17 2.783M8.674 15h2.824a6.52 6.52 0 0 1 3.994-3.683a26 26 0 0 0-.068-1.318H8.575l-.033.489A26 26 0 0 0 8.674 15m.23 1.5h2.172q-.076.489-.076 1c0 1.652.616 3.16 1.631 4.307q-.313.189-.631.19c-1.197 0-2.401-2.094-3.038-5.204zm-5.839 0h4.306c.365 2.082.983 3.854 1.792 5.093a10.03 10.03 0 0 1-5.951-4.814zM9.163 2.405l-.122.037a10.03 10.03 0 0 0-6.413 6.056h4.59l.062-.44c.348-2.324 1.002-4.304 1.883-5.653M12 17.5a5.5 5.5 0 1 0 11 0a5.5 5.5 0 0 0-11 0m6.647-2.146a.5.5 0 0 1 .707-.708l1.5 1.5a.5.5 0 0 1 0 .708l-1.5 1.5a.5.5 0 0 1-.707-.708l.646-.646H17.25A2.25 2.25 0 0 0 15 19.25v.25a.5.5 0 1 1-1 0v-.25A3.25 3.25 0 0 1 17.25 16h2.043z"/></svg>
</template>

CSS

.icon-globe-arrow-forward-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%202c1.318%200%202.645%202.542%203.214%206.183l.046.315H8.74C9.279%204.69%2010.643%202%2011.999%202m2.944.575l-.108-.17a10.03%2010.03%200%200%201%206.536%206.093H16.78c-.316-2.416-.957-4.492-1.837-5.923M7.068%2010h-4.87a10.05%2010.05%200%200%200%20.258%205h4.703l-.058-.58A28%2028%200%200%201%207.068%2010m14.903%202.783a6.48%206.48%200%200%200-4.986-1.762l-.015-.365l-.039-.656h4.87a10%2010%200%200%201%20.17%202.783M8.674%2015h2.824a6.52%206.52%200%200%201%203.994-3.683a26%2026%200%200%200-.068-1.318H8.575l-.033.489A26%2026%200%200%200%208.674%2015m.23%201.5h2.172q-.076.489-.076%201c0%201.652.616%203.16%201.631%204.307q-.313.189-.631.19c-1.197%200-2.401-2.094-3.038-5.204zm-5.839%200h4.306c.365%202.082.983%203.854%201.792%205.093a10.03%2010.03%200%200%201-5.951-4.814zM9.163%202.405l-.122.037a10.03%2010.03%200%200%200-6.413%206.056h4.59l.062-.44c.348-2.324%201.002-4.304%201.883-5.653M12%2017.5a5.5%205.5%200%201%200%2011%200a5.5%205.5%200%200%200-11%200m6.647-2.146a.5.5%200%200%201%20.707-.708l1.5%201.5a.5.5%200%200%201%200%20.708l-1.5%201.5a.5.5%200%200%201-.707-.708l.646-.646H17.25A2.25%202.25%200%200%200%2015%2019.25v.25a.5.5%200%201%201-1%200v-.25A3.25%203.25%200%200%201%2017.25%2016h2.043z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%202c1.318%200%202.645%202.542%203.214%206.183l.046.315H8.74C9.279%204.69%2010.643%202%2011.999%202m2.944.575l-.108-.17a10.03%2010.03%200%200%201%206.536%206.093H16.78c-.316-2.416-.957-4.492-1.837-5.923M7.068%2010h-4.87a10.05%2010.05%200%200%200%20.258%205h4.703l-.058-.58A28%2028%200%200%201%207.068%2010m14.903%202.783a6.48%206.48%200%200%200-4.986-1.762l-.015-.365l-.039-.656h4.87a10%2010%200%200%201%20.17%202.783M8.674%2015h2.824a6.52%206.52%200%200%201%203.994-3.683a26%2026%200%200%200-.068-1.318H8.575l-.033.489A26%2026%200%200%200%208.674%2015m.23%201.5h2.172q-.076.489-.076%201c0%201.652.616%203.16%201.631%204.307q-.313.189-.631.19c-1.197%200-2.401-2.094-3.038-5.204zm-5.839%200h4.306c.365%202.082.983%203.854%201.792%205.093a10.03%2010.03%200%200%201-5.951-4.814zM9.163%202.405l-.122.037a10.03%2010.03%200%200%200-6.413%206.056h4.59l.062-.44c.348-2.324%201.002-4.304%201.883-5.653M12%2017.5a5.5%205.5%200%201%200%2011%200a5.5%205.5%200%200%200-11%200m6.647-2.146a.5.5%200%200%201%20.707-.708l1.5%201.5a.5.5%200%200%201%200%20.708l-1.5%201.5a.5.5%200%200%201-.707-.708l.646-.646H17.25A2.25%202.25%200%200%200%2015%2019.25v.25a.5.5%200%201%201-1%200v-.25A3.25%203.25%200%200%201%2017.25%2016h2.043z%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-24-filled.svg?color=%231a73e8&size=48