timer 10 alt 1 icon
timer-10-alt-1-rounded from Material Symbols by Google · Rounded · Actions · Apache-2.0 Free for personal and commercial use.
- Name
- timer-10-alt-1-rounded
- Set
- Material Symbols
- Style
- Rounded
- 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 10 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.963 16.963q.287-.288.287-.713v-6.5q0-.425-.288-.712T9.25 8.75H8q-.425 0-.712.288T7 9.75t.288.713t.712.287h.25v5.5q0 .425.288.713t.712.287t.713-.288m3.287.288h1.5q.825 0 1.413-.587t.587-1.413v-4.5q0-.825-.587-1.412T14.75 8.75h-1.5q-.825 0-1.412.588t-.588 1.412v4.5q0 .825.588 1.413t1.412.587m0-2v-4.5h1.5v4.5zM10 3q-.425 0-.712-.288T9 2t.288-.712T10 1h4q.425 0 .713.288T15 2t-.288.713T14 3zM8.513 21.288q-1.638-.713-2.863-1.938t-1.937-2.863T3 13t.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 13q0 1.85-.713 3.488T18.35 19.35t-2.863 1.938T12 22t-3.488-.712"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsTimer10Alt1Rounded(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.963 16.963q.287-.288.287-.713v-6.5q0-.425-.288-.712T9.25 8.75H8q-.425 0-.712.288T7 9.75t.288.713t.712.287h.25v5.5q0 .425.288.713t.712.287t.713-.288m3.287.288h1.5q.825 0 1.413-.587t.587-1.413v-4.5q0-.825-.587-1.412T14.75 8.75h-1.5q-.825 0-1.412.588t-.588 1.412v4.5q0 .825.588 1.413t1.412.587m0-2v-4.5h1.5v4.5zM10 3q-.425 0-.712-.288T9 2t.288-.712T10 1h4q.425 0 .713.288T15 2t-.288.713T14 3zM8.513 21.288q-1.638-.713-2.863-1.938t-1.937-2.863T3 13t.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 13q0 1.85-.713 3.488T18.35 19.35t-2.863 1.938T12 22t-3.488-.712"/></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.963 16.963q.287-.288.287-.713v-6.5q0-.425-.288-.712T9.25 8.75H8q-.425 0-.712.288T7 9.75t.288.713t.712.287h.25v5.5q0 .425.288.713t.712.287t.713-.288m3.287.288h1.5q.825 0 1.413-.587t.587-1.413v-4.5q0-.825-.587-1.412T14.75 8.75h-1.5q-.825 0-1.412.588t-.588 1.412v4.5q0 .825.588 1.413t1.412.587m0-2v-4.5h1.5v4.5zM10 3q-.425 0-.712-.288T9 2t.288-.712T10 1h4q.425 0 .713.288T15 2t-.288.713T14 3zM8.513 21.288q-1.638-.713-2.863-1.938t-1.937-2.863T3 13t.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 13q0 1.85-.713 3.488T18.35 19.35t-2.863 1.938T12 22t-3.488-.712"/></svg> </template>
CSS
.icon-timer-10-alt-1-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%22M9.963%2016.963q.287-.288.287-.713v-6.5q0-.425-.288-.712T9.25%208.75H8q-.425%200-.712.288T7%209.75t.288.713t.712.287h.25v5.5q0%20.425.288.713t.712.287t.713-.288m3.287.288h1.5q.825%200%201.413-.587t.587-1.413v-4.5q0-.825-.587-1.412T14.75%208.75h-1.5q-.825%200-1.412.588t-.588%201.412v4.5q0%20.825.588%201.413t1.412.587m0-2v-4.5h1.5v4.5zM10%203q-.425%200-.712-.288T9%202t.288-.712T10%201h4q.425%200%20.713.288T15%202t-.288.713T14%203zM8.513%2021.288q-1.638-.713-2.863-1.938t-1.937-2.863T3%2013t.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%2013q0%201.85-.713%203.488T18.35%2019.35t-2.863%201.938T12%2022t-3.488-.712%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.963%2016.963q.287-.288.287-.713v-6.5q0-.425-.288-.712T9.25%208.75H8q-.425%200-.712.288T7%209.75t.288.713t.712.287h.25v5.5q0%20.425.288.713t.712.287t.713-.288m3.287.288h1.5q.825%200%201.413-.587t.587-1.413v-4.5q0-.825-.587-1.412T14.75%208.75h-1.5q-.825%200-1.412.588t-.588%201.412v4.5q0%20.825.588%201.413t1.412.587m0-2v-4.5h1.5v4.5zM10%203q-.425%200-.712-.288T9%202t.288-.712T10%201h4q.425%200%20.713.288T15%202t-.288.713T14%203zM8.513%2021.288q-1.638-.713-2.863-1.938t-1.937-2.863T3%2013t.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%2013q0%201.85-.713%203.488T18.35%2019.35t-2.863%201.938T12%2022t-3.488-.712%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/timer-10-alt-1-rounded.svg?color=%231a73e8&size=48