arrow up arrow down icon
arrow-up-arrow-down from Framework7 Icons by Vladimir Kharlampidi · Outline · MIT Free for personal and commercial use.
- Name
- arrow-up-arrow-down
- Set
- Framework7 Icons
- Style
- Outline
- Viewbox
- 56×56
- License
- MIT
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 arrow down icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M39.965 50.137c.586 0 1.125-.211 1.57-.68l13.523-13.781c.4-.399.657-1.008.657-1.524c0-1.242-.867-2.086-2.086-2.086c-.586 0-1.055.211-1.43.586l-6.586 6.75l-3.797 4.43l.235-5.484V7.949c0-1.218-.867-2.086-2.086-2.086s-2.086.867-2.086 2.086v30.399l.234 5.484l-3.797-4.43l-6.586-6.75a1.94 1.94 0 0 0-1.43-.586c-1.218 0-2.085.844-2.085 2.086c0 .516.258 1.125.656 1.524l13.523 13.781a2.1 2.1 0 0 0 1.57.68m-23.93 0c1.219 0 2.086-.867 2.086-2.086V17.652l-.234-5.484l3.796 4.43l6.587 6.75a1.94 1.94 0 0 0 1.43.586c1.218 0 2.062-.844 2.062-2.086c0-.516-.235-1.125-.633-1.524L17.605 6.543a2.13 2.13 0 0 0-1.57-.68c-.586 0-1.125.211-1.57.68L.94 20.324c-.398.399-.656 1.008-.656 1.524c0 1.242.867 2.086 2.063 2.086c.609 0 1.078-.211 1.453-.586l6.586-6.75l3.797-4.43l-.235 5.484v30.399c0 1.218.867 2.086 2.086 2.086"/></svg>
React
import type { SVGProps } from "react";
export function F7ArrowUpArrowDown(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="M39.965 50.137c.586 0 1.125-.211 1.57-.68l13.523-13.781c.4-.399.657-1.008.657-1.524c0-1.242-.867-2.086-2.086-2.086c-.586 0-1.055.211-1.43.586l-6.586 6.75l-3.797 4.43l.235-5.484V7.949c0-1.218-.867-2.086-2.086-2.086s-2.086.867-2.086 2.086v30.399l.234 5.484l-3.797-4.43l-6.586-6.75a1.94 1.94 0 0 0-1.43-.586c-1.218 0-2.085.844-2.085 2.086c0 .516.258 1.125.656 1.524l13.523 13.781a2.1 2.1 0 0 0 1.57.68m-23.93 0c1.219 0 2.086-.867 2.086-2.086V17.652l-.234-5.484l3.796 4.43l6.587 6.75a1.94 1.94 0 0 0 1.43.586c1.218 0 2.062-.844 2.062-2.086c0-.516-.235-1.125-.633-1.524L17.605 6.543a2.13 2.13 0 0 0-1.57-.68c-.586 0-1.125.211-1.57.68L.94 20.324c-.398.399-.656 1.008-.656 1.524c0 1.242.867 2.086 2.063 2.086c.609 0 1.078-.211 1.453-.586l6.586-6.75l3.797-4.43l-.235 5.484v30.399c0 1.218.867 2.086 2.086 2.086"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M39.965 50.137c.586 0 1.125-.211 1.57-.68l13.523-13.781c.4-.399.657-1.008.657-1.524c0-1.242-.867-2.086-2.086-2.086c-.586 0-1.055.211-1.43.586l-6.586 6.75l-3.797 4.43l.235-5.484V7.949c0-1.218-.867-2.086-2.086-2.086s-2.086.867-2.086 2.086v30.399l.234 5.484l-3.797-4.43l-6.586-6.75a1.94 1.94 0 0 0-1.43-.586c-1.218 0-2.085.844-2.085 2.086c0 .516.258 1.125.656 1.524l13.523 13.781a2.1 2.1 0 0 0 1.57.68m-23.93 0c1.219 0 2.086-.867 2.086-2.086V17.652l-.234-5.484l3.796 4.43l6.587 6.75a1.94 1.94 0 0 0 1.43.586c1.218 0 2.062-.844 2.062-2.086c0-.516-.235-1.125-.633-1.524L17.605 6.543a2.13 2.13 0 0 0-1.57-.68c-.586 0-1.125.211-1.57.68L.94 20.324c-.398.399-.656 1.008-.656 1.524c0 1.242.867 2.086 2.063 2.086c.609 0 1.078-.211 1.453-.586l6.586-6.75l3.797-4.43l-.235 5.484v30.399c0 1.218.867 2.086 2.086 2.086"/></svg> </template>
CSS
.icon-arrow-up-arrow-down {
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%22M39.965%2050.137c.586%200%201.125-.211%201.57-.68l13.523-13.781c.4-.399.657-1.008.657-1.524c0-1.242-.867-2.086-2.086-2.086c-.586%200-1.055.211-1.43.586l-6.586%206.75l-3.797%204.43l.235-5.484V7.949c0-1.218-.867-2.086-2.086-2.086s-2.086.867-2.086%202.086v30.399l.234%205.484l-3.797-4.43l-6.586-6.75a1.94%201.94%200%200%200-1.43-.586c-1.218%200-2.085.844-2.085%202.086c0%20.516.258%201.125.656%201.524l13.523%2013.781a2.1%202.1%200%200%200%201.57.68m-23.93%200c1.219%200%202.086-.867%202.086-2.086V17.652l-.234-5.484l3.796%204.43l6.587%206.75a1.94%201.94%200%200%200%201.43.586c1.218%200%202.062-.844%202.062-2.086c0-.516-.235-1.125-.633-1.524L17.605%206.543a2.13%202.13%200%200%200-1.57-.68c-.586%200-1.125.211-1.57.68L.94%2020.324c-.398.399-.656%201.008-.656%201.524c0%201.242.867%202.086%202.063%202.086c.609%200%201.078-.211%201.453-.586l6.586-6.75l3.797-4.43l-.235%205.484v30.399c0%201.218.867%202.086%202.086%202.086%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%22M39.965%2050.137c.586%200%201.125-.211%201.57-.68l13.523-13.781c.4-.399.657-1.008.657-1.524c0-1.242-.867-2.086-2.086-2.086c-.586%200-1.055.211-1.43.586l-6.586%206.75l-3.797%204.43l.235-5.484V7.949c0-1.218-.867-2.086-2.086-2.086s-2.086.867-2.086%202.086v30.399l.234%205.484l-3.797-4.43l-6.586-6.75a1.94%201.94%200%200%200-1.43-.586c-1.218%200-2.085.844-2.085%202.086c0%20.516.258%201.125.656%201.524l13.523%2013.781a2.1%202.1%200%200%200%201.57.68m-23.93%200c1.219%200%202.086-.867%202.086-2.086V17.652l-.234-5.484l3.796%204.43l6.587%206.75a1.94%201.94%200%200%200%201.43.586c1.218%200%202.062-.844%202.062-2.086c0-.516-.235-1.125-.633-1.524L17.605%206.543a2.13%202.13%200%200%200-1.57-.68c-.586%200-1.125.211-1.57.68L.94%2020.324c-.398.399-.656%201.008-.656%201.524c0%201.242.867%202.086%202.063%202.086c.609%200%201.078-.211%201.453-.586l6.586-6.75l3.797-4.43l-.235%205.484v30.399c0%201.218.867%202.086%202.086%202.086%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/f7/arrow-up-arrow-down.svg?color=%231a73e8&size=48