timer 1 icon
timer-1-rounded from Material Symbols Light by Google · Rounded · Images · Apache-2.0 Free for personal and commercial use.
- Name
- timer-1-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- Images
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- timer-1-outline-rounded
1 other variant in Material Symbols Light
The same icon in other sets
More images icons from Material Symbols Light
Use the timer 1 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.947 17.936q-.178-.18-.178-.436V7.73q0-.268-.173-.441t-.442-.173H9.616q-.257 0-.436-.18T9 6.497t.18-.435t.436-.178h2.769q.666 0 1.14.474Q14 6.834 14 7.5v10q0 .257-.18.436q-.18.18-.438.18q-.257 0-.435-.18"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightTimer1Rounded(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.947 17.936q-.178-.18-.178-.436V7.73q0-.268-.173-.441t-.442-.173H9.616q-.257 0-.436-.18T9 6.497t.18-.435t.436-.178h2.769q.666 0 1.14.474Q14 6.834 14 7.5v10q0 .257-.18.436q-.18.18-.438.18q-.257 0-.435-.18"/></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.947 17.936q-.178-.18-.178-.436V7.73q0-.268-.173-.441t-.442-.173H9.616q-.257 0-.436-.18T9 6.497t.18-.435t.436-.178h2.769q.666 0 1.14.474Q14 6.834 14 7.5v10q0 .257-.18.436q-.18.18-.438.18q-.257 0-.435-.18"/></svg> </template>
CSS
.icon-timer-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%22M12.947%2017.936q-.178-.18-.178-.436V7.73q0-.268-.173-.441t-.442-.173H9.616q-.257%200-.436-.18T9%206.497t.18-.435t.436-.178h2.769q.666%200%201.14.474Q14%206.834%2014%207.5v10q0%20.257-.18.436q-.18.18-.438.18q-.257%200-.435-.18%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.947%2017.936q-.178-.18-.178-.436V7.73q0-.268-.173-.441t-.442-.173H9.616q-.257%200-.436-.18T9%206.497t.18-.435t.436-.178h2.769q.666%200%201.14.474Q14%206.834%2014%207.5v10q0%20.257-.18.436q-.18.18-.438.18q-.257%200-.435-.18%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/timer-1-rounded.svg?color=%231a73e8&size=48