timeline from Material Symbols Light by Google · Regular · Business · Apache-2.0 Free for personal and commercial use.

Name
timeline
Set
Material Symbols Light
Style
Regular
Category
Business
Viewbox
24×24
License
Apache 2.0
Aliases
timeline-outline, timeline-outline-rounded, timeline-outline-sharp, timeline-rounded, timeline-sharp

The same icon in other sets

More business icons from Material Symbols Light

Use the timeline icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3 17.5q-.633 0-1.066-.434Q1.5 16.633 1.5 16t.434-1.066T3 14.5q.189 0 .349.029t.305.137l5.012-5.012q-.108-.145-.137-.305T8.5 9q0-.633.434-1.066Q9.367 7.5 10 7.5t1.066.434T11.5 9q0 .127-.127.616l3.012 3.011q.144-.07.285-.098q.142-.029.33-.029t.34.029q.15.029.275.137l4.05-4.05q-.107-.125-.136-.276T19.5 8q0-.633.434-1.066Q20.367 6.5 21 6.5t1.066.434Q22.5 7.367 22.5 8t-.434 1.066T21 9.5q-.188 0-.34-.029q-.15-.029-.276-.137l-4.05 4.05q.108.125.137.276t.029.34q0 .633-.434 1.066q-.433.434-1.066.434t-1.066-.434T13.5 14q0-.188.029-.349t.137-.305l-3.012-3.011q-.144.107-.305.136q-.16.029-.349.029q-.127 0-.615-.127l-5.012 5.012q.07.144.098.285q.029.142.029.33q0 .633-.434 1.066Q3.633 17.5 3 17.5"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightTimeline(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="M3 17.5q-.633 0-1.066-.434Q1.5 16.633 1.5 16t.434-1.066T3 14.5q.189 0 .349.029t.305.137l5.012-5.012q-.108-.145-.137-.305T8.5 9q0-.633.434-1.066Q9.367 7.5 10 7.5t1.066.434T11.5 9q0 .127-.127.616l3.012 3.011q.144-.07.285-.098q.142-.029.33-.029t.34.029q.15.029.275.137l4.05-4.05q-.107-.125-.136-.276T19.5 8q0-.633.434-1.066Q20.367 6.5 21 6.5t1.066.434Q22.5 7.367 22.5 8t-.434 1.066T21 9.5q-.188 0-.34-.029q-.15-.029-.276-.137l-4.05 4.05q.108.125.137.276t.029.34q0 .633-.434 1.066q-.433.434-1.066.434t-1.066-.434T13.5 14q0-.188.029-.349t.137-.305l-3.012-3.011q-.144.107-.305.136q-.16.029-.349.029q-.127 0-.615-.127l-5.012 5.012q.07.144.098.285q.029.142.029.33q0 .633-.434 1.066Q3.633 17.5 3 17.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3 17.5q-.633 0-1.066-.434Q1.5 16.633 1.5 16t.434-1.066T3 14.5q.189 0 .349.029t.305.137l5.012-5.012q-.108-.145-.137-.305T8.5 9q0-.633.434-1.066Q9.367 7.5 10 7.5t1.066.434T11.5 9q0 .127-.127.616l3.012 3.011q.144-.07.285-.098q.142-.029.33-.029t.34.029q.15.029.275.137l4.05-4.05q-.107-.125-.136-.276T19.5 8q0-.633.434-1.066Q20.367 6.5 21 6.5t1.066.434Q22.5 7.367 22.5 8t-.434 1.066T21 9.5q-.188 0-.34-.029q-.15-.029-.276-.137l-4.05 4.05q.108.125.137.276t.029.34q0 .633-.434 1.066q-.433.434-1.066.434t-1.066-.434T13.5 14q0-.188.029-.349t.137-.305l-3.012-3.011q-.144.107-.305.136q-.16.029-.349.029q-.127 0-.615-.127l-5.012 5.012q.07.144.098.285q.029.142.029.33q0 .633-.434 1.066Q3.633 17.5 3 17.5"/></svg>
</template>

CSS

.icon-timeline {
  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%22M3%2017.5q-.633%200-1.066-.434Q1.5%2016.633%201.5%2016t.434-1.066T3%2014.5q.189%200%20.349.029t.305.137l5.012-5.012q-.108-.145-.137-.305T8.5%209q0-.633.434-1.066Q9.367%207.5%2010%207.5t1.066.434T11.5%209q0%20.127-.127.616l3.012%203.011q.144-.07.285-.098q.142-.029.33-.029t.34.029q.15.029.275.137l4.05-4.05q-.107-.125-.136-.276T19.5%208q0-.633.434-1.066Q20.367%206.5%2021%206.5t1.066.434Q22.5%207.367%2022.5%208t-.434%201.066T21%209.5q-.188%200-.34-.029q-.15-.029-.276-.137l-4.05%204.05q.108.125.137.276t.029.34q0%20.633-.434%201.066q-.433.434-1.066.434t-1.066-.434T13.5%2014q0-.188.029-.349t.137-.305l-3.012-3.011q-.144.107-.305.136q-.16.029-.349.029q-.127%200-.615-.127l-5.012%205.012q.07.144.098.285q.029.142.029.33q0%20.633-.434%201.066Q3.633%2017.5%203%2017.5%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%22M3%2017.5q-.633%200-1.066-.434Q1.5%2016.633%201.5%2016t.434-1.066T3%2014.5q.189%200%20.349.029t.305.137l5.012-5.012q-.108-.145-.137-.305T8.5%209q0-.633.434-1.066Q9.367%207.5%2010%207.5t1.066.434T11.5%209q0%20.127-.127.616l3.012%203.011q.144-.07.285-.098q.142-.029.33-.029t.34.029q.15.029.275.137l4.05-4.05q-.107-.125-.136-.276T19.5%208q0-.633.434-1.066Q20.367%206.5%2021%206.5t1.066.434Q22.5%207.367%2022.5%208t-.434%201.066T21%209.5q-.188%200-.34-.029q-.15-.029-.276-.137l-4.05%204.05q.108.125.137.276t.029.34q0%20.633-.434%201.066q-.433.434-1.066.434t-1.066-.434T13.5%2014q0-.188.029-.349t.137-.305l-3.012-3.011q-.144.107-.305.136q-.16.029-.349.029q-.127%200-.615-.127l-5.012%205.012q.07.144.098.285q.029.142.029.33q0%20.633-.434%201.066Q3.633%2017.5%203%2017.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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