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

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

5 other variants in Material Symbols Light

The same icon in other sets

More activities icons from Material Symbols Light

Use the avg time icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.885 2.5q-.214 0-.357-.143q-.144-.144-.144-.357t.144-.357t.357-.143h4.23q.214 0 .357.143q.144.144.144.357t-.144.357q-.143.143-.356.143zM10 15.866L8.439 12.78q-.068-.14-.183-.21Q8.14 12.5 8 12.5H4.012q.182-3.164 2.482-5.332T12 5q1.454 0 2.812.52t2.492 1.469l.738-.739q.16-.16.354-.162t.354.162q.16.14.16.344t-.16.364l-.738.738q.857 1.031 1.38 2.251q.524 1.22.597 2.553h-3.672l-1.86-3.72q-.14-.286-.447-.286q-.308 0-.448.287zM12 21q-3.206 0-5.506-2.178T4.012 13.5h3.67l1.86 3.72q.14.286.449.296q.307.009.448-.277L14 10.135l1.562 3.084q.067.14.182.21q.116.071.256.071h3.989q-.183 3.144-2.48 5.322T12 21"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightAvgTimeRounded(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="M9.885 2.5q-.214 0-.357-.143q-.144-.144-.144-.357t.144-.357t.357-.143h4.23q.214 0 .357.143q.144.144.144.357t-.144.357q-.143.143-.356.143zM10 15.866L8.439 12.78q-.068-.14-.183-.21Q8.14 12.5 8 12.5H4.012q.182-3.164 2.482-5.332T12 5q1.454 0 2.812.52t2.492 1.469l.738-.739q.16-.16.354-.162t.354.162q.16.14.16.344t-.16.364l-.738.738q.857 1.031 1.38 2.251q.524 1.22.597 2.553h-3.672l-1.86-3.72q-.14-.286-.447-.286q-.308 0-.448.287zM12 21q-3.206 0-5.506-2.178T4.012 13.5h3.67l1.86 3.72q.14.286.449.296q.307.009.448-.277L14 10.135l1.562 3.084q.067.14.182.21q.116.071.256.071h3.989q-.183 3.144-2.48 5.322T12 21"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.885 2.5q-.214 0-.357-.143q-.144-.144-.144-.357t.144-.357t.357-.143h4.23q.214 0 .357.143q.144.144.144.357t-.144.357q-.143.143-.356.143zM10 15.866L8.439 12.78q-.068-.14-.183-.21Q8.14 12.5 8 12.5H4.012q.182-3.164 2.482-5.332T12 5q1.454 0 2.812.52t2.492 1.469l.738-.739q.16-.16.354-.162t.354.162q.16.14.16.344t-.16.364l-.738.738q.857 1.031 1.38 2.251q.524 1.22.597 2.553h-3.672l-1.86-3.72q-.14-.286-.447-.286q-.308 0-.448.287zM12 21q-3.206 0-5.506-2.178T4.012 13.5h3.67l1.86 3.72q.14.286.449.296q.307.009.448-.277L14 10.135l1.562 3.084q.067.14.182.21q.116.071.256.071h3.989q-.183 3.144-2.48 5.322T12 21"/></svg>
</template>

CSS

.icon-avg-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%22M9.885%202.5q-.214%200-.357-.143q-.144-.144-.144-.357t.144-.357t.357-.143h4.23q.214%200%20.357.143q.144.144.144.357t-.144.357q-.143.143-.356.143zM10%2015.866L8.439%2012.78q-.068-.14-.183-.21Q8.14%2012.5%208%2012.5H4.012q.182-3.164%202.482-5.332T12%205q1.454%200%202.812.52t2.492%201.469l.738-.739q.16-.16.354-.162t.354.162q.16.14.16.344t-.16.364l-.738.738q.857%201.031%201.38%202.251q.524%201.22.597%202.553h-3.672l-1.86-3.72q-.14-.286-.447-.286q-.308%200-.448.287zM12%2021q-3.206%200-5.506-2.178T4.012%2013.5h3.67l1.86%203.72q.14.286.449.296q.307.009.448-.277L14%2010.135l1.562%203.084q.067.14.182.21q.116.071.256.071h3.989q-.183%203.144-2.48%205.322T12%2021%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%22M9.885%202.5q-.214%200-.357-.143q-.144-.144-.144-.357t.144-.357t.357-.143h4.23q.214%200%20.357.143q.144.144.144.357t-.144.357q-.143.143-.356.143zM10%2015.866L8.439%2012.78q-.068-.14-.183-.21Q8.14%2012.5%208%2012.5H4.012q.182-3.164%202.482-5.332T12%205q1.454%200%202.812.52t2.492%201.469l.738-.739q.16-.16.354-.162t.354.162q.16.14.16.344t-.16.364l-.738.738q.857%201.031%201.38%202.251q.524%201.22.597%202.553h-3.672l-1.86-3.72q-.14-.286-.447-.286q-.308%200-.448.287zM12%2021q-3.206%200-5.506-2.178T4.012%2013.5h3.67l1.86%203.72q.14.286.449.296q.307.009.448-.277L14%2010.135l1.562%203.084q.067.14.182.21q.116.071.256.071h3.989q-.183%203.144-2.48%205.322T12%2021%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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