timer start icon
timer-start-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.
- Name
- timer-start-filled
- Set
- Reicon
- Style
- Filled
- Category
- Newicons
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
More newicons icons from Reicon
Use the timer start icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M14.89 3.45H9.11c-.4 0-.72-.32-.72-.72S8.71 2 9.11 2h5.78c.4 0 .72.32.72.72s-.32.73-.72.73M19.97 15h-2.94c-1.27 0-2.03.76-2.03 2.03v2.94c0 1.27.76 2.03 2.03 2.03h2.94c1.27 0 2.03-.76 2.03-2.03v-2.94c0-1.27-.76-2.03-2.03-2.03m-.28 4.46l-1.18.68c-.24.14-.48.21-.7.21c-.17 0-.32-.04-.46-.12c-.32-.19-.5-.56-.5-1.05v-1.36c0-.49.18-.86.5-1.05s.73-.15 1.16.09l1.18.68c.42.25.66.59.66.96s-.23.71-.66.96"/><path d="M14 19.968v-2.94c0-1.81 1.22-3.03 3.03-3.03h2.94q.345 0 .66.06c.02-.24.04-.48.04-.73c0-4.79-3.89-8.68-8.67-8.68s-8.67 3.89-8.67 8.68c0 4.78 3.89 8.67 8.67 8.67c.85 0 1.66-.14 2.44-.36a3.2 3.2 0 0 1-.44-1.67m-1.25-6.97c0 .41-.34.75-.75.75s-.75-.34-.75-.75v-5c0-.41.34-.75.75-.75s.75.34.75.75z"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconTimerStartFilled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M14.89 3.45H9.11c-.4 0-.72-.32-.72-.72S8.71 2 9.11 2h5.78c.4 0 .72.32.72.72s-.32.73-.72.73M19.97 15h-2.94c-1.27 0-2.03.76-2.03 2.03v2.94c0 1.27.76 2.03 2.03 2.03h2.94c1.27 0 2.03-.76 2.03-2.03v-2.94c0-1.27-.76-2.03-2.03-2.03m-.28 4.46l-1.18.68c-.24.14-.48.21-.7.21c-.17 0-.32-.04-.46-.12c-.32-.19-.5-.56-.5-1.05v-1.36c0-.49.18-.86.5-1.05s.73-.15 1.16.09l1.18.68c.42.25.66.59.66.96s-.23.71-.66.96"/><path d="M14 19.968v-2.94c0-1.81 1.22-3.03 3.03-3.03h2.94q.345 0 .66.06c.02-.24.04-.48.04-.73c0-4.79-3.89-8.68-8.67-8.68s-8.67 3.89-8.67 8.68c0 4.78 3.89 8.67 8.67 8.67c.85 0 1.66-.14 2.44-.36a3.2 3.2 0 0 1-.44-1.67m-1.25-6.97c0 .41-.34.75-.75.75s-.75-.34-.75-.75v-5c0-.41.34-.75.75-.75s.75.34.75.75z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M14.89 3.45H9.11c-.4 0-.72-.32-.72-.72S8.71 2 9.11 2h5.78c.4 0 .72.32.72.72s-.32.73-.72.73M19.97 15h-2.94c-1.27 0-2.03.76-2.03 2.03v2.94c0 1.27.76 2.03 2.03 2.03h2.94c1.27 0 2.03-.76 2.03-2.03v-2.94c0-1.27-.76-2.03-2.03-2.03m-.28 4.46l-1.18.68c-.24.14-.48.21-.7.21c-.17 0-.32-.04-.46-.12c-.32-.19-.5-.56-.5-1.05v-1.36c0-.49.18-.86.5-1.05s.73-.15 1.16.09l1.18.68c.42.25.66.59.66.96s-.23.71-.66.96"/><path d="M14 19.968v-2.94c0-1.81 1.22-3.03 3.03-3.03h2.94q.345 0 .66.06c.02-.24.04-.48.04-.73c0-4.79-3.89-8.68-8.67-8.68s-8.67 3.89-8.67 8.68c0 4.78 3.89 8.67 8.67 8.67c.85 0 1.66-.14 2.44-.36a3.2 3.2 0 0 1-.44-1.67m-1.25-6.97c0 .41-.34.75-.75.75s-.75-.34-.75-.75v-5c0-.41.34-.75.75-.75s.75.34.75.75z"/></g></svg> </template>
CSS
.icon-timer-start-filled {
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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M14.89%203.45H9.11c-.4%200-.72-.32-.72-.72S8.71%202%209.11%202h5.78c.4%200%20.72.32.72.72s-.32.73-.72.73M19.97%2015h-2.94c-1.27%200-2.03.76-2.03%202.03v2.94c0%201.27.76%202.03%202.03%202.03h2.94c1.27%200%202.03-.76%202.03-2.03v-2.94c0-1.27-.76-2.03-2.03-2.03m-.28%204.46l-1.18.68c-.24.14-.48.21-.7.21c-.17%200-.32-.04-.46-.12c-.32-.19-.5-.56-.5-1.05v-1.36c0-.49.18-.86.5-1.05s.73-.15%201.16.09l1.18.68c.42.25.66.59.66.96s-.23.71-.66.96%22%2F%3E%3Cpath%20d%3D%22M14%2019.968v-2.94c0-1.81%201.22-3.03%203.03-3.03h2.94q.345%200%20.66.06c.02-.24.04-.48.04-.73c0-4.79-3.89-8.68-8.67-8.68s-8.67%203.89-8.67%208.68c0%204.78%203.89%208.67%208.67%208.67c.85%200%201.66-.14%202.44-.36a3.2%203.2%200%200%201-.44-1.67m-1.25-6.97c0%20.41-.34.75-.75.75s-.75-.34-.75-.75v-5c0-.41.34-.75.75-.75s.75.34.75.75z%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M14.89%203.45H9.11c-.4%200-.72-.32-.72-.72S8.71%202%209.11%202h5.78c.4%200%20.72.32.72.72s-.32.73-.72.73M19.97%2015h-2.94c-1.27%200-2.03.76-2.03%202.03v2.94c0%201.27.76%202.03%202.03%202.03h2.94c1.27%200%202.03-.76%202.03-2.03v-2.94c0-1.27-.76-2.03-2.03-2.03m-.28%204.46l-1.18.68c-.24.14-.48.21-.7.21c-.17%200-.32-.04-.46-.12c-.32-.19-.5-.56-.5-1.05v-1.36c0-.49.18-.86.5-1.05s.73-.15%201.16.09l1.18.68c.42.25.66.59.66.96s-.23.71-.66.96%22%2F%3E%3Cpath%20d%3D%22M14%2019.968v-2.94c0-1.81%201.22-3.03%203.03-3.03h2.94q.345%200%20.66.06c.02-.24.04-.48.04-.73c0-4.79-3.89-8.68-8.67-8.68s-8.67%203.89-8.67%208.68c0%204.78%203.89%208.67%208.67%208.67c.85%200%201.66-.14%202.44-.36a3.2%203.2%200%200%201-.44-1.67m-1.25-6.97c0%20.41-.34.75-.75.75s-.75-.34-.75-.75v-5c0-.41.34-.75.75-.75s.75.34.75.75z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/timer-start-filled.svg?color=%231a73e8&size=48