globe arrow forward icon
globe-arrow-forward-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.
- Name
- globe-arrow-forward-24-regular
- Set
- Fluent UI System Icons
- Style
- 24 Regular
- Viewbox
- 24×24
- 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 24 24"><path fill="currentColor" d="M12 2c5.523 0 10 4.478 10 10.002q0 .394-.03.78a6.5 6.5 0 0 0-1.474-1.051a8.5 8.5 0 0 0-.233-1.73h-3.358q.05.502.073 1.02a6.5 6.5 0 0 0-1.49.296q-.024-.676-.093-1.316H8.604a19 19 0 0 0 .135 5h2.76q-.299.714-.422 1.5H9.06c.598 2.217 1.603 3.737 2.656 3.97a6.5 6.5 0 0 0 1.066 1.502q-.388.03-.783.03c-5.524 0-10.002-4.478-10.002-10.001C1.998 6.478 6.476 2 12 2M7.508 16.502H4.785a8.53 8.53 0 0 0 4.095 3.41c-.523-.82-.954-1.846-1.27-3.015zM7.093 10H3.735l-.004.017a8.5 8.5 0 0 0-.233 1.984c0 1.056.193 2.067.545 3h3.173a20 20 0 0 1-.218-3c0-.684.033-1.354.095-2.001m1.788-5.91l-.023.008A8.53 8.53 0 0 0 4.25 8.501h3.048c.313-1.752.86-3.278 1.583-4.41M12 3.5l-.116.005c-1.266.116-2.488 2.118-3.056 4.996h6.343c-.566-2.87-1.783-4.869-3.045-4.995zm3.12.59l.106.175c.67 1.112 1.178 2.572 1.475 4.237h3.048a8.53 8.53 0 0 0-4.338-4.29zM12 17.5a5.5 5.5 0 1 0 11 0a5.5 5.5 0 0 0-11 0m6.646-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 FluentGlobeArrowForward24Regular(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 2c5.523 0 10 4.478 10 10.002q0 .394-.03.78a6.5 6.5 0 0 0-1.474-1.051a8.5 8.5 0 0 0-.233-1.73h-3.358q.05.502.073 1.02a6.5 6.5 0 0 0-1.49.296q-.024-.676-.093-1.316H8.604a19 19 0 0 0 .135 5h2.76q-.299.714-.422 1.5H9.06c.598 2.217 1.603 3.737 2.656 3.97a6.5 6.5 0 0 0 1.066 1.502q-.388.03-.783.03c-5.524 0-10.002-4.478-10.002-10.001C1.998 6.478 6.476 2 12 2M7.508 16.502H4.785a8.53 8.53 0 0 0 4.095 3.41c-.523-.82-.954-1.846-1.27-3.015zM7.093 10H3.735l-.004.017a8.5 8.5 0 0 0-.233 1.984c0 1.056.193 2.067.545 3h3.173a20 20 0 0 1-.218-3c0-.684.033-1.354.095-2.001m1.788-5.91l-.023.008A8.53 8.53 0 0 0 4.25 8.501h3.048c.313-1.752.86-3.278 1.583-4.41M12 3.5l-.116.005c-1.266.116-2.488 2.118-3.056 4.996h6.343c-.566-2.87-1.783-4.869-3.045-4.995zm3.12.59l.106.175c.67 1.112 1.178 2.572 1.475 4.237h3.048a8.53 8.53 0 0 0-4.338-4.29zM12 17.5a5.5 5.5 0 1 0 11 0a5.5 5.5 0 0 0-11 0m6.646-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 2c5.523 0 10 4.478 10 10.002q0 .394-.03.78a6.5 6.5 0 0 0-1.474-1.051a8.5 8.5 0 0 0-.233-1.73h-3.358q.05.502.073 1.02a6.5 6.5 0 0 0-1.49.296q-.024-.676-.093-1.316H8.604a19 19 0 0 0 .135 5h2.76q-.299.714-.422 1.5H9.06c.598 2.217 1.603 3.737 2.656 3.97a6.5 6.5 0 0 0 1.066 1.502q-.388.03-.783.03c-5.524 0-10.002-4.478-10.002-10.001C1.998 6.478 6.476 2 12 2M7.508 16.502H4.785a8.53 8.53 0 0 0 4.095 3.41c-.523-.82-.954-1.846-1.27-3.015zM7.093 10H3.735l-.004.017a8.5 8.5 0 0 0-.233 1.984c0 1.056.193 2.067.545 3h3.173a20 20 0 0 1-.218-3c0-.684.033-1.354.095-2.001m1.788-5.91l-.023.008A8.53 8.53 0 0 0 4.25 8.501h3.048c.313-1.752.86-3.278 1.583-4.41M12 3.5l-.116.005c-1.266.116-2.488 2.118-3.056 4.996h6.343c-.566-2.87-1.783-4.869-3.045-4.995zm3.12.59l.106.175c.67 1.112 1.178 2.572 1.475 4.237h3.048a8.53 8.53 0 0 0-4.338-4.29zM12 17.5a5.5 5.5 0 1 0 11 0a5.5 5.5 0 0 0-11 0m6.646-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-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%202c5.523%200%2010%204.478%2010%2010.002q0%20.394-.03.78a6.5%206.5%200%200%200-1.474-1.051a8.5%208.5%200%200%200-.233-1.73h-3.358q.05.502.073%201.02a6.5%206.5%200%200%200-1.49.296q-.024-.676-.093-1.316H8.604a19%2019%200%200%200%20.135%205h2.76q-.299.714-.422%201.5H9.06c.598%202.217%201.603%203.737%202.656%203.97a6.5%206.5%200%200%200%201.066%201.502q-.388.03-.783.03c-5.524%200-10.002-4.478-10.002-10.001C1.998%206.478%206.476%202%2012%202M7.508%2016.502H4.785a8.53%208.53%200%200%200%204.095%203.41c-.523-.82-.954-1.846-1.27-3.015zM7.093%2010H3.735l-.004.017a8.5%208.5%200%200%200-.233%201.984c0%201.056.193%202.067.545%203h3.173a20%2020%200%200%201-.218-3c0-.684.033-1.354.095-2.001m1.788-5.91l-.023.008A8.53%208.53%200%200%200%204.25%208.501h3.048c.313-1.752.86-3.278%201.583-4.41M12%203.5l-.116.005c-1.266.116-2.488%202.118-3.056%204.996h6.343c-.566-2.87-1.783-4.869-3.045-4.995zm3.12.59l.106.175c.67%201.112%201.178%202.572%201.475%204.237h3.048a8.53%208.53%200%200%200-4.338-4.29zM12%2017.5a5.5%205.5%200%201%200%2011%200a5.5%205.5%200%200%200-11%200m6.646-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%202c5.523%200%2010%204.478%2010%2010.002q0%20.394-.03.78a6.5%206.5%200%200%200-1.474-1.051a8.5%208.5%200%200%200-.233-1.73h-3.358q.05.502.073%201.02a6.5%206.5%200%200%200-1.49.296q-.024-.676-.093-1.316H8.604a19%2019%200%200%200%20.135%205h2.76q-.299.714-.422%201.5H9.06c.598%202.217%201.603%203.737%202.656%203.97a6.5%206.5%200%200%200%201.066%201.502q-.388.03-.783.03c-5.524%200-10.002-4.478-10.002-10.001C1.998%206.478%206.476%202%2012%202M7.508%2016.502H4.785a8.53%208.53%200%200%200%204.095%203.41c-.523-.82-.954-1.846-1.27-3.015zM7.093%2010H3.735l-.004.017a8.5%208.5%200%200%200-.233%201.984c0%201.056.193%202.067.545%203h3.173a20%2020%200%200%201-.218-3c0-.684.033-1.354.095-2.001m1.788-5.91l-.023.008A8.53%208.53%200%200%200%204.25%208.501h3.048c.313-1.752.86-3.278%201.583-4.41M12%203.5l-.116.005c-1.266.116-2.488%202.118-3.056%204.996h6.343c-.566-2.87-1.783-4.869-3.045-4.995zm3.12.59l.106.175c.67%201.112%201.178%202.572%201.475%204.237h3.048a8.53%208.53%200%200%200-4.338-4.29zM12%2017.5a5.5%205.5%200%201%200%2011%200a5.5%205.5%200%200%200-11%200m6.646-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-regular.svg?color=%231a73e8&size=48