earth box off icon
earth-box-off from Material Design Icons by Pictogrammers · Filled · Navigation · Apache-2.0 Free for personal and commercial use.
- Name
- earth-box-off
- Set
- Material Design Icons
- Style
- Filled
- Category
- Navigation
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- globe-box-off, planet-box-off, world-box-off
More navigation icons from Material Design Icons
Use the earth box off icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m23 4.27l-2 2V19a2 2 0 0 1-2 2H6.27l-2 2L3 21.72L21.72 3zM5 3h14.18l-2 2h-1.4c-.11 1-.95 1.79-1.98 1.79h-2v2c0 .56-.45 1-1 1h-2v2h1.58l-1.83 1.83L5 10.29v6.89l-2 2V5c0-1.11.89-2 2-2m6.8 16v-1.21c-.63 0-1.2-.29-1.57-.75L8.27 19zm4-6.21v3h1c.89 0 1.94.59 2.2 1.39V8.27l-3.67 3.67c.28.18.47.49.47.85"/></svg>
React
import type { SVGProps } from "react";
export function MdiEarthBoxOff(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="m23 4.27l-2 2V19a2 2 0 0 1-2 2H6.27l-2 2L3 21.72L21.72 3zM5 3h14.18l-2 2h-1.4c-.11 1-.95 1.79-1.98 1.79h-2v2c0 .56-.45 1-1 1h-2v2h1.58l-1.83 1.83L5 10.29v6.89l-2 2V5c0-1.11.89-2 2-2m6.8 16v-1.21c-.63 0-1.2-.29-1.57-.75L8.27 19zm4-6.21v3h1c.89 0 1.94.59 2.2 1.39V8.27l-3.67 3.67c.28.18.47.49.47.85"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m23 4.27l-2 2V19a2 2 0 0 1-2 2H6.27l-2 2L3 21.72L21.72 3zM5 3h14.18l-2 2h-1.4c-.11 1-.95 1.79-1.98 1.79h-2v2c0 .56-.45 1-1 1h-2v2h1.58l-1.83 1.83L5 10.29v6.89l-2 2V5c0-1.11.89-2 2-2m6.8 16v-1.21c-.63 0-1.2-.29-1.57-.75L8.27 19zm4-6.21v3h1c.89 0 1.94.59 2.2 1.39V8.27l-3.67 3.67c.28.18.47.49.47.85"/></svg> </template>
CSS
.icon-earth-box-off {
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%22m23%204.27l-2%202V19a2%202%200%200%201-2%202H6.27l-2%202L3%2021.72L21.72%203zM5%203h14.18l-2%202h-1.4c-.11%201-.95%201.79-1.98%201.79h-2v2c0%20.56-.45%201-1%201h-2v2h1.58l-1.83%201.83L5%2010.29v6.89l-2%202V5c0-1.11.89-2%202-2m6.8%2016v-1.21c-.63%200-1.2-.29-1.57-.75L8.27%2019zm4-6.21v3h1c.89%200%201.94.59%202.2%201.39V8.27l-3.67%203.67c.28.18.47.49.47.85%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%22m23%204.27l-2%202V19a2%202%200%200%201-2%202H6.27l-2%202L3%2021.72L21.72%203zM5%203h14.18l-2%202h-1.4c-.11%201-.95%201.79-1.98%201.79h-2v2c0%20.56-.45%201-1%201h-2v2h1.58l-1.83%201.83L5%2010.29v6.89l-2%202V5c0-1.11.89-2%202-2m6.8%2016v-1.21c-.63%200-1.2-.29-1.57-.75L8.27%2019zm4-6.21v3h1c.89%200%201.94.59%202.2%201.39V8.27l-3.67%203.67c.28.18.47.49.47.85%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/earth-box-off.svg?color=%231a73e8&size=48