map boundary icon

map-boundary from Carbon by IBM · Outline · Planning · Apache-2.0 Free for personal and commercial use.

Name
map-boundary
Set
Carbon
Style
Outline
Category
Planning
Viewbox
32×32
License
Apache 2.0

More planning icons from Carbon

Use the map boundary icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M12 10h2v4h-2zm6 8h4v2h-4zm-4 0v-2h-2v4h4v-2zm2-14h12v12H16z"/><path fill="currentColor" d="m17.885 29.997l-6.066-3.855L4 27.989V4h10v4h-2V6H6v19.461l6.181-1.46l5.934 3.772L22.818 26H26v-6h-2v-2h4v10h-4.818z"/></svg>

React

import type { SVGProps } from "react";

export function CarbonMapBoundary(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="M12 10h2v4h-2zm6 8h4v2h-4zm-4 0v-2h-2v4h4v-2zm2-14h12v12H16z"/><path fill="currentColor" d="m17.885 29.997l-6.066-3.855L4 27.989V4h10v4h-2V6H6v19.461l6.181-1.46l5.934 3.772L22.818 26H26v-6h-2v-2h4v10h-4.818z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M12 10h2v4h-2zm6 8h4v2h-4zm-4 0v-2h-2v4h4v-2zm2-14h12v12H16z"/><path fill="currentColor" d="m17.885 29.997l-6.066-3.855L4 27.989V4h10v4h-2V6H6v19.461l6.181-1.46l5.934 3.772L22.818 26H26v-6h-2v-2h4v10h-4.818z"/></svg>
</template>

CSS

.icon-map-boundary {
  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%22M12%2010h2v4h-2zm6%208h4v2h-4zm-4%200v-2h-2v4h4v-2zm2-14h12v12H16z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m17.885%2029.997l-6.066-3.855L4%2027.989V4h10v4h-2V6H6v19.461l6.181-1.46l5.934%203.772L22.818%2026H26v-6h-2v-2h4v10h-4.818z%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%22M12%2010h2v4h-2zm6%208h4v2h-4zm-4%200v-2h-2v4h4v-2zm2-14h12v12H16z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m17.885%2029.997l-6.066-3.855L4%2027.989V4h10v4h-2V6H6v19.461l6.181-1.46l5.934%203.772L22.818%2026H26v-6h-2v-2h4v10h-4.818z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/map-boundary.svg?color=%231a73e8&size=48