vector square alt icon

vector-square-alt from Unicons Monochrome by Iconscout · Monochrome · Design Tools · Apache-2.0 Free for personal and commercial use.

Name
vector-square-alt
Set
Unicons Monochrome
Style
Monochrome
Category
Design Tools
Viewbox
24×24
License
Apache 2.0

The same icon in other sets

More design tools icons from Unicons Monochrome

Use the vector square alt icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 22a2 2 0 1 1 2-2a2.003 2.003 0 0 1-2 2M4 6a2 2 0 1 1 2-2a2.003 2.003 0 0 1-2 2m16 0a2 2 0 1 1 2-2a2.003 2.003 0 0 1-2 2m0 16a2 2 0 1 1 2-2a2.003 2.003 0 0 1-2 2m0-2.002"/><rect width="10" height="10" x="7" y="7" fill="currentColor" opacity=".5" rx="1"/><path fill="currentColor" d="M18.278 5a1.94 1.94 0 0 1 0-2H5.722a1.94 1.94 0 0 1 0 2zM20 18a2 2 0 0 1 1 .278V5.722a1.94 1.94 0 0 1-2 0v12.556A2 2 0 0 1 20 18M4 18a2 2 0 0 1 1 .278V5.722a1.94 1.94 0 0 1-2 0v12.556A2 2 0 0 1 4 18m14.278 1H5.722a1.94 1.94 0 0 1 0 2h12.556a1.94 1.94 0 0 1 0-2" opacity=".25"/></svg>

React

import type { SVGProps } from "react";

export function UimVectorSquareAlt(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 22a2 2 0 1 1 2-2a2.003 2.003 0 0 1-2 2M4 6a2 2 0 1 1 2-2a2.003 2.003 0 0 1-2 2m16 0a2 2 0 1 1 2-2a2.003 2.003 0 0 1-2 2m0 16a2 2 0 1 1 2-2a2.003 2.003 0 0 1-2 2m0-2.002"/><rect width="10" height="10" x="7" y="7" fill="currentColor" opacity=".5" rx="1"/><path fill="currentColor" d="M18.278 5a1.94 1.94 0 0 1 0-2H5.722a1.94 1.94 0 0 1 0 2zM20 18a2 2 0 0 1 1 .278V5.722a1.94 1.94 0 0 1-2 0v12.556A2 2 0 0 1 20 18M4 18a2 2 0 0 1 1 .278V5.722a1.94 1.94 0 0 1-2 0v12.556A2 2 0 0 1 4 18m14.278 1H5.722a1.94 1.94 0 0 1 0 2h12.556a1.94 1.94 0 0 1 0-2" opacity=".25"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 22a2 2 0 1 1 2-2a2.003 2.003 0 0 1-2 2M4 6a2 2 0 1 1 2-2a2.003 2.003 0 0 1-2 2m16 0a2 2 0 1 1 2-2a2.003 2.003 0 0 1-2 2m0 16a2 2 0 1 1 2-2a2.003 2.003 0 0 1-2 2m0-2.002"/><rect width="10" height="10" x="7" y="7" fill="currentColor" opacity=".5" rx="1"/><path fill="currentColor" d="M18.278 5a1.94 1.94 0 0 1 0-2H5.722a1.94 1.94 0 0 1 0 2zM20 18a2 2 0 0 1 1 .278V5.722a1.94 1.94 0 0 1-2 0v12.556A2 2 0 0 1 20 18M4 18a2 2 0 0 1 1 .278V5.722a1.94 1.94 0 0 1-2 0v12.556A2 2 0 0 1 4 18m14.278 1H5.722a1.94 1.94 0 0 1 0 2h12.556a1.94 1.94 0 0 1 0-2" opacity=".25"/></svg>
</template>

CSS

.icon-vector-square-alt {
  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%22currentColor%22%20d%3D%22M4%2022a2%202%200%201%201%202-2a2.003%202.003%200%200%201-2%202M4%206a2%202%200%201%201%202-2a2.003%202.003%200%200%201-2%202m16%200a2%202%200%201%201%202-2a2.003%202.003%200%200%201-2%202m0%2016a2%202%200%201%201%202-2a2.003%202.003%200%200%201-2%202m0-2.002%22%2F%3E%3Crect%20width%3D%2210%22%20height%3D%2210%22%20x%3D%227%22%20y%3D%227%22%20fill%3D%22currentColor%22%20opacity%3D%22.5%22%20rx%3D%221%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18.278%205a1.94%201.94%200%200%201%200-2H5.722a1.94%201.94%200%200%201%200%202zM20%2018a2%202%200%200%201%201%20.278V5.722a1.94%201.94%200%200%201-2%200v12.556A2%202%200%200%201%2020%2018M4%2018a2%202%200%200%201%201%20.278V5.722a1.94%201.94%200%200%201-2%200v12.556A2%202%200%200%201%204%2018m14.278%201H5.722a1.94%201.94%200%200%201%200%202h12.556a1.94%201.94%200%200%201%200-2%22%20opacity%3D%22.25%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%22currentColor%22%20d%3D%22M4%2022a2%202%200%201%201%202-2a2.003%202.003%200%200%201-2%202M4%206a2%202%200%201%201%202-2a2.003%202.003%200%200%201-2%202m16%200a2%202%200%201%201%202-2a2.003%202.003%200%200%201-2%202m0%2016a2%202%200%201%201%202-2a2.003%202.003%200%200%201-2%202m0-2.002%22%2F%3E%3Crect%20width%3D%2210%22%20height%3D%2210%22%20x%3D%227%22%20y%3D%227%22%20fill%3D%22currentColor%22%20opacity%3D%22.5%22%20rx%3D%221%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18.278%205a1.94%201.94%200%200%201%200-2H5.722a1.94%201.94%200%200%201%200%202zM20%2018a2%202%200%200%201%201%20.278V5.722a1.94%201.94%200%200%201-2%200v12.556A2%202%200%200%201%2020%2018M4%2018a2%202%200%200%201%201%20.278V5.722a1.94%201.94%200%200%201-2%200v12.556A2%202%200%200%201%204%2018m14.278%201H5.722a1.94%201.94%200%200%201%200%202h12.556a1.94%201.94%200%200%201%200-2%22%20opacity%3D%22.25%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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