square centerline dashed vertical icon

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

Name
square-centerline-dashed-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 centerline dashed 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 12.002h-1m-3 0h-1m-3.5 0h-1m-3.5 0h-1m-4 0h1"/><path d="M19.992 16.002c-.13 1.3-.423 2.175-1.084 2.828c-1.187 1.172-3.097 1.172-6.916 1.172s-5.73 0-6.916-1.172c-.662-.653-.954-1.528-1.084-2.828m16-8c-.13-1.3-.422-2.175-1.084-2.828c-1.186-1.172-3.096-1.172-6.916-1.172s-5.73 0-6.916 1.172c-.636.628-.931 1.462-1.068 2.683"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsSquareCenterlineDashedVertical(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 12.002h-1m-3 0h-1m-3.5 0h-1m-3.5 0h-1m-4 0h1"/><path d="M19.992 16.002c-.13 1.3-.423 2.175-1.084 2.828c-1.187 1.172-3.097 1.172-6.916 1.172s-5.73 0-6.916-1.172c-.662-.653-.954-1.528-1.084-2.828m16-8c-.13-1.3-.422-2.175-1.084-2.828c-1.186-1.172-3.096-1.172-6.916-1.172s-5.73 0-6.916 1.172c-.636.628-.931 1.462-1.068 2.683"/></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 12.002h-1m-3 0h-1m-3.5 0h-1m-3.5 0h-1m-4 0h1"/><path d="M19.992 16.002c-.13 1.3-.423 2.175-1.084 2.828c-1.187 1.172-3.097 1.172-6.916 1.172s-5.73 0-6.916-1.172c-.662-.653-.954-1.528-1.084-2.828m16-8c-.13-1.3-.422-2.175-1.084-2.828c-1.186-1.172-3.096-1.172-6.916-1.172s-5.73 0-6.916 1.172c-.636.628-.931 1.462-1.068 2.683"/></g></svg>
</template>

CSS

.icon-square-centerline-dashed-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%2012.002h-1m-3%200h-1m-3.5%200h-1m-3.5%200h-1m-4%200h1%22%2F%3E%3Cpath%20d%3D%22M19.992%2016.002c-.13%201.3-.423%202.175-1.084%202.828c-1.187%201.172-3.097%201.172-6.916%201.172s-5.73%200-6.916-1.172c-.662-.653-.954-1.528-1.084-2.828m16-8c-.13-1.3-.422-2.175-1.084-2.828c-1.186-1.172-3.096-1.172-6.916-1.172s-5.73%200-6.916%201.172c-.636.628-.931%201.462-1.068%202.683%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%2012.002h-1m-3%200h-1m-3.5%200h-1m-3.5%200h-1m-4%200h1%22%2F%3E%3Cpath%20d%3D%22M19.992%2016.002c-.13%201.3-.423%202.175-1.084%202.828c-1.187%201.172-3.097%201.172-6.916%201.172s-5.73%200-6.916-1.172c-.662-.653-.954-1.528-1.084-2.828m16-8c-.13-1.3-.422-2.175-1.084-2.828c-1.186-1.172-3.096-1.172-6.916-1.172s-5.73%200-6.916%201.172c-.636.628-.931%201.462-1.068%202.683%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-centerline-dashed-vertical.svg?color=%231a73e8&size=48