sort time icon
sort-time from Reicon by REICON · Outline · List · MIT Free for personal and commercial use.
- Name
- sort-time
- Set
- Reicon
- Style
- Outline
- Category
- List
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
More list icons from Reicon
Use the sort time icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M1.25 7A.75.75 0 0 1 2 6.25h8a.75.75 0 0 1 0 1.5H2A.75.75 0 0 1 1.25 7M17 7.75a4.25 4.25 0 1 0 0 8.5a4.25 4.25 0 0 0 0-8.5M11.25 12a5.75 5.75 0 1 1 11.5 0a5.75 5.75 0 0 1-11.5 0M17 9.25a.75.75 0 0 1 .75.75v1.566l.817.943a.75.75 0 0 1-1.134.982l-1-1.154a.75.75 0 0 1-.183-.49V10a.75.75 0 0 1 .75-.75M1.25 12a.75.75 0 0 1 .75-.75h6a.75.75 0 0 1 0 1.5H2a.75.75 0 0 1-.75-.75m0 5a.75.75 0 0 1 .75-.75h8a.75.75 0 0 1 0 1.5H2a.75.75 0 0 1-.75-.75" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function ReiconSortTime(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" fillRule="evenodd" d="M1.25 7A.75.75 0 0 1 2 6.25h8a.75.75 0 0 1 0 1.5H2A.75.75 0 0 1 1.25 7M17 7.75a4.25 4.25 0 1 0 0 8.5a4.25 4.25 0 0 0 0-8.5M11.25 12a5.75 5.75 0 1 1 11.5 0a5.75 5.75 0 0 1-11.5 0M17 9.25a.75.75 0 0 1 .75.75v1.566l.817.943a.75.75 0 0 1-1.134.982l-1-1.154a.75.75 0 0 1-.183-.49V10a.75.75 0 0 1 .75-.75M1.25 12a.75.75 0 0 1 .75-.75h6a.75.75 0 0 1 0 1.5H2a.75.75 0 0 1-.75-.75m0 5a.75.75 0 0 1 .75-.75h8a.75.75 0 0 1 0 1.5H2a.75.75 0 0 1-.75-.75" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M1.25 7A.75.75 0 0 1 2 6.25h8a.75.75 0 0 1 0 1.5H2A.75.75 0 0 1 1.25 7M17 7.75a4.25 4.25 0 1 0 0 8.5a4.25 4.25 0 0 0 0-8.5M11.25 12a5.75 5.75 0 1 1 11.5 0a5.75 5.75 0 0 1-11.5 0M17 9.25a.75.75 0 0 1 .75.75v1.566l.817.943a.75.75 0 0 1-1.134.982l-1-1.154a.75.75 0 0 1-.183-.49V10a.75.75 0 0 1 .75-.75M1.25 12a.75.75 0 0 1 .75-.75h6a.75.75 0 0 1 0 1.5H2a.75.75 0 0 1-.75-.75m0 5a.75.75 0 0 1 .75-.75h8a.75.75 0 0 1 0 1.5H2a.75.75 0 0 1-.75-.75" clip-rule="evenodd"/></svg> </template>
CSS
.icon-sort-time {
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%20fill-rule%3D%22evenodd%22%20d%3D%22M1.25%207A.75.75%200%200%201%202%206.25h8a.75.75%200%200%201%200%201.5H2A.75.75%200%200%201%201.25%207M17%207.75a4.25%204.25%200%201%200%200%208.5a4.25%204.25%200%200%200%200-8.5M11.25%2012a5.75%205.75%200%201%201%2011.5%200a5.75%205.75%200%200%201-11.5%200M17%209.25a.75.75%200%200%201%20.75.75v1.566l.817.943a.75.75%200%200%201-1.134.982l-1-1.154a.75.75%200%200%201-.183-.49V10a.75.75%200%200%201%20.75-.75M1.25%2012a.75.75%200%200%201%20.75-.75h6a.75.75%200%200%201%200%201.5H2a.75.75%200%200%201-.75-.75m0%205a.75.75%200%200%201%20.75-.75h8a.75.75%200%200%201%200%201.5H2a.75.75%200%200%201-.75-.75%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M1.25%207A.75.75%200%200%201%202%206.25h8a.75.75%200%200%201%200%201.5H2A.75.75%200%200%201%201.25%207M17%207.75a4.25%204.25%200%201%200%200%208.5a4.25%204.25%200%200%200%200-8.5M11.25%2012a5.75%205.75%200%201%201%2011.5%200a5.75%205.75%200%200%201-11.5%200M17%209.25a.75.75%200%200%201%20.75.75v1.566l.817.943a.75.75%200%200%201-1.134.982l-1-1.154a.75.75%200%200%201-.183-.49V10a.75.75%200%200%201%20.75-.75M1.25%2012a.75.75%200%200%201%20.75-.75h6a.75.75%200%200%201%200%201.5H2a.75.75%200%200%201-.75-.75m0%205a.75.75%200%200%201%20.75-.75h8a.75.75%200%200%201%200%201.5H2a.75.75%200%200%201-.75-.75%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/sort-time.svg?color=%231a73e8&size=48