square split vertical icon

square-split-vertical from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
square-split-vertical
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Related icons in Huge Icons

Use the square split vertical icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path stroke-linejoin="round" d="M20.992 12h-18"/><path d="M19.992 16c-.13 1.3-.423 2.174-1.084 2.828c-1.187 1.171-3.097 1.171-6.916 1.171s-5.73 0-6.916-1.171c-.662-.654-.954-1.529-1.084-2.829m16-7.999c-.13-1.3-.422-2.176-1.084-2.83C17.722 4 15.812 4 11.992 4s-5.73 0-6.916 1.17c-.636.63-.931 1.464-1.068 2.685"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsSquareSplitVertical(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeWidth="1.5"><path strokeLinejoin="round" d="M20.992 12h-18"/><path d="M19.992 16c-.13 1.3-.423 2.174-1.084 2.828c-1.187 1.171-3.097 1.171-6.916 1.171s-5.73 0-6.916-1.171c-.662-.654-.954-1.529-1.084-2.829m16-7.999c-.13-1.3-.422-2.176-1.084-2.83C17.722 4 15.812 4 11.992 4s-5.73 0-6.916 1.17c-.636.63-.931 1.464-1.068 2.685"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path stroke-linejoin="round" d="M20.992 12h-18"/><path d="M19.992 16c-.13 1.3-.423 2.174-1.084 2.828c-1.187 1.171-3.097 1.171-6.916 1.171s-5.73 0-6.916-1.171c-.662-.654-.954-1.529-1.084-2.829m16-7.999c-.13-1.3-.422-2.176-1.084-2.83C17.722 4 15.812 4 11.992 4s-5.73 0-6.916 1.17c-.636.63-.931 1.464-1.068 2.685"/></g></svg>
</template>

CSS

.icon-square-split-vertical {
  width: 24px;
  height: 24px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M20.992%2012h-18%22%2F%3E%3Cpath%20d%3D%22M19.992%2016c-.13%201.3-.423%202.174-1.084%202.828c-1.187%201.171-3.097%201.171-6.916%201.171s-5.73%200-6.916-1.171c-.662-.654-.954-1.529-1.084-2.829m16-7.999c-.13-1.3-.422-2.176-1.084-2.83C17.722%204%2015.812%204%2011.992%204s-5.73%200-6.916%201.17c-.636.63-.931%201.464-1.068%202.685%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M20.992%2012h-18%22%2F%3E%3Cpath%20d%3D%22M19.992%2016c-.13%201.3-.423%202.174-1.084%202.828c-1.187%201.171-3.097%201.171-6.916%201.171s-5.73%200-6.916-1.171c-.662-.654-.954-1.529-1.084-2.829m16-7.999c-.13-1.3-.422-2.176-1.084-2.83C17.722%204%2015.812%204%2011.992%204s-5.73%200-6.916%201.17c-.636.63-.931%201.464-1.068%202.685%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/square-split-vertical.svg?color=%231a73e8&size=48