rectangle stack badge plus icon

rectangle-stack-badge-plus from Framework7 Icons by Vladimir Kharlampidi · Outline · MIT Free for personal and commercial use.

Name
rectangle-stack-badge-plus
Set
Framework7 Icons
Style
Outline
Viewbox
56×56
License
MIT

Related icons in Framework7 Icons

Use the rectangle stack badge plus icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M18.442 6.118h28.457c-.13-1.829-1.176-2.808-3.179-2.808h-22.1c-2.003 0-3.048.98-3.178 2.808m-4.268 6.031h36.992c-.326-1.98-1.262-3.07-3.44-3.07H17.614c-2.177 0-3.113 1.09-3.44 3.07m34.99 3.528H16.155c-4.573 0-6.837 2.242-6.837 6.75v8.556a16 16 0 0 1 1.742-.109c.588 0 1.175.044 1.763.109V22.6c0-2.264 1.22-3.418 3.375-3.418h32.92c2.134 0 3.375 1.154 3.375 3.418v22.753c0 2.264-1.24 3.44-3.374 3.44H24.495A12.9 12.9 0 0 1 22.97 52.3h26.193c4.55 0 6.837-2.265 6.837-6.75V22.426c0-4.485-2.286-6.75-6.837-6.75M11.06 56c6.009 0 11.06-5.03 11.06-11.06c0-6.075-4.986-11.061-11.06-11.061C5.008 33.879 0 38.865 0 44.939S5.008 56 11.06 56m.021-3.876c-.762 0-1.437-.522-1.437-1.35v-4.507H5.487c-.74 0-1.35-.61-1.35-1.35c0-.718.61-1.328 1.35-1.328h4.158v-4.506c0-.828.675-1.329 1.437-1.329c.74 0 1.416.501 1.416 1.329v4.507h4.158c.74 0 1.328.61 1.328 1.328c0 .74-.588 1.35-1.328 1.35h-4.158v4.507c0 .827-.675 1.35-1.416 1.35"/></svg>

React

import type { SVGProps } from "react";

export function F7RectangleStackBadgePlus(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="M18.442 6.118h28.457c-.13-1.829-1.176-2.808-3.179-2.808h-22.1c-2.003 0-3.048.98-3.178 2.808m-4.268 6.031h36.992c-.326-1.98-1.262-3.07-3.44-3.07H17.614c-2.177 0-3.113 1.09-3.44 3.07m34.99 3.528H16.155c-4.573 0-6.837 2.242-6.837 6.75v8.556a16 16 0 0 1 1.742-.109c.588 0 1.175.044 1.763.109V22.6c0-2.264 1.22-3.418 3.375-3.418h32.92c2.134 0 3.375 1.154 3.375 3.418v22.753c0 2.264-1.24 3.44-3.374 3.44H24.495A12.9 12.9 0 0 1 22.97 52.3h26.193c4.55 0 6.837-2.265 6.837-6.75V22.426c0-4.485-2.286-6.75-6.837-6.75M11.06 56c6.009 0 11.06-5.03 11.06-11.06c0-6.075-4.986-11.061-11.06-11.061C5.008 33.879 0 38.865 0 44.939S5.008 56 11.06 56m.021-3.876c-.762 0-1.437-.522-1.437-1.35v-4.507H5.487c-.74 0-1.35-.61-1.35-1.35c0-.718.61-1.328 1.35-1.328h4.158v-4.506c0-.828.675-1.329 1.437-1.329c.74 0 1.416.501 1.416 1.329v4.507h4.158c.74 0 1.328.61 1.328 1.328c0 .74-.588 1.35-1.328 1.35h-4.158v4.507c0 .827-.675 1.35-1.416 1.35"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M18.442 6.118h28.457c-.13-1.829-1.176-2.808-3.179-2.808h-22.1c-2.003 0-3.048.98-3.178 2.808m-4.268 6.031h36.992c-.326-1.98-1.262-3.07-3.44-3.07H17.614c-2.177 0-3.113 1.09-3.44 3.07m34.99 3.528H16.155c-4.573 0-6.837 2.242-6.837 6.75v8.556a16 16 0 0 1 1.742-.109c.588 0 1.175.044 1.763.109V22.6c0-2.264 1.22-3.418 3.375-3.418h32.92c2.134 0 3.375 1.154 3.375 3.418v22.753c0 2.264-1.24 3.44-3.374 3.44H24.495A12.9 12.9 0 0 1 22.97 52.3h26.193c4.55 0 6.837-2.265 6.837-6.75V22.426c0-4.485-2.286-6.75-6.837-6.75M11.06 56c6.009 0 11.06-5.03 11.06-11.06c0-6.075-4.986-11.061-11.06-11.061C5.008 33.879 0 38.865 0 44.939S5.008 56 11.06 56m.021-3.876c-.762 0-1.437-.522-1.437-1.35v-4.507H5.487c-.74 0-1.35-.61-1.35-1.35c0-.718.61-1.328 1.35-1.328h4.158v-4.506c0-.828.675-1.329 1.437-1.329c.74 0 1.416.501 1.416 1.329v4.507h4.158c.74 0 1.328.61 1.328 1.328c0 .74-.588 1.35-1.328 1.35h-4.158v4.507c0 .827-.675 1.35-1.416 1.35"/></svg>
</template>

CSS

.icon-rectangle-stack-badge-plus {
  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%22M18.442%206.118h28.457c-.13-1.829-1.176-2.808-3.179-2.808h-22.1c-2.003%200-3.048.98-3.178%202.808m-4.268%206.031h36.992c-.326-1.98-1.262-3.07-3.44-3.07H17.614c-2.177%200-3.113%201.09-3.44%203.07m34.99%203.528H16.155c-4.573%200-6.837%202.242-6.837%206.75v8.556a16%2016%200%200%201%201.742-.109c.588%200%201.175.044%201.763.109V22.6c0-2.264%201.22-3.418%203.375-3.418h32.92c2.134%200%203.375%201.154%203.375%203.418v22.753c0%202.264-1.24%203.44-3.374%203.44H24.495A12.9%2012.9%200%200%201%2022.97%2052.3h26.193c4.55%200%206.837-2.265%206.837-6.75V22.426c0-4.485-2.286-6.75-6.837-6.75M11.06%2056c6.009%200%2011.06-5.03%2011.06-11.06c0-6.075-4.986-11.061-11.06-11.061C5.008%2033.879%200%2038.865%200%2044.939S5.008%2056%2011.06%2056m.021-3.876c-.762%200-1.437-.522-1.437-1.35v-4.507H5.487c-.74%200-1.35-.61-1.35-1.35c0-.718.61-1.328%201.35-1.328h4.158v-4.506c0-.828.675-1.329%201.437-1.329c.74%200%201.416.501%201.416%201.329v4.507h4.158c.74%200%201.328.61%201.328%201.328c0%20.74-.588%201.35-1.328%201.35h-4.158v4.507c0%20.827-.675%201.35-1.416%201.35%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%22M18.442%206.118h28.457c-.13-1.829-1.176-2.808-3.179-2.808h-22.1c-2.003%200-3.048.98-3.178%202.808m-4.268%206.031h36.992c-.326-1.98-1.262-3.07-3.44-3.07H17.614c-2.177%200-3.113%201.09-3.44%203.07m34.99%203.528H16.155c-4.573%200-6.837%202.242-6.837%206.75v8.556a16%2016%200%200%201%201.742-.109c.588%200%201.175.044%201.763.109V22.6c0-2.264%201.22-3.418%203.375-3.418h32.92c2.134%200%203.375%201.154%203.375%203.418v22.753c0%202.264-1.24%203.44-3.374%203.44H24.495A12.9%2012.9%200%200%201%2022.97%2052.3h26.193c4.55%200%206.837-2.265%206.837-6.75V22.426c0-4.485-2.286-6.75-6.837-6.75M11.06%2056c6.009%200%2011.06-5.03%2011.06-11.06c0-6.075-4.986-11.061-11.06-11.061C5.008%2033.879%200%2038.865%200%2044.939S5.008%2056%2011.06%2056m.021-3.876c-.762%200-1.437-.522-1.437-1.35v-4.507H5.487c-.74%200-1.35-.61-1.35-1.35c0-.718.61-1.328%201.35-1.328h4.158v-4.506c0-.828.675-1.329%201.437-1.329c.74%200%201.416.501%201.416%201.329v4.507h4.158c.74%200%201.328.61%201.328%201.328c0%20.74-.588%201.35-1.328%201.35h-4.158v4.507c0%20.827-.675%201.35-1.416%201.35%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/f7/rectangle-stack-badge-plus.svg?color=%231a73e8&size=48