earth arrow right icon
earth-arrow-right from Material Design Icons by Pictogrammers · Filled · Navigation · Apache-2.0 Free for personal and commercial use.
- Name
- earth-arrow-right
- Set
- Material Design Icons
- Style
- Filled
- Category
- Navigation
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- globe-arrow-right, planet-arrow-right, world-arrow-right
More navigation icons from Material Design Icons
Use the earth arrow right icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19 21v-2h-4v-2h4v-2l3 3zm-7-3c0-2.2 1.2-4.1 3-5.2c-.1-.5-.5-.8-1-.8H8v-2h2c.6 0 1-.4 1-1V7h2c1.1 0 2-.9 2-2v-.4c2.9 1.2 5 4 5 7.4v.3c.7.2 1.3.6 1.9 1.1c.1-.4.1-.9.1-1.4c0-5.5-4.5-10-10-10S2 6.5 2 12s4.5 10 10 10c.5 0 1 0 1.4-.1c-.9-1.1-1.4-2.4-1.4-3.9m-1 1.9c-4-.5-7-3.8-7-7.9c0-.6.1-1.2.2-1.8L9 15v1c0 1.1.9 2 2 2z"/></svg>
React
import type { SVGProps } from "react";
export function MdiEarthArrowRight(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="M19 21v-2h-4v-2h4v-2l3 3zm-7-3c0-2.2 1.2-4.1 3-5.2c-.1-.5-.5-.8-1-.8H8v-2h2c.6 0 1-.4 1-1V7h2c1.1 0 2-.9 2-2v-.4c2.9 1.2 5 4 5 7.4v.3c.7.2 1.3.6 1.9 1.1c.1-.4.1-.9.1-1.4c0-5.5-4.5-10-10-10S2 6.5 2 12s4.5 10 10 10c.5 0 1 0 1.4-.1c-.9-1.1-1.4-2.4-1.4-3.9m-1 1.9c-4-.5-7-3.8-7-7.9c0-.6.1-1.2.2-1.8L9 15v1c0 1.1.9 2 2 2z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19 21v-2h-4v-2h4v-2l3 3zm-7-3c0-2.2 1.2-4.1 3-5.2c-.1-.5-.5-.8-1-.8H8v-2h2c.6 0 1-.4 1-1V7h2c1.1 0 2-.9 2-2v-.4c2.9 1.2 5 4 5 7.4v.3c.7.2 1.3.6 1.9 1.1c.1-.4.1-.9.1-1.4c0-5.5-4.5-10-10-10S2 6.5 2 12s4.5 10 10 10c.5 0 1 0 1.4-.1c-.9-1.1-1.4-2.4-1.4-3.9m-1 1.9c-4-.5-7-3.8-7-7.9c0-.6.1-1.2.2-1.8L9 15v1c0 1.1.9 2 2 2z"/></svg> </template>
CSS
.icon-earth-arrow-right {
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%22M19%2021v-2h-4v-2h4v-2l3%203zm-7-3c0-2.2%201.2-4.1%203-5.2c-.1-.5-.5-.8-1-.8H8v-2h2c.6%200%201-.4%201-1V7h2c1.1%200%202-.9%202-2v-.4c2.9%201.2%205%204%205%207.4v.3c.7.2%201.3.6%201.9%201.1c.1-.4.1-.9.1-1.4c0-5.5-4.5-10-10-10S2%206.5%202%2012s4.5%2010%2010%2010c.5%200%201%200%201.4-.1c-.9-1.1-1.4-2.4-1.4-3.9m-1%201.9c-4-.5-7-3.8-7-7.9c0-.6.1-1.2.2-1.8L9%2015v1c0%201.1.9%202%202%202z%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%22M19%2021v-2h-4v-2h4v-2l3%203zm-7-3c0-2.2%201.2-4.1%203-5.2c-.1-.5-.5-.8-1-.8H8v-2h2c.6%200%201-.4%201-1V7h2c1.1%200%202-.9%202-2v-.4c2.9%201.2%205%204%205%207.4v.3c.7.2%201.3.6%201.9%201.1c.1-.4.1-.9.1-1.4c0-5.5-4.5-10-10-10S2%206.5%202%2012s4.5%2010%2010%2010c.5%200%201%200%201.4-.1c-.9-1.1-1.4-2.4-1.4-3.9m-1%201.9c-4-.5-7-3.8-7-7.9c0-.6.1-1.2.2-1.8L9%2015v1c0%201.1.9%202%202%202z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/earth-arrow-right.svg?color=%231a73e8&size=48