timeline list icon

timeline-list from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
timeline-list
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Related icons in Huge Icons

Use the timeline list icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M4 9a1 1 0 1 0 0-2a1 1 0 0 0 0 2m0 8a1 1 0 1 0 0-2a1 1 0 0 0 0 2m0 4V3m5.914 6.414l-.56-.56c-.06-.06-.09-.09-.116-.12a1 1 0 0 1-.235-.567C9 8.127 9 8.084 9 8s0-.126.003-.167a1 1 0 0 1 .235-.566c.026-.031.056-.06.116-.12l.56-.561c.29-.29.434-.434.617-.51C10.715 6 10.92 6 11.329 6H17c.943 0 1.414 0 1.707.293S19 7.057 19 8s0 1.414-.293 1.707S17.943 10 17 10h-5.672c-.408 0-.613 0-.796-.076s-.329-.22-.618-.51m0 8l-.56-.56c-.06-.06-.09-.09-.116-.12a1 1 0 0 1-.235-.567C9 16.127 9 16.084 9 16s0-.127.003-.167a1 1 0 0 1 .235-.566c.026-.031.056-.06.116-.12l.56-.561c.29-.29.434-.434.617-.51c.184-.076.389-.076.797-.076H19c.943 0 1.414 0 1.707.293S21 15.057 21 16s0 1.414-.293 1.707S19.943 18 19 18h-7.672c-.408 0-.613 0-.796-.076s-.329-.22-.618-.51"/></svg>

React

import type { SVGProps } from "react";

export function HugeiconsTimelineList(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M4 9a1 1 0 1 0 0-2a1 1 0 0 0 0 2m0 8a1 1 0 1 0 0-2a1 1 0 0 0 0 2m0 4V3m5.914 6.414l-.56-.56c-.06-.06-.09-.09-.116-.12a1 1 0 0 1-.235-.567C9 8.127 9 8.084 9 8s0-.126.003-.167a1 1 0 0 1 .235-.566c.026-.031.056-.06.116-.12l.56-.561c.29-.29.434-.434.617-.51C10.715 6 10.92 6 11.329 6H17c.943 0 1.414 0 1.707.293S19 7.057 19 8s0 1.414-.293 1.707S17.943 10 17 10h-5.672c-.408 0-.613 0-.796-.076s-.329-.22-.618-.51m0 8l-.56-.56c-.06-.06-.09-.09-.116-.12a1 1 0 0 1-.235-.567C9 16.127 9 16.084 9 16s0-.127.003-.167a1 1 0 0 1 .235-.566c.026-.031.056-.06.116-.12l.56-.561c.29-.29.434-.434.617-.51c.184-.076.389-.076.797-.076H19c.943 0 1.414 0 1.707.293S21 15.057 21 16s0 1.414-.293 1.707S19.943 18 19 18h-7.672c-.408 0-.613 0-.796-.076s-.329-.22-.618-.51"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M4 9a1 1 0 1 0 0-2a1 1 0 0 0 0 2m0 8a1 1 0 1 0 0-2a1 1 0 0 0 0 2m0 4V3m5.914 6.414l-.56-.56c-.06-.06-.09-.09-.116-.12a1 1 0 0 1-.235-.567C9 8.127 9 8.084 9 8s0-.126.003-.167a1 1 0 0 1 .235-.566c.026-.031.056-.06.116-.12l.56-.561c.29-.29.434-.434.617-.51C10.715 6 10.92 6 11.329 6H17c.943 0 1.414 0 1.707.293S19 7.057 19 8s0 1.414-.293 1.707S17.943 10 17 10h-5.672c-.408 0-.613 0-.796-.076s-.329-.22-.618-.51m0 8l-.56-.56c-.06-.06-.09-.09-.116-.12a1 1 0 0 1-.235-.567C9 16.127 9 16.084 9 16s0-.127.003-.167a1 1 0 0 1 .235-.566c.026-.031.056-.06.116-.12l.56-.561c.29-.29.434-.434.617-.51c.184-.076.389-.076.797-.076H19c.943 0 1.414 0 1.707.293S21 15.057 21 16s0 1.414-.293 1.707S19.943 18 19 18h-7.672c-.408 0-.613 0-.796-.076s-.329-.22-.618-.51"/></svg>
</template>

CSS

.icon-timeline-list {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M4%209a1%201%200%201%200%200-2a1%201%200%200%200%200%202m0%208a1%201%200%201%200%200-2a1%201%200%200%200%200%202m0%204V3m5.914%206.414l-.56-.56c-.06-.06-.09-.09-.116-.12a1%201%200%200%201-.235-.567C9%208.127%209%208.084%209%208s0-.126.003-.167a1%201%200%200%201%20.235-.566c.026-.031.056-.06.116-.12l.56-.561c.29-.29.434-.434.617-.51C10.715%206%2010.92%206%2011.329%206H17c.943%200%201.414%200%201.707.293S19%207.057%2019%208s0%201.414-.293%201.707S17.943%2010%2017%2010h-5.672c-.408%200-.613%200-.796-.076s-.329-.22-.618-.51m0%208l-.56-.56c-.06-.06-.09-.09-.116-.12a1%201%200%200%201-.235-.567C9%2016.127%209%2016.084%209%2016s0-.127.003-.167a1%201%200%200%201%20.235-.566c.026-.031.056-.06.116-.12l.56-.561c.29-.29.434-.434.617-.51c.184-.076.389-.076.797-.076H19c.943%200%201.414%200%201.707.293S21%2015.057%2021%2016s0%201.414-.293%201.707S19.943%2018%2019%2018h-7.672c-.408%200-.613%200-.796-.076s-.329-.22-.618-.51%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M4%209a1%201%200%201%200%200-2a1%201%200%200%200%200%202m0%208a1%201%200%201%200%200-2a1%201%200%200%200%200%202m0%204V3m5.914%206.414l-.56-.56c-.06-.06-.09-.09-.116-.12a1%201%200%200%201-.235-.567C9%208.127%209%208.084%209%208s0-.126.003-.167a1%201%200%200%201%20.235-.566c.026-.031.056-.06.116-.12l.56-.561c.29-.29.434-.434.617-.51C10.715%206%2010.92%206%2011.329%206H17c.943%200%201.414%200%201.707.293S19%207.057%2019%208s0%201.414-.293%201.707S17.943%2010%2017%2010h-5.672c-.408%200-.613%200-.796-.076s-.329-.22-.618-.51m0%208l-.56-.56c-.06-.06-.09-.09-.116-.12a1%201%200%200%201-.235-.567C9%2016.127%209%2016.084%209%2016s0-.127.003-.167a1%201%200%200%201%20.235-.566c.026-.031.056-.06.116-.12l.56-.561c.29-.29.434-.434.617-.51c.184-.076.389-.076.797-.076H19c.943%200%201.414%200%201.707.293S21%2015.057%2021%2016s0%201.414-.293%201.707S19.943%2018%2019%2018h-7.672c-.408%200-.613%200-.796-.076s-.329-.22-.618-.51%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/timeline-list.svg?color=%231a73e8&size=48

Timeline List stroke icon — Huge Icons · IconsDB