timer flash icon

timer-flash-fill from Remix Icon by Remix Design · Fill · System · Apache-2.0 Free for personal and commercial use.

Name
timer-flash-fill
Set
Remix Icon
Style
Fill
Category
System
Viewbox
24×24
License
Apache 2.0

1 other variant in Remix Icon

More system icons from Remix Icon

Use the timer flash icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.382 5.968A8.96 8.96 0 0 1 12 4c2.125 0 4.078.736 5.618 1.968l1.453-1.453l1.414 1.414l-1.453 1.453A9 9 0 1 1 3 13c0-2.125.736-4.078 1.968-5.618L3.515 5.93l1.414-1.414zM13 12V7.495L8 14h3v4.5l5-6.5zM8 1h8v2H8z"/></svg>

React

import type { SVGProps } from "react";

export function RiTimerFlashFill(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="M6.382 5.968A8.96 8.96 0 0 1 12 4c2.125 0 4.078.736 5.618 1.968l1.453-1.453l1.414 1.414l-1.453 1.453A9 9 0 1 1 3 13c0-2.125.736-4.078 1.968-5.618L3.515 5.93l1.414-1.414zM13 12V7.495L8 14h3v4.5l5-6.5zM8 1h8v2H8z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.382 5.968A8.96 8.96 0 0 1 12 4c2.125 0 4.078.736 5.618 1.968l1.453-1.453l1.414 1.414l-1.453 1.453A9 9 0 1 1 3 13c0-2.125.736-4.078 1.968-5.618L3.515 5.93l1.414-1.414zM13 12V7.495L8 14h3v4.5l5-6.5zM8 1h8v2H8z"/></svg>
</template>

CSS

.icon-timer-flash-fill {
  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%22M6.382%205.968A8.96%208.96%200%200%201%2012%204c2.125%200%204.078.736%205.618%201.968l1.453-1.453l1.414%201.414l-1.453%201.453A9%209%200%201%201%203%2013c0-2.125.736-4.078%201.968-5.618L3.515%205.93l1.414-1.414zM13%2012V7.495L8%2014h3v4.5l5-6.5zM8%201h8v2H8z%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%22M6.382%205.968A8.96%208.96%200%200%201%2012%204c2.125%200%204.078.736%205.618%201.968l1.453-1.453l1.414%201.414l-1.453%201.453A9%209%200%201%201%203%2013c0-2.125.736-4.078%201.968-5.618L3.515%205.93l1.414-1.414zM13%2012V7.495L8%2014h3v4.5l5-6.5zM8%201h8v2H8z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ri/timer-flash-fill.svg?color=%231a73e8&size=48