timer 3 alt 1 icon
timer-3-alt-1-outline from Material Symbols by Google · Outline · Actions · Apache-2.0 Free for personal and commercial use.
- Name
- timer-3-alt-1-outline
- Set
- Material Symbols
- Style
- Outline
- Category
- Actions
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols
The same icon in other sets
More actions icons from Material Symbols
Use the timer 3 alt 1 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9 17.25h4q.875 0 1.438-.625T15 15.25v-.75q0-.575-.425-1.037T13.5 13q.65 0 1.075-.462T15 11.5v-.75q0-.75-.562-1.375T13 8.75H9v2h4V12h-3v2h3v1.25H9zM9 3V1h6v2zm-.488 18.288q-1.637-.713-2.862-1.938t-1.937-2.863T3 13t.713-3.488T5.65 6.65t2.863-1.937T12 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.35t-2.863 1.938T12 22t-3.488-.712m8.438-3.338Q19 15.9 19 13t-2.05-4.95T12 6T7.05 8.05T5 13t2.05 4.95T12 20t4.95-2.05M12 13"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsTimer3Alt1Outline(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 17.25h4q.875 0 1.438-.625T15 15.25v-.75q0-.575-.425-1.037T13.5 13q.65 0 1.075-.462T15 11.5v-.75q0-.75-.562-1.375T13 8.75H9v2h4V12h-3v2h3v1.25H9zM9 3V1h6v2zm-.488 18.288q-1.637-.713-2.862-1.938t-1.937-2.863T3 13t.713-3.488T5.65 6.65t2.863-1.937T12 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.35t-2.863 1.938T12 22t-3.488-.712m8.438-3.338Q19 15.9 19 13t-2.05-4.95T12 6T7.05 8.05T5 13t2.05 4.95T12 20t4.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="M9 17.25h4q.875 0 1.438-.625T15 15.25v-.75q0-.575-.425-1.037T13.5 13q.65 0 1.075-.462T15 11.5v-.75q0-.75-.562-1.375T13 8.75H9v2h4V12h-3v2h3v1.25H9zM9 3V1h6v2zm-.488 18.288q-1.637-.713-2.862-1.938t-1.937-2.863T3 13t.713-3.488T5.65 6.65t2.863-1.937T12 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.35t-2.863 1.938T12 22t-3.488-.712m8.438-3.338Q19 15.9 19 13t-2.05-4.95T12 6T7.05 8.05T5 13t2.05 4.95T12 20t4.95-2.05M12 13"/></svg> </template>
CSS
.icon-timer-3-alt-1-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%22M9%2017.25h4q.875%200%201.438-.625T15%2015.25v-.75q0-.575-.425-1.037T13.5%2013q.65%200%201.075-.462T15%2011.5v-.75q0-.75-.562-1.375T13%208.75H9v2h4V12h-3v2h3v1.25H9zM9%203V1h6v2zm-.488%2018.288q-1.637-.713-2.862-1.938t-1.937-2.863T3%2013t.713-3.488T5.65%206.65t2.863-1.937T12%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.35t-2.863%201.938T12%2022t-3.488-.712m8.438-3.338Q19%2015.9%2019%2013t-2.05-4.95T12%206T7.05%208.05T5%2013t2.05%204.95T12%2020t4.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%22M9%2017.25h4q.875%200%201.438-.625T15%2015.25v-.75q0-.575-.425-1.037T13.5%2013q.65%200%201.075-.462T15%2011.5v-.75q0-.75-.562-1.375T13%208.75H9v2h4V12h-3v2h3v1.25H9zM9%203V1h6v2zm-.488%2018.288q-1.637-.713-2.862-1.938t-1.937-2.863T3%2013t.713-3.488T5.65%206.65t2.863-1.937T12%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.35t-2.863%201.938T12%2022t-3.488-.712m8.438-3.338Q19%2015.9%2019%2013t-2.05-4.95T12%206T7.05%208.05T5%2013t2.05%204.95T12%2020t4.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/timer-3-alt-1-outline.svg?color=%231a73e8&size=48