timer arrow up icon

timer-arrow-up from Material Symbols by Google · Regular · UI Actions · Apache-2.0 Free for personal and commercial use.

Name
timer-arrow-up
Set
Material Symbols
Style
Regular
Category
UI Actions
Viewbox
24×24
License
Apache 2.0
Aliases
timer-arrow-up-sharp

3 other variants in Material Symbols

The same icon in other sets

More ui actions icons from Material Symbols

Use the timer arrow up icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.188 17.813Q1 15.625 1 12.5t2.188-5.312T8.5 5q1.3 0 2.45.413t2.1 1.137L14.1 5.5l1.4 1.4l-1.05 1.05q.725.95 1.138 2.113T16 12.5q0 3.125-2.187 5.313T8.5 20t-5.312-2.187M18.5 20V7.8l-1.1 1.1L16 7.5L19.5 4L23 7.5l-1.425 1.4L20.5 7.825V20zM6 4V2h5v2zm1.5 9.5h2v-5h-2z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsTimerArrowUp(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.188 17.813Q1 15.625 1 12.5t2.188-5.312T8.5 5q1.3 0 2.45.413t2.1 1.137L14.1 5.5l1.4 1.4l-1.05 1.05q.725.95 1.138 2.113T16 12.5q0 3.125-2.187 5.313T8.5 20t-5.312-2.187M18.5 20V7.8l-1.1 1.1L16 7.5L19.5 4L23 7.5l-1.425 1.4L20.5 7.825V20zM6 4V2h5v2zm1.5 9.5h2v-5h-2z"/></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.188 17.813Q1 15.625 1 12.5t2.188-5.312T8.5 5q1.3 0 2.45.413t2.1 1.137L14.1 5.5l1.4 1.4l-1.05 1.05q.725.95 1.138 2.113T16 12.5q0 3.125-2.187 5.313T8.5 20t-5.312-2.187M18.5 20V7.8l-1.1 1.1L16 7.5L19.5 4L23 7.5l-1.425 1.4L20.5 7.825V20zM6 4V2h5v2zm1.5 9.5h2v-5h-2z"/></svg>
</template>

CSS

.icon-timer-arrow-up {
  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.188%2017.813Q1%2015.625%201%2012.5t2.188-5.312T8.5%205q1.3%200%202.45.413t2.1%201.137L14.1%205.5l1.4%201.4l-1.05%201.05q.725.95%201.138%202.113T16%2012.5q0%203.125-2.187%205.313T8.5%2020t-5.312-2.187M18.5%2020V7.8l-1.1%201.1L16%207.5L19.5%204L23%207.5l-1.425%201.4L20.5%207.825V20zM6%204V2h5v2zm1.5%209.5h2v-5h-2z%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.188%2017.813Q1%2015.625%201%2012.5t2.188-5.312T8.5%205q1.3%200%202.45.413t2.1%201.137L14.1%205.5l1.4%201.4l-1.05%201.05q.725.95%201.138%202.113T16%2012.5q0%203.125-2.187%205.313T8.5%2020t-5.312-2.187M18.5%2020V7.8l-1.1%201.1L16%207.5L19.5%204L23%207.5l-1.425%201.4L20.5%207.825V20zM6%204V2h5v2zm1.5%209.5h2v-5h-2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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