Crop 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 { IconCrop } from "@devigner-ui/icons";
<IconCrop className="size-6" />
<script setup>
import { IconCrop } from "@devigner-ui/icons-vue";
</script>
<template>
<IconCrop class="size-6" />
</template>
<script>
import { IconCrop } from "@devigner-ui/icons-svelte";
</script>
<IconCrop class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M22 19h-9c-3.77 0-5.66 0-6.83-1.17S5 14.77 5 11V2" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path opacity="1" d="M8 5h3c3.77 0 5.66 0 6.83 1.17S19 9.23 19 13v3M2 5h3m14 14v3" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path d="M8.5 11.5c0-1.41 0-2.12.44-2.56s1.15-.44 2.56-.44h1c1.41 0 2.12 0 2.56.44s.44 1.15.44 2.56v1c0 1.41 0 2.12-.44 2.56s-1.15.44-2.56.44h-1c-1.41 0-2.12 0-2.56-.44s-.44-1.15-.44-2.56z" stroke="currentColor" stroke-width="1.5"></path></svg>