globe arrow forward icon
globe-arrow-forward-32-regular from Fluent UI System Icons by Microsoft Corporation · 32 Regular · MIT Free for personal and commercial use.
- Name
- globe-arrow-forward-32-regular
- Set
- Fluent UI System Icons
- Style
- 32 Regular
- Viewbox
- 32×32
- License
- MIT
7 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
globe-add-20-filledglobe-arrow-up-16-filledglobe-clock-16-filledglobe-desktop-20-filledglobe-error-16-filledglobe-location-20-filledglobe-off-12-filledglobe-person-20-filledglobe-prohibited-16-filledglobe-search-20-filledglobe-shield-20-filledglobe-stand-20-filledglobe-star-16-filledglobe-surface-20-filledglobe-sync-16-filledglobe-video-20-filledglobe-warning-16-filled
Use the globe arrow forward icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 30q.645 0 1.273-.057a9 9 0 0 1-1.812-2.026c-.91-.275-1.922-1.25-2.796-3.144a16 16 0 0 1-.96-2.773h2.35a9 9 0 0 1 .457-2h-3.211A26 26 0 0 1 11 16c0-1.407.107-2.752.3-4h9.4q.167 1.075.243 2.236q.961-.226 1.989-.236a27 27 0 0 0-.21-2h4.595c.39 1.104.624 2.283.673 3.509a9 9 0 0 1 1.953 1.764Q30 16.643 30 16c0-7.732-6.268-14-14-14S2 8.268 2 16s6.268 14 14 14m0-26c1.032 0 2.283.948 3.335 3.227c.373.81.698 1.743.96 2.773h-8.59c.262-1.03.587-1.964.96-2.773C13.717 4.948 14.968 4 16 4m-5.15 2.389c-.49 1.06-.896 2.278-1.201 3.611H5.605a12.04 12.04 0 0 1 6.134-5.222a12 12 0 0 0-.89 1.61M9.278 12A28 28 0 0 0 9 16c0 1.386.097 2.73.279 4H4.683A12 12 0 0 1 4 16c0-1.402.24-2.749.683-4zm.37 10c.305 1.333.711 2.551 1.2 3.611c.263.57.56 1.112.89 1.61A12.04 12.04 0 0 1 5.605 22zM20.26 4.778A12.04 12.04 0 0 1 26.395 10H22.35c-.305-1.333-.711-2.551-1.2-3.611a12 12 0 0 0-.89-1.61M23 30.5a7.5 7.5 0 1 1 0-15a7.5 7.5 0 0 1 0 15m1.22-10.22l1.22 1.22h-2.69a4.25 4.25 0 0 0-4.25 4.25v.5a.75.75 0 0 0 1.5 0v-.5A2.75 2.75 0 0 1 22.75 23h2.69l-1.22 1.22a.75.75 0 1 0 1.06 1.06l2.5-2.5a.75.75 0 0 0 0-1.06l-2.5-2.5a.75.75 0 1 0-1.06 1.06"/></svg>
React
import type { SVGProps } from "react";
export function FluentGlobeArrowForward32Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 30q.645 0 1.273-.057a9 9 0 0 1-1.812-2.026c-.91-.275-1.922-1.25-2.796-3.144a16 16 0 0 1-.96-2.773h2.35a9 9 0 0 1 .457-2h-3.211A26 26 0 0 1 11 16c0-1.407.107-2.752.3-4h9.4q.167 1.075.243 2.236q.961-.226 1.989-.236a27 27 0 0 0-.21-2h4.595c.39 1.104.624 2.283.673 3.509a9 9 0 0 1 1.953 1.764Q30 16.643 30 16c0-7.732-6.268-14-14-14S2 8.268 2 16s6.268 14 14 14m0-26c1.032 0 2.283.948 3.335 3.227c.373.81.698 1.743.96 2.773h-8.59c.262-1.03.587-1.964.96-2.773C13.717 4.948 14.968 4 16 4m-5.15 2.389c-.49 1.06-.896 2.278-1.201 3.611H5.605a12.04 12.04 0 0 1 6.134-5.222a12 12 0 0 0-.89 1.61M9.278 12A28 28 0 0 0 9 16c0 1.386.097 2.73.279 4H4.683A12 12 0 0 1 4 16c0-1.402.24-2.749.683-4zm.37 10c.305 1.333.711 2.551 1.2 3.611c.263.57.56 1.112.89 1.61A12.04 12.04 0 0 1 5.605 22zM20.26 4.778A12.04 12.04 0 0 1 26.395 10H22.35c-.305-1.333-.711-2.551-1.2-3.611a12 12 0 0 0-.89-1.61M23 30.5a7.5 7.5 0 1 1 0-15a7.5 7.5 0 0 1 0 15m1.22-10.22l1.22 1.22h-2.69a4.25 4.25 0 0 0-4.25 4.25v.5a.75.75 0 0 0 1.5 0v-.5A2.75 2.75 0 0 1 22.75 23h2.69l-1.22 1.22a.75.75 0 1 0 1.06 1.06l2.5-2.5a.75.75 0 0 0 0-1.06l-2.5-2.5a.75.75 0 1 0-1.06 1.06"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 30q.645 0 1.273-.057a9 9 0 0 1-1.812-2.026c-.91-.275-1.922-1.25-2.796-3.144a16 16 0 0 1-.96-2.773h2.35a9 9 0 0 1 .457-2h-3.211A26 26 0 0 1 11 16c0-1.407.107-2.752.3-4h9.4q.167 1.075.243 2.236q.961-.226 1.989-.236a27 27 0 0 0-.21-2h4.595c.39 1.104.624 2.283.673 3.509a9 9 0 0 1 1.953 1.764Q30 16.643 30 16c0-7.732-6.268-14-14-14S2 8.268 2 16s6.268 14 14 14m0-26c1.032 0 2.283.948 3.335 3.227c.373.81.698 1.743.96 2.773h-8.59c.262-1.03.587-1.964.96-2.773C13.717 4.948 14.968 4 16 4m-5.15 2.389c-.49 1.06-.896 2.278-1.201 3.611H5.605a12.04 12.04 0 0 1 6.134-5.222a12 12 0 0 0-.89 1.61M9.278 12A28 28 0 0 0 9 16c0 1.386.097 2.73.279 4H4.683A12 12 0 0 1 4 16c0-1.402.24-2.749.683-4zm.37 10c.305 1.333.711 2.551 1.2 3.611c.263.57.56 1.112.89 1.61A12.04 12.04 0 0 1 5.605 22zM20.26 4.778A12.04 12.04 0 0 1 26.395 10H22.35c-.305-1.333-.711-2.551-1.2-3.611a12 12 0 0 0-.89-1.61M23 30.5a7.5 7.5 0 1 1 0-15a7.5 7.5 0 0 1 0 15m1.22-10.22l1.22 1.22h-2.69a4.25 4.25 0 0 0-4.25 4.25v.5a.75.75 0 0 0 1.5 0v-.5A2.75 2.75 0 0 1 22.75 23h2.69l-1.22 1.22a.75.75 0 1 0 1.06 1.06l2.5-2.5a.75.75 0 0 0 0-1.06l-2.5-2.5a.75.75 0 1 0-1.06 1.06"/></svg> </template>
CSS
.icon-globe-arrow-forward-32-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%2030q.645%200%201.273-.057a9%209%200%200%201-1.812-2.026c-.91-.275-1.922-1.25-2.796-3.144a16%2016%200%200%201-.96-2.773h2.35a9%209%200%200%201%20.457-2h-3.211A26%2026%200%200%201%2011%2016c0-1.407.107-2.752.3-4h9.4q.167%201.075.243%202.236q.961-.226%201.989-.236a27%2027%200%200%200-.21-2h4.595c.39%201.104.624%202.283.673%203.509a9%209%200%200%201%201.953%201.764Q30%2016.643%2030%2016c0-7.732-6.268-14-14-14S2%208.268%202%2016s6.268%2014%2014%2014m0-26c1.032%200%202.283.948%203.335%203.227c.373.81.698%201.743.96%202.773h-8.59c.262-1.03.587-1.964.96-2.773C13.717%204.948%2014.968%204%2016%204m-5.15%202.389c-.49%201.06-.896%202.278-1.201%203.611H5.605a12.04%2012.04%200%200%201%206.134-5.222a12%2012%200%200%200-.89%201.61M9.278%2012A28%2028%200%200%200%209%2016c0%201.386.097%202.73.279%204H4.683A12%2012%200%200%201%204%2016c0-1.402.24-2.749.683-4zm.37%2010c.305%201.333.711%202.551%201.2%203.611c.263.57.56%201.112.89%201.61A12.04%2012.04%200%200%201%205.605%2022zM20.26%204.778A12.04%2012.04%200%200%201%2026.395%2010H22.35c-.305-1.333-.711-2.551-1.2-3.611a12%2012%200%200%200-.89-1.61M23%2030.5a7.5%207.5%200%201%201%200-15a7.5%207.5%200%200%201%200%2015m1.22-10.22l1.22%201.22h-2.69a4.25%204.25%200%200%200-4.25%204.25v.5a.75.75%200%200%200%201.5%200v-.5A2.75%202.75%200%200%201%2022.75%2023h2.69l-1.22%201.22a.75.75%200%201%200%201.06%201.06l2.5-2.5a.75.75%200%200%200%200-1.06l-2.5-2.5a.75.75%200%201%200-1.06%201.06%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%2030q.645%200%201.273-.057a9%209%200%200%201-1.812-2.026c-.91-.275-1.922-1.25-2.796-3.144a16%2016%200%200%201-.96-2.773h2.35a9%209%200%200%201%20.457-2h-3.211A26%2026%200%200%201%2011%2016c0-1.407.107-2.752.3-4h9.4q.167%201.075.243%202.236q.961-.226%201.989-.236a27%2027%200%200%200-.21-2h4.595c.39%201.104.624%202.283.673%203.509a9%209%200%200%201%201.953%201.764Q30%2016.643%2030%2016c0-7.732-6.268-14-14-14S2%208.268%202%2016s6.268%2014%2014%2014m0-26c1.032%200%202.283.948%203.335%203.227c.373.81.698%201.743.96%202.773h-8.59c.262-1.03.587-1.964.96-2.773C13.717%204.948%2014.968%204%2016%204m-5.15%202.389c-.49%201.06-.896%202.278-1.201%203.611H5.605a12.04%2012.04%200%200%201%206.134-5.222a12%2012%200%200%200-.89%201.61M9.278%2012A28%2028%200%200%200%209%2016c0%201.386.097%202.73.279%204H4.683A12%2012%200%200%201%204%2016c0-1.402.24-2.749.683-4zm.37%2010c.305%201.333.711%202.551%201.2%203.611c.263.57.56%201.112.89%201.61A12.04%2012.04%200%200%201%205.605%2022zM20.26%204.778A12.04%2012.04%200%200%201%2026.395%2010H22.35c-.305-1.333-.711-2.551-1.2-3.611a12%2012%200%200%200-.89-1.61M23%2030.5a7.5%207.5%200%201%201%200-15a7.5%207.5%200%200%201%200%2015m1.22-10.22l1.22%201.22h-2.69a4.25%204.25%200%200%200-4.25%204.25v.5a.75.75%200%200%200%201.5%200v-.5A2.75%202.75%200%200%201%2022.75%2023h2.69l-1.22%201.22a.75.75%200%201%200%201.06%201.06l2.5-2.5a.75.75%200%200%200%200-1.06l-2.5-2.5a.75.75%200%201%200-1.06%201.06%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-32-regular.svg?color=%231a73e8&size=48