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

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

5 other variants in Material Symbols

The same icon in other sets

More activities icons from Material Symbols

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="M5.075 12H8q.275 0 .525.138t.375.412l1.1 2.2l3.1-6.2q.275-.575.9-.575t.9.575L16.625 12h2.3Q18.55 9.45 16.6 7.725T12 6T7.4 7.725T5.075 12M16.6 18.275Q18.55 16.55 18.925 14H16q-.275 0-.525-.137t-.375-.413l-1.1-2.2l-3.1 6.2q-.275.575-.9.575t-.9-.575L7.375 14h-2.3q.375 2.55 2.325 4.275T12 20t4.6-1.725m-8.087 3.013q-1.638-.713-2.863-1.938t-1.937-2.863T3 13h2q0 2.9 2.05 4.95T12 20t4.95-2.05T19 13h2q0 1.85-.712 3.488T18.35 19.35t-2.863 1.938T12 22t-3.488-.712M3 13q0-1.85.713-3.488T5.65 6.65t2.863-1.937T12 4q1.55 0 2.975.5t2.675 1.45l.7-.7q.275-.275.7-.275t.7.275t.275.7t-.275.7l-.7.7Q20 8.6 20.5 10.025T21 13h-2q0-2.9-2.05-4.95T12 6T7.05 8.05T5 13zm7-10q-.425 0-.712-.288T9 2t.288-.712T10 1h4q.425 0 .713.288T15 2t-.288.713T14 3zM7.05 17.95Q5 15.9 5 13t2.05-4.95T12 6t4.95 2.05T19 13t-2.05 4.95T12 20t-4.95-2.05M12 13"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsAvgTimeOutlineRounded(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="M5.075 12H8q.275 0 .525.138t.375.412l1.1 2.2l3.1-6.2q.275-.575.9-.575t.9.575L16.625 12h2.3Q18.55 9.45 16.6 7.725T12 6T7.4 7.725T5.075 12M16.6 18.275Q18.55 16.55 18.925 14H16q-.275 0-.525-.137t-.375-.413l-1.1-2.2l-3.1 6.2q-.275.575-.9.575t-.9-.575L7.375 14h-2.3q.375 2.55 2.325 4.275T12 20t4.6-1.725m-8.087 3.013q-1.638-.713-2.863-1.938t-1.937-2.863T3 13h2q0 2.9 2.05 4.95T12 20t4.95-2.05T19 13h2q0 1.85-.712 3.488T18.35 19.35t-2.863 1.938T12 22t-3.488-.712M3 13q0-1.85.713-3.488T5.65 6.65t2.863-1.937T12 4q1.55 0 2.975.5t2.675 1.45l.7-.7q.275-.275.7-.275t.7.275t.275.7t-.275.7l-.7.7Q20 8.6 20.5 10.025T21 13h-2q0-2.9-2.05-4.95T12 6T7.05 8.05T5 13zm7-10q-.425 0-.712-.288T9 2t.288-.712T10 1h4q.425 0 .713.288T15 2t-.288.713T14 3zM7.05 17.95Q5 15.9 5 13t2.05-4.95T12 6t4.95 2.05T19 13t-2.05 4.95T12 20t-4.95-2.05M12 13"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.075 12H8q.275 0 .525.138t.375.412l1.1 2.2l3.1-6.2q.275-.575.9-.575t.9.575L16.625 12h2.3Q18.55 9.45 16.6 7.725T12 6T7.4 7.725T5.075 12M16.6 18.275Q18.55 16.55 18.925 14H16q-.275 0-.525-.137t-.375-.413l-1.1-2.2l-3.1 6.2q-.275.575-.9.575t-.9-.575L7.375 14h-2.3q.375 2.55 2.325 4.275T12 20t4.6-1.725m-8.087 3.013q-1.638-.713-2.863-1.938t-1.937-2.863T3 13h2q0 2.9 2.05 4.95T12 20t4.95-2.05T19 13h2q0 1.85-.712 3.488T18.35 19.35t-2.863 1.938T12 22t-3.488-.712M3 13q0-1.85.713-3.488T5.65 6.65t2.863-1.937T12 4q1.55 0 2.975.5t2.675 1.45l.7-.7q.275-.275.7-.275t.7.275t.275.7t-.275.7l-.7.7Q20 8.6 20.5 10.025T21 13h-2q0-2.9-2.05-4.95T12 6T7.05 8.05T5 13zm7-10q-.425 0-.712-.288T9 2t.288-.712T10 1h4q.425 0 .713.288T15 2t-.288.713T14 3zM7.05 17.95Q5 15.9 5 13t2.05-4.95T12 6t4.95 2.05T19 13t-2.05 4.95T12 20t-4.95-2.05M12 13"/></svg>
</template>

CSS

.icon-avg-time-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%22M5.075%2012H8q.275%200%20.525.138t.375.412l1.1%202.2l3.1-6.2q.275-.575.9-.575t.9.575L16.625%2012h2.3Q18.55%209.45%2016.6%207.725T12%206T7.4%207.725T5.075%2012M16.6%2018.275Q18.55%2016.55%2018.925%2014H16q-.275%200-.525-.137t-.375-.413l-1.1-2.2l-3.1%206.2q-.275.575-.9.575t-.9-.575L7.375%2014h-2.3q.375%202.55%202.325%204.275T12%2020t4.6-1.725m-8.087%203.013q-1.638-.713-2.863-1.938t-1.937-2.863T3%2013h2q0%202.9%202.05%204.95T12%2020t4.95-2.05T19%2013h2q0%201.85-.712%203.488T18.35%2019.35t-2.863%201.938T12%2022t-3.488-.712M3%2013q0-1.85.713-3.488T5.65%206.65t2.863-1.937T12%204q1.55%200%202.975.5t2.675%201.45l.7-.7q.275-.275.7-.275t.7.275t.275.7t-.275.7l-.7.7Q20%208.6%2020.5%2010.025T21%2013h-2q0-2.9-2.05-4.95T12%206T7.05%208.05T5%2013zm7-10q-.425%200-.712-.288T9%202t.288-.712T10%201h4q.425%200%20.713.288T15%202t-.288.713T14%203zM7.05%2017.95Q5%2015.9%205%2013t2.05-4.95T12%206t4.95%202.05T19%2013t-2.05%204.95T12%2020t-4.95-2.05M12%2013%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%22M5.075%2012H8q.275%200%20.525.138t.375.412l1.1%202.2l3.1-6.2q.275-.575.9-.575t.9.575L16.625%2012h2.3Q18.55%209.45%2016.6%207.725T12%206T7.4%207.725T5.075%2012M16.6%2018.275Q18.55%2016.55%2018.925%2014H16q-.275%200-.525-.137t-.375-.413l-1.1-2.2l-3.1%206.2q-.275.575-.9.575t-.9-.575L7.375%2014h-2.3q.375%202.55%202.325%204.275T12%2020t4.6-1.725m-8.087%203.013q-1.638-.713-2.863-1.938t-1.937-2.863T3%2013h2q0%202.9%202.05%204.95T12%2020t4.95-2.05T19%2013h2q0%201.85-.712%203.488T18.35%2019.35t-2.863%201.938T12%2022t-3.488-.712M3%2013q0-1.85.713-3.488T5.65%206.65t2.863-1.937T12%204q1.55%200%202.975.5t2.675%201.45l.7-.7q.275-.275.7-.275t.7.275t.275.7t-.275.7l-.7.7Q20%208.6%2020.5%2010.025T21%2013h-2q0-2.9-2.05-4.95T12%206T7.05%208.05T5%2013zm7-10q-.425%200-.712-.288T9%202t.288-.712T10%201h4q.425%200%20.713.288T15%202t-.288.713T14%203zM7.05%2017.95Q5%2015.9%205%2013t2.05-4.95T12%206t4.95%202.05T19%2013t-2.05%204.95T12%2020t-4.95-2.05M12%2013%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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