arrow-up-bin from Framework7 Icons by Vladimir Kharlampidi · Outline · MIT Free for personal and commercial use.

Name
arrow-up-bin
Set
Framework7 Icons
Style
Outline
Viewbox
56×56
License
MIT

1 other variant in Framework7 Icons

Related icons in Framework7 Icons

Use the arrow up bin icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M15.757 49.548h24.486c4.599 0 6.653-2.148 7.33-6.723l3.478-23.413h.514c2.87 0 4.435-1.798 4.435-4.645v-3.549c0-2.847-1.564-4.645-4.435-4.645H4.435C1.704 6.573 0 8.37 0 11.218v3.549c0 2.847 1.564 4.645 4.435 4.645h.537l3.455 23.413c.7 4.598 2.73 6.723 7.33 6.723M5.392 15.887c-1.167 0-1.634-.49-1.634-1.657v-2.475c0-1.167.467-1.657 1.634-1.657h45.239c1.167 0 1.61.49 1.61 1.657v2.475c0 1.167-.443 1.657-1.61 1.657Zm10.411 30.136c-2.1 0-3.291-.934-3.641-3.245L8.684 19.412h38.632l-3.478 23.366c-.327 2.311-1.564 3.245-3.641 3.245Zm14.053-5.533v-8.706l-.14-3.899l2.007 2.078l2.568 2.59c.327.351.794.538 1.26.538c.98 0 1.704-.677 1.704-1.634c0-.56-.21-.957-.607-1.307l-7.283-6.77c-.49-.443-.886-.63-1.353-.63c-.49 0-.864.187-1.378.63l-7.283 6.77c-.396.35-.607.747-.607 1.307c0 .957.724 1.634 1.704 1.634c.444 0 .934-.187 1.284-.537l2.568-2.591l2.008-2.078l-.164 3.899v8.706c0 .98.864 1.798 1.868 1.798c1.003 0 1.844-.817 1.844-1.797"/></svg>

React

import type { SVGProps } from "react";

export function F7ArrowUpBin(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="M15.757 49.548h24.486c4.599 0 6.653-2.148 7.33-6.723l3.478-23.413h.514c2.87 0 4.435-1.798 4.435-4.645v-3.549c0-2.847-1.564-4.645-4.435-4.645H4.435C1.704 6.573 0 8.37 0 11.218v3.549c0 2.847 1.564 4.645 4.435 4.645h.537l3.455 23.413c.7 4.598 2.73 6.723 7.33 6.723M5.392 15.887c-1.167 0-1.634-.49-1.634-1.657v-2.475c0-1.167.467-1.657 1.634-1.657h45.239c1.167 0 1.61.49 1.61 1.657v2.475c0 1.167-.443 1.657-1.61 1.657Zm10.411 30.136c-2.1 0-3.291-.934-3.641-3.245L8.684 19.412h38.632l-3.478 23.366c-.327 2.311-1.564 3.245-3.641 3.245Zm14.053-5.533v-8.706l-.14-3.899l2.007 2.078l2.568 2.59c.327.351.794.538 1.26.538c.98 0 1.704-.677 1.704-1.634c0-.56-.21-.957-.607-1.307l-7.283-6.77c-.49-.443-.886-.63-1.353-.63c-.49 0-.864.187-1.378.63l-7.283 6.77c-.396.35-.607.747-.607 1.307c0 .957.724 1.634 1.704 1.634c.444 0 .934-.187 1.284-.537l2.568-2.591l2.008-2.078l-.164 3.899v8.706c0 .98.864 1.798 1.868 1.798c1.003 0 1.844-.817 1.844-1.797"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M15.757 49.548h24.486c4.599 0 6.653-2.148 7.33-6.723l3.478-23.413h.514c2.87 0 4.435-1.798 4.435-4.645v-3.549c0-2.847-1.564-4.645-4.435-4.645H4.435C1.704 6.573 0 8.37 0 11.218v3.549c0 2.847 1.564 4.645 4.435 4.645h.537l3.455 23.413c.7 4.598 2.73 6.723 7.33 6.723M5.392 15.887c-1.167 0-1.634-.49-1.634-1.657v-2.475c0-1.167.467-1.657 1.634-1.657h45.239c1.167 0 1.61.49 1.61 1.657v2.475c0 1.167-.443 1.657-1.61 1.657Zm10.411 30.136c-2.1 0-3.291-.934-3.641-3.245L8.684 19.412h38.632l-3.478 23.366c-.327 2.311-1.564 3.245-3.641 3.245Zm14.053-5.533v-8.706l-.14-3.899l2.007 2.078l2.568 2.59c.327.351.794.538 1.26.538c.98 0 1.704-.677 1.704-1.634c0-.56-.21-.957-.607-1.307l-7.283-6.77c-.49-.443-.886-.63-1.353-.63c-.49 0-.864.187-1.378.63l-7.283 6.77c-.396.35-.607.747-.607 1.307c0 .957.724 1.634 1.704 1.634c.444 0 .934-.187 1.284-.537l2.568-2.591l2.008-2.078l-.164 3.899v8.706c0 .98.864 1.798 1.868 1.798c1.003 0 1.844-.817 1.844-1.797"/></svg>
</template>

CSS

.icon-arrow-up-bin {
  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%22M15.757%2049.548h24.486c4.599%200%206.653-2.148%207.33-6.723l3.478-23.413h.514c2.87%200%204.435-1.798%204.435-4.645v-3.549c0-2.847-1.564-4.645-4.435-4.645H4.435C1.704%206.573%200%208.37%200%2011.218v3.549c0%202.847%201.564%204.645%204.435%204.645h.537l3.455%2023.413c.7%204.598%202.73%206.723%207.33%206.723M5.392%2015.887c-1.167%200-1.634-.49-1.634-1.657v-2.475c0-1.167.467-1.657%201.634-1.657h45.239c1.167%200%201.61.49%201.61%201.657v2.475c0%201.167-.443%201.657-1.61%201.657Zm10.411%2030.136c-2.1%200-3.291-.934-3.641-3.245L8.684%2019.412h38.632l-3.478%2023.366c-.327%202.311-1.564%203.245-3.641%203.245Zm14.053-5.533v-8.706l-.14-3.899l2.007%202.078l2.568%202.59c.327.351.794.538%201.26.538c.98%200%201.704-.677%201.704-1.634c0-.56-.21-.957-.607-1.307l-7.283-6.77c-.49-.443-.886-.63-1.353-.63c-.49%200-.864.187-1.378.63l-7.283%206.77c-.396.35-.607.747-.607%201.307c0%20.957.724%201.634%201.704%201.634c.444%200%20.934-.187%201.284-.537l2.568-2.591l2.008-2.078l-.164%203.899v8.706c0%20.98.864%201.798%201.868%201.798c1.003%200%201.844-.817%201.844-1.797%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%22M15.757%2049.548h24.486c4.599%200%206.653-2.148%207.33-6.723l3.478-23.413h.514c2.87%200%204.435-1.798%204.435-4.645v-3.549c0-2.847-1.564-4.645-4.435-4.645H4.435C1.704%206.573%200%208.37%200%2011.218v3.549c0%202.847%201.564%204.645%204.435%204.645h.537l3.455%2023.413c.7%204.598%202.73%206.723%207.33%206.723M5.392%2015.887c-1.167%200-1.634-.49-1.634-1.657v-2.475c0-1.167.467-1.657%201.634-1.657h45.239c1.167%200%201.61.49%201.61%201.657v2.475c0%201.167-.443%201.657-1.61%201.657Zm10.411%2030.136c-2.1%200-3.291-.934-3.641-3.245L8.684%2019.412h38.632l-3.478%2023.366c-.327%202.311-1.564%203.245-3.641%203.245Zm14.053-5.533v-8.706l-.14-3.899l2.007%202.078l2.568%202.59c.327.351.794.538%201.26.538c.98%200%201.704-.677%201.704-1.634c0-.56-.21-.957-.607-1.307l-7.283-6.77c-.49-.443-.886-.63-1.353-.63c-.49%200-.864.187-1.378.63l-7.283%206.77c-.396.35-.607.747-.607%201.307c0%20.957.724%201.634%201.704%201.634c.444%200%20.934-.187%201.284-.537l2.568-2.591l2.008-2.078l-.164%203.899v8.706c0%20.98.864%201.798%201.868%201.798c1.003%200%201.844-.817%201.844-1.797%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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