folder fill badge plus icon

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

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

Related icons in Framework7 Icons

Use the folder fill 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="M45.556 30.91C51.21 30.91 56 26.18 56 20.466s-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.444M32.4 22.11a11 11 0 0 1-.123-1.644c0-2.261.576-4.4 1.604-6.27H20.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.621v5.489Zm13.157 5.14c-.72 0-1.336-.493-1.336-1.254V21.72h-3.947a1.273 1.273 0 0 1-1.254-1.254c0-.678.576-1.254 1.254-1.254h3.947v-4.255c0-.782.617-1.275 1.336-1.275s1.337.493 1.337 1.274v4.256h3.947c.678 0 1.254.576 1.254 1.254s-.576 1.254-1.254 1.254h-3.947v4.276c0 .76-.617 1.254-1.337 1.254M0 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-5.735 0-10.67-3.7-12.52-8.84H0Z"/></svg>

React

import type { SVGProps } from "react";

export function F7FolderFillBadgePlus(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.21 30.91 56 26.18 56 20.466s-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.444M32.4 22.11a11 11 0 0 1-.123-1.644c0-2.261.576-4.4 1.604-6.27H20.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.621v5.489Zm13.157 5.14c-.72 0-1.336-.493-1.336-1.254V21.72h-3.947a1.273 1.273 0 0 1-1.254-1.254c0-.678.576-1.254 1.254-1.254h3.947v-4.255c0-.782.617-1.275 1.336-1.275s1.337.493 1.337 1.274v4.256h3.947c.678 0 1.254.576 1.254 1.254s-.576 1.254-1.254 1.254h-3.947v4.276c0 .76-.617 1.254-1.337 1.254M0 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-5.735 0-10.67-3.7-12.52-8.84H0Z"/></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.21 30.91 56 26.18 56 20.466s-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.444M32.4 22.11a11 11 0 0 1-.123-1.644c0-2.261.576-4.4 1.604-6.27H20.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.621v5.489Zm13.157 5.14c-.72 0-1.336-.493-1.336-1.254V21.72h-3.947a1.273 1.273 0 0 1-1.254-1.254c0-.678.576-1.254 1.254-1.254h3.947v-4.255c0-.782.617-1.275 1.336-1.275s1.337.493 1.337 1.274v4.256h3.947c.678 0 1.254.576 1.254 1.254s-.576 1.254-1.254 1.254h-3.947v4.276c0 .76-.617 1.254-1.337 1.254M0 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-5.735 0-10.67-3.7-12.52-8.84H0Z"/></svg>
</template>

CSS

.icon-folder-fill-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%22M45.556%2030.91C51.21%2030.91%2056%2026.18%2056%2020.466s-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.444M32.4%2022.11a11%2011%200%200%201-.123-1.644c0-2.261.576-4.4%201.604-6.27H20.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.621v5.489Zm13.157%205.14c-.72%200-1.336-.493-1.336-1.254V21.72h-3.947a1.273%201.273%200%200%201-1.254-1.254c0-.678.576-1.254%201.254-1.254h3.947v-4.255c0-.782.617-1.275%201.336-1.275s1.337.493%201.337%201.274v4.256h3.947c.678%200%201.254.576%201.254%201.254s-.576%201.254-1.254%201.254h-3.947v4.276c0%20.76-.617%201.254-1.337%201.254M0%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-5.735%200-10.67-3.7-12.52-8.84H0Z%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.21%2030.91%2056%2026.18%2056%2020.466s-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.444M32.4%2022.11a11%2011%200%200%201-.123-1.644c0-2.261.576-4.4%201.604-6.27H20.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.621v5.489Zm13.157%205.14c-.72%200-1.336-.493-1.336-1.254V21.72h-3.947a1.273%201.273%200%200%201-1.254-1.254c0-.678.576-1.254%201.254-1.254h3.947v-4.255c0-.782.617-1.275%201.336-1.275s1.337.493%201.337%201.274v4.256h3.947c.678%200%201.254.576%201.254%201.254s-.576%201.254-1.254%201.254h-3.947v4.276c0%20.76-.617%201.254-1.337%201.254M0%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-5.735%200-10.67-3.7-12.52-8.84H0Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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