Pin icon in outline, twotone, bold and bulk. Free in all four styles, for buttons, forms, toolbars, menus, states. Copy the SVG, the React, Vue or Svelte component, or download a PNG.
import { IconPin } from "@devigner-ui/icons";
<IconPin className="size-6" />
<script setup>
import { IconPin } from "@devigner-ui/icons-vue";
</script>
<template>
<IconPin class="size-6" />
</template>
<script>
import { IconPin } from "@devigner-ui/icons-svelte";
</script>
<IconPin class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M18.34 8.4 15.6 5.67c-1.89-1.9-2.84-2.84-3.87-2.63s-1.54 1.45-2.55 3.93l-.95 2.32a4 4 0 0 1-.65 1.29q-.12.13-.27.24a4 4 0 0 1-1.35.53c-1.67.49-2.5.73-2.8 1.31q-.14.3-.15.6c-.02.64.6 1.26 1.83 2.5l3.42 3.42c1.24 1.24 1.86 1.85 2.5 1.83q.3 0 .6-.15c.58-.3.82-1.13 1.31-2.8a4 4 0 0 1 .53-1.35q.1-.15.24-.27c.26-.24.6-.38 1.29-.65l2.32-.95c2.48-1.01 3.72-1.52 3.93-2.55s-.74-1.98-2.63-3.87" stroke="currentColor" stroke-width="1.5"></path><path opacity="1" d="m3 20.93 3.56-3.56" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path></svg>