plus-app-fill from Framework7 Icons by Vladimir Kharlampidi · Fill · MIT Free for personal and commercial use.

Name
plus-app-fill
Set
Framework7 Icons
Style
Fill
Viewbox
56×56
License
MIT

1 other variant in Framework7 Icons

Related icons in Framework7 Icons

Use the plus app icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M46.586 9.45c-2.39-2.391-5.766-2.766-9.75-2.766H19.117c-3.937 0-7.312.375-9.703 2.765s-2.742 5.742-2.742 9.657v17.718c0 4.008.352 7.336 2.742 9.727s5.766 2.765 9.774 2.765h17.648c3.984 0 7.36-.375 9.75-2.765s2.742-5.719 2.742-9.727V19.176c0-4.008-.351-7.36-2.742-9.727M28 41.745a1.855 1.855 0 0 1-1.852-1.851V29.84h-10.03c-1.032 0-1.852-.844-1.852-1.828s.82-1.875 1.851-1.875h10.031V16.105c0-1.054.82-1.875 1.852-1.875c1.055 0 1.852.82 1.852 1.875v10.032h10.054c1.032 0 1.852.89 1.852 1.875c0 .984-.82 1.828-1.852 1.828H29.852v10.055A1.84 1.84 0 0 1 28 41.746"/></svg>

React

import type { SVGProps } from "react";

export function F7PlusAppFill(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="M46.586 9.45c-2.39-2.391-5.766-2.766-9.75-2.766H19.117c-3.937 0-7.312.375-9.703 2.765s-2.742 5.742-2.742 9.657v17.718c0 4.008.352 7.336 2.742 9.727s5.766 2.765 9.774 2.765h17.648c3.984 0 7.36-.375 9.75-2.765s2.742-5.719 2.742-9.727V19.176c0-4.008-.351-7.36-2.742-9.727M28 41.745a1.855 1.855 0 0 1-1.852-1.851V29.84h-10.03c-1.032 0-1.852-.844-1.852-1.828s.82-1.875 1.851-1.875h10.031V16.105c0-1.054.82-1.875 1.852-1.875c1.055 0 1.852.82 1.852 1.875v10.032h10.054c1.032 0 1.852.89 1.852 1.875c0 .984-.82 1.828-1.852 1.828H29.852v10.055A1.84 1.84 0 0 1 28 41.746"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M46.586 9.45c-2.39-2.391-5.766-2.766-9.75-2.766H19.117c-3.937 0-7.312.375-9.703 2.765s-2.742 5.742-2.742 9.657v17.718c0 4.008.352 7.336 2.742 9.727s5.766 2.765 9.774 2.765h17.648c3.984 0 7.36-.375 9.75-2.765s2.742-5.719 2.742-9.727V19.176c0-4.008-.351-7.36-2.742-9.727M28 41.745a1.855 1.855 0 0 1-1.852-1.851V29.84h-10.03c-1.032 0-1.852-.844-1.852-1.828s.82-1.875 1.851-1.875h10.031V16.105c0-1.054.82-1.875 1.852-1.875c1.055 0 1.852.82 1.852 1.875v10.032h10.054c1.032 0 1.852.89 1.852 1.875c0 .984-.82 1.828-1.852 1.828H29.852v10.055A1.84 1.84 0 0 1 28 41.746"/></svg>
</template>

CSS

.icon-plus-app-fill {
  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%22M46.586%209.45c-2.39-2.391-5.766-2.766-9.75-2.766H19.117c-3.937%200-7.312.375-9.703%202.765s-2.742%205.742-2.742%209.657v17.718c0%204.008.352%207.336%202.742%209.727s5.766%202.765%209.774%202.765h17.648c3.984%200%207.36-.375%209.75-2.765s2.742-5.719%202.742-9.727V19.176c0-4.008-.351-7.36-2.742-9.727M28%2041.745a1.855%201.855%200%200%201-1.852-1.851V29.84h-10.03c-1.032%200-1.852-.844-1.852-1.828s.82-1.875%201.851-1.875h10.031V16.105c0-1.054.82-1.875%201.852-1.875c1.055%200%201.852.82%201.852%201.875v10.032h10.054c1.032%200%201.852.89%201.852%201.875c0%20.984-.82%201.828-1.852%201.828H29.852v10.055A1.84%201.84%200%200%201%2028%2041.746%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%22M46.586%209.45c-2.39-2.391-5.766-2.766-9.75-2.766H19.117c-3.937%200-7.312.375-9.703%202.765s-2.742%205.742-2.742%209.657v17.718c0%204.008.352%207.336%202.742%209.727s5.766%202.765%209.774%202.765h17.648c3.984%200%207.36-.375%209.75-2.765s2.742-5.719%202.742-9.727V19.176c0-4.008-.351-7.36-2.742-9.727M28%2041.745a1.855%201.855%200%200%201-1.852-1.851V29.84h-10.03c-1.032%200-1.852-.844-1.852-1.828s.82-1.875%201.851-1.875h10.031V16.105c0-1.054.82-1.875%201.852-1.875c1.055%200%201.852.82%201.852%201.875v10.032h10.054c1.032%200%201.852.89%201.852%201.875c0%20.984-.82%201.828-1.852%201.828H29.852v10.055A1.84%201.84%200%200%201%2028%2041.746%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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