clock warning icon
clock-warning-28-filled from Fluent UI System Icons by Microsoft Corporation · 28 Filled · MIT Free for personal and commercial use.
- Name
- clock-warning-28-filled
- Set
- Fluent UI System Icons
- Style
- 28 Filled
- 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.627 0 12 5.373 12 12c0 6.306-4.865 11.475-11.045 11.962a2.5 2.5 0 0 0-.224-1.595L9.728 14.38c-.921-1.839-3.534-1.839-4.455 0l-2.244 4.48A11.95 11.95 0 0 1 2 14C2 7.373 7.372 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 0-.75.75v7c0 .414.336.75.75.75h5a.75.75 0 0 0 0-1.5H14V7.75a.75.75 0 0 0-.75-.75"/></svg>
React
import type { SVGProps } from "react";
export function FluentClockWarning28Filled(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.627 0 12 5.373 12 12c0 6.306-4.865 11.475-11.045 11.962a2.5 2.5 0 0 0-.224-1.595L9.728 14.38c-.921-1.839-3.534-1.839-4.455 0l-2.244 4.48A11.95 11.95 0 0 1 2 14C2 7.373 7.372 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 0-.75.75v7c0 .414.336.75.75.75h5a.75.75 0 0 0 0-1.5H14V7.75a.75.75 0 0 0-.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.627 0 12 5.373 12 12c0 6.306-4.865 11.475-11.045 11.962a2.5 2.5 0 0 0-.224-1.595L9.728 14.38c-.921-1.839-3.534-1.839-4.455 0l-2.244 4.48A11.95 11.95 0 0 1 2 14C2 7.373 7.372 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 0-.75.75v7c0 .414.336.75.75.75h5a.75.75 0 0 0 0-1.5H14V7.75a.75.75 0 0 0-.75-.75"/></svg> </template>
CSS
.icon-clock-warning-28-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%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.627%200%2012%205.373%2012%2012c0%206.306-4.865%2011.475-11.045%2011.962a2.5%202.5%200%200%200-.224-1.595L9.728%2014.38c-.921-1.839-3.534-1.839-4.455%200l-2.244%204.48A11.95%2011.95%200%200%201%202%2014C2%207.373%207.372%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%200-.75.75v7c0%20.414.336.75.75.75h5a.75.75%200%200%200%200-1.5H14V7.75a.75.75%200%200%200-.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.627%200%2012%205.373%2012%2012c0%206.306-4.865%2011.475-11.045%2011.962a2.5%202.5%200%200%200-.224-1.595L9.728%2014.38c-.921-1.839-3.534-1.839-4.455%200l-2.244%204.48A11.95%2011.95%200%200%201%202%2014C2%207.373%207.372%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%200-.75.75v7c0%20.414.336.75.75.75h5a.75.75%200%200%200%200-1.5H14V7.75a.75.75%200%200%200-.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-filled.svg?color=%231a73e8&size=48