arrow up icon
arrow-up from Framework7 Icons by Vladimir Kharlampidi · Outline · MIT Free for personal and commercial use.
- Name
- arrow-up
- Set
- Framework7 Icons
- Style
- Outline
- Viewbox
- 56×56
- License
- MIT
The same icon in other sets
arrow-upAkar Iconsarrow-up-outlinedAnt Design Iconsarrow-upBootstrap Iconsarrow-upCarbonarrow-upCodiconsarrow-upElement Plusarrow-up-fillEva Iconsarrow-upFont Awesome 6 Solidarrow-upFont Awesome Solidarrow-upFeather Iconsarrow-up-outlineFlowbite Iconsarrow-up-12-filledFluent UI System Iconsarrow-upcss.ggarrow-upHeroIconsarrow-upHumbleiconsarrow-upIconParkarrow-upIconPark Outlinearrow-upIconoirarrow-upIonIconsarrow-upJam Iconsarrow-upLine Awesomearrow-upMaterial Line Iconsarrow-upLucidearrow-upMage 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 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M27.988 50.137c1.22 0 2.11-.844 2.11-2.063V17.207l-.188-4.992l7.008 7.687l5.344 5.25c.375.375.937.563 1.476.563c1.172 0 2.04-.89 2.04-2.04c0-.562-.212-1.054-.657-1.523L29.56 6.566c-.446-.468-.985-.703-1.57-.703c-.563 0-1.102.235-1.548.703L10.88 22.152c-.445.47-.656.961-.656 1.524c0 1.148.867 2.039 2.015 2.039c.563 0 1.125-.188 1.5-.563l5.32-5.25l7.032-7.71l-.188 5.015v30.867c0 1.219.867 2.063 2.086 2.063"/></svg>
React
import type { SVGProps } from "react";
export function F7ArrowUp(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="M27.988 50.137c1.22 0 2.11-.844 2.11-2.063V17.207l-.188-4.992l7.008 7.687l5.344 5.25c.375.375.937.563 1.476.563c1.172 0 2.04-.89 2.04-2.04c0-.562-.212-1.054-.657-1.523L29.56 6.566c-.446-.468-.985-.703-1.57-.703c-.563 0-1.102.235-1.548.703L10.88 22.152c-.445.47-.656.961-.656 1.524c0 1.148.867 2.039 2.015 2.039c.563 0 1.125-.188 1.5-.563l5.32-5.25l7.032-7.71l-.188 5.015v30.867c0 1.219.867 2.063 2.086 2.063"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M27.988 50.137c1.22 0 2.11-.844 2.11-2.063V17.207l-.188-4.992l7.008 7.687l5.344 5.25c.375.375.937.563 1.476.563c1.172 0 2.04-.89 2.04-2.04c0-.562-.212-1.054-.657-1.523L29.56 6.566c-.446-.468-.985-.703-1.57-.703c-.563 0-1.102.235-1.548.703L10.88 22.152c-.445.47-.656.961-.656 1.524c0 1.148.867 2.039 2.015 2.039c.563 0 1.125-.188 1.5-.563l5.32-5.25l7.032-7.71l-.188 5.015v30.867c0 1.219.867 2.063 2.086 2.063"/></svg> </template>
CSS
.icon-arrow-up {
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%22M27.988%2050.137c1.22%200%202.11-.844%202.11-2.063V17.207l-.188-4.992l7.008%207.687l5.344%205.25c.375.375.937.563%201.476.563c1.172%200%202.04-.89%202.04-2.04c0-.562-.212-1.054-.657-1.523L29.56%206.566c-.446-.468-.985-.703-1.57-.703c-.563%200-1.102.235-1.548.703L10.88%2022.152c-.445.47-.656.961-.656%201.524c0%201.148.867%202.039%202.015%202.039c.563%200%201.125-.188%201.5-.563l5.32-5.25l7.032-7.71l-.188%205.015v30.867c0%201.219.867%202.063%202.086%202.063%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%22M27.988%2050.137c1.22%200%202.11-.844%202.11-2.063V17.207l-.188-4.992l7.008%207.687l5.344%205.25c.375.375.937.563%201.476.563c1.172%200%202.04-.89%202.04-2.04c0-.562-.212-1.054-.657-1.523L29.56%206.566c-.446-.468-.985-.703-1.57-.703c-.563%200-1.102.235-1.548.703L10.88%2022.152c-.445.47-.656.961-.656%201.524c0%201.148.867%202.039%202.015%202.039c.563%200%201.125-.188%201.5-.563l5.32-5.25l7.032-7.71l-.188%205.015v30.867c0%201.219.867%202.063%202.086%202.063%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/f7/arrow-up.svg?color=%231a73e8&size=48