more-time from Material Symbols Light by Google · Regular · Actions · Apache-2.0 Free for personal and commercial use.

Name
more-time
Set
Material Symbols Light
Style
Regular
Category
Actions
Viewbox
24×24
License
Apache 2.0
Aliases
more-time-outline, more-time-outline-sharp, more-time-sharp

2 other variants in Material Symbols Light

The same icon in other sets

More actions icons from Material Symbols Light

Use the more time icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.88 19.378q-1.456-.622-2.545-1.71t-1.712-2.544T3 12.003t.622-3.123t1.711-2.546q1.09-1.089 2.545-1.711T11 4q.525 0 1.013.063T13 4.25V5.3q-.5-.15-.987-.225T11 5Q8.089 5 6.044 7.044T4 12t2.044 4.956T11 19t4.956-2.044T18 11.996q0-.271-.025-.554t-.094-.557h1.011q.05.236.08.538q.028.302.028.577q0 1.667-.622 3.122t-1.71 2.545q-1.089 1.088-2.544 1.71q-1.455.623-3.121.623t-3.123-.622m6.266-3.524L10.5 12.208V7h1v4.792l3.354 3.354zM18 8.884v-3h-3v-1h3v-3h1v3h3v1h-3v3z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightMoreTime(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="M7.88 19.378q-1.456-.622-2.545-1.71t-1.712-2.544T3 12.003t.622-3.123t1.711-2.546q1.09-1.089 2.545-1.711T11 4q.525 0 1.013.063T13 4.25V5.3q-.5-.15-.987-.225T11 5Q8.089 5 6.044 7.044T4 12t2.044 4.956T11 19t4.956-2.044T18 11.996q0-.271-.025-.554t-.094-.557h1.011q.05.236.08.538q.028.302.028.577q0 1.667-.622 3.122t-1.71 2.545q-1.089 1.088-2.544 1.71q-1.455.623-3.121.623t-3.123-.622m6.266-3.524L10.5 12.208V7h1v4.792l3.354 3.354zM18 8.884v-3h-3v-1h3v-3h1v3h3v1h-3v3z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.88 19.378q-1.456-.622-2.545-1.71t-1.712-2.544T3 12.003t.622-3.123t1.711-2.546q1.09-1.089 2.545-1.711T11 4q.525 0 1.013.063T13 4.25V5.3q-.5-.15-.987-.225T11 5Q8.089 5 6.044 7.044T4 12t2.044 4.956T11 19t4.956-2.044T18 11.996q0-.271-.025-.554t-.094-.557h1.011q.05.236.08.538q.028.302.028.577q0 1.667-.622 3.122t-1.71 2.545q-1.089 1.088-2.544 1.71q-1.455.623-3.121.623t-3.123-.622m6.266-3.524L10.5 12.208V7h1v4.792l3.354 3.354zM18 8.884v-3h-3v-1h3v-3h1v3h3v1h-3v3z"/></svg>
</template>

CSS

.icon-more-time {
  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%22M7.88%2019.378q-1.456-.622-2.545-1.71t-1.712-2.544T3%2012.003t.622-3.123t1.711-2.546q1.09-1.089%202.545-1.711T11%204q.525%200%201.013.063T13%204.25V5.3q-.5-.15-.987-.225T11%205Q8.089%205%206.044%207.044T4%2012t2.044%204.956T11%2019t4.956-2.044T18%2011.996q0-.271-.025-.554t-.094-.557h1.011q.05.236.08.538q.028.302.028.577q0%201.667-.622%203.122t-1.71%202.545q-1.089%201.088-2.544%201.71q-1.455.623-3.121.623t-3.123-.622m6.266-3.524L10.5%2012.208V7h1v4.792l3.354%203.354zM18%208.884v-3h-3v-1h3v-3h1v3h3v1h-3v3z%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%22M7.88%2019.378q-1.456-.622-2.545-1.71t-1.712-2.544T3%2012.003t.622-3.123t1.711-2.546q1.09-1.089%202.545-1.711T11%204q.525%200%201.013.063T13%204.25V5.3q-.5-.15-.987-.225T11%205Q8.089%205%206.044%207.044T4%2012t2.044%204.956T11%2019t4.956-2.044T18%2011.996q0-.271-.025-.554t-.094-.557h1.011q.05.236.08.538q.028.302.028.577q0%201.667-.622%203.122t-1.71%202.545q-1.089%201.088-2.544%201.71q-1.455.623-3.121.623t-3.123-.622m6.266-3.524L10.5%2012.208V7h1v4.792l3.354%203.354zM18%208.884v-3h-3v-1h3v-3h1v3h3v1h-3v3z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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