arrow up arrow down circle icon

arrow-up-arrow-down-circle-fill from Framework7 Icons by Vladimir Kharlampidi · Fill · MIT Free for personal and commercial use.

Name
arrow-up-arrow-down-circle-fill
Set
Framework7 Icons
Style
Fill
Viewbox
56×56
License
MIT

1 other variant in Framework7 Icons

Related icons in Framework7 Icons

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.906m-7.945-12.07c-1.008 0-1.735-.703-1.735-1.758V24.742l.164-3.914l-2.367 2.86l-1.945 2.226c-.328.305-.727.516-1.219.516c-.984 0-1.71-.774-1.71-1.735c0-.468.14-.867.468-1.218l6.89-7.22a1.89 1.89 0 0 1 1.454-.655a2.13 2.13 0 0 1 1.546.656l6.82 7.219c.329.328.493.75.493 1.218c0 .961-.727 1.735-1.711 1.735c-.492 0-.96-.211-1.219-.516l-1.898-2.227l-2.438-2.882l.164 3.937v13.336c0 1.055-.726 1.758-1.757 1.758m15.796 0c-.515 0-1.007-.188-1.5-.68l-6.867-7.218c-.328-.329-.469-.727-.469-1.22c0-.96.727-1.71 1.688-1.71c.516 0 .914.187 1.219.515l1.945 2.227l2.39 2.836l-.187-3.914V17.336c0-1.031.75-1.734 1.781-1.734c1.008 0 1.735.703 1.735 1.734v13.336l-.164 3.937l2.414-2.859l1.898-2.227c.258-.328.727-.515 1.242-.515c.961 0 1.711.75 1.711 1.71c0 .493-.164.891-.468 1.22l-6.868 7.218c-.421.469-.984.68-1.5.68"/></svg>

React

import type { SVGProps } from "react";

export function F7ArrowUpArrowDownCircleFill(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.906m-7.945-12.07c-1.008 0-1.735-.703-1.735-1.758V24.742l.164-3.914l-2.367 2.86l-1.945 2.226c-.328.305-.727.516-1.219.516c-.984 0-1.71-.774-1.71-1.735c0-.468.14-.867.468-1.218l6.89-7.22a1.89 1.89 0 0 1 1.454-.655a2.13 2.13 0 0 1 1.546.656l6.82 7.219c.329.328.493.75.493 1.218c0 .961-.727 1.735-1.711 1.735c-.492 0-.96-.211-1.219-.516l-1.898-2.227l-2.438-2.882l.164 3.937v13.336c0 1.055-.726 1.758-1.757 1.758m15.796 0c-.515 0-1.007-.188-1.5-.68l-6.867-7.218c-.328-.329-.469-.727-.469-1.22c0-.96.727-1.71 1.688-1.71c.516 0 .914.187 1.219.515l1.945 2.227l2.39 2.836l-.187-3.914V17.336c0-1.031.75-1.734 1.781-1.734c1.008 0 1.735.703 1.735 1.734v13.336l-.164 3.937l2.414-2.859l1.898-2.227c.258-.328.727-.515 1.242-.515c.961 0 1.711.75 1.711 1.71c0 .493-.164.891-.468 1.22l-6.868 7.218c-.421.469-.984.68-1.5.68"/></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.906m-7.945-12.07c-1.008 0-1.735-.703-1.735-1.758V24.742l.164-3.914l-2.367 2.86l-1.945 2.226c-.328.305-.727.516-1.219.516c-.984 0-1.71-.774-1.71-1.735c0-.468.14-.867.468-1.218l6.89-7.22a1.89 1.89 0 0 1 1.454-.655a2.13 2.13 0 0 1 1.546.656l6.82 7.219c.329.328.493.75.493 1.218c0 .961-.727 1.735-1.711 1.735c-.492 0-.96-.211-1.219-.516l-1.898-2.227l-2.438-2.882l.164 3.937v13.336c0 1.055-.726 1.758-1.757 1.758m15.796 0c-.515 0-1.007-.188-1.5-.68l-6.867-7.218c-.328-.329-.469-.727-.469-1.22c0-.96.727-1.71 1.688-1.71c.516 0 .914.187 1.219.515l1.945 2.227l2.39 2.836l-.187-3.914V17.336c0-1.031.75-1.734 1.781-1.734c1.008 0 1.735.703 1.735 1.734v13.336l-.164 3.937l2.414-2.859l1.898-2.227c.258-.328.727-.515 1.242-.515c.961 0 1.711.75 1.711 1.71c0 .493-.164.891-.468 1.22l-6.868 7.218c-.421.469-.984.68-1.5.68"/></svg>
</template>

CSS

.icon-arrow-up-arrow-down-circle-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%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.906m-7.945-12.07c-1.008%200-1.735-.703-1.735-1.758V24.742l.164-3.914l-2.367%202.86l-1.945%202.226c-.328.305-.727.516-1.219.516c-.984%200-1.71-.774-1.71-1.735c0-.468.14-.867.468-1.218l6.89-7.22a1.89%201.89%200%200%201%201.454-.655a2.13%202.13%200%200%201%201.546.656l6.82%207.219c.329.328.493.75.493%201.218c0%20.961-.727%201.735-1.711%201.735c-.492%200-.96-.211-1.219-.516l-1.898-2.227l-2.438-2.882l.164%203.937v13.336c0%201.055-.726%201.758-1.757%201.758m15.796%200c-.515%200-1.007-.188-1.5-.68l-6.867-7.218c-.328-.329-.469-.727-.469-1.22c0-.96.727-1.71%201.688-1.71c.516%200%20.914.187%201.219.515l1.945%202.227l2.39%202.836l-.187-3.914V17.336c0-1.031.75-1.734%201.781-1.734c1.008%200%201.735.703%201.735%201.734v13.336l-.164%203.937l2.414-2.859l1.898-2.227c.258-.328.727-.515%201.242-.515c.961%200%201.711.75%201.711%201.71c0%20.493-.164.891-.468%201.22l-6.868%207.218c-.421.469-.984.68-1.5.68%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.906m-7.945-12.07c-1.008%200-1.735-.703-1.735-1.758V24.742l.164-3.914l-2.367%202.86l-1.945%202.226c-.328.305-.727.516-1.219.516c-.984%200-1.71-.774-1.71-1.735c0-.468.14-.867.468-1.218l6.89-7.22a1.89%201.89%200%200%201%201.454-.655a2.13%202.13%200%200%201%201.546.656l6.82%207.219c.329.328.493.75.493%201.218c0%20.961-.727%201.735-1.711%201.735c-.492%200-.96-.211-1.219-.516l-1.898-2.227l-2.438-2.882l.164%203.937v13.336c0%201.055-.726%201.758-1.757%201.758m15.796%200c-.515%200-1.007-.188-1.5-.68l-6.867-7.218c-.328-.329-.469-.727-.469-1.22c0-.96.727-1.71%201.688-1.71c.516%200%20.914.187%201.219.515l1.945%202.227l2.39%202.836l-.187-3.914V17.336c0-1.031.75-1.734%201.781-1.734c1.008%200%201.735.703%201.735%201.734v13.336l-.164%203.937l2.414-2.859l1.898-2.227c.258-.328.727-.515%201.242-.515c.961%200%201.711.75%201.711%201.71c0%20.493-.164.891-.468%201.22l-6.868%207.218c-.421.469-.984.68-1.5.68%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-fill.svg?color=%231a73e8&size=48