vector square icon
vector-square-filled from Reicon by REICON · Filled · Tools · MIT Free for personal and commercial use.
- Name
- vector-square-filled
- Set
- Reicon
- Style
- Filled
- Category
- Tools
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
The same icon in other sets
All vector square icons →More tools icons from Reicon
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="currentColor" fill-rule="evenodd" d="M17 3.25c0-.966.784-1.75 1.75-1.75h2c.966 0 1.75.784 1.75 1.75v2A1.75 1.75 0 0 1 20.75 7h-.25v10h.25c.966 0 1.75.784 1.75 1.75v2a1.75 1.75 0 0 1-1.75 1.75h-2A1.75 1.75 0 0 1 17 20.75v-.25H7v.25a1.75 1.75 0 0 1-1.75 1.75h-2a1.75 1.75 0 0 1-1.75-1.75v-2c0-.966.784-1.75 1.75-1.75h.25V7h-.25A1.75 1.75 0 0 1 1.5 5.25v-2c0-.966.784-1.75 1.75-1.75h2C6.216 1.5 7 2.284 7 3.25v.25h10zM17 5H7v.25A1.75 1.75 0 0 1 5.25 7H5v10h.25c.966 0 1.75.784 1.75 1.75V19h10v-.25c0-.966.784-1.75 1.75-1.75H19V7h-.25A1.75 1.75 0 0 1 17 5.25z" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function ReiconVectorSquareFilled(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" fillRule="evenodd" d="M17 3.25c0-.966.784-1.75 1.75-1.75h2c.966 0 1.75.784 1.75 1.75v2A1.75 1.75 0 0 1 20.75 7h-.25v10h.25c.966 0 1.75.784 1.75 1.75v2a1.75 1.75 0 0 1-1.75 1.75h-2A1.75 1.75 0 0 1 17 20.75v-.25H7v.25a1.75 1.75 0 0 1-1.75 1.75h-2a1.75 1.75 0 0 1-1.75-1.75v-2c0-.966.784-1.75 1.75-1.75h.25V7h-.25A1.75 1.75 0 0 1 1.5 5.25v-2c0-.966.784-1.75 1.75-1.75h2C6.216 1.5 7 2.284 7 3.25v.25h10zM17 5H7v.25A1.75 1.75 0 0 1 5.25 7H5v10h.25c.966 0 1.75.784 1.75 1.75V19h10v-.25c0-.966.784-1.75 1.75-1.75H19V7h-.25A1.75 1.75 0 0 1 17 5.25z" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M17 3.25c0-.966.784-1.75 1.75-1.75h2c.966 0 1.75.784 1.75 1.75v2A1.75 1.75 0 0 1 20.75 7h-.25v10h.25c.966 0 1.75.784 1.75 1.75v2a1.75 1.75 0 0 1-1.75 1.75h-2A1.75 1.75 0 0 1 17 20.75v-.25H7v.25a1.75 1.75 0 0 1-1.75 1.75h-2a1.75 1.75 0 0 1-1.75-1.75v-2c0-.966.784-1.75 1.75-1.75h.25V7h-.25A1.75 1.75 0 0 1 1.5 5.25v-2c0-.966.784-1.75 1.75-1.75h2C6.216 1.5 7 2.284 7 3.25v.25h10zM17 5H7v.25A1.75 1.75 0 0 1 5.25 7H5v10h.25c.966 0 1.75.784 1.75 1.75V19h10v-.25c0-.966.784-1.75 1.75-1.75H19V7h-.25A1.75 1.75 0 0 1 17 5.25z" clip-rule="evenodd"/></svg> </template>
CSS
.icon-vector-square-filled {
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%20fill-rule%3D%22evenodd%22%20d%3D%22M17%203.25c0-.966.784-1.75%201.75-1.75h2c.966%200%201.75.784%201.75%201.75v2A1.75%201.75%200%200%201%2020.75%207h-.25v10h.25c.966%200%201.75.784%201.75%201.75v2a1.75%201.75%200%200%201-1.75%201.75h-2A1.75%201.75%200%200%201%2017%2020.75v-.25H7v.25a1.75%201.75%200%200%201-1.75%201.75h-2a1.75%201.75%200%200%201-1.75-1.75v-2c0-.966.784-1.75%201.75-1.75h.25V7h-.25A1.75%201.75%200%200%201%201.5%205.25v-2c0-.966.784-1.75%201.75-1.75h2C6.216%201.5%207%202.284%207%203.25v.25h10zM17%205H7v.25A1.75%201.75%200%200%201%205.25%207H5v10h.25c.966%200%201.75.784%201.75%201.75V19h10v-.25c0-.966.784-1.75%201.75-1.75H19V7h-.25A1.75%201.75%200%200%201%2017%205.25z%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M17%203.25c0-.966.784-1.75%201.75-1.75h2c.966%200%201.75.784%201.75%201.75v2A1.75%201.75%200%200%201%2020.75%207h-.25v10h.25c.966%200%201.75.784%201.75%201.75v2a1.75%201.75%200%200%201-1.75%201.75h-2A1.75%201.75%200%200%201%2017%2020.75v-.25H7v.25a1.75%201.75%200%200%201-1.75%201.75h-2a1.75%201.75%200%200%201-1.75-1.75v-2c0-.966.784-1.75%201.75-1.75h.25V7h-.25A1.75%201.75%200%200%201%201.5%205.25v-2c0-.966.784-1.75%201.75-1.75h2C6.216%201.5%207%202.284%207%203.25v.25h10zM17%205H7v.25A1.75%201.75%200%200%201%205.25%207H5v10h.25c.966%200%201.75.784%201.75%201.75V19h10v-.25c0-.966.784-1.75%201.75-1.75H19V7h-.25A1.75%201.75%200%200%201%2017%205.25z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/vector-square-filled.svg?color=%231a73e8&size=48