Path2 icon in outline, twotone, bold and bulk. Free in all four styles, for editors, canvas, layers, colour, alignment, grids. Copy the SVG, the React, Vue or Svelte component, or download a PNG.
import { IconPath2 } from "@devigner-ui/icons";
<IconPath2 className="size-6" />
<script setup>
import { IconPath2 } from "@devigner-ui/icons-vue";
</script>
<template>
<IconPath2 class="size-6" />
</template>
<script>
import { IconPath2 } from "@devigner-ui/icons-svelte";
</script>
<IconPath2 class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#clip0_12_78682)"><path d="M10.54 22h4.29c1.62 0 2.69-1.16 2.37-2.57l-.69-3.08H8.87l-.69 3.08c-.31 1.33.83 2.57 2.36 2.57" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="m16.5 16.35 2.94-2.61c1.64-1.46 1.7-2.48.4-4.13l-5.18-6.58c-1.1-1.38-2.87-1.38-3.97 0L5.5 9.61c-1.3 1.65-1.3 2.72.4 4.13l2.95 2.61" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path opacity="1" d="M12.68 2.67v4.3" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></g><defs><clipPath><rect width="24" height="24" fill="none" transform="translate(0.669922)"></rect></clipPath></defs></svg>