sort clock ascending icon

sort-clock-ascending-outline from Material Design Icons by Pictogrammers · Outline · Date / Time · Apache-2.0 Free for personal and commercial use.

Name
sort-clock-ascending-outline
Set
Material Design Icons
Style
Outline
Category
Date / Time
Viewbox
24×24
License
Apache 2.0
Aliases
sort-time-ascending-outline

1 other variant in Material Design Icons

More date / time icons from Material Design Icons

Use the sort clock ascending icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20 17h3l-4 4l-4-4h3V3h2zM8 5c-3.86 0-7 3.13-7 7s3.13 7 7 7c3.86 0 7-3.13 7-7s-3.13-7-7-7m0 2.15c2.67 0 4.85 2.17 4.85 4.85S10.68 16.85 8 16.85S3.15 14.68 3.15 12S5.32 7.15 8 7.15M7 9v3.69l3.19 1.84l.75-1.3l-2.44-1.41V9"/></svg>

React

import type { SVGProps } from "react";

export function MdiSortClockAscendingOutline(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20 17h3l-4 4l-4-4h3V3h2zM8 5c-3.86 0-7 3.13-7 7s3.13 7 7 7c3.86 0 7-3.13 7-7s-3.13-7-7-7m0 2.15c2.67 0 4.85 2.17 4.85 4.85S10.68 16.85 8 16.85S3.15 14.68 3.15 12S5.32 7.15 8 7.15M7 9v3.69l3.19 1.84l.75-1.3l-2.44-1.41V9"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20 17h3l-4 4l-4-4h3V3h2zM8 5c-3.86 0-7 3.13-7 7s3.13 7 7 7c3.86 0 7-3.13 7-7s-3.13-7-7-7m0 2.15c2.67 0 4.85 2.17 4.85 4.85S10.68 16.85 8 16.85S3.15 14.68 3.15 12S5.32 7.15 8 7.15M7 9v3.69l3.19 1.84l.75-1.3l-2.44-1.41V9"/></svg>
</template>

CSS

.icon-sort-clock-ascending-outline {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20%2017h3l-4%204l-4-4h3V3h2zM8%205c-3.86%200-7%203.13-7%207s3.13%207%207%207c3.86%200%207-3.13%207-7s-3.13-7-7-7m0%202.15c2.67%200%204.85%202.17%204.85%204.85S10.68%2016.85%208%2016.85S3.15%2014.68%203.15%2012S5.32%207.15%208%207.15M7%209v3.69l3.19%201.84l.75-1.3l-2.44-1.41V9%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20%2017h3l-4%204l-4-4h3V3h2zM8%205c-3.86%200-7%203.13-7%207s3.13%207%207%207c3.86%200%207-3.13%207-7s-3.13-7-7-7m0%202.15c2.67%200%204.85%202.17%204.85%204.85S10.68%2016.85%208%2016.85S3.15%2014.68%203.15%2012S5.32%207.15%208%207.15M7%209v3.69l3.19%201.84l.75-1.3l-2.44-1.41V9%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/sort-clock-ascending-outline.svg?color=%231a73e8&size=48