Property 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 { IconProperty } from "@devigner-ui/icons";
<IconProperty className="size-6" />
<script setup>
import { IconProperty } from "@devigner-ui/icons-vue";
</script>
<template>
<IconProperty class="size-6" />
</template>
<script>
import { IconProperty } from "@devigner-ui/icons-svelte";
</script>
<IconProperty class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2 12.03c0 5.14 3.87 9.38 8.85 9.96.73.08 1.44-.23 1.97-.76.65-.65.65-1.71 0-2.37-.53-.52-.95-1.3-.56-1.93 1.58-2.51 9.74 3.25 9.74-4.9C22 6.49 17.52 2 12 2S2 6.49 2 12.03" stroke="currentColor" stroke-width="1.5"></path><circle opacity="1" cx="17.5" cy="11.5" r="1.5" stroke="currentColor" stroke-width="1.5"></circle><circle opacity="1" cx="6.5" cy="11.5" r="1.5" stroke="currentColor" stroke-width="1.5"></circle><path opacity="1" d="M11 7a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0" stroke="currentColor" stroke-width="1.5"></path><path opacity="1" d="M16 7a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0" stroke="currentColor" stroke-width="1.5"></path></svg>