Timelie Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Timelie icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/348559.svg" alt="Timelie icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/348559.svg" alt="Timelie icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/348559.svg" alt="Timelie icon" :width="24" :height="24" />
CSS background
.icon-timelie {
background-image: url('https://proicons.com/icon/348559.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.k{fill:#fff;}.l{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="d" class="l" d="M10.5057,6v36l30.9885-18L10.5057,6Z"/><path id="e" class="l" d="M14.5057,14v20l17-10L14.5057,14Z"/><path id="f" class="l" d="M14.5057,14l8.8696,14.7826"/><path id="g" class="l" d="M23.3753,19.2174l-8.8696,14.7826"/><path id="h" class="l" d="M31.5057,24H14.5057"/><circle id="i" class="k" cx="20.5057" cy="20" r=".75"/><circle id="j" class="k" cx="20.5057" cy="28" r=".75"/></svg>
Copied!