folder badge minus icon

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

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

Related icons in Framework7 Icons

Use the folder 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="M45.556 30.91C51.272 30.91 56 26.222 56 20.466c0-5.715-4.728-10.443-10.444-10.443c-5.735 0-10.443 4.728-10.443 10.443c0 5.756 4.708 10.444 10.443 10.444M0 42.196c0 4.255 2.18 6.373 6.455 6.373h34.928c3.68 0 5.818-2.138 5.818-6.373v-8.573a11 11 0 0 1-1.645.123c-.575 0-1.11-.04-1.665-.102v8.408c0 2.117-1.15 3.207-3.186 3.207H6.517c-2.056 0-3.207-1.09-3.207-3.228v-16.96h29.788a11.4 11.4 0 0 1-.699-3.104H3.31v-5.18c0-2.036 1.09-3.064 3.043-3.064h4.605c1.357 0 2.18.329 3.228 1.233l1.254 1.028c1.336 1.11 2.426 1.522 4.461 1.522h12.746a12 12 0 0 1 1.234-3.31H20.764c-1.398 0-2.241-.35-3.27-1.213l-1.253-1.049c-1.357-1.13-2.405-1.52-4.44-1.52H5.673C2.076 10.413 0 12.468 0 16.621ZM40.273 21.74a1.294 1.294 0 0 1-1.275-1.275c0-.658.576-1.254 1.275-1.254H50.84c.678 0 1.254.596 1.254 1.254c0 .678-.576 1.275-1.254 1.275Z"/></svg>

React

import type { SVGProps } from "react";

export function F7FolderBadgeMinus(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="M45.556 30.91C51.272 30.91 56 26.222 56 20.466c0-5.715-4.728-10.443-10.444-10.443c-5.735 0-10.443 4.728-10.443 10.443c0 5.756 4.708 10.444 10.443 10.444M0 42.196c0 4.255 2.18 6.373 6.455 6.373h34.928c3.68 0 5.818-2.138 5.818-6.373v-8.573a11 11 0 0 1-1.645.123c-.575 0-1.11-.04-1.665-.102v8.408c0 2.117-1.15 3.207-3.186 3.207H6.517c-2.056 0-3.207-1.09-3.207-3.228v-16.96h29.788a11.4 11.4 0 0 1-.699-3.104H3.31v-5.18c0-2.036 1.09-3.064 3.043-3.064h4.605c1.357 0 2.18.329 3.228 1.233l1.254 1.028c1.336 1.11 2.426 1.522 4.461 1.522h12.746a12 12 0 0 1 1.234-3.31H20.764c-1.398 0-2.241-.35-3.27-1.213l-1.253-1.049c-1.357-1.13-2.405-1.52-4.44-1.52H5.673C2.076 10.413 0 12.468 0 16.621ZM40.273 21.74a1.294 1.294 0 0 1-1.275-1.275c0-.658.576-1.254 1.275-1.254H50.84c.678 0 1.254.596 1.254 1.254c0 .678-.576 1.275-1.254 1.275Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M45.556 30.91C51.272 30.91 56 26.222 56 20.466c0-5.715-4.728-10.443-10.444-10.443c-5.735 0-10.443 4.728-10.443 10.443c0 5.756 4.708 10.444 10.443 10.444M0 42.196c0 4.255 2.18 6.373 6.455 6.373h34.928c3.68 0 5.818-2.138 5.818-6.373v-8.573a11 11 0 0 1-1.645.123c-.575 0-1.11-.04-1.665-.102v8.408c0 2.117-1.15 3.207-3.186 3.207H6.517c-2.056 0-3.207-1.09-3.207-3.228v-16.96h29.788a11.4 11.4 0 0 1-.699-3.104H3.31v-5.18c0-2.036 1.09-3.064 3.043-3.064h4.605c1.357 0 2.18.329 3.228 1.233l1.254 1.028c1.336 1.11 2.426 1.522 4.461 1.522h12.746a12 12 0 0 1 1.234-3.31H20.764c-1.398 0-2.241-.35-3.27-1.213l-1.253-1.049c-1.357-1.13-2.405-1.52-4.44-1.52H5.673C2.076 10.413 0 12.468 0 16.621ZM40.273 21.74a1.294 1.294 0 0 1-1.275-1.275c0-.658.576-1.254 1.275-1.254H50.84c.678 0 1.254.596 1.254 1.254c0 .678-.576 1.275-1.254 1.275Z"/></svg>
</template>

CSS

.icon-folder-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%22M45.556%2030.91C51.272%2030.91%2056%2026.222%2056%2020.466c0-5.715-4.728-10.443-10.444-10.443c-5.735%200-10.443%204.728-10.443%2010.443c0%205.756%204.708%2010.444%2010.443%2010.444M0%2042.196c0%204.255%202.18%206.373%206.455%206.373h34.928c3.68%200%205.818-2.138%205.818-6.373v-8.573a11%2011%200%200%201-1.645.123c-.575%200-1.11-.04-1.665-.102v8.408c0%202.117-1.15%203.207-3.186%203.207H6.517c-2.056%200-3.207-1.09-3.207-3.228v-16.96h29.788a11.4%2011.4%200%200%201-.699-3.104H3.31v-5.18c0-2.036%201.09-3.064%203.043-3.064h4.605c1.357%200%202.18.329%203.228%201.233l1.254%201.028c1.336%201.11%202.426%201.522%204.461%201.522h12.746a12%2012%200%200%201%201.234-3.31H20.764c-1.398%200-2.241-.35-3.27-1.213l-1.253-1.049c-1.357-1.13-2.405-1.52-4.44-1.52H5.673C2.076%2010.413%200%2012.468%200%2016.621ZM40.273%2021.74a1.294%201.294%200%200%201-1.275-1.275c0-.658.576-1.254%201.275-1.254H50.84c.678%200%201.254.596%201.254%201.254c0%20.678-.576%201.275-1.254%201.275Z%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%22M45.556%2030.91C51.272%2030.91%2056%2026.222%2056%2020.466c0-5.715-4.728-10.443-10.444-10.443c-5.735%200-10.443%204.728-10.443%2010.443c0%205.756%204.708%2010.444%2010.443%2010.444M0%2042.196c0%204.255%202.18%206.373%206.455%206.373h34.928c3.68%200%205.818-2.138%205.818-6.373v-8.573a11%2011%200%200%201-1.645.123c-.575%200-1.11-.04-1.665-.102v8.408c0%202.117-1.15%203.207-3.186%203.207H6.517c-2.056%200-3.207-1.09-3.207-3.228v-16.96h29.788a11.4%2011.4%200%200%201-.699-3.104H3.31v-5.18c0-2.036%201.09-3.064%203.043-3.064h4.605c1.357%200%202.18.329%203.228%201.233l1.254%201.028c1.336%201.11%202.426%201.522%204.461%201.522h12.746a12%2012%200%200%201%201.234-3.31H20.764c-1.398%200-2.241-.35-3.27-1.213l-1.253-1.049c-1.357-1.13-2.405-1.52-4.44-1.52H5.673C2.076%2010.413%200%2012.468%200%2016.621ZM40.273%2021.74a1.294%201.294%200%200%201-1.275-1.275c0-.658.576-1.254%201.275-1.254H50.84c.678%200%201.254.596%201.254%201.254c0%20.678-.576%201.275-1.254%201.275Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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