minus the bottom icon

minus-the-bottom from IconPark by ByteDance · Color · Edit · Apache-2.0 Free for personal and commercial use.

Name
minus-the-bottom
Set
IconPark
Style
Color
Category
Edit
Viewbox
48×48
License
Apache 2.0

The same icon in other sets

More edit icons from IconPark

Use the minus the bottom icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4"><path fill="#2F88FF" d="M5 41V21C5 19.8954 5.89543 19 7 19H17C18.1046 19 19 19.8954 19 21V27C19 28.1046 19.8954 29 21 29H27C28.1046 29 29 29.8954 29 31V41C29 42.1046 28.1046 43 27 43H7C5.89543 43 5 42.1046 5 41Z"/><path d="M19 27V7C19 5.89543 19.8954 5 21 5H41C42.1046 5 43 5.89543 43 7V27C43 28.1046 42.1046 29 41 29H21C19.8954 29 19 28.1046 19 27Z"/></g></svg>

React

import type { SVGProps } from "react";

export function IconParkMinusTheBottom(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4"><path fill="#2F88FF" d="M5 41V21C5 19.8954 5.89543 19 7 19H17C18.1046 19 19 19.8954 19 21V27C19 28.1046 19.8954 29 21 29H27C28.1046 29 29 29.8954 29 31V41C29 42.1046 28.1046 43 27 43H7C5.89543 43 5 42.1046 5 41Z"/><path d="M19 27V7C19 5.89543 19.8954 5 21 5H41C42.1046 5 43 5.89543 43 7V27C43 28.1046 42.1046 29 41 29H21C19.8954 29 19 28.1046 19 27Z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4"><path fill="#2F88FF" d="M5 41V21C5 19.8954 5.89543 19 7 19H17C18.1046 19 19 19.8954 19 21V27C19 28.1046 19.8954 29 21 29H27C28.1046 29 29 29.8954 29 31V41C29 42.1046 28.1046 43 27 43H7C5.89543 43 5 42.1046 5 41Z"/><path d="M19 27V7C19 5.89543 19.8954 5 21 5H41C42.1046 5 43 5.89543 43 7V27C43 28.1046 42.1046 29 41 29H21C19.8954 29 19 28.1046 19 27Z"/></g></svg>
</template>

CSS

.icon-minus-the-bottom {
  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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M5%2041V21C5%2019.8954%205.89543%2019%207%2019H17C18.1046%2019%2019%2019.8954%2019%2021V27C19%2028.1046%2019.8954%2029%2021%2029H27C28.1046%2029%2029%2029.8954%2029%2031V41C29%2042.1046%2028.1046%2043%2027%2043H7C5.89543%2043%205%2042.1046%205%2041Z%22%2F%3E%3Cpath%20d%3D%22M19%2027V7C19%205.89543%2019.8954%205%2021%205H41C42.1046%205%2043%205.89543%2043%207V27C43%2028.1046%2042.1046%2029%2041%2029H21C19.8954%2029%2019%2028.1046%2019%2027Z%22%2F%3E%3C%2Fg%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M5%2041V21C5%2019.8954%205.89543%2019%207%2019H17C18.1046%2019%2019%2019.8954%2019%2021V27C19%2028.1046%2019.8954%2029%2021%2029H27C28.1046%2029%2029%2029.8954%2029%2031V41C29%2042.1046%2028.1046%2043%2027%2043H7C5.89543%2043%205%2042.1046%205%2041Z%22%2F%3E%3Cpath%20d%3D%22M19%2027V7C19%205.89543%2019.8954%205%2021%205H41C42.1046%205%2043%205.89543%2043%207V27C43%2028.1046%2042.1046%2029%2041%2029H21C19.8954%2029%2019%2028.1046%2019%2027Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/icon-park/minus-the-bottom.svg?color=%231a73e8&size=48