Pin List 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 { IconPinList } from "@devigner-ui/icons";
<IconPinList className="size-6" />
<script setup>
import { IconPinList } from "@devigner-ui/icons-vue";
</script>
<template>
<IconPinList class="size-6" />
</template>
<script>
import { IconPinList } from "@devigner-ui/icons-svelte";
</script>
<IconPinList class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="m13.63 8.22-.36-.36c-1.53-1.53-2.3-2.3-3.13-2.3a2 2 0 0 0-.79.17C8.6 6.05 8.2 7.06 7.4 9.07l-.06.14c-.22.57-.34.86-.52 1.09a2 2 0 0 1-.5.44c-.24.16-.53.24-1.12.41-.92.26-1.38.4-1.58.67a1 1 0 0 0-.19.71c.05.34.38.68 1.06 1.35l3.13 3.13c.67.68 1 1.01 1.35 1.05a1 1 0 0 0 .71-.18c.28-.2.4-.66.67-1.58.16-.59.25-.88.4-1.13a2 2 0 0 1 .45-.5c.23-.17.51-.29 1.08-.51l.15-.06c2.01-.8 3.02-1.2 3.34-1.96a2 2 0 0 0 .17-.8c0-.82-.77-1.59-2.3-3.12" stroke="currentColor" stroke-width="1.5"></path><path opacity="1" d="m3.35 18.14 2.7-2.7" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path opacity="1" d="M22 8h-5" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path opacity="1" d="M22 12.5h-4" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path opacity="1" d="M22 17h-9" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path></svg>