timer arrow down icon

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

Name
timer-arrow-down-outline
Set
Material Symbols
Style
Outline
Category
UI Actions
Viewbox
24×24
License
Apache 2.0
Aliases
timer-arrow-down-outline-sharp

3 other variants in Material Symbols

The same icon in other sets

More ui actions icons from Material Symbols

Use the timer arrow down 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.187M19.5 20L16 16.5l1.4-1.4l1.1 1.1V4h2v12.175l1.075-1.075L23 16.5zM6 4V2h5v2zm6.4 12.4q1.6-1.6 1.6-3.9t-1.6-3.9T8.5 7T4.6 8.6T3 12.5t1.6 3.9T8.5 18t3.9-1.6m-4.9-2.9h2v-5h-2zm1-1"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsTimerArrowDownOutline(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.187M19.5 20L16 16.5l1.4-1.4l1.1 1.1V4h2v12.175l1.075-1.075L23 16.5zM6 4V2h5v2zm6.4 12.4q1.6-1.6 1.6-3.9t-1.6-3.9T8.5 7T4.6 8.6T3 12.5t1.6 3.9T8.5 18t3.9-1.6m-4.9-2.9h2v-5h-2zm1-1"/></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.187M19.5 20L16 16.5l1.4-1.4l1.1 1.1V4h2v12.175l1.075-1.075L23 16.5zM6 4V2h5v2zm6.4 12.4q1.6-1.6 1.6-3.9t-1.6-3.9T8.5 7T4.6 8.6T3 12.5t1.6 3.9T8.5 18t3.9-1.6m-4.9-2.9h2v-5h-2zm1-1"/></svg>
</template>

CSS

.icon-timer-arrow-down-outline {
  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.187M19.5%2020L16%2016.5l1.4-1.4l1.1%201.1V4h2v12.175l1.075-1.075L23%2016.5zM6%204V2h5v2zm6.4%2012.4q1.6-1.6%201.6-3.9t-1.6-3.9T8.5%207T4.6%208.6T3%2012.5t1.6%203.9T8.5%2018t3.9-1.6m-4.9-2.9h2v-5h-2zm1-1%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.187M19.5%2020L16%2016.5l1.4-1.4l1.1%201.1V4h2v12.175l1.075-1.075L23%2016.5zM6%204V2h5v2zm6.4%2012.4q1.6-1.6%201.6-3.9t-1.6-3.9T8.5%207T4.6%208.6T3%2012.5t1.6%203.9T8.5%2018t3.9-1.6m-4.9-2.9h2v-5h-2zm1-1%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-down-outline.svg?color=%231a73e8&size=48