clock countdown icon
clock-countdown from Phosphor by Phosphor Icons · Regular · MIT Free for personal and commercial use.
- Name
- clock-countdown
- Set
- Phosphor
- Style
- Regular
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
Related icons in Phosphor
Use the clock countdown icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M232 136.66A104.12 104.12 0 1 1 119.34 24a8 8 0 0 1 1.32 16A88.12 88.12 0 1 0 216 135.34a8 8 0 0 1 16 1.32M120 72v56a8 8 0 0 0 8 8h56a8 8 0 0 0 0-16h-48V72a8 8 0 0 0-16 0m40-24a12 12 0 1 0-12-12a12 12 0 0 0 12 12m36 24a12 12 0 1 0-12-12a12 12 0 0 0 12 12m24 36a12 12 0 1 0-12-12a12 12 0 0 0 12 12"/></svg>
React
import type { SVGProps } from "react";
export function PhClockCountdown(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M232 136.66A104.12 104.12 0 1 1 119.34 24a8 8 0 0 1 1.32 16A88.12 88.12 0 1 0 216 135.34a8 8 0 0 1 16 1.32M120 72v56a8 8 0 0 0 8 8h56a8 8 0 0 0 0-16h-48V72a8 8 0 0 0-16 0m40-24a12 12 0 1 0-12-12a12 12 0 0 0 12 12m36 24a12 12 0 1 0-12-12a12 12 0 0 0 12 12m24 36a12 12 0 1 0-12-12a12 12 0 0 0 12 12"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M232 136.66A104.12 104.12 0 1 1 119.34 24a8 8 0 0 1 1.32 16A88.12 88.12 0 1 0 216 135.34a8 8 0 0 1 16 1.32M120 72v56a8 8 0 0 0 8 8h56a8 8 0 0 0 0-16h-48V72a8 8 0 0 0-16 0m40-24a12 12 0 1 0-12-12a12 12 0 0 0 12 12m36 24a12 12 0 1 0-12-12a12 12 0 0 0 12 12m24 36a12 12 0 1 0-12-12a12 12 0 0 0 12 12"/></svg> </template>
CSS
.icon-clock-countdown {
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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M232%20136.66A104.12%20104.12%200%201%201%20119.34%2024a8%208%200%200%201%201.32%2016A88.12%2088.12%200%201%200%20216%20135.34a8%208%200%200%201%2016%201.32M120%2072v56a8%208%200%200%200%208%208h56a8%208%200%200%200%200-16h-48V72a8%208%200%200%200-16%200m40-24a12%2012%200%201%200-12-12a12%2012%200%200%200%2012%2012m36%2024a12%2012%200%201%200-12-12a12%2012%200%200%200%2012%2012m24%2036a12%2012%200%201%200-12-12a12%2012%200%200%200%2012%2012%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M232%20136.66A104.12%20104.12%200%201%201%20119.34%2024a8%208%200%200%201%201.32%2016A88.12%2088.12%200%201%200%20216%20135.34a8%208%200%200%201%2016%201.32M120%2072v56a8%208%200%200%200%208%208h56a8%208%200%200%200%200-16h-48V72a8%208%200%200%200-16%200m40-24a12%2012%200%201%200-12-12a12%2012%200%200%200%2012%2012m36%2024a12%2012%200%201%200-12-12a12%2012%200%200%200%2012%2012m24%2036a12%2012%200%201%200-12-12a12%2012%200%200%200%2012%2012%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/clock-countdown.svg?color=%231a73e8&size=48