vector square icon

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

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

The same icon in other sets

Use the vector square icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M18.5 8c.314 1.114.5 2.5.5 4s-.186 2.886-.5 4m-13-8c-.314 1.114-.5 2.5-.5 4s.186 2.886.5 4M8 5.5c1.114-.314 2.5-.5 4-.5s2.886.186 4 .5m-8 13c1.114.314 2.5.5 4 .5s2.886-.186 4-.5M4.61 7.962C4.803 8 5.035 8 5.5 8s.697 0 .89-.038A2 2 0 0 0 7.962 6.39C8 6.197 8 5.965 8 5.5s0-.697-.038-.89A2 2 0 0 0 6.39 3.038C6.197 3 5.965 3 5.5 3s-.697 0-.89.038A2 2 0 0 0 3.038 4.61C3 4.803 3 5.035 3 5.5s0 .697.038.89A2 2 0 0 0 4.61 7.962m13 0c.193.038.425.038.89.038s.697 0 .89-.038a2 2 0 0 0 1.572-1.572C21 6.197 21 5.965 21 5.5s0-.697-.038-.89a2 2 0 0 0-1.572-1.572C19.197 3 18.965 3 18.5 3s-.697 0-.89.038a2 2 0 0 0-1.572 1.572C16 4.803 16 5.035 16 5.5s0 .697.038.89a2 2 0 0 0 1.572 1.572m-13 13c.193.038.425.038.89.038s.697 0 .89-.038a2 2 0 0 0 1.572-1.572C8 19.197 8 18.965 8 18.5s0-.697-.038-.89a2 2 0 0 0-1.572-1.572C6.197 16 5.965 16 5.5 16s-.697 0-.89.038a2 2 0 0 0-1.572 1.572C3 17.803 3 18.035 3 18.5s0 .697.038.89a2 2 0 0 0 1.572 1.572m13 0c.193.038.425.038.89.038s.697 0 .89-.038a2 2 0 0 0 1.572-1.572c.038-.193.038-.425.038-.89s0-.697-.038-.89a2 2 0 0 0-1.572-1.572C19.197 16 18.965 16 18.5 16s-.697 0-.89.038a2 2 0 0 0-1.572 1.572c-.038.193-.038.425-.038.89s0 .697.038.89a2 2 0 0 0 1.572 1.572"/></svg>

React

import type { SVGProps } from "react";

export function HugeiconsVectorSquare(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M18.5 8c.314 1.114.5 2.5.5 4s-.186 2.886-.5 4m-13-8c-.314 1.114-.5 2.5-.5 4s.186 2.886.5 4M8 5.5c1.114-.314 2.5-.5 4-.5s2.886.186 4 .5m-8 13c1.114.314 2.5.5 4 .5s2.886-.186 4-.5M4.61 7.962C4.803 8 5.035 8 5.5 8s.697 0 .89-.038A2 2 0 0 0 7.962 6.39C8 6.197 8 5.965 8 5.5s0-.697-.038-.89A2 2 0 0 0 6.39 3.038C6.197 3 5.965 3 5.5 3s-.697 0-.89.038A2 2 0 0 0 3.038 4.61C3 4.803 3 5.035 3 5.5s0 .697.038.89A2 2 0 0 0 4.61 7.962m13 0c.193.038.425.038.89.038s.697 0 .89-.038a2 2 0 0 0 1.572-1.572C21 6.197 21 5.965 21 5.5s0-.697-.038-.89a2 2 0 0 0-1.572-1.572C19.197 3 18.965 3 18.5 3s-.697 0-.89.038a2 2 0 0 0-1.572 1.572C16 4.803 16 5.035 16 5.5s0 .697.038.89a2 2 0 0 0 1.572 1.572m-13 13c.193.038.425.038.89.038s.697 0 .89-.038a2 2 0 0 0 1.572-1.572C8 19.197 8 18.965 8 18.5s0-.697-.038-.89a2 2 0 0 0-1.572-1.572C6.197 16 5.965 16 5.5 16s-.697 0-.89.038a2 2 0 0 0-1.572 1.572C3 17.803 3 18.035 3 18.5s0 .697.038.89a2 2 0 0 0 1.572 1.572m13 0c.193.038.425.038.89.038s.697 0 .89-.038a2 2 0 0 0 1.572-1.572c.038-.193.038-.425.038-.89s0-.697-.038-.89a2 2 0 0 0-1.572-1.572C19.197 16 18.965 16 18.5 16s-.697 0-.89.038a2 2 0 0 0-1.572 1.572c-.038.193-.038.425-.038.89s0 .697.038.89a2 2 0 0 0 1.572 1.572"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M18.5 8c.314 1.114.5 2.5.5 4s-.186 2.886-.5 4m-13-8c-.314 1.114-.5 2.5-.5 4s.186 2.886.5 4M8 5.5c1.114-.314 2.5-.5 4-.5s2.886.186 4 .5m-8 13c1.114.314 2.5.5 4 .5s2.886-.186 4-.5M4.61 7.962C4.803 8 5.035 8 5.5 8s.697 0 .89-.038A2 2 0 0 0 7.962 6.39C8 6.197 8 5.965 8 5.5s0-.697-.038-.89A2 2 0 0 0 6.39 3.038C6.197 3 5.965 3 5.5 3s-.697 0-.89.038A2 2 0 0 0 3.038 4.61C3 4.803 3 5.035 3 5.5s0 .697.038.89A2 2 0 0 0 4.61 7.962m13 0c.193.038.425.038.89.038s.697 0 .89-.038a2 2 0 0 0 1.572-1.572C21 6.197 21 5.965 21 5.5s0-.697-.038-.89a2 2 0 0 0-1.572-1.572C19.197 3 18.965 3 18.5 3s-.697 0-.89.038a2 2 0 0 0-1.572 1.572C16 4.803 16 5.035 16 5.5s0 .697.038.89a2 2 0 0 0 1.572 1.572m-13 13c.193.038.425.038.89.038s.697 0 .89-.038a2 2 0 0 0 1.572-1.572C8 19.197 8 18.965 8 18.5s0-.697-.038-.89a2 2 0 0 0-1.572-1.572C6.197 16 5.965 16 5.5 16s-.697 0-.89.038a2 2 0 0 0-1.572 1.572C3 17.803 3 18.035 3 18.5s0 .697.038.89a2 2 0 0 0 1.572 1.572m13 0c.193.038.425.038.89.038s.697 0 .89-.038a2 2 0 0 0 1.572-1.572c.038-.193.038-.425.038-.89s0-.697-.038-.89a2 2 0 0 0-1.572-1.572C19.197 16 18.965 16 18.5 16s-.697 0-.89.038a2 2 0 0 0-1.572 1.572c-.038.193-.038.425-.038.89s0 .697.038.89a2 2 0 0 0 1.572 1.572"/></svg>
</template>

CSS

.icon-vector-square {
  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%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M18.5%208c.314%201.114.5%202.5.5%204s-.186%202.886-.5%204m-13-8c-.314%201.114-.5%202.5-.5%204s.186%202.886.5%204M8%205.5c1.114-.314%202.5-.5%204-.5s2.886.186%204%20.5m-8%2013c1.114.314%202.5.5%204%20.5s2.886-.186%204-.5M4.61%207.962C4.803%208%205.035%208%205.5%208s.697%200%20.89-.038A2%202%200%200%200%207.962%206.39C8%206.197%208%205.965%208%205.5s0-.697-.038-.89A2%202%200%200%200%206.39%203.038C6.197%203%205.965%203%205.5%203s-.697%200-.89.038A2%202%200%200%200%203.038%204.61C3%204.803%203%205.035%203%205.5s0%20.697.038.89A2%202%200%200%200%204.61%207.962m13%200c.193.038.425.038.89.038s.697%200%20.89-.038a2%202%200%200%200%201.572-1.572C21%206.197%2021%205.965%2021%205.5s0-.697-.038-.89a2%202%200%200%200-1.572-1.572C19.197%203%2018.965%203%2018.5%203s-.697%200-.89.038a2%202%200%200%200-1.572%201.572C16%204.803%2016%205.035%2016%205.5s0%20.697.038.89a2%202%200%200%200%201.572%201.572m-13%2013c.193.038.425.038.89.038s.697%200%20.89-.038a2%202%200%200%200%201.572-1.572C8%2019.197%208%2018.965%208%2018.5s0-.697-.038-.89a2%202%200%200%200-1.572-1.572C6.197%2016%205.965%2016%205.5%2016s-.697%200-.89.038a2%202%200%200%200-1.572%201.572C3%2017.803%203%2018.035%203%2018.5s0%20.697.038.89a2%202%200%200%200%201.572%201.572m13%200c.193.038.425.038.89.038s.697%200%20.89-.038a2%202%200%200%200%201.572-1.572c.038-.193.038-.425.038-.89s0-.697-.038-.89a2%202%200%200%200-1.572-1.572C19.197%2016%2018.965%2016%2018.5%2016s-.697%200-.89.038a2%202%200%200%200-1.572%201.572c-.038.193-.038.425-.038.89s0%20.697.038.89a2%202%200%200%200%201.572%201.572%22%2F%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%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M18.5%208c.314%201.114.5%202.5.5%204s-.186%202.886-.5%204m-13-8c-.314%201.114-.5%202.5-.5%204s.186%202.886.5%204M8%205.5c1.114-.314%202.5-.5%204-.5s2.886.186%204%20.5m-8%2013c1.114.314%202.5.5%204%20.5s2.886-.186%204-.5M4.61%207.962C4.803%208%205.035%208%205.5%208s.697%200%20.89-.038A2%202%200%200%200%207.962%206.39C8%206.197%208%205.965%208%205.5s0-.697-.038-.89A2%202%200%200%200%206.39%203.038C6.197%203%205.965%203%205.5%203s-.697%200-.89.038A2%202%200%200%200%203.038%204.61C3%204.803%203%205.035%203%205.5s0%20.697.038.89A2%202%200%200%200%204.61%207.962m13%200c.193.038.425.038.89.038s.697%200%20.89-.038a2%202%200%200%200%201.572-1.572C21%206.197%2021%205.965%2021%205.5s0-.697-.038-.89a2%202%200%200%200-1.572-1.572C19.197%203%2018.965%203%2018.5%203s-.697%200-.89.038a2%202%200%200%200-1.572%201.572C16%204.803%2016%205.035%2016%205.5s0%20.697.038.89a2%202%200%200%200%201.572%201.572m-13%2013c.193.038.425.038.89.038s.697%200%20.89-.038a2%202%200%200%200%201.572-1.572C8%2019.197%208%2018.965%208%2018.5s0-.697-.038-.89a2%202%200%200%200-1.572-1.572C6.197%2016%205.965%2016%205.5%2016s-.697%200-.89.038a2%202%200%200%200-1.572%201.572C3%2017.803%203%2018.035%203%2018.5s0%20.697.038.89a2%202%200%200%200%201.572%201.572m13%200c.193.038.425.038.89.038s.697%200%20.89-.038a2%202%200%200%200%201.572-1.572c.038-.193.038-.425.038-.89s0-.697-.038-.89a2%202%200%200%200-1.572-1.572C19.197%2016%2018.965%2016%2018.5%2016s-.697%200-.89.038a2%202%200%200%200-1.572%201.572c-.038.193-.038.425-.038.89s0%20.697.038.89a2%202%200%200%200%201.572%201.572%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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