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

Name
more-time-rounded
Set
Material Symbols Light
Style
Rounded
Category
Actions
Viewbox
24×24
License
Apache 2.0

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="m11.5 11.792l3 3q.14.14.15.345t-.15.363t-.354.16t-.354-.16l-3.05-3.05q-.13-.13-.186-.274t-.056-.297V7.5q0-.213.144-.356T11.001 7t.356.144t.143.356zM18 5.885h-2.5q-.213 0-.356-.144Q15 5.597 15 5.384t.144-.356t.356-.143H18v-2.5q0-.213.144-.357t.357-.144t.356.144t.143.357v2.5h2.5q.213 0 .356.144t.144.356t-.144.356t-.356.144H19v2.5q0 .212-.144.356t-.357.143t-.356-.143T18 8.384zM7.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.275 0 .513.013t.512.062q.214 0 .357.14t.143.367q0 .207-.143.35t-.357.143q-.275 0-.509-.038T11 5Q8.089 5 6.044 7.044T4 12t2.044 4.956T11 19t4.956-2.044T18 12q0-.213.144-.356t.357-.144t.356.144T19 12q0 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-.622"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightMoreTimeRounded(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="m11.5 11.792l3 3q.14.14.15.345t-.15.363t-.354.16t-.354-.16l-3.05-3.05q-.13-.13-.186-.274t-.056-.297V7.5q0-.213.144-.356T11.001 7t.356.144t.143.356zM18 5.885h-2.5q-.213 0-.356-.144Q15 5.597 15 5.384t.144-.356t.356-.143H18v-2.5q0-.213.144-.357t.357-.144t.356.144t.143.357v2.5h2.5q.213 0 .356.144t.144.356t-.144.356t-.356.144H19v2.5q0 .212-.144.356t-.357.143t-.356-.143T18 8.384zM7.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.275 0 .513.013t.512.062q.214 0 .357.14t.143.367q0 .207-.143.35t-.357.143q-.275 0-.509-.038T11 5Q8.089 5 6.044 7.044T4 12t2.044 4.956T11 19t4.956-2.044T18 12q0-.213.144-.356t.357-.144t.356.144T19 12q0 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-.622"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m11.5 11.792l3 3q.14.14.15.345t-.15.363t-.354.16t-.354-.16l-3.05-3.05q-.13-.13-.186-.274t-.056-.297V7.5q0-.213.144-.356T11.001 7t.356.144t.143.356zM18 5.885h-2.5q-.213 0-.356-.144Q15 5.597 15 5.384t.144-.356t.356-.143H18v-2.5q0-.213.144-.357t.357-.144t.356.144t.143.357v2.5h2.5q.213 0 .356.144t.144.356t-.144.356t-.356.144H19v2.5q0 .212-.144.356t-.357.143t-.356-.143T18 8.384zM7.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.275 0 .513.013t.512.062q.214 0 .357.14t.143.367q0 .207-.143.35t-.357.143q-.275 0-.509-.038T11 5Q8.089 5 6.044 7.044T4 12t2.044 4.956T11 19t4.956-2.044T18 12q0-.213.144-.356t.357-.144t.356.144T19 12q0 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-.622"/></svg>
</template>

CSS

.icon-more-time-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%22m11.5%2011.792l3%203q.14.14.15.345t-.15.363t-.354.16t-.354-.16l-3.05-3.05q-.13-.13-.186-.274t-.056-.297V7.5q0-.213.144-.356T11.001%207t.356.144t.143.356zM18%205.885h-2.5q-.213%200-.356-.144Q15%205.597%2015%205.384t.144-.356t.356-.143H18v-2.5q0-.213.144-.357t.357-.144t.356.144t.143.357v2.5h2.5q.213%200%20.356.144t.144.356t-.144.356t-.356.144H19v2.5q0%20.212-.144.356t-.357.143t-.356-.143T18%208.384zM7.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.275%200%20.513.013t.512.062q.214%200%20.357.14t.143.367q0%20.207-.143.35t-.357.143q-.275%200-.509-.038T11%205Q8.089%205%206.044%207.044T4%2012t2.044%204.956T11%2019t4.956-2.044T18%2012q0-.213.144-.356t.357-.144t.356.144T19%2012q0%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-.622%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%22m11.5%2011.792l3%203q.14.14.15.345t-.15.363t-.354.16t-.354-.16l-3.05-3.05q-.13-.13-.186-.274t-.056-.297V7.5q0-.213.144-.356T11.001%207t.356.144t.143.356zM18%205.885h-2.5q-.213%200-.356-.144Q15%205.597%2015%205.384t.144-.356t.356-.143H18v-2.5q0-.213.144-.357t.357-.144t.356.144t.143.357v2.5h2.5q.213%200%20.356.144t.144.356t-.144.356t-.356.144H19v2.5q0%20.212-.144.356t-.357.143t-.356-.143T18%208.384zM7.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.275%200%20.513.013t.512.062q.214%200%20.357.14t.143.367q0%20.207-.143.35t-.357.143q-.275%200-.509-.038T11%205Q8.089%205%206.044%207.044T4%2012t2.044%204.956T11%2019t4.956-2.044T18%2012q0-.213.144-.356t.357-.144t.356.144T19%2012q0%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-.622%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-rounded.svg?color=%231a73e8&size=48