avg time icon
avg-time-rounded from Material Symbols by Google · Rounded · Activities · Apache-2.0 Free for personal and commercial use.
- Name
- avg-time-rounded
- Set
- Material Symbols
- Style
- 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="M10 3q-.425 0-.712-.288T9 2t.288-.712T10 1h4q.425 0 .713.288T15 2t-.288.713T14 3zm0 11.75l-1.1-2.2q-.125-.275-.375-.413T8 12H3.05q.375-3.375 2.925-5.687T12 4q1.55 0 2.975.5t2.675 1.45l.7-.7q.275-.275.7-.288t.7.288q.275.275.275.7t-.275.7l-.7.7q.8 1.05 1.275 2.213T20.95 12h-4.325L14.9 8.55q-.275-.575-.9-.575t-.9.575zM12 22q-3.475 0-6.025-2.312T3.05 14h4.325L9.1 17.45q.275.575.9.575t.9-.575l3.1-6.2l1.1 2.2q.125.275.375.413T16 14h4.95q-.375 3.375-2.912 5.687T12 22"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsAvgTimeRounded(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="M10 3q-.425 0-.712-.288T9 2t.288-.712T10 1h4q.425 0 .713.288T15 2t-.288.713T14 3zm0 11.75l-1.1-2.2q-.125-.275-.375-.413T8 12H3.05q.375-3.375 2.925-5.687T12 4q1.55 0 2.975.5t2.675 1.45l.7-.7q.275-.275.7-.288t.7.288q.275.275.275.7t-.275.7l-.7.7q.8 1.05 1.275 2.213T20.95 12h-4.325L14.9 8.55q-.275-.575-.9-.575t-.9.575zM12 22q-3.475 0-6.025-2.312T3.05 14h4.325L9.1 17.45q.275.575.9.575t.9-.575l3.1-6.2l1.1 2.2q.125.275.375.413T16 14h4.95q-.375 3.375-2.912 5.687T12 22"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10 3q-.425 0-.712-.288T9 2t.288-.712T10 1h4q.425 0 .713.288T15 2t-.288.713T14 3zm0 11.75l-1.1-2.2q-.125-.275-.375-.413T8 12H3.05q.375-3.375 2.925-5.687T12 4q1.55 0 2.975.5t2.675 1.45l.7-.7q.275-.275.7-.288t.7.288q.275.275.275.7t-.275.7l-.7.7q.8 1.05 1.275 2.213T20.95 12h-4.325L14.9 8.55q-.275-.575-.9-.575t-.9.575zM12 22q-3.475 0-6.025-2.312T3.05 14h4.325L9.1 17.45q.275.575.9.575t.9-.575l3.1-6.2l1.1 2.2q.125.275.375.413T16 14h4.95q-.375 3.375-2.912 5.687T12 22"/></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%22M10%203q-.425%200-.712-.288T9%202t.288-.712T10%201h4q.425%200%20.713.288T15%202t-.288.713T14%203zm0%2011.75l-1.1-2.2q-.125-.275-.375-.413T8%2012H3.05q.375-3.375%202.925-5.687T12%204q1.55%200%202.975.5t2.675%201.45l.7-.7q.275-.275.7-.288t.7.288q.275.275.275.7t-.275.7l-.7.7q.8%201.05%201.275%202.213T20.95%2012h-4.325L14.9%208.55q-.275-.575-.9-.575t-.9.575zM12%2022q-3.475%200-6.025-2.312T3.05%2014h4.325L9.1%2017.45q.275.575.9.575t.9-.575l3.1-6.2l1.1%202.2q.125.275.375.413T16%2014h4.95q-.375%203.375-2.912%205.687T12%2022%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%22M10%203q-.425%200-.712-.288T9%202t.288-.712T10%201h4q.425%200%20.713.288T15%202t-.288.713T14%203zm0%2011.75l-1.1-2.2q-.125-.275-.375-.413T8%2012H3.05q.375-3.375%202.925-5.687T12%204q1.55%200%202.975.5t2.675%201.45l.7-.7q.275-.275.7-.288t.7.288q.275.275.275.7t-.275.7l-.7.7q.8%201.05%201.275%202.213T20.95%2012h-4.325L14.9%208.55q-.275-.575-.9-.575t-.9.575zM12%2022q-3.475%200-6.025-2.312T3.05%2014h4.325L9.1%2017.45q.275.575.9.575t.9-.575l3.1-6.2l1.1%202.2q.125.275.375.413T16%2014h4.95q-.375%203.375-2.912%205.687T12%2022%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-rounded.svg?color=%231a73e8&size=48