square plus icon
square-plus-filled from Reicon by REICON · Filled · UI · MIT Free for personal and commercial use.
- Name
- square-plus-filled
- Set
- Reicon
- Style
- Filled
- Category
- UI
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
The same icon in other sets
All square plus icons →More ui icons from Reicon
Use the square plus icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.667 2.667H6.333a3.67 3.67 0 0 0-3.666 3.666v11.334a3.67 3.67 0 0 0 3.666 3.666h11.334a3.67 3.67 0 0 0 3.666-3.666V6.333a3.67 3.67 0 0 0-3.666-3.666M16.333 13H13v3.333a1 1 0 0 1-2 0V13H7.667a1 1 0 0 1 0-2H11V7.667a1 1 0 0 1 2 0V11h3.333a1 1 0 0 1 0 2"/></svg>
React
import type { SVGProps } from "react";
export function ReiconSquarePlusFilled(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="M17.667 2.667H6.333a3.67 3.67 0 0 0-3.666 3.666v11.334a3.67 3.67 0 0 0 3.666 3.666h11.334a3.67 3.67 0 0 0 3.666-3.666V6.333a3.67 3.67 0 0 0-3.666-3.666M16.333 13H13v3.333a1 1 0 0 1-2 0V13H7.667a1 1 0 0 1 0-2H11V7.667a1 1 0 0 1 2 0V11h3.333a1 1 0 0 1 0 2"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.667 2.667H6.333a3.67 3.67 0 0 0-3.666 3.666v11.334a3.67 3.67 0 0 0 3.666 3.666h11.334a3.67 3.67 0 0 0 3.666-3.666V6.333a3.67 3.67 0 0 0-3.666-3.666M16.333 13H13v3.333a1 1 0 0 1-2 0V13H7.667a1 1 0 0 1 0-2H11V7.667a1 1 0 0 1 2 0V11h3.333a1 1 0 0 1 0 2"/></svg> </template>
CSS
.icon-square-plus-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%20d%3D%22M17.667%202.667H6.333a3.67%203.67%200%200%200-3.666%203.666v11.334a3.67%203.67%200%200%200%203.666%203.666h11.334a3.67%203.67%200%200%200%203.666-3.666V6.333a3.67%203.67%200%200%200-3.666-3.666M16.333%2013H13v3.333a1%201%200%200%201-2%200V13H7.667a1%201%200%200%201%200-2H11V7.667a1%201%200%200%201%202%200V11h3.333a1%201%200%200%201%200%202%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%22M17.667%202.667H6.333a3.67%203.67%200%200%200-3.666%203.666v11.334a3.67%203.67%200%200%200%203.666%203.666h11.334a3.67%203.67%200%200%200%203.666-3.666V6.333a3.67%203.67%200%200%200-3.666-3.666M16.333%2013H13v3.333a1%201%200%200%201-2%200V13H7.667a1%201%200%200%201%200-2H11V7.667a1%201%200%200%201%202%200V11h3.333a1%201%200%200%201%200%202%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/square-plus-filled.svg?color=%231a73e8&size=48