Firstline icon in outline, twotone, bold and bulk. Free in all four styles, for editors, typography, links, translation. Copy the SVG, the React, Vue or Svelte component, or download a PNG.
import { IconFirstline } from "@devigner-ui/icons";
<IconFirstline className="size-6" />
<script setup>
import { IconFirstline } from "@devigner-ui/icons-vue";
</script>
<template>
<IconFirstline class="size-6" />
</template>
<script>
import { IconFirstline } from "@devigner-ui/icons-svelte";
</script>
<IconFirstline class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M14.67 4.5h7" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="M14.67 9.5h7" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path opacity="1" d="M3.67 14.5h18" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="M3.67 19.5h18" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path opacity="1" d="M10.17 8.43V5.57C10.17 4.45 9.72 4 8.6 4H5.74c-1.12 0-1.57.45-1.57 1.57v2.85c0 1.13.45 1.58 1.57 1.58H8.6c1.13 0 1.58-.45 1.58-1.57" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></svg>