Map Point School icon in outline, twotone, bold and bulk. Free in all four styles, for maps, places, gps, routes, delivery tracking. Copy the SVG, the React, Vue or Svelte component, or download a PNG.
import { IconMapPointSchool } from "@devigner-ui/icons";
<IconMapPointSchool className="size-6" />
<script setup>
import { IconMapPointSchool } from "@devigner-ui/icons-vue";
</script>
<template>
<IconMapPointSchool class="size-6" />
</template>
<script>
import { IconMapPointSchool } from "@devigner-ui/icons-svelte";
</script>
<IconMapPointSchool class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path opacity="1" d="M4 10.14C4 5.64 7.58 2 12 2s8 3.65 8 8.14c0 4.47-2.55 9.67-6.54 11.53-.93.44-2 .44-2.92 0C6.55 19.81 4 14.61 4 10.14" stroke="currentColor" stroke-width="1.5"></path><path d="M11.22 6.64a2.2 2.2 0 0 1 1.56 0l2.34.85c.5.19.5.83 0 1.02l-2.34.85a2.2 2.2 0 0 1-1.56 0l-2.34-.85c-.5-.19-.5-.83 0-1.02z" stroke="currentColor" stroke-width="1.5"></path><path d="M14.5 9v2.7c0 .39-.23.74-.59.88-.51.19-1.27.42-1.91.42s-1.4-.23-1.91-.42a.9.9 0 0 1-.59-.88V9" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path></svg>