timeline icon
timeline from Material Symbols by Google · Regular · Business · Apache-2.0 Free for personal and commercial use.
- Name
- timeline
- Set
- Material Symbols
- 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
timelineCarbontimelineFont Awesome 6 SolidtimelineFont Awesome Solidtimeline-20-filledFluent UI System IconstimelineHuge IconstimelineIconParktimelineIconPark OutlinetimelineIconPark SolidtimelineIconPark TwoTonetimelineLucidetimelineMaterial Symbols LighttimelineMaterial Design Iconstimeline-fillMingCute IcontimelinePixelarticonstimelineTabler Icons
More business icons from Material Symbols
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 18q-.825 0-1.412-.587T1 16t.588-1.412T3 14h.263q.112 0 .237.05L8.05 9.5Q8 9.375 8 9.262V9q0-.825.588-1.412T10 7t1.413.588T12 9q0 .05-.05.5l2.55 2.55q.125-.05.238-.05h.525q.112 0 .237.05l3.55-3.55Q19 8.375 19 8.262V8q0-.825.588-1.412T21 6t1.413.588T23 8t-.587 1.413T21 10h-.262q-.113 0-.238-.05l-3.55 3.55q.05.125.05.238V14q0 .825-.587 1.413T15 16t-1.412-.587T13 14v-.262q0-.113.05-.238l-2.55-2.55q-.125.05-.238.05H10q-.05 0-.5-.05L4.95 15.5q.05.125.05.238V16q0 .825-.587 1.413T3 18"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsTimeline(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 18q-.825 0-1.412-.587T1 16t.588-1.412T3 14h.263q.112 0 .237.05L8.05 9.5Q8 9.375 8 9.262V9q0-.825.588-1.412T10 7t1.413.588T12 9q0 .05-.05.5l2.55 2.55q.125-.05.238-.05h.525q.112 0 .237.05l3.55-3.55Q19 8.375 19 8.262V8q0-.825.588-1.412T21 6t1.413.588T23 8t-.587 1.413T21 10h-.262q-.113 0-.238-.05l-3.55 3.55q.05.125.05.238V14q0 .825-.587 1.413T15 16t-1.412-.587T13 14v-.262q0-.113.05-.238l-2.55-2.55q-.125.05-.238.05H10q-.05 0-.5-.05L4.95 15.5q.05.125.05.238V16q0 .825-.587 1.413T3 18"/></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 18q-.825 0-1.412-.587T1 16t.588-1.412T3 14h.263q.112 0 .237.05L8.05 9.5Q8 9.375 8 9.262V9q0-.825.588-1.412T10 7t1.413.588T12 9q0 .05-.05.5l2.55 2.55q.125-.05.238-.05h.525q.112 0 .237.05l3.55-3.55Q19 8.375 19 8.262V8q0-.825.588-1.412T21 6t1.413.588T23 8t-.587 1.413T21 10h-.262q-.113 0-.238-.05l-3.55 3.55q.05.125.05.238V14q0 .825-.587 1.413T15 16t-1.412-.587T13 14v-.262q0-.113.05-.238l-2.55-2.55q-.125.05-.238.05H10q-.05 0-.5-.05L4.95 15.5q.05.125.05.238V16q0 .825-.587 1.413T3 18"/></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%2018q-.825%200-1.412-.587T1%2016t.588-1.412T3%2014h.263q.112%200%20.237.05L8.05%209.5Q8%209.375%208%209.262V9q0-.825.588-1.412T10%207t1.413.588T12%209q0%20.05-.05.5l2.55%202.55q.125-.05.238-.05h.525q.112%200%20.237.05l3.55-3.55Q19%208.375%2019%208.262V8q0-.825.588-1.412T21%206t1.413.588T23%208t-.587%201.413T21%2010h-.262q-.113%200-.238-.05l-3.55%203.55q.05.125.05.238V14q0%20.825-.587%201.413T15%2016t-1.412-.587T13%2014v-.262q0-.113.05-.238l-2.55-2.55q-.125.05-.238.05H10q-.05%200-.5-.05L4.95%2015.5q.05.125.05.238V16q0%20.825-.587%201.413T3%2018%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%2018q-.825%200-1.412-.587T1%2016t.588-1.412T3%2014h.263q.112%200%20.237.05L8.05%209.5Q8%209.375%208%209.262V9q0-.825.588-1.412T10%207t1.413.588T12%209q0%20.05-.05.5l2.55%202.55q.125-.05.238-.05h.525q.112%200%20.237.05l3.55-3.55Q19%208.375%2019%208.262V8q0-.825.588-1.412T21%206t1.413.588T23%208t-.587%201.413T21%2010h-.262q-.113%200-.238-.05l-3.55%203.55q.05.125.05.238V14q0%20.825-.587%201.413T15%2016t-1.412-.587T13%2014v-.262q0-.113.05-.238l-2.55-2.55q-.125.05-.238.05H10q-.05%200-.5-.05L4.95%2015.5q.05.125.05.238V16q0%20.825-.587%201.413T3%2018%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/timeline.svg?color=%231a73e8&size=48