clock warning icon
clock-warning-28-regular from Fluent UI System Icons by Microsoft Corporation · 28 Regular · MIT Free for personal and commercial use.
- Name
- clock-warning-28-regular
- Set
- Fluent UI System Icons
- Style
- 28 Regular
- Viewbox
- 28×28
- License
- MIT
7 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
Use the clock warning icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M6.163 14.828c.553-1.104 2.12-1.104 2.673 0l5.002 9.991c.501 1-.222 2.18-1.336 2.181H2.497c-1.113 0-1.836-1.18-1.335-2.18zM14 2c6.628 0 12 5.373 12 12c0 6.306-4.864 11.476-11.045 11.962a2.5 2.5 0 0 0-.178-1.494C20.213 24.07 24.5 19.538 24.5 14c0-5.799-4.7-10.5-10.5-10.5S3.5 8.201 3.5 14c0 1.053.156 2.07.445 3.028l-.916 1.83A11.95 11.95 0 0 1 2 14C2 7.373 7.373 2 14 2M7.5 24a.5.5 0 1 0 0 1a.5.5 0 0 0 0-1m0-7a.5.5 0 0 0-.5.5v5a.5.5 0 0 0 1 0v-5a.5.5 0 0 0-.5-.5m5.75-10a.75.75 0 0 1 .743.648L14 7.75V14h4.25a.75.75 0 0 1 .102 1.493l-.102.007h-5a.75.75 0 0 1-.743-.648l-.007-.102v-7a.75.75 0 0 1 .75-.75"/></svg>
React
import type { SVGProps } from "react";
export function FluentClockWarning28Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M6.163 14.828c.553-1.104 2.12-1.104 2.673 0l5.002 9.991c.501 1-.222 2.18-1.336 2.181H2.497c-1.113 0-1.836-1.18-1.335-2.18zM14 2c6.628 0 12 5.373 12 12c0 6.306-4.864 11.476-11.045 11.962a2.5 2.5 0 0 0-.178-1.494C20.213 24.07 24.5 19.538 24.5 14c0-5.799-4.7-10.5-10.5-10.5S3.5 8.201 3.5 14c0 1.053.156 2.07.445 3.028l-.916 1.83A11.95 11.95 0 0 1 2 14C2 7.373 7.373 2 14 2M7.5 24a.5.5 0 1 0 0 1a.5.5 0 0 0 0-1m0-7a.5.5 0 0 0-.5.5v5a.5.5 0 0 0 1 0v-5a.5.5 0 0 0-.5-.5m5.75-10a.75.75 0 0 1 .743.648L14 7.75V14h4.25a.75.75 0 0 1 .102 1.493l-.102.007h-5a.75.75 0 0 1-.743-.648l-.007-.102v-7a.75.75 0 0 1 .75-.75"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M6.163 14.828c.553-1.104 2.12-1.104 2.673 0l5.002 9.991c.501 1-.222 2.18-1.336 2.181H2.497c-1.113 0-1.836-1.18-1.335-2.18zM14 2c6.628 0 12 5.373 12 12c0 6.306-4.864 11.476-11.045 11.962a2.5 2.5 0 0 0-.178-1.494C20.213 24.07 24.5 19.538 24.5 14c0-5.799-4.7-10.5-10.5-10.5S3.5 8.201 3.5 14c0 1.053.156 2.07.445 3.028l-.916 1.83A11.95 11.95 0 0 1 2 14C2 7.373 7.373 2 14 2M7.5 24a.5.5 0 1 0 0 1a.5.5 0 0 0 0-1m0-7a.5.5 0 0 0-.5.5v5a.5.5 0 0 0 1 0v-5a.5.5 0 0 0-.5-.5m5.75-10a.75.75 0 0 1 .743.648L14 7.75V14h4.25a.75.75 0 0 1 .102 1.493l-.102.007h-5a.75.75 0 0 1-.743-.648l-.007-.102v-7a.75.75 0 0 1 .75-.75"/></svg> </template>
CSS
.icon-clock-warning-28-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.163%2014.828c.553-1.104%202.12-1.104%202.673%200l5.002%209.991c.501%201-.222%202.18-1.336%202.181H2.497c-1.113%200-1.836-1.18-1.335-2.18zM14%202c6.628%200%2012%205.373%2012%2012c0%206.306-4.864%2011.476-11.045%2011.962a2.5%202.5%200%200%200-.178-1.494C20.213%2024.07%2024.5%2019.538%2024.5%2014c0-5.799-4.7-10.5-10.5-10.5S3.5%208.201%203.5%2014c0%201.053.156%202.07.445%203.028l-.916%201.83A11.95%2011.95%200%200%201%202%2014C2%207.373%207.373%202%2014%202M7.5%2024a.5.5%200%201%200%200%201a.5.5%200%200%200%200-1m0-7a.5.5%200%200%200-.5.5v5a.5.5%200%200%200%201%200v-5a.5.5%200%200%200-.5-.5m5.75-10a.75.75%200%200%201%20.743.648L14%207.75V14h4.25a.75.75%200%200%201%20.102%201.493l-.102.007h-5a.75.75%200%200%201-.743-.648l-.007-.102v-7a.75.75%200%200%201%20.75-.75%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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.163%2014.828c.553-1.104%202.12-1.104%202.673%200l5.002%209.991c.501%201-.222%202.18-1.336%202.181H2.497c-1.113%200-1.836-1.18-1.335-2.18zM14%202c6.628%200%2012%205.373%2012%2012c0%206.306-4.864%2011.476-11.045%2011.962a2.5%202.5%200%200%200-.178-1.494C20.213%2024.07%2024.5%2019.538%2024.5%2014c0-5.799-4.7-10.5-10.5-10.5S3.5%208.201%203.5%2014c0%201.053.156%202.07.445%203.028l-.916%201.83A11.95%2011.95%200%200%201%202%2014C2%207.373%207.373%202%2014%202M7.5%2024a.5.5%200%201%200%200%201a.5.5%200%200%200%200-1m0-7a.5.5%200%200%200-.5.5v5a.5.5%200%200%200%201%200v-5a.5.5%200%200%200-.5-.5m5.75-10a.75.75%200%200%201%20.743.648L14%207.75V14h4.25a.75.75%200%200%201%20.102%201.493l-.102.007h-5a.75.75%200%200%201-.743-.648l-.007-.102v-7a.75.75%200%200%201%20.75-.75%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/clock-warning-28-regular.svg?color=%231a73e8&size=48