Ruler2 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 { IconRuler2 } from "@devigner-ui/icons";
<IconRuler2 className="size-6" />
<script setup>
import { IconRuler2 } from "@devigner-ui/icons-vue";
</script>
<template>
<IconRuler2 class="size-6" />
</template>
<script>
import { IconRuler2 } from "@devigner-ui/icons-svelte";
</script>
<IconRuler2 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_78719)"><path d="M5.67 17h14q3 0 3-3v-4q0-3-3-3h-14q-3 0-3 3v4q0 3 3 3" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path opacity="1" d="M18.67 7v5" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path opacity="1" d="M6.67 7v4" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path opacity="1" d="m10.72 7-.05 5" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path opacity="1" d="M14.67 7v3" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path></g><defs><clipPath><rect width="24" height="24" fill="none" transform="translate(0.669922)"></rect></clipPath></defs></svg>