sort up circle icon

sort-up-circle from Framework7 Icons by Vladimir Kharlampidi · Outline · MIT Free for personal and commercial use.

Name
sort-up-circle
Set
Framework7 Icons
Style
Outline
Viewbox
56×56
License
MIT

1 other variant in Framework7 Icons

Related icons in Framework7 Icons

Use the sort up 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 7.429C16.639 7.429 7.429 16.639 7.429 28S16.639 48.571 28 48.571S48.571 39.361 48.571 28S39.361 7.429 28 7.429M28 4c13.255 0 24 10.745 24 24S41.255 52 28 52S4 41.255 4 28S14.745 4 28 4m-.219 30.695h15.57c1.032 0 1.758.657 1.758 1.64c0 1.009-.726 1.665-1.757 1.665h-15.57C26.75 38 26 37.344 26 36.336c0-.984.75-1.64 1.781-1.64m2.938-7.757h12.633c1.03 0 1.757.656 1.757 1.64c0 1.008-.726 1.664-1.757 1.664H30.719c-1.031 0-1.758-.656-1.758-1.664c0-.984.727-1.64 1.758-1.64m3.242-7.758h9.367c1.031 0 1.781.656 1.781 1.64c0 1.008-.75 1.664-1.78 1.664H33.96c-1.031 0-1.781-.656-1.781-1.664c0-.984.75-1.64 1.78-1.64m-13.764-5.32c.516 0 .89.187 1.36.656l7.968 7.922c.305.304.446.726.446 1.218c0 .961-.727 1.688-1.688 1.688c-.492 0-.937-.188-1.242-.516l-2.906-2.93l-2.367-2.812l.187 4.945v15.211c0 1.032-.727 1.758-1.758 1.758c-1.008 0-1.758-.727-1.758-1.758v-15.21l.188-4.97l-2.367 2.836l-2.906 2.93c-.305.352-.727.516-1.243.516c-.96 0-1.71-.727-1.71-1.688c0-.492.163-.914.492-1.218l7.921-7.922c.47-.446.868-.657 1.383-.657"/></svg>

React

import type { SVGProps } from "react";

export function F7SortUpCircle(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 7.429C16.639 7.429 7.429 16.639 7.429 28S16.639 48.571 28 48.571S48.571 39.361 48.571 28S39.361 7.429 28 7.429M28 4c13.255 0 24 10.745 24 24S41.255 52 28 52S4 41.255 4 28S14.745 4 28 4m-.219 30.695h15.57c1.032 0 1.758.657 1.758 1.64c0 1.009-.726 1.665-1.757 1.665h-15.57C26.75 38 26 37.344 26 36.336c0-.984.75-1.64 1.781-1.64m2.938-7.757h12.633c1.03 0 1.757.656 1.757 1.64c0 1.008-.726 1.664-1.757 1.664H30.719c-1.031 0-1.758-.656-1.758-1.664c0-.984.727-1.64 1.758-1.64m3.242-7.758h9.367c1.031 0 1.781.656 1.781 1.64c0 1.008-.75 1.664-1.78 1.664H33.96c-1.031 0-1.781-.656-1.781-1.664c0-.984.75-1.64 1.78-1.64m-13.764-5.32c.516 0 .89.187 1.36.656l7.968 7.922c.305.304.446.726.446 1.218c0 .961-.727 1.688-1.688 1.688c-.492 0-.937-.188-1.242-.516l-2.906-2.93l-2.367-2.812l.187 4.945v15.211c0 1.032-.727 1.758-1.758 1.758c-1.008 0-1.758-.727-1.758-1.758v-15.21l.188-4.97l-2.367 2.836l-2.906 2.93c-.305.352-.727.516-1.243.516c-.96 0-1.71-.727-1.71-1.688c0-.492.163-.914.492-1.218l7.921-7.922c.47-.446.868-.657 1.383-.657"/></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 7.429C16.639 7.429 7.429 16.639 7.429 28S16.639 48.571 28 48.571S48.571 39.361 48.571 28S39.361 7.429 28 7.429M28 4c13.255 0 24 10.745 24 24S41.255 52 28 52S4 41.255 4 28S14.745 4 28 4m-.219 30.695h15.57c1.032 0 1.758.657 1.758 1.64c0 1.009-.726 1.665-1.757 1.665h-15.57C26.75 38 26 37.344 26 36.336c0-.984.75-1.64 1.781-1.64m2.938-7.757h12.633c1.03 0 1.757.656 1.757 1.64c0 1.008-.726 1.664-1.757 1.664H30.719c-1.031 0-1.758-.656-1.758-1.664c0-.984.727-1.64 1.758-1.64m3.242-7.758h9.367c1.031 0 1.781.656 1.781 1.64c0 1.008-.75 1.664-1.78 1.664H33.96c-1.031 0-1.781-.656-1.781-1.664c0-.984.75-1.64 1.78-1.64m-13.764-5.32c.516 0 .89.187 1.36.656l7.968 7.922c.305.304.446.726.446 1.218c0 .961-.727 1.688-1.688 1.688c-.492 0-.937-.188-1.242-.516l-2.906-2.93l-2.367-2.812l.187 4.945v15.211c0 1.032-.727 1.758-1.758 1.758c-1.008 0-1.758-.727-1.758-1.758v-15.21l.188-4.97l-2.367 2.836l-2.906 2.93c-.305.352-.727.516-1.243.516c-.96 0-1.71-.727-1.71-1.688c0-.492.163-.914.492-1.218l7.921-7.922c.47-.446.868-.657 1.383-.657"/></svg>
</template>

CSS

.icon-sort-up-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%207.429C16.639%207.429%207.429%2016.639%207.429%2028S16.639%2048.571%2028%2048.571S48.571%2039.361%2048.571%2028S39.361%207.429%2028%207.429M28%204c13.255%200%2024%2010.745%2024%2024S41.255%2052%2028%2052S4%2041.255%204%2028S14.745%204%2028%204m-.219%2030.695h15.57c1.032%200%201.758.657%201.758%201.64c0%201.009-.726%201.665-1.757%201.665h-15.57C26.75%2038%2026%2037.344%2026%2036.336c0-.984.75-1.64%201.781-1.64m2.938-7.757h12.633c1.03%200%201.757.656%201.757%201.64c0%201.008-.726%201.664-1.757%201.664H30.719c-1.031%200-1.758-.656-1.758-1.664c0-.984.727-1.64%201.758-1.64m3.242-7.758h9.367c1.031%200%201.781.656%201.781%201.64c0%201.008-.75%201.664-1.78%201.664H33.96c-1.031%200-1.781-.656-1.781-1.664c0-.984.75-1.64%201.78-1.64m-13.764-5.32c.516%200%20.89.187%201.36.656l7.968%207.922c.305.304.446.726.446%201.218c0%20.961-.727%201.688-1.688%201.688c-.492%200-.937-.188-1.242-.516l-2.906-2.93l-2.367-2.812l.187%204.945v15.211c0%201.032-.727%201.758-1.758%201.758c-1.008%200-1.758-.727-1.758-1.758v-15.21l.188-4.97l-2.367%202.836l-2.906%202.93c-.305.352-.727.516-1.243.516c-.96%200-1.71-.727-1.71-1.688c0-.492.163-.914.492-1.218l7.921-7.922c.47-.446.868-.657%201.383-.657%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%207.429C16.639%207.429%207.429%2016.639%207.429%2028S16.639%2048.571%2028%2048.571S48.571%2039.361%2048.571%2028S39.361%207.429%2028%207.429M28%204c13.255%200%2024%2010.745%2024%2024S41.255%2052%2028%2052S4%2041.255%204%2028S14.745%204%2028%204m-.219%2030.695h15.57c1.032%200%201.758.657%201.758%201.64c0%201.009-.726%201.665-1.757%201.665h-15.57C26.75%2038%2026%2037.344%2026%2036.336c0-.984.75-1.64%201.781-1.64m2.938-7.757h12.633c1.03%200%201.757.656%201.757%201.64c0%201.008-.726%201.664-1.757%201.664H30.719c-1.031%200-1.758-.656-1.758-1.664c0-.984.727-1.64%201.758-1.64m3.242-7.758h9.367c1.031%200%201.781.656%201.781%201.64c0%201.008-.75%201.664-1.78%201.664H33.96c-1.031%200-1.781-.656-1.781-1.664c0-.984.75-1.64%201.78-1.64m-13.764-5.32c.516%200%20.89.187%201.36.656l7.968%207.922c.305.304.446.726.446%201.218c0%20.961-.727%201.688-1.688%201.688c-.492%200-.937-.188-1.242-.516l-2.906-2.93l-2.367-2.812l.187%204.945v15.211c0%201.032-.727%201.758-1.758%201.758c-1.008%200-1.758-.727-1.758-1.758v-15.21l.188-4.97l-2.367%202.836l-2.906%202.93c-.305.352-.727.516-1.243.516c-.96%200-1.71-.727-1.71-1.688c0-.492.163-.914.492-1.218l7.921-7.922c.47-.446.868-.657%201.383-.657%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/f7/sort-up-circle.svg?color=%231a73e8&size=48