Skip to content
Esc
navigateopen⌘Jpreview

SquareCenterlineDashedHorizontal

Install

npm install vadivam-react
pnpm add vadivam-react
bun add vadivam-react
yarn add vadivam-react

Use it in your framework

import { SquareCenterlineDashedHorizontal } from "vadivam-react";

<SquareCenterlineDashedHorizontal />
<script setup>
import { SquareCenterlineDashedHorizontal } from "vadivam-vue";
</script>

<template>
  <SquareCenterlineDashedHorizontal />
</template>
<script>
  import { SquareCenterlineDashedHorizontal } from "vadivam-svelte";
</script>

<SquareCenterlineDashedHorizontal />
import { SquareCenterlineDashedHorizontal } from "vadivam-solid";

<SquareCenterlineDashedHorizontal />
import { SquareCenterlineDashedHorizontal } from "vadivam-preact";

<SquareCenterlineDashedHorizontal />
---
import { SquareCenterlineDashedHorizontal } from "vadivam-astro";
---

<SquareCenterlineDashedHorizontal />
import { SquareCenterlineDashedHorizontal } from "vadivam-angular";

<svg vadivamSquareCenterlineDashedHorizontal></svg>

Raw SVG & assets

View raw SVG
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M8 2a6 6 0 0 0-6 6v8a6 6 0 0 0 6 6m8 0a6 6 0 0 0 6-6V8a6 6 0 0 0-6-6m-4 2.353V2m0 8.235V7.882m0 8.236v-2.353M12 22v-2.353"/>
</svg>
import iconUrl from "vadivam/icons/square-centerline-dashed-horizontal.svg";

Keep exploring