earth-box-plus from Material Design Icons by Pictogrammers · Filled · Navigation · Apache-2.0 Free for personal and commercial use.

Name
earth-box-plus
Set
Material Design Icons
Style
Filled
Category
Navigation
Viewbox
24×24
License
Apache 2.0
Aliases
globe-box-plus, planet-box-plus, world-box-plus

More navigation icons from Material Design Icons

Use the earth box plus icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17 14h2v3h3v2h-3v3h-2v-3h-3v-2h3zM5 3h14a2 2 0 0 1 2 2v7.8c-.61-.35-1.28-.6-2-.72V5h-3.22c-.11 1-.95 1.79-1.98 1.79h-2v2c0 .56-.45 1-1 1h-2v2h6c.43 0 .8.27.94.65A6.01 6.01 0 0 0 12 17.83c-1.3-.04-2.2-.93-2.2-2.04v-1L5 10.29V19h7.08c.12.72.37 1.39.72 2H5a2 2 0 0 1-2-2V5c0-1.11.89-2 2-2"/></svg>

React

import type { SVGProps } from "react";

export function MdiEarthBoxPlus(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="M17 14h2v3h3v2h-3v3h-2v-3h-3v-2h3zM5 3h14a2 2 0 0 1 2 2v7.8c-.61-.35-1.28-.6-2-.72V5h-3.22c-.11 1-.95 1.79-1.98 1.79h-2v2c0 .56-.45 1-1 1h-2v2h6c.43 0 .8.27.94.65A6.01 6.01 0 0 0 12 17.83c-1.3-.04-2.2-.93-2.2-2.04v-1L5 10.29V19h7.08c.12.72.37 1.39.72 2H5a2 2 0 0 1-2-2V5c0-1.11.89-2 2-2"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17 14h2v3h3v2h-3v3h-2v-3h-3v-2h3zM5 3h14a2 2 0 0 1 2 2v7.8c-.61-.35-1.28-.6-2-.72V5h-3.22c-.11 1-.95 1.79-1.98 1.79h-2v2c0 .56-.45 1-1 1h-2v2h6c.43 0 .8.27.94.65A6.01 6.01 0 0 0 12 17.83c-1.3-.04-2.2-.93-2.2-2.04v-1L5 10.29V19h7.08c.12.72.37 1.39.72 2H5a2 2 0 0 1-2-2V5c0-1.11.89-2 2-2"/></svg>
</template>

CSS

.icon-earth-box-plus {
  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%22M17%2014h2v3h3v2h-3v3h-2v-3h-3v-2h3zM5%203h14a2%202%200%200%201%202%202v7.8c-.61-.35-1.28-.6-2-.72V5h-3.22c-.11%201-.95%201.79-1.98%201.79h-2v2c0%20.56-.45%201-1%201h-2v2h6c.43%200%20.8.27.94.65A6.01%206.01%200%200%200%2012%2017.83c-1.3-.04-2.2-.93-2.2-2.04v-1L5%2010.29V19h7.08c.12.72.37%201.39.72%202H5a2%202%200%200%201-2-2V5c0-1.11.89-2%202-2%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%22M17%2014h2v3h3v2h-3v3h-2v-3h-3v-2h3zM5%203h14a2%202%200%200%201%202%202v7.8c-.61-.35-1.28-.6-2-.72V5h-3.22c-.11%201-.95%201.79-1.98%201.79h-2v2c0%20.56-.45%201-1%201h-2v2h6c.43%200%20.8.27.94.65A6.01%206.01%200%200%200%2012%2017.83c-1.3-.04-2.2-.93-2.2-2.04v-1L5%2010.29V19h7.08c.12.72.37%201.39.72%202H5a2%202%200%200%201-2-2V5c0-1.11.89-2%202-2%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/earth-box-plus.svg?color=%231a73e8&size=48