clock sparkle icon
clock-sparkle-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.
- Name
- clock-sparkle-24-regular
- Set
- Fluent UI System Icons
- Style
- 24 Regular
- Viewbox
- 24×24
- License
- MIT
7 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
Use the clock sparkle icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.96 20.549v-.05l.04.001A8.5 8.5 0 1 0 4.02 9.067A1.61 1.61 0 0 0 3 9.999l-.46 1.4a1.8 1.8 0 0 1-.538.81L2 12C2 6.477 6.477 2 12 2s10 4.477 10 10s-4.477 10-10 10q-.696 0-1.366-.093l.194-.051q.129-.032.242-.067a1.3 1.3 0 0 0 .65-.49a1.3 1.3 0 0 0 .24-.75m.033-13.9a.75.75 0 0 0-1.493.101v6l.007.102a.75.75 0 0 0 .743.648h4l.102-.007A.75.75 0 0 0 15.25 12H12V6.75zm-8.905 9.763a2.84 2.84 0 0 0-1.347-.955l-1.378-.448a.544.544 0 0 1 0-1.025l1.378-.448A2.84 2.84 0 0 0 3.5 11.774l.011-.034l.448-1.377a.544.544 0 0 1 1.027 0l.447 1.377a2.84 2.84 0 0 0 1.798 1.796l1.378.448l.028.007a.544.544 0 0 1 0 1.025l-1.378.448a2.84 2.84 0 0 0-1.798 1.796l-.448 1.377a.53.53 0 0 1-.199.263a.544.544 0 0 1-.827-.263l-.448-1.377a2.8 2.8 0 0 0-.45-.848m7.695 3.801l-.765-.248a1.58 1.58 0 0 1-1-.998l-.248-.765a.302.302 0 0 0-.57 0l-.25.764a1.58 1.58 0 0 1-.983.999l-.765.248a.302.302 0 0 0 0 .57l.765.249a1.58 1.58 0 0 1 1 1.002l.248.764a.302.302 0 0 0 .57 0l.249-.764a1.58 1.58 0 0 1 .999-.999l.765-.248a.302.302 0 0 0 0-.57z"/></svg>
React
import type { SVGProps } from "react";
export function FluentClockSparkle24Regular(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="M11.96 20.549v-.05l.04.001A8.5 8.5 0 1 0 4.02 9.067A1.61 1.61 0 0 0 3 9.999l-.46 1.4a1.8 1.8 0 0 1-.538.81L2 12C2 6.477 6.477 2 12 2s10 4.477 10 10s-4.477 10-10 10q-.696 0-1.366-.093l.194-.051q.129-.032.242-.067a1.3 1.3 0 0 0 .65-.49a1.3 1.3 0 0 0 .24-.75m.033-13.9a.75.75 0 0 0-1.493.101v6l.007.102a.75.75 0 0 0 .743.648h4l.102-.007A.75.75 0 0 0 15.25 12H12V6.75zm-8.905 9.763a2.84 2.84 0 0 0-1.347-.955l-1.378-.448a.544.544 0 0 1 0-1.025l1.378-.448A2.84 2.84 0 0 0 3.5 11.774l.011-.034l.448-1.377a.544.544 0 0 1 1.027 0l.447 1.377a2.84 2.84 0 0 0 1.798 1.796l1.378.448l.028.007a.544.544 0 0 1 0 1.025l-1.378.448a2.84 2.84 0 0 0-1.798 1.796l-.448 1.377a.53.53 0 0 1-.199.263a.544.544 0 0 1-.827-.263l-.448-1.377a2.8 2.8 0 0 0-.45-.848m7.695 3.801l-.765-.248a1.58 1.58 0 0 1-1-.998l-.248-.765a.302.302 0 0 0-.57 0l-.25.764a1.58 1.58 0 0 1-.983.999l-.765.248a.302.302 0 0 0 0 .57l.765.249a1.58 1.58 0 0 1 1 1.002l.248.764a.302.302 0 0 0 .57 0l.249-.764a1.58 1.58 0 0 1 .999-.999l.765-.248a.302.302 0 0 0 0-.57z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.96 20.549v-.05l.04.001A8.5 8.5 0 1 0 4.02 9.067A1.61 1.61 0 0 0 3 9.999l-.46 1.4a1.8 1.8 0 0 1-.538.81L2 12C2 6.477 6.477 2 12 2s10 4.477 10 10s-4.477 10-10 10q-.696 0-1.366-.093l.194-.051q.129-.032.242-.067a1.3 1.3 0 0 0 .65-.49a1.3 1.3 0 0 0 .24-.75m.033-13.9a.75.75 0 0 0-1.493.101v6l.007.102a.75.75 0 0 0 .743.648h4l.102-.007A.75.75 0 0 0 15.25 12H12V6.75zm-8.905 9.763a2.84 2.84 0 0 0-1.347-.955l-1.378-.448a.544.544 0 0 1 0-1.025l1.378-.448A2.84 2.84 0 0 0 3.5 11.774l.011-.034l.448-1.377a.544.544 0 0 1 1.027 0l.447 1.377a2.84 2.84 0 0 0 1.798 1.796l1.378.448l.028.007a.544.544 0 0 1 0 1.025l-1.378.448a2.84 2.84 0 0 0-1.798 1.796l-.448 1.377a.53.53 0 0 1-.199.263a.544.544 0 0 1-.827-.263l-.448-1.377a2.8 2.8 0 0 0-.45-.848m7.695 3.801l-.765-.248a1.58 1.58 0 0 1-1-.998l-.248-.765a.302.302 0 0 0-.57 0l-.25.764a1.58 1.58 0 0 1-.983.999l-.765.248a.302.302 0 0 0 0 .57l.765.249a1.58 1.58 0 0 1 1 1.002l.248.764a.302.302 0 0 0 .57 0l.249-.764a1.58 1.58 0 0 1 .999-.999l.765-.248a.302.302 0 0 0 0-.57z"/></svg> </template>
CSS
.icon-clock-sparkle-24-regular {
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%22M11.96%2020.549v-.05l.04.001A8.5%208.5%200%201%200%204.02%209.067A1.61%201.61%200%200%200%203%209.999l-.46%201.4a1.8%201.8%200%200%201-.538.81L2%2012C2%206.477%206.477%202%2012%202s10%204.477%2010%2010s-4.477%2010-10%2010q-.696%200-1.366-.093l.194-.051q.129-.032.242-.067a1.3%201.3%200%200%200%20.65-.49a1.3%201.3%200%200%200%20.24-.75m.033-13.9a.75.75%200%200%200-1.493.101v6l.007.102a.75.75%200%200%200%20.743.648h4l.102-.007A.75.75%200%200%200%2015.25%2012H12V6.75zm-8.905%209.763a2.84%202.84%200%200%200-1.347-.955l-1.378-.448a.544.544%200%200%201%200-1.025l1.378-.448A2.84%202.84%200%200%200%203.5%2011.774l.011-.034l.448-1.377a.544.544%200%200%201%201.027%200l.447%201.377a2.84%202.84%200%200%200%201.798%201.796l1.378.448l.028.007a.544.544%200%200%201%200%201.025l-1.378.448a2.84%202.84%200%200%200-1.798%201.796l-.448%201.377a.53.53%200%200%201-.199.263a.544.544%200%200%201-.827-.263l-.448-1.377a2.8%202.8%200%200%200-.45-.848m7.695%203.801l-.765-.248a1.58%201.58%200%200%201-1-.998l-.248-.765a.302.302%200%200%200-.57%200l-.25.764a1.58%201.58%200%200%201-.983.999l-.765.248a.302.302%200%200%200%200%20.57l.765.249a1.58%201.58%200%200%201%201%201.002l.248.764a.302.302%200%200%200%20.57%200l.249-.764a1.58%201.58%200%200%201%20.999-.999l.765-.248a.302.302%200%200%200%200-.57z%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%22M11.96%2020.549v-.05l.04.001A8.5%208.5%200%201%200%204.02%209.067A1.61%201.61%200%200%200%203%209.999l-.46%201.4a1.8%201.8%200%200%201-.538.81L2%2012C2%206.477%206.477%202%2012%202s10%204.477%2010%2010s-4.477%2010-10%2010q-.696%200-1.366-.093l.194-.051q.129-.032.242-.067a1.3%201.3%200%200%200%20.65-.49a1.3%201.3%200%200%200%20.24-.75m.033-13.9a.75.75%200%200%200-1.493.101v6l.007.102a.75.75%200%200%200%20.743.648h4l.102-.007A.75.75%200%200%200%2015.25%2012H12V6.75zm-8.905%209.763a2.84%202.84%200%200%200-1.347-.955l-1.378-.448a.544.544%200%200%201%200-1.025l1.378-.448A2.84%202.84%200%200%200%203.5%2011.774l.011-.034l.448-1.377a.544.544%200%200%201%201.027%200l.447%201.377a2.84%202.84%200%200%200%201.798%201.796l1.378.448l.028.007a.544.544%200%200%201%200%201.025l-1.378.448a2.84%202.84%200%200%200-1.798%201.796l-.448%201.377a.53.53%200%200%201-.199.263a.544.544%200%200%201-.827-.263l-.448-1.377a2.8%202.8%200%200%200-.45-.848m7.695%203.801l-.765-.248a1.58%201.58%200%200%201-1-.998l-.248-.765a.302.302%200%200%200-.57%200l-.25.764a1.58%201.58%200%200%201-.983.999l-.765.248a.302.302%200%200%200%200%20.57l.765.249a1.58%201.58%200%200%201%201%201.002l.248.764a.302.302%200%200%200%20.57%200l.249-.764a1.58%201.58%200%200%201%20.999-.999l.765-.248a.302.302%200%200%200%200-.57z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/clock-sparkle-24-regular.svg?color=%231a73e8&size=48