rectangle stack badge minus icon

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

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

Related icons in Framework7 Icons

Use the rectangle stack badge minus 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.074 0 11.06-4.986 11.06-11.06s-4.986-11.061-11.06-11.061C5.008 33.879 0 38.865 0 44.939S5.008 56 11.06 56m-5.596-9.733c-.718 0-1.328-.63-1.328-1.328c0-.718.61-1.35 1.328-1.35h11.191c.74 0 1.35.632 1.35 1.35c0 .697-.61 1.328-1.35 1.328Z"/></svg>

React

import type { SVGProps } from "react";

export function F7RectangleStackBadgeMinus(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.074 0 11.06-4.986 11.06-11.06s-4.986-11.061-11.06-11.061C5.008 33.879 0 38.865 0 44.939S5.008 56 11.06 56m-5.596-9.733c-.718 0-1.328-.63-1.328-1.328c0-.718.61-1.35 1.328-1.35h11.191c.74 0 1.35.632 1.35 1.35c0 .697-.61 1.328-1.35 1.328Z"/></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.074 0 11.06-4.986 11.06-11.06s-4.986-11.061-11.06-11.061C5.008 33.879 0 38.865 0 44.939S5.008 56 11.06 56m-5.596-9.733c-.718 0-1.328-.63-1.328-1.328c0-.718.61-1.35 1.328-1.35h11.191c.74 0 1.35.632 1.35 1.35c0 .697-.61 1.328-1.35 1.328Z"/></svg>
</template>

CSS

.icon-rectangle-stack-badge-minus {
  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.074%200%2011.06-4.986%2011.06-11.06s-4.986-11.061-11.06-11.061C5.008%2033.879%200%2038.865%200%2044.939S5.008%2056%2011.06%2056m-5.596-9.733c-.718%200-1.328-.63-1.328-1.328c0-.718.61-1.35%201.328-1.35h11.191c.74%200%201.35.632%201.35%201.35c0%20.697-.61%201.328-1.35%201.328Z%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.074%200%2011.06-4.986%2011.06-11.06s-4.986-11.061-11.06-11.061C5.008%2033.879%200%2038.865%200%2044.939S5.008%2056%2011.06%2056m-5.596-9.733c-.718%200-1.328-.63-1.328-1.328c0-.718.61-1.35%201.328-1.35h11.191c.74%200%201.35.632%201.35%201.35c0%20.697-.61%201.328-1.35%201.328Z%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-minus.svg?color=%231a73e8&size=48