sort down circle icon

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

Name
sort-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 sort 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 52C14.745 52 4 41.255 4 28S14.745 4 28 4s24 10.745 24 24s-10.745 24-24 24m-.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 18 26 18.656 26 19.664c0 .984.75 1.64 1.781 1.64m2.938 7.758h12.633c1.03 0 1.757-.657 1.757-1.641c0-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.757h9.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.945V16.758c0-1.031-.727-1.758-1.758-1.758c-1.008 0-1.758.726-1.758 1.758v15.21l.188 4.97L16.26 34.1l-2.906-2.93c-.305-.35-.727-.515-1.243-.515c-.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 F7SortDownCircleFill(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 52C14.745 52 4 41.255 4 28S14.745 4 28 4s24 10.745 24 24s-10.745 24-24 24m-.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 18 26 18.656 26 19.664c0 .984.75 1.64 1.781 1.64m2.938 7.758h12.633c1.03 0 1.757-.657 1.757-1.641c0-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.757h9.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.945V16.758c0-1.031-.727-1.758-1.758-1.758c-1.008 0-1.758.726-1.758 1.758v15.21l.188 4.97L16.26 34.1l-2.906-2.93c-.305-.35-.727-.515-1.243-.515c-.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 52C14.745 52 4 41.255 4 28S14.745 4 28 4s24 10.745 24 24s-10.745 24-24 24m-.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 18 26 18.656 26 19.664c0 .984.75 1.64 1.781 1.64m2.938 7.758h12.633c1.03 0 1.757-.657 1.757-1.641c0-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.757h9.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.945V16.758c0-1.031-.727-1.758-1.758-1.758c-1.008 0-1.758.726-1.758 1.758v15.21l.188 4.97L16.26 34.1l-2.906-2.93c-.305-.35-.727-.515-1.243-.515c-.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-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%2052C14.745%2052%204%2041.255%204%2028S14.745%204%2028%204s24%2010.745%2024%2024s-10.745%2024-24%2024m-.219-30.695h15.57c1.032%200%201.758-.657%201.758-1.64c0-1.009-.726-1.665-1.757-1.665h-15.57C26.75%2018%2026%2018.656%2026%2019.664c0%20.984.75%201.64%201.781%201.64m2.938%207.758h12.633c1.03%200%201.757-.657%201.757-1.641c0-1.008-.726-1.664-1.757-1.664H30.719c-1.031%200-1.758.656-1.758%201.664c0%20.984.727%201.64%201.758%201.64m3.242%207.757h9.367c1.031%200%201.781-.656%201.781-1.64c0-1.008-.75-1.664-1.78-1.664H33.96c-1.031%200-1.781.656-1.781%201.664c0%20.984.75%201.64%201.78%201.64m-13.764%205.32c.516%200%20.89-.187%201.36-.656l7.968-7.922c.305-.304.446-.726.446-1.218c0-.961-.727-1.688-1.688-1.688c-.492%200-.937.188-1.242.516l-2.906%202.93l-2.367%202.812l.187-4.945V16.758c0-1.031-.727-1.758-1.758-1.758c-1.008%200-1.758.726-1.758%201.758v15.21l.188%204.97L16.26%2034.1l-2.906-2.93c-.305-.35-.727-.515-1.243-.515c-.96%200-1.71.727-1.71%201.688c0%20.492.163.914.492%201.218l7.921%207.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%2052C14.745%2052%204%2041.255%204%2028S14.745%204%2028%204s24%2010.745%2024%2024s-10.745%2024-24%2024m-.219-30.695h15.57c1.032%200%201.758-.657%201.758-1.64c0-1.009-.726-1.665-1.757-1.665h-15.57C26.75%2018%2026%2018.656%2026%2019.664c0%20.984.75%201.64%201.781%201.64m2.938%207.758h12.633c1.03%200%201.757-.657%201.757-1.641c0-1.008-.726-1.664-1.757-1.664H30.719c-1.031%200-1.758.656-1.758%201.664c0%20.984.727%201.64%201.758%201.64m3.242%207.757h9.367c1.031%200%201.781-.656%201.781-1.64c0-1.008-.75-1.664-1.78-1.664H33.96c-1.031%200-1.781.656-1.781%201.664c0%20.984.75%201.64%201.78%201.64m-13.764%205.32c.516%200%20.89-.187%201.36-.656l7.968-7.922c.305-.304.446-.726.446-1.218c0-.961-.727-1.688-1.688-1.688c-.492%200-.937.188-1.242.516l-2.906%202.93l-2.367%202.812l.187-4.945V16.758c0-1.031-.727-1.758-1.758-1.758c-1.008%200-1.758.726-1.758%201.758v15.21l.188%204.97L16.26%2034.1l-2.906-2.93c-.305-.35-.727-.515-1.243-.515c-.96%200-1.71.727-1.71%201.688c0%20.492.163.914.492%201.218l7.921%207.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-down-circle-fill.svg?color=%231a73e8&size=48