timer arrow up icon
timer-arrow-up-outline-rounded from Material Symbols by Google · Outline Rounded · UI Actions · Apache-2.0 Free for personal and commercial use.
- Name
- timer-arrow-up-outline-rounded
- Set
- Material Symbols
- Style
- Outline Rounded
- Category
- UI Actions
- Viewbox
- 24×24
- License
- Apache 2.0
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.137l.35-.35q.275-.275.687-.288t.713.288q.275.275.275.7t-.275.7l-.35.35q.725.95 1.138 2.113T16 12.5q0 3.125-2.187 5.313T8.5 20t-5.312-2.187M7 4q-.425 0-.712-.288T6 3t.288-.712T7 2h3q.425 0 .713.288T11 3t-.288.713T10 4zm5.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-3.187-3.187q.287-.288.287-.713v-3q0-.425-.288-.712T8.5 8.5t-.712.288T7.5 9.5v3q0 .425.288.713t.712.287t.713-.288M18.5 7.8l-.6.6q-.275.275-.7.275t-.7-.275t-.275-.7t.275-.7l2.3-2.3q.3-.3.7-.3t.7.3L22.5 7q.275.3.275.713t-.3.687t-.712.288t-.688-.288l-.575-.575V19q0 .425-.287.713T19.5 20t-.712-.288T18.5 19z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsTimerArrowUpOutlineRounded(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.137l.35-.35q.275-.275.687-.288t.713.288q.275.275.275.7t-.275.7l-.35.35q.725.95 1.138 2.113T16 12.5q0 3.125-2.187 5.313T8.5 20t-5.312-2.187M7 4q-.425 0-.712-.288T6 3t.288-.712T7 2h3q.425 0 .713.288T11 3t-.288.713T10 4zm5.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-3.187-3.187q.287-.288.287-.713v-3q0-.425-.288-.712T8.5 8.5t-.712.288T7.5 9.5v3q0 .425.288.713t.712.287t.713-.288M18.5 7.8l-.6.6q-.275.275-.7.275t-.7-.275t-.275-.7t.275-.7l2.3-2.3q.3-.3.7-.3t.7.3L22.5 7q.275.3.275.713t-.3.687t-.712.288t-.688-.288l-.575-.575V19q0 .425-.287.713T19.5 20t-.712-.288T18.5 19z"/></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.137l.35-.35q.275-.275.687-.288t.713.288q.275.275.275.7t-.275.7l-.35.35q.725.95 1.138 2.113T16 12.5q0 3.125-2.187 5.313T8.5 20t-5.312-2.187M7 4q-.425 0-.712-.288T6 3t.288-.712T7 2h3q.425 0 .713.288T11 3t-.288.713T10 4zm5.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-3.187-3.187q.287-.288.287-.713v-3q0-.425-.288-.712T8.5 8.5t-.712.288T7.5 9.5v3q0 .425.288.713t.712.287t.713-.288M18.5 7.8l-.6.6q-.275.275-.7.275t-.7-.275t-.275-.7t.275-.7l2.3-2.3q.3-.3.7-.3t.7.3L22.5 7q.275.3.275.713t-.3.687t-.712.288t-.688-.288l-.575-.575V19q0 .425-.287.713T19.5 20t-.712-.288T18.5 19z"/></svg> </template>
CSS
.icon-timer-arrow-up-outline-rounded {
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.137l.35-.35q.275-.275.687-.288t.713.288q.275.275.275.7t-.275.7l-.35.35q.725.95%201.138%202.113T16%2012.5q0%203.125-2.187%205.313T8.5%2020t-5.312-2.187M7%204q-.425%200-.712-.288T6%203t.288-.712T7%202h3q.425%200%20.713.288T11%203t-.288.713T10%204zm5.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-3.187-3.187q.287-.288.287-.713v-3q0-.425-.288-.712T8.5%208.5t-.712.288T7.5%209.5v3q0%20.425.288.713t.712.287t.713-.288M18.5%207.8l-.6.6q-.275.275-.7.275t-.7-.275t-.275-.7t.275-.7l2.3-2.3q.3-.3.7-.3t.7.3L22.5%207q.275.3.275.713t-.3.687t-.712.288t-.688-.288l-.575-.575V19q0%20.425-.287.713T19.5%2020t-.712-.288T18.5%2019z%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.137l.35-.35q.275-.275.687-.288t.713.288q.275.275.275.7t-.275.7l-.35.35q.725.95%201.138%202.113T16%2012.5q0%203.125-2.187%205.313T8.5%2020t-5.312-2.187M7%204q-.425%200-.712-.288T6%203t.288-.712T7%202h3q.425%200%20.713.288T11%203t-.288.713T10%204zm5.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-3.187-3.187q.287-.288.287-.713v-3q0-.425-.288-.712T8.5%208.5t-.712.288T7.5%209.5v3q0%20.425.288.713t.712.287t.713-.288M18.5%207.8l-.6.6q-.275.275-.7.275t-.7-.275t-.275-.7t.275-.7l2.3-2.3q.3-.3.7-.3t.7.3L22.5%207q.275.3.275.713t-.3.687t-.712.288t-.688-.288l-.575-.575V19q0%20.425-.287.713T19.5%2020t-.712-.288T18.5%2019z%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-outline-rounded.svg?color=%231a73e8&size=48