sort by time icon
sort-by-time-bold from Solar by 480 Design · Bold · List · CC-BY-4.0 Attribution required.
- Name
- sort-by-time-bold
- Set
- Solar
- Style
- Bold
- Category
- List
- Viewbox
- 24×24
- License
- CC BY 4.0
5 other variants in Solar
More list icons from Solar
bill-2-boldchecklist-boldchecklist-minimalistic-boldlist-arrow-down-boldlist-arrow-down-minimalistic-boldlist-arrow-up-boldlist-arrow-up-minimalistic-boldlist-boldlist-check-boldlist-check-minimalistic-boldlist-cross-boldlist-cross-minimalistic-boldlist-down-boldlist-down-minimalistic-boldlist-heart-boldlist-heart-minimalistic-boldlist-up-boldlist-up-minimalistic-boldlist-vertical-boldplaylist-2-boldplaylist-boldplaylist-minimalistic-2-boldplaylist-minimalistic-3-boldplaylist-minimalistic-bold
Use the sort by time icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"><path d="M1.25 7C1.25 6.58579 1.58579 6.25 2 6.25H10C10.4142 6.25 10.75 6.58579 10.75 7C10.75 7.41421 10.4142 7.75 10 7.75H2C1.58579 7.75 1.25 7.41421 1.25 7ZM1.25 12C1.25 11.5858 1.58579 11.25 2 11.25H8C8.41421 11.25 8.75 11.5858 8.75 12C8.75 12.4142 8.41421 12.75 8 12.75H2C1.58579 12.75 1.25 12.4142 1.25 12ZM1.25 17C1.25 16.5858 1.58579 16.25 2 16.25H10C10.4142 16.25 10.75 16.5858 10.75 17C10.75 17.4142 10.4142 17.75 10 17.75H2C1.58579 17.75 1.25 17.4142 1.25 17Z"/><path d="M17 17C19.7614 17 22 14.7614 22 12C22 9.23858 19.7614 7 17 7C14.2386 7 12 9.23858 12 12C12 14.7614 14.2386 17 17 17ZM17.75 10C17.75 9.58579 17.4142 9.25 17 9.25C16.5858 9.25 16.25 9.58579 16.25 10V11.8462C16.25 12.0266 16.3151 12.201 16.4332 12.3374L17.4332 13.4912C17.7045 13.8042 18.1782 13.838 18.4912 13.5668C18.8042 13.2955 18.838 12.8218 18.5668 12.5088L17.75 11.5664V10Z"/></g></svg>
React
import type { SVGProps } from "react";
export function SolarSortByTimeBold(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor" fillRule="evenodd" clipRule="evenodd"><path d="M1.25 7C1.25 6.58579 1.58579 6.25 2 6.25H10C10.4142 6.25 10.75 6.58579 10.75 7C10.75 7.41421 10.4142 7.75 10 7.75H2C1.58579 7.75 1.25 7.41421 1.25 7ZM1.25 12C1.25 11.5858 1.58579 11.25 2 11.25H8C8.41421 11.25 8.75 11.5858 8.75 12C8.75 12.4142 8.41421 12.75 8 12.75H2C1.58579 12.75 1.25 12.4142 1.25 12ZM1.25 17C1.25 16.5858 1.58579 16.25 2 16.25H10C10.4142 16.25 10.75 16.5858 10.75 17C10.75 17.4142 10.4142 17.75 10 17.75H2C1.58579 17.75 1.25 17.4142 1.25 17Z"/><path d="M17 17C19.7614 17 22 14.7614 22 12C22 9.23858 19.7614 7 17 7C14.2386 7 12 9.23858 12 12C12 14.7614 14.2386 17 17 17ZM17.75 10C17.75 9.58579 17.4142 9.25 17 9.25C16.5858 9.25 16.25 9.58579 16.25 10V11.8462C16.25 12.0266 16.3151 12.201 16.4332 12.3374L17.4332 13.4912C17.7045 13.8042 18.1782 13.838 18.4912 13.5668C18.8042 13.2955 18.838 12.8218 18.5668 12.5088L17.75 11.5664V10Z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"><path d="M1.25 7C1.25 6.58579 1.58579 6.25 2 6.25H10C10.4142 6.25 10.75 6.58579 10.75 7C10.75 7.41421 10.4142 7.75 10 7.75H2C1.58579 7.75 1.25 7.41421 1.25 7ZM1.25 12C1.25 11.5858 1.58579 11.25 2 11.25H8C8.41421 11.25 8.75 11.5858 8.75 12C8.75 12.4142 8.41421 12.75 8 12.75H2C1.58579 12.75 1.25 12.4142 1.25 12ZM1.25 17C1.25 16.5858 1.58579 16.25 2 16.25H10C10.4142 16.25 10.75 16.5858 10.75 17C10.75 17.4142 10.4142 17.75 10 17.75H2C1.58579 17.75 1.25 17.4142 1.25 17Z"/><path d="M17 17C19.7614 17 22 14.7614 22 12C22 9.23858 19.7614 7 17 7C14.2386 7 12 9.23858 12 12C12 14.7614 14.2386 17 17 17ZM17.75 10C17.75 9.58579 17.4142 9.25 17 9.25C16.5858 9.25 16.25 9.58579 16.25 10V11.8462C16.25 12.0266 16.3151 12.201 16.4332 12.3374L17.4332 13.4912C17.7045 13.8042 18.1782 13.838 18.4912 13.5668C18.8042 13.2955 18.838 12.8218 18.5668 12.5088L17.75 11.5664V10Z"/></g></svg> </template>
CSS
.icon-sort-by-time-bold {
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%3Cg%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M1.25%207C1.25%206.58579%201.58579%206.25%202%206.25H10C10.4142%206.25%2010.75%206.58579%2010.75%207C10.75%207.41421%2010.4142%207.75%2010%207.75H2C1.58579%207.75%201.25%207.41421%201.25%207ZM1.25%2012C1.25%2011.5858%201.58579%2011.25%202%2011.25H8C8.41421%2011.25%208.75%2011.5858%208.75%2012C8.75%2012.4142%208.41421%2012.75%208%2012.75H2C1.58579%2012.75%201.25%2012.4142%201.25%2012ZM1.25%2017C1.25%2016.5858%201.58579%2016.25%202%2016.25H10C10.4142%2016.25%2010.75%2016.5858%2010.75%2017C10.75%2017.4142%2010.4142%2017.75%2010%2017.75H2C1.58579%2017.75%201.25%2017.4142%201.25%2017Z%22%2F%3E%3Cpath%20d%3D%22M17%2017C19.7614%2017%2022%2014.7614%2022%2012C22%209.23858%2019.7614%207%2017%207C14.2386%207%2012%209.23858%2012%2012C12%2014.7614%2014.2386%2017%2017%2017ZM17.75%2010C17.75%209.58579%2017.4142%209.25%2017%209.25C16.5858%209.25%2016.25%209.58579%2016.25%2010V11.8462C16.25%2012.0266%2016.3151%2012.201%2016.4332%2012.3374L17.4332%2013.4912C17.7045%2013.8042%2018.1782%2013.838%2018.4912%2013.5668C18.8042%2013.2955%2018.838%2012.8218%2018.5668%2012.5088L17.75%2011.5664V10Z%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M1.25%207C1.25%206.58579%201.58579%206.25%202%206.25H10C10.4142%206.25%2010.75%206.58579%2010.75%207C10.75%207.41421%2010.4142%207.75%2010%207.75H2C1.58579%207.75%201.25%207.41421%201.25%207ZM1.25%2012C1.25%2011.5858%201.58579%2011.25%202%2011.25H8C8.41421%2011.25%208.75%2011.5858%208.75%2012C8.75%2012.4142%208.41421%2012.75%208%2012.75H2C1.58579%2012.75%201.25%2012.4142%201.25%2012ZM1.25%2017C1.25%2016.5858%201.58579%2016.25%202%2016.25H10C10.4142%2016.25%2010.75%2016.5858%2010.75%2017C10.75%2017.4142%2010.4142%2017.75%2010%2017.75H2C1.58579%2017.75%201.25%2017.4142%201.25%2017Z%22%2F%3E%3Cpath%20d%3D%22M17%2017C19.7614%2017%2022%2014.7614%2022%2012C22%209.23858%2019.7614%207%2017%207C14.2386%207%2012%209.23858%2012%2012C12%2014.7614%2014.2386%2017%2017%2017ZM17.75%2010C17.75%209.58579%2017.4142%209.25%2017%209.25C16.5858%209.25%2016.25%209.58579%2016.25%2010V11.8462C16.25%2012.0266%2016.3151%2012.201%2016.4332%2012.3374L17.4332%2013.4912C17.7045%2013.8042%2018.1782%2013.838%2018.4912%2013.5668C18.8042%2013.2955%2018.838%2012.8218%2018.5668%2012.5088L17.75%2011.5664V10Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/sort-by-time-bold.svg?color=%231a73e8&size=48