arrow up bin icon
arrow-up-bin-fill from Framework7 Icons by Vladimir Kharlampidi · Fill · MIT Free for personal and commercial use.
- Name
- arrow-up-bin-fill
- Set
- Framework7 Icons
- Style
- Fill
- Viewbox
- 56×56
- License
- MIT
1 other variant in Framework7 Icons
Related icons in Framework7 Icons
arrow-2-circlepatharrow-2-circlepath-circlearrow-2-squarepatharrow-3-trianglepatharrow-brancharrow-clockwisearrow-clockwise-circlearrow-counterclockwisearrow-counterclockwise-circlearrow-downarrow-down-circlearrow-down-docarrow-down-leftarrow-down-left-circlearrow-down-left-squarearrow-down-rightarrow-down-right-arrow-up-leftarrow-down-right-circlearrow-down-right-squarearrow-down-squarearrow-down-to-linearrow-down-to-line-altarrow-leftarrow-left-circle
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="M4.106 17.09h47.788c2.649 0 3.985-1.57 3.985-4.195V10.62c0-2.625-1.336-4.195-3.985-4.195H4.106C1.598 6.426.12 7.996.12 10.62v2.274c0 2.625 1.336 4.195 3.985 4.195m11.601 32.484h24.586c4.617 0 6.469-2.437 7.148-6.984l3.352-22.313H5.231L8.558 42.59c.703 4.57 2.53 6.984 7.148 6.984m12.305-5.133c-1.149 0-2.11-.914-2.11-2.039V34.06l.165-4.055l-1.993 2.086l-2.578 2.601c-.375.399-.96.61-1.453.61c-1.125 0-1.922-.774-1.922-1.852c0-.633.211-1.054.68-1.476l7.687-7.102c.54-.515.985-.703 1.524-.703s.96.188 1.523.703l7.688 7.102c.422.422.68.843.68 1.476c0 1.078-.844 1.852-1.97 1.852a2.07 2.07 0 0 1-1.429-.61l-2.555-2.601l-2.015-2.086l.164 4.055v8.343c0 1.125-.961 2.04-2.086 2.04"/></svg>
React
import type { SVGProps } from "react";
export function F7ArrowUpBinFill(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="M4.106 17.09h47.788c2.649 0 3.985-1.57 3.985-4.195V10.62c0-2.625-1.336-4.195-3.985-4.195H4.106C1.598 6.426.12 7.996.12 10.62v2.274c0 2.625 1.336 4.195 3.985 4.195m11.601 32.484h24.586c4.617 0 6.469-2.437 7.148-6.984l3.352-22.313H5.231L8.558 42.59c.703 4.57 2.53 6.984 7.148 6.984m12.305-5.133c-1.149 0-2.11-.914-2.11-2.039V34.06l.165-4.055l-1.993 2.086l-2.578 2.601c-.375.399-.96.61-1.453.61c-1.125 0-1.922-.774-1.922-1.852c0-.633.211-1.054.68-1.476l7.687-7.102c.54-.515.985-.703 1.524-.703s.96.188 1.523.703l7.688 7.102c.422.422.68.843.68 1.476c0 1.078-.844 1.852-1.97 1.852a2.07 2.07 0 0 1-1.429-.61l-2.555-2.601l-2.015-2.086l.164 4.055v8.343c0 1.125-.961 2.04-2.086 2.04"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M4.106 17.09h47.788c2.649 0 3.985-1.57 3.985-4.195V10.62c0-2.625-1.336-4.195-3.985-4.195H4.106C1.598 6.426.12 7.996.12 10.62v2.274c0 2.625 1.336 4.195 3.985 4.195m11.601 32.484h24.586c4.617 0 6.469-2.437 7.148-6.984l3.352-22.313H5.231L8.558 42.59c.703 4.57 2.53 6.984 7.148 6.984m12.305-5.133c-1.149 0-2.11-.914-2.11-2.039V34.06l.165-4.055l-1.993 2.086l-2.578 2.601c-.375.399-.96.61-1.453.61c-1.125 0-1.922-.774-1.922-1.852c0-.633.211-1.054.68-1.476l7.687-7.102c.54-.515.985-.703 1.524-.703s.96.188 1.523.703l7.688 7.102c.422.422.68.843.68 1.476c0 1.078-.844 1.852-1.97 1.852a2.07 2.07 0 0 1-1.429-.61l-2.555-2.601l-2.015-2.086l.164 4.055v8.343c0 1.125-.961 2.04-2.086 2.04"/></svg> </template>
CSS
.icon-arrow-up-bin-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%22M4.106%2017.09h47.788c2.649%200%203.985-1.57%203.985-4.195V10.62c0-2.625-1.336-4.195-3.985-4.195H4.106C1.598%206.426.12%207.996.12%2010.62v2.274c0%202.625%201.336%204.195%203.985%204.195m11.601%2032.484h24.586c4.617%200%206.469-2.437%207.148-6.984l3.352-22.313H5.231L8.558%2042.59c.703%204.57%202.53%206.984%207.148%206.984m12.305-5.133c-1.149%200-2.11-.914-2.11-2.039V34.06l.165-4.055l-1.993%202.086l-2.578%202.601c-.375.399-.96.61-1.453.61c-1.125%200-1.922-.774-1.922-1.852c0-.633.211-1.054.68-1.476l7.687-7.102c.54-.515.985-.703%201.524-.703s.96.188%201.523.703l7.688%207.102c.422.422.68.843.68%201.476c0%201.078-.844%201.852-1.97%201.852a2.07%202.07%200%200%201-1.429-.61l-2.555-2.601l-2.015-2.086l.164%204.055v8.343c0%201.125-.961%202.04-2.086%202.04%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%22M4.106%2017.09h47.788c2.649%200%203.985-1.57%203.985-4.195V10.62c0-2.625-1.336-4.195-3.985-4.195H4.106C1.598%206.426.12%207.996.12%2010.62v2.274c0%202.625%201.336%204.195%203.985%204.195m11.601%2032.484h24.586c4.617%200%206.469-2.437%207.148-6.984l3.352-22.313H5.231L8.558%2042.59c.703%204.57%202.53%206.984%207.148%206.984m12.305-5.133c-1.149%200-2.11-.914-2.11-2.039V34.06l.165-4.055l-1.993%202.086l-2.578%202.601c-.375.399-.96.61-1.453.61c-1.125%200-1.922-.774-1.922-1.852c0-.633.211-1.054.68-1.476l7.687-7.102c.54-.515.985-.703%201.524-.703s.96.188%201.523.703l7.688%207.102c.422.422.68.843.68%201.476c0%201.078-.844%201.852-1.97%201.852a2.07%202.07%200%200%201-1.429-.61l-2.555-2.601l-2.015-2.086l.164%204.055v8.343c0%201.125-.961%202.04-2.086%202.04%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-fill.svg?color=%231a73e8&size=48