plus square on square icon
plus-square-on-square from Framework7 Icons by Vladimir Kharlampidi · Outline · MIT Free for personal and commercial use.
- Name
- plus-square-on-square
- Set
- Framework7 Icons
- Style
- Outline
- Viewbox
- 56×56
- License
- MIT
Related icons in Framework7 Icons
Use the plus square on square icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M9.637 41.945h4.359v4.032c0 4.828 2.438 7.265 7.36 7.265h25.03c4.876 0 7.337-2.437 7.337-7.265V21.063c0-4.805-2.461-7.243-7.336-7.243h-4.36v-3.797c0-4.828-2.46-7.265-7.36-7.265H9.638c-4.899 0-7.36 2.437-7.36 7.265v24.68c0 4.828 2.461 7.242 7.36 7.242m.07-3.773c-2.344 0-3.656-1.242-3.656-3.68V10.234c0-2.437 1.312-3.703 3.656-3.703h24.914c2.297 0 3.633 1.266 3.633 3.703v3.586H21.356c-4.922 0-7.36 2.414-7.36 7.243v17.109Zm11.695 11.297c-2.343 0-3.633-1.266-3.633-3.703V21.273c0-2.437 1.29-3.68 3.633-3.68h24.914c2.32 0 3.633 1.243 3.633 3.68V45.79c0 2.414-1.312 3.68-3.633 3.68Zm12.516-6.188c.984 0 1.758-.797 1.758-1.851v-6.094h5.953c1.101 0 1.992-.844 1.992-1.852c0-.984-.89-1.828-1.992-1.828h-5.953v-6.07c0-1.055-.774-1.828-1.758-1.828s-1.781.773-1.781 1.828v6.07h-6.164c-.985 0-1.875.89-1.875 1.828c0 .985.89 1.852 1.875 1.852h6.164v6.094c0 1.054.797 1.851 1.78 1.851"/></svg>
React
import type { SVGProps } from "react";
export function F7PlusSquareOnSquare(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M9.637 41.945h4.359v4.032c0 4.828 2.438 7.265 7.36 7.265h25.03c4.876 0 7.337-2.437 7.337-7.265V21.063c0-4.805-2.461-7.243-7.336-7.243h-4.36v-3.797c0-4.828-2.46-7.265-7.36-7.265H9.638c-4.899 0-7.36 2.437-7.36 7.265v24.68c0 4.828 2.461 7.242 7.36 7.242m.07-3.773c-2.344 0-3.656-1.242-3.656-3.68V10.234c0-2.437 1.312-3.703 3.656-3.703h24.914c2.297 0 3.633 1.266 3.633 3.703v3.586H21.356c-4.922 0-7.36 2.414-7.36 7.243v17.109Zm11.695 11.297c-2.343 0-3.633-1.266-3.633-3.703V21.273c0-2.437 1.29-3.68 3.633-3.68h24.914c2.32 0 3.633 1.243 3.633 3.68V45.79c0 2.414-1.312 3.68-3.633 3.68Zm12.516-6.188c.984 0 1.758-.797 1.758-1.851v-6.094h5.953c1.101 0 1.992-.844 1.992-1.852c0-.984-.89-1.828-1.992-1.828h-5.953v-6.07c0-1.055-.774-1.828-1.758-1.828s-1.781.773-1.781 1.828v6.07h-6.164c-.985 0-1.875.89-1.875 1.828c0 .985.89 1.852 1.875 1.852h6.164v6.094c0 1.054.797 1.851 1.78 1.851"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M9.637 41.945h4.359v4.032c0 4.828 2.438 7.265 7.36 7.265h25.03c4.876 0 7.337-2.437 7.337-7.265V21.063c0-4.805-2.461-7.243-7.336-7.243h-4.36v-3.797c0-4.828-2.46-7.265-7.36-7.265H9.638c-4.899 0-7.36 2.437-7.36 7.265v24.68c0 4.828 2.461 7.242 7.36 7.242m.07-3.773c-2.344 0-3.656-1.242-3.656-3.68V10.234c0-2.437 1.312-3.703 3.656-3.703h24.914c2.297 0 3.633 1.266 3.633 3.703v3.586H21.356c-4.922 0-7.36 2.414-7.36 7.243v17.109Zm11.695 11.297c-2.343 0-3.633-1.266-3.633-3.703V21.273c0-2.437 1.29-3.68 3.633-3.68h24.914c2.32 0 3.633 1.243 3.633 3.68V45.79c0 2.414-1.312 3.68-3.633 3.68Zm12.516-6.188c.984 0 1.758-.797 1.758-1.851v-6.094h5.953c1.101 0 1.992-.844 1.992-1.852c0-.984-.89-1.828-1.992-1.828h-5.953v-6.07c0-1.055-.774-1.828-1.758-1.828s-1.781.773-1.781 1.828v6.07h-6.164c-.985 0-1.875.89-1.875 1.828c0 .985.89 1.852 1.875 1.852h6.164v6.094c0 1.054.797 1.851 1.78 1.851"/></svg> </template>
CSS
.icon-plus-square-on-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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.637%2041.945h4.359v4.032c0%204.828%202.438%207.265%207.36%207.265h25.03c4.876%200%207.337-2.437%207.337-7.265V21.063c0-4.805-2.461-7.243-7.336-7.243h-4.36v-3.797c0-4.828-2.46-7.265-7.36-7.265H9.638c-4.899%200-7.36%202.437-7.36%207.265v24.68c0%204.828%202.461%207.242%207.36%207.242m.07-3.773c-2.344%200-3.656-1.242-3.656-3.68V10.234c0-2.437%201.312-3.703%203.656-3.703h24.914c2.297%200%203.633%201.266%203.633%203.703v3.586H21.356c-4.922%200-7.36%202.414-7.36%207.243v17.109Zm11.695%2011.297c-2.343%200-3.633-1.266-3.633-3.703V21.273c0-2.437%201.29-3.68%203.633-3.68h24.914c2.32%200%203.633%201.243%203.633%203.68V45.79c0%202.414-1.312%203.68-3.633%203.68Zm12.516-6.188c.984%200%201.758-.797%201.758-1.851v-6.094h5.953c1.101%200%201.992-.844%201.992-1.852c0-.984-.89-1.828-1.992-1.828h-5.953v-6.07c0-1.055-.774-1.828-1.758-1.828s-1.781.773-1.781%201.828v6.07h-6.164c-.985%200-1.875.89-1.875%201.828c0%20.985.89%201.852%201.875%201.852h6.164v6.094c0%201.054.797%201.851%201.78%201.851%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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.637%2041.945h4.359v4.032c0%204.828%202.438%207.265%207.36%207.265h25.03c4.876%200%207.337-2.437%207.337-7.265V21.063c0-4.805-2.461-7.243-7.336-7.243h-4.36v-3.797c0-4.828-2.46-7.265-7.36-7.265H9.638c-4.899%200-7.36%202.437-7.36%207.265v24.68c0%204.828%202.461%207.242%207.36%207.242m.07-3.773c-2.344%200-3.656-1.242-3.656-3.68V10.234c0-2.437%201.312-3.703%203.656-3.703h24.914c2.297%200%203.633%201.266%203.633%203.703v3.586H21.356c-4.922%200-7.36%202.414-7.36%207.243v17.109Zm11.695%2011.297c-2.343%200-3.633-1.266-3.633-3.703V21.273c0-2.437%201.29-3.68%203.633-3.68h24.914c2.32%200%203.633%201.243%203.633%203.68V45.79c0%202.414-1.312%203.68-3.633%203.68Zm12.516-6.188c.984%200%201.758-.797%201.758-1.851v-6.094h5.953c1.101%200%201.992-.844%201.992-1.852c0-.984-.89-1.828-1.992-1.828h-5.953v-6.07c0-1.055-.774-1.828-1.758-1.828s-1.781.773-1.781%201.828v6.07h-6.164c-.985%200-1.875.89-1.875%201.828c0%20.985.89%201.852%201.875%201.852h6.164v6.094c0%201.054.797%201.851%201.78%201.851%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/f7/plus-square-on-square.svg?color=%231a73e8&size=48