arrow up arrow down circle icon
arrow-up-arrow-down-circle from Framework7 Icons by Vladimir Kharlampidi · Outline · MIT Free for personal and commercial use.
- Name
- arrow-up-arrow-down-circle
- Set
- Framework7 Icons
- Style
- Outline
- 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 arrow down circle icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M28 51.906c13.055 0 23.906-10.828 23.906-23.906c0-13.055-10.875-23.906-23.93-23.906C14.899 4.094 4.095 14.945 4.095 28c0 13.078 10.828 23.906 23.906 23.906m0-3.984C16.937 47.922 8.1 39.062 8.1 28c0-11.04 8.813-19.922 19.876-19.922c11.039 0 19.921 8.883 19.945 19.922c.023 11.063-8.883 19.922-19.922 19.922m-7.219-9.164c.938 0 1.594-.68 1.594-1.594v-12.14l-.164-3.61l2.226 2.625l1.735 2.016c.234.328.656.468 1.125.468c.867 0 1.547-.656 1.547-1.546c0-.422-.141-.82-.422-1.102l-6.258-6.586a1.9 1.9 0 0 0-1.383-.61c-.445 0-.914.165-1.336.61l-6.281 6.586c-.305.281-.422.68-.422 1.102c0 .89.656 1.546 1.523 1.546c.47 0 .868-.14 1.125-.468l1.805-2.016l2.156-2.602l-.164 3.586v12.141c0 .914.68 1.594 1.594 1.594m14.367 0c.47 0 .961-.211 1.36-.633l6.258-6.586a1.52 1.52 0 0 0 .445-1.102a1.53 1.53 0 0 0-1.547-1.546c-.469 0-.89.164-1.125.468l-1.758 2.04l-2.203 2.624l.14-3.609v-12.14c0-.938-.656-1.594-1.57-1.594c-.937 0-1.593.656-1.593 1.593v12.141l.14 3.563l-2.156-2.579l-1.781-2.039c-.258-.304-.68-.468-1.125-.468c-.867 0-1.524.68-1.524 1.547c0 .445.117.82.399 1.101l6.304 6.586c.422.445.868.633 1.336.633"/></svg>
React
import type { SVGProps } from "react";
export function F7ArrowUpArrowDownCircle(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="M28 51.906c13.055 0 23.906-10.828 23.906-23.906c0-13.055-10.875-23.906-23.93-23.906C14.899 4.094 4.095 14.945 4.095 28c0 13.078 10.828 23.906 23.906 23.906m0-3.984C16.937 47.922 8.1 39.062 8.1 28c0-11.04 8.813-19.922 19.876-19.922c11.039 0 19.921 8.883 19.945 19.922c.023 11.063-8.883 19.922-19.922 19.922m-7.219-9.164c.938 0 1.594-.68 1.594-1.594v-12.14l-.164-3.61l2.226 2.625l1.735 2.016c.234.328.656.468 1.125.468c.867 0 1.547-.656 1.547-1.546c0-.422-.141-.82-.422-1.102l-6.258-6.586a1.9 1.9 0 0 0-1.383-.61c-.445 0-.914.165-1.336.61l-6.281 6.586c-.305.281-.422.68-.422 1.102c0 .89.656 1.546 1.523 1.546c.47 0 .868-.14 1.125-.468l1.805-2.016l2.156-2.602l-.164 3.586v12.141c0 .914.68 1.594 1.594 1.594m14.367 0c.47 0 .961-.211 1.36-.633l6.258-6.586a1.52 1.52 0 0 0 .445-1.102a1.53 1.53 0 0 0-1.547-1.546c-.469 0-.89.164-1.125.468l-1.758 2.04l-2.203 2.624l.14-3.609v-12.14c0-.938-.656-1.594-1.57-1.594c-.937 0-1.593.656-1.593 1.593v12.141l.14 3.563l-2.156-2.579l-1.781-2.039c-.258-.304-.68-.468-1.125-.468c-.867 0-1.524.68-1.524 1.547c0 .445.117.82.399 1.101l6.304 6.586c.422.445.868.633 1.336.633"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M28 51.906c13.055 0 23.906-10.828 23.906-23.906c0-13.055-10.875-23.906-23.93-23.906C14.899 4.094 4.095 14.945 4.095 28c0 13.078 10.828 23.906 23.906 23.906m0-3.984C16.937 47.922 8.1 39.062 8.1 28c0-11.04 8.813-19.922 19.876-19.922c11.039 0 19.921 8.883 19.945 19.922c.023 11.063-8.883 19.922-19.922 19.922m-7.219-9.164c.938 0 1.594-.68 1.594-1.594v-12.14l-.164-3.61l2.226 2.625l1.735 2.016c.234.328.656.468 1.125.468c.867 0 1.547-.656 1.547-1.546c0-.422-.141-.82-.422-1.102l-6.258-6.586a1.9 1.9 0 0 0-1.383-.61c-.445 0-.914.165-1.336.61l-6.281 6.586c-.305.281-.422.68-.422 1.102c0 .89.656 1.546 1.523 1.546c.47 0 .868-.14 1.125-.468l1.805-2.016l2.156-2.602l-.164 3.586v12.141c0 .914.68 1.594 1.594 1.594m14.367 0c.47 0 .961-.211 1.36-.633l6.258-6.586a1.52 1.52 0 0 0 .445-1.102a1.53 1.53 0 0 0-1.547-1.546c-.469 0-.89.164-1.125.468l-1.758 2.04l-2.203 2.624l.14-3.609v-12.14c0-.938-.656-1.594-1.57-1.594c-.937 0-1.593.656-1.593 1.593v12.141l.14 3.563l-2.156-2.579l-1.781-2.039c-.258-.304-.68-.468-1.125-.468c-.867 0-1.524.68-1.524 1.547c0 .445.117.82.399 1.101l6.304 6.586c.422.445.868.633 1.336.633"/></svg> </template>
CSS
.icon-arrow-up-arrow-down-circle {
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%22M28%2051.906c13.055%200%2023.906-10.828%2023.906-23.906c0-13.055-10.875-23.906-23.93-23.906C14.899%204.094%204.095%2014.945%204.095%2028c0%2013.078%2010.828%2023.906%2023.906%2023.906m0-3.984C16.937%2047.922%208.1%2039.062%208.1%2028c0-11.04%208.813-19.922%2019.876-19.922c11.039%200%2019.921%208.883%2019.945%2019.922c.023%2011.063-8.883%2019.922-19.922%2019.922m-7.219-9.164c.938%200%201.594-.68%201.594-1.594v-12.14l-.164-3.61l2.226%202.625l1.735%202.016c.234.328.656.468%201.125.468c.867%200%201.547-.656%201.547-1.546c0-.422-.141-.82-.422-1.102l-6.258-6.586a1.9%201.9%200%200%200-1.383-.61c-.445%200-.914.165-1.336.61l-6.281%206.586c-.305.281-.422.68-.422%201.102c0%20.89.656%201.546%201.523%201.546c.47%200%20.868-.14%201.125-.468l1.805-2.016l2.156-2.602l-.164%203.586v12.141c0%20.914.68%201.594%201.594%201.594m14.367%200c.47%200%20.961-.211%201.36-.633l6.258-6.586a1.52%201.52%200%200%200%20.445-1.102a1.53%201.53%200%200%200-1.547-1.546c-.469%200-.89.164-1.125.468l-1.758%202.04l-2.203%202.624l.14-3.609v-12.14c0-.938-.656-1.594-1.57-1.594c-.937%200-1.593.656-1.593%201.593v12.141l.14%203.563l-2.156-2.579l-1.781-2.039c-.258-.304-.68-.468-1.125-.468c-.867%200-1.524.68-1.524%201.547c0%20.445.117.82.399%201.101l6.304%206.586c.422.445.868.633%201.336.633%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%22M28%2051.906c13.055%200%2023.906-10.828%2023.906-23.906c0-13.055-10.875-23.906-23.93-23.906C14.899%204.094%204.095%2014.945%204.095%2028c0%2013.078%2010.828%2023.906%2023.906%2023.906m0-3.984C16.937%2047.922%208.1%2039.062%208.1%2028c0-11.04%208.813-19.922%2019.876-19.922c11.039%200%2019.921%208.883%2019.945%2019.922c.023%2011.063-8.883%2019.922-19.922%2019.922m-7.219-9.164c.938%200%201.594-.68%201.594-1.594v-12.14l-.164-3.61l2.226%202.625l1.735%202.016c.234.328.656.468%201.125.468c.867%200%201.547-.656%201.547-1.546c0-.422-.141-.82-.422-1.102l-6.258-6.586a1.9%201.9%200%200%200-1.383-.61c-.445%200-.914.165-1.336.61l-6.281%206.586c-.305.281-.422.68-.422%201.102c0%20.89.656%201.546%201.523%201.546c.47%200%20.868-.14%201.125-.468l1.805-2.016l2.156-2.602l-.164%203.586v12.141c0%20.914.68%201.594%201.594%201.594m14.367%200c.47%200%20.961-.211%201.36-.633l6.258-6.586a1.52%201.52%200%200%200%20.445-1.102a1.53%201.53%200%200%200-1.547-1.546c-.469%200-.89.164-1.125.468l-1.758%202.04l-2.203%202.624l.14-3.609v-12.14c0-.938-.656-1.594-1.57-1.594c-.937%200-1.593.656-1.593%201.593v12.141l.14%203.563l-2.156-2.579l-1.781-2.039c-.258-.304-.68-.468-1.125-.468c-.867%200-1.524.68-1.524%201.547c0%20.445.117.82.399%201.101l6.304%206.586c.422.445.868.633%201.336.633%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-circle.svg?color=%231a73e8&size=48