av timer icon
av-timer from Material Symbols by Google · Regular · Audio & Video · Apache-2.0 Free for personal and commercial use.
- Name
- av-timer
- Set
- Material Symbols
- Style
- Regular
- Category
- Audio & Video
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- av-timer-outline, av-timer-outline-sharp, av-timer-sharp
2 other variants in Material Symbols
The same icon in other sets
More audio & video icons from Material Symbols
Use the av timer icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.513 20.288q-1.638-.713-2.863-1.938t-1.937-2.863T3 12q0-1.1.25-2.137t.725-1.95t1.138-1.7T6.6 4.8l6.8 6.8L12 13L6.6 7.6q-.75.9-1.175 2.013T5 12q0 2.9 2.05 4.95T12 19t4.95-2.05T19 12q0-2.675-1.713-4.612T13 5.1V7h-2V3h1q1.85 0 3.488.713T18.35 5.65t1.938 2.863T21 12t-.712 3.488t-1.938 2.862t-2.863 1.938T12 21t-3.488-.712m-2.225-7.575Q6 12.425 6 12t.288-.712T7 11t.713.288T8 12t-.288.713T7 13t-.712-.288m5 5Q11 17.426 11 17t.288-.712T12 16t.713.288T13 17t-.288.713T12 18t-.712-.288m5-5Q16 12.425 16 12t.288-.712T17 11t.713.288T18 12t-.288.713T17 13t-.712-.288"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsAvTimer(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="M8.513 20.288q-1.638-.713-2.863-1.938t-1.937-2.863T3 12q0-1.1.25-2.137t.725-1.95t1.138-1.7T6.6 4.8l6.8 6.8L12 13L6.6 7.6q-.75.9-1.175 2.013T5 12q0 2.9 2.05 4.95T12 19t4.95-2.05T19 12q0-2.675-1.713-4.612T13 5.1V7h-2V3h1q1.85 0 3.488.713T18.35 5.65t1.938 2.863T21 12t-.712 3.488t-1.938 2.862t-2.863 1.938T12 21t-3.488-.712m-2.225-7.575Q6 12.425 6 12t.288-.712T7 11t.713.288T8 12t-.288.713T7 13t-.712-.288m5 5Q11 17.426 11 17t.288-.712T12 16t.713.288T13 17t-.288.713T12 18t-.712-.288m5-5Q16 12.425 16 12t.288-.712T17 11t.713.288T18 12t-.288.713T17 13t-.712-.288"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.513 20.288q-1.638-.713-2.863-1.938t-1.937-2.863T3 12q0-1.1.25-2.137t.725-1.95t1.138-1.7T6.6 4.8l6.8 6.8L12 13L6.6 7.6q-.75.9-1.175 2.013T5 12q0 2.9 2.05 4.95T12 19t4.95-2.05T19 12q0-2.675-1.713-4.612T13 5.1V7h-2V3h1q1.85 0 3.488.713T18.35 5.65t1.938 2.863T21 12t-.712 3.488t-1.938 2.862t-2.863 1.938T12 21t-3.488-.712m-2.225-7.575Q6 12.425 6 12t.288-.712T7 11t.713.288T8 12t-.288.713T7 13t-.712-.288m5 5Q11 17.426 11 17t.288-.712T12 16t.713.288T13 17t-.288.713T12 18t-.712-.288m5-5Q16 12.425 16 12t.288-.712T17 11t.713.288T18 12t-.288.713T17 13t-.712-.288"/></svg> </template>
CSS
.icon-av-timer {
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%22M8.513%2020.288q-1.638-.713-2.863-1.938t-1.937-2.863T3%2012q0-1.1.25-2.137t.725-1.95t1.138-1.7T6.6%204.8l6.8%206.8L12%2013L6.6%207.6q-.75.9-1.175%202.013T5%2012q0%202.9%202.05%204.95T12%2019t4.95-2.05T19%2012q0-2.675-1.713-4.612T13%205.1V7h-2V3h1q1.85%200%203.488.713T18.35%205.65t1.938%202.863T21%2012t-.712%203.488t-1.938%202.862t-2.863%201.938T12%2021t-3.488-.712m-2.225-7.575Q6%2012.425%206%2012t.288-.712T7%2011t.713.288T8%2012t-.288.713T7%2013t-.712-.288m5%205Q11%2017.426%2011%2017t.288-.712T12%2016t.713.288T13%2017t-.288.713T12%2018t-.712-.288m5-5Q16%2012.425%2016%2012t.288-.712T17%2011t.713.288T18%2012t-.288.713T17%2013t-.712-.288%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%22M8.513%2020.288q-1.638-.713-2.863-1.938t-1.937-2.863T3%2012q0-1.1.25-2.137t.725-1.95t1.138-1.7T6.6%204.8l6.8%206.8L12%2013L6.6%207.6q-.75.9-1.175%202.013T5%2012q0%202.9%202.05%204.95T12%2019t4.95-2.05T19%2012q0-2.675-1.713-4.612T13%205.1V7h-2V3h1q1.85%200%203.488.713T18.35%205.65t1.938%202.863T21%2012t-.712%203.488t-1.938%202.862t-2.863%201.938T12%2021t-3.488-.712m-2.225-7.575Q6%2012.425%206%2012t.288-.712T7%2011t.713.288T8%2012t-.288.713T7%2013t-.712-.288m5%205Q11%2017.426%2011%2017t.288-.712T12%2016t.713.288T13%2017t-.288.713T12%2018t-.712-.288m5-5Q16%2012.425%2016%2012t.288-.712T17%2011t.713.288T18%2012t-.288.713T17%2013t-.712-.288%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/av-timer.svg?color=%231a73e8&size=48