auto timer icon
auto-timer-outline from Material Symbols by Google · Outline · Apache-2.0 Free for personal and commercial use.
- Name
- auto-timer-outline
- Set
- Material Symbols
- Style
- Outline
- Viewbox
- 24×24
- License
- Apache 2.0
3 other variants in Material Symbols
Related icons in Material Symbols
Use the auto timer icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m12 8l-1.55 3.45L7 13l3.45 1.55L12 18l1.55-3.45L17 13l-3.45-1.55L12 8ZM9 3V1h6v2H9Zm3 19q-1.85 0-3.488-.713T5.65 19.35q-1.225-1.225-1.938-2.863T3 13q0-1.85.713-3.488T5.65 6.65q1.225-1.225 2.863-1.938T12 4q1.55 0 2.975.5t2.675 1.45l1.4-1.4l1.4 1.4l-1.4 1.4Q20 8.6 20.5 10.025T21 13q0 1.85-.713 3.488T18.35 19.35q-1.225 1.225-2.863 1.938T12 22Zm0-2q2.9 0 4.95-2.05T19 13q0-2.9-2.05-4.95T12 6Q9.1 6 7.05 8.05T5 13q0 2.9 2.05 4.95T12 20Zm0-7Z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsAutoTimerOutline(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="m12 8l-1.55 3.45L7 13l3.45 1.55L12 18l1.55-3.45L17 13l-3.45-1.55L12 8ZM9 3V1h6v2H9Zm3 19q-1.85 0-3.488-.713T5.65 19.35q-1.225-1.225-1.938-2.863T3 13q0-1.85.713-3.488T5.65 6.65q1.225-1.225 2.863-1.938T12 4q1.55 0 2.975.5t2.675 1.45l1.4-1.4l1.4 1.4l-1.4 1.4Q20 8.6 20.5 10.025T21 13q0 1.85-.713 3.488T18.35 19.35q-1.225 1.225-2.863 1.938T12 22Zm0-2q2.9 0 4.95-2.05T19 13q0-2.9-2.05-4.95T12 6Q9.1 6 7.05 8.05T5 13q0 2.9 2.05 4.95T12 20Zm0-7Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m12 8l-1.55 3.45L7 13l3.45 1.55L12 18l1.55-3.45L17 13l-3.45-1.55L12 8ZM9 3V1h6v2H9Zm3 19q-1.85 0-3.488-.713T5.65 19.35q-1.225-1.225-1.938-2.863T3 13q0-1.85.713-3.488T5.65 6.65q1.225-1.225 2.863-1.938T12 4q1.55 0 2.975.5t2.675 1.45l1.4-1.4l1.4 1.4l-1.4 1.4Q20 8.6 20.5 10.025T21 13q0 1.85-.713 3.488T18.35 19.35q-1.225 1.225-2.863 1.938T12 22Zm0-2q2.9 0 4.95-2.05T19 13q0-2.9-2.05-4.95T12 6Q9.1 6 7.05 8.05T5 13q0 2.9 2.05 4.95T12 20Zm0-7Z"/></svg> </template>
CSS
.icon-auto-timer-outline {
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%22m12%208l-1.55%203.45L7%2013l3.45%201.55L12%2018l1.55-3.45L17%2013l-3.45-1.55L12%208ZM9%203V1h6v2H9Zm3%2019q-1.85%200-3.488-.713T5.65%2019.35q-1.225-1.225-1.938-2.863T3%2013q0-1.85.713-3.488T5.65%206.65q1.225-1.225%202.863-1.938T12%204q1.55%200%202.975.5t2.675%201.45l1.4-1.4l1.4%201.4l-1.4%201.4Q20%208.6%2020.5%2010.025T21%2013q0%201.85-.713%203.488T18.35%2019.35q-1.225%201.225-2.863%201.938T12%2022Zm0-2q2.9%200%204.95-2.05T19%2013q0-2.9-2.05-4.95T12%206Q9.1%206%207.05%208.05T5%2013q0%202.9%202.05%204.95T12%2020Zm0-7Z%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%22m12%208l-1.55%203.45L7%2013l3.45%201.55L12%2018l1.55-3.45L17%2013l-3.45-1.55L12%208ZM9%203V1h6v2H9Zm3%2019q-1.85%200-3.488-.713T5.65%2019.35q-1.225-1.225-1.938-2.863T3%2013q0-1.85.713-3.488T5.65%206.65q1.225-1.225%202.863-1.938T12%204q1.55%200%202.975.5t2.675%201.45l1.4-1.4l1.4%201.4l-1.4%201.4Q20%208.6%2020.5%2010.025T21%2013q0%201.85-.713%203.488T18.35%2019.35q-1.225%201.225-2.863%201.938T12%2022Zm0-2q2.9%200%204.95-2.05T19%2013q0-2.9-2.05-4.95T12%206Q9.1%206%207.05%208.05T5%2013q0%202.9%202.05%204.95T12%2020Zm0-7Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/auto-timer-outline.svg?color=%231a73e8&size=48