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

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

1 other variant in Material Symbols

The same icon in other sets

More actions icons from Material Symbols

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.488 20.3q-1.638-.7-2.863-1.925T2.7 15.512T2 12t.7-3.512t1.925-2.863T7.488 3.7T11 3q.525 0 1.013.063T13 3.25V5.3q-.5-.15-.987-.225T11 5Q8.05 5 6.025 7.025T4 12t2.025 4.975T11 19t4.975-2.025T18 12q0-.275-.025-.5T17.9 11h2.05q.05.275.05.5v.5q0 1.875-.7 3.513t-1.925 2.862t-2.863 1.925T11 21t-3.512-.7m6.312-4.1L10 12.4V7h2v4.6l3.2 3.2zM18 9V6h-3V4h3V1h2v3h3v2h-3v3z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsMoreTime(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.488 20.3q-1.638-.7-2.863-1.925T2.7 15.512T2 12t.7-3.512t1.925-2.863T7.488 3.7T11 3q.525 0 1.013.063T13 3.25V5.3q-.5-.15-.987-.225T11 5Q8.05 5 6.025 7.025T4 12t2.025 4.975T11 19t4.975-2.025T18 12q0-.275-.025-.5T17.9 11h2.05q.05.275.05.5v.5q0 1.875-.7 3.513t-1.925 2.862t-2.863 1.925T11 21t-3.512-.7m6.312-4.1L10 12.4V7h2v4.6l3.2 3.2zM18 9V6h-3V4h3V1h2v3h3v2h-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.488 20.3q-1.638-.7-2.863-1.925T2.7 15.512T2 12t.7-3.512t1.925-2.863T7.488 3.7T11 3q.525 0 1.013.063T13 3.25V5.3q-.5-.15-.987-.225T11 5Q8.05 5 6.025 7.025T4 12t2.025 4.975T11 19t4.975-2.025T18 12q0-.275-.025-.5T17.9 11h2.05q.05.275.05.5v.5q0 1.875-.7 3.513t-1.925 2.862t-2.863 1.925T11 21t-3.512-.7m6.312-4.1L10 12.4V7h2v4.6l3.2 3.2zM18 9V6h-3V4h3V1h2v3h3v2h-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.488%2020.3q-1.638-.7-2.863-1.925T2.7%2015.512T2%2012t.7-3.512t1.925-2.863T7.488%203.7T11%203q.525%200%201.013.063T13%203.25V5.3q-.5-.15-.987-.225T11%205Q8.05%205%206.025%207.025T4%2012t2.025%204.975T11%2019t4.975-2.025T18%2012q0-.275-.025-.5T17.9%2011h2.05q.05.275.05.5v.5q0%201.875-.7%203.513t-1.925%202.862t-2.863%201.925T11%2021t-3.512-.7m6.312-4.1L10%2012.4V7h2v4.6l3.2%203.2zM18%209V6h-3V4h3V1h2v3h3v2h-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.488%2020.3q-1.638-.7-2.863-1.925T2.7%2015.512T2%2012t.7-3.512t1.925-2.863T7.488%203.7T11%203q.525%200%201.013.063T13%203.25V5.3q-.5-.15-.987-.225T11%205Q8.05%205%206.025%207.025T4%2012t2.025%204.975T11%2019t4.975-2.025T18%2012q0-.275-.025-.5T17.9%2011h2.05q.05.275.05.5v.5q0%201.875-.7%203.513t-1.925%202.862t-2.863%201.925T11%2021t-3.512-.7m6.312-4.1L10%2012.4V7h2v4.6l3.2%203.2zM18%209V6h-3V4h3V1h2v3h3v2h-3v3z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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