clock icon
clock from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.
- Name
- clock
- Set
- IonIcons
- Style
- Regular
- Viewbox
- 512×512
- License
- MIT
The same icon in other sets
clockAkar IconsclockBootstrap IconsclockElement Plusclock-fillEva IconsclockFramework7 IconsclockFont Awesome 6 RegularclockFont Awesome 6 SolidclockFont Awesome RegularclockFont Awesome SolidclockFeather Iconsclock-outlineFlowbite Iconsclock-12-filledFluent UI System Iconsclock-16Fluent UI System Color IconsclockHeroIconsclockHumbleiconsclockIconoirclockJam IconsclockLine AwesomeclockLucideclockMage IconsclockMajesticonsclockMaterial Design Iconsclock-fillMingCute IconclockOcticons
Use the clock icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M255.988 32C132.285 32 32 132.298 32 256c0 123.715 100.285 224 223.988 224C379.703 480 480 379.715 480 256c0-123.702-100.297-224-224.012-224zm135.773 359.765a193.666 193.666 0 0 1-32.886 26.42l-15.946-27.62-13.856 8 15.955 27.636c-24.838 13.03-52.372 20.455-81.027 21.624V416h-16v31.825c-28.656-1.166-56.191-8.59-81.03-21.62l15.958-27.641-13.856-8-15.949 27.625a193.574 193.574 0 0 1-32.889-26.424 193.571 193.571 0 0 1-26.422-32.889l27.624-15.949-8-13.855-27.641 15.958c-13.03-24.839-20.454-52.374-21.621-81.03H96v-16H64.175c1.167-28.655 8.592-56.19 21.623-81.029l27.638 15.958 8-13.856-27.623-15.948a193.662 193.662 0 0 1 26.419-32.885 193.632 193.632 0 0 1 32.89-26.426l15.949 27.624 13.856-8-15.958-27.64C191.81 72.765 219.345 65.34 248 64.175V96h16V64.176c28.654 1.169 56.188 8.595 81.026 21.626l-15.954 27.634 13.856 8 15.945-27.618a193.672 193.672 0 0 1 32.886 26.421 193.609 193.609 0 0 1 26.424 32.887l-27.619 15.946 8 13.856 27.636-15.956c13.031 24.839 20.457 52.373 21.624 81.027H416v16h31.824c-1.167 28.655-8.592 56.189-21.622 81.028l-27.637-15.957-8 13.856 27.621 15.947a193.57 193.57 0 0 1-26.425 32.892z" fill="currentColor"/><path d="M400 241H284.268A32.136 32.136 0 0 0 272 228.292V160h-32v68.292c-9.562 5.534-16 15.866-16 27.708 0 17.673 14.327 32 32 32 11.425 0 21.444-5.992 27.106-15H400v-32z" fill="currentColor"/></svg>
React
import type { SVGProps } from "react";
export function IonClock(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M255.988 32C132.285 32 32 132.298 32 256c0 123.715 100.285 224 223.988 224C379.703 480 480 379.715 480 256c0-123.702-100.297-224-224.012-224zm135.773 359.765a193.666 193.666 0 0 1-32.886 26.42l-15.946-27.62-13.856 8 15.955 27.636c-24.838 13.03-52.372 20.455-81.027 21.624V416h-16v31.825c-28.656-1.166-56.191-8.59-81.03-21.62l15.958-27.641-13.856-8-15.949 27.625a193.574 193.574 0 0 1-32.889-26.424 193.571 193.571 0 0 1-26.422-32.889l27.624-15.949-8-13.855-27.641 15.958c-13.03-24.839-20.454-52.374-21.621-81.03H96v-16H64.175c1.167-28.655 8.592-56.19 21.623-81.029l27.638 15.958 8-13.856-27.623-15.948a193.662 193.662 0 0 1 26.419-32.885 193.632 193.632 0 0 1 32.89-26.426l15.949 27.624 13.856-8-15.958-27.64C191.81 72.765 219.345 65.34 248 64.175V96h16V64.176c28.654 1.169 56.188 8.595 81.026 21.626l-15.954 27.634 13.856 8 15.945-27.618a193.672 193.672 0 0 1 32.886 26.421 193.609 193.609 0 0 1 26.424 32.887l-27.619 15.946 8 13.856 27.636-15.956c13.031 24.839 20.457 52.373 21.624 81.027H416v16h31.824c-1.167 28.655-8.592 56.189-21.622 81.028l-27.637-15.957-8 13.856 27.621 15.947a193.57 193.57 0 0 1-26.425 32.892z" fill="currentColor"/><path d="M400 241H284.268A32.136 32.136 0 0 0 272 228.292V160h-32v68.292c-9.562 5.534-16 15.866-16 27.708 0 17.673 14.327 32 32 32 11.425 0 21.444-5.992 27.106-15H400v-32z" fill="currentColor"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M255.988 32C132.285 32 32 132.298 32 256c0 123.715 100.285 224 223.988 224C379.703 480 480 379.715 480 256c0-123.702-100.297-224-224.012-224zm135.773 359.765a193.666 193.666 0 0 1-32.886 26.42l-15.946-27.62-13.856 8 15.955 27.636c-24.838 13.03-52.372 20.455-81.027 21.624V416h-16v31.825c-28.656-1.166-56.191-8.59-81.03-21.62l15.958-27.641-13.856-8-15.949 27.625a193.574 193.574 0 0 1-32.889-26.424 193.571 193.571 0 0 1-26.422-32.889l27.624-15.949-8-13.855-27.641 15.958c-13.03-24.839-20.454-52.374-21.621-81.03H96v-16H64.175c1.167-28.655 8.592-56.19 21.623-81.029l27.638 15.958 8-13.856-27.623-15.948a193.662 193.662 0 0 1 26.419-32.885 193.632 193.632 0 0 1 32.89-26.426l15.949 27.624 13.856-8-15.958-27.64C191.81 72.765 219.345 65.34 248 64.175V96h16V64.176c28.654 1.169 56.188 8.595 81.026 21.626l-15.954 27.634 13.856 8 15.945-27.618a193.672 193.672 0 0 1 32.886 26.421 193.609 193.609 0 0 1 26.424 32.887l-27.619 15.946 8 13.856 27.636-15.956c13.031 24.839 20.457 52.373 21.624 81.027H416v16h31.824c-1.167 28.655-8.592 56.189-21.622 81.028l-27.637-15.957-8 13.856 27.621 15.947a193.57 193.57 0 0 1-26.425 32.892z" fill="currentColor"/><path d="M400 241H284.268A32.136 32.136 0 0 0 272 228.292V160h-32v68.292c-9.562 5.534-16 15.866-16 27.708 0 17.673 14.327 32 32 32 11.425 0 21.444-5.992 27.106-15H400v-32z" fill="currentColor"/></svg> </template>
CSS
.icon-clock {
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%20512%20512%22%3E%3Cpath%20d%3D%22M255.988%2032C132.285%2032%2032%20132.298%2032%20256c0%20123.715%20100.285%20224%20223.988%20224C379.703%20480%20480%20379.715%20480%20256c0-123.702-100.297-224-224.012-224zm135.773%20359.765a193.666%20193.666%200%200%201-32.886%2026.42l-15.946-27.62-13.856%208%2015.955%2027.636c-24.838%2013.03-52.372%2020.455-81.027%2021.624V416h-16v31.825c-28.656-1.166-56.191-8.59-81.03-21.62l15.958-27.641-13.856-8-15.949%2027.625a193.574%20193.574%200%200%201-32.889-26.424%20193.571%20193.571%200%200%201-26.422-32.889l27.624-15.949-8-13.855-27.641%2015.958c-13.03-24.839-20.454-52.374-21.621-81.03H96v-16H64.175c1.167-28.655%208.592-56.19%2021.623-81.029l27.638%2015.958%208-13.856-27.623-15.948a193.662%20193.662%200%200%201%2026.419-32.885%20193.632%20193.632%200%200%201%2032.89-26.426l15.949%2027.624%2013.856-8-15.958-27.64C191.81%2072.765%20219.345%2065.34%20248%2064.175V96h16V64.176c28.654%201.169%2056.188%208.595%2081.026%2021.626l-15.954%2027.634%2013.856%208%2015.945-27.618a193.672%20193.672%200%200%201%2032.886%2026.421%20193.609%20193.609%200%200%201%2026.424%2032.887l-27.619%2015.946%208%2013.856%2027.636-15.956c13.031%2024.839%2020.457%2052.373%2021.624%2081.027H416v16h31.824c-1.167%2028.655-8.592%2056.189-21.622%2081.028l-27.637-15.957-8%2013.856%2027.621%2015.947a193.57%20193.57%200%200%201-26.425%2032.892z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M400%20241H284.268A32.136%2032.136%200%200%200%20272%20228.292V160h-32v68.292c-9.562%205.534-16%2015.866-16%2027.708%200%2017.673%2014.327%2032%2032%2032%2011.425%200%2021.444-5.992%2027.106-15H400v-32z%22%20fill%3D%22currentColor%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%20512%20512%22%3E%3Cpath%20d%3D%22M255.988%2032C132.285%2032%2032%20132.298%2032%20256c0%20123.715%20100.285%20224%20223.988%20224C379.703%20480%20480%20379.715%20480%20256c0-123.702-100.297-224-224.012-224zm135.773%20359.765a193.666%20193.666%200%200%201-32.886%2026.42l-15.946-27.62-13.856%208%2015.955%2027.636c-24.838%2013.03-52.372%2020.455-81.027%2021.624V416h-16v31.825c-28.656-1.166-56.191-8.59-81.03-21.62l15.958-27.641-13.856-8-15.949%2027.625a193.574%20193.574%200%200%201-32.889-26.424%20193.571%20193.571%200%200%201-26.422-32.889l27.624-15.949-8-13.855-27.641%2015.958c-13.03-24.839-20.454-52.374-21.621-81.03H96v-16H64.175c1.167-28.655%208.592-56.19%2021.623-81.029l27.638%2015.958%208-13.856-27.623-15.948a193.662%20193.662%200%200%201%2026.419-32.885%20193.632%20193.632%200%200%201%2032.89-26.426l15.949%2027.624%2013.856-8-15.958-27.64C191.81%2072.765%20219.345%2065.34%20248%2064.175V96h16V64.176c28.654%201.169%2056.188%208.595%2081.026%2021.626l-15.954%2027.634%2013.856%208%2015.945-27.618a193.672%20193.672%200%200%201%2032.886%2026.421%20193.609%20193.609%200%200%201%2026.424%2032.887l-27.619%2015.946%208%2013.856%2027.636-15.956c13.031%2024.839%2020.457%2052.373%2021.624%2081.027H416v16h31.824c-1.167%2028.655-8.592%2056.189-21.622%2081.028l-27.637-15.957-8%2013.856%2027.621%2015.947a193.57%20193.57%200%200%201-26.425%2032.892z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M400%20241H284.268A32.136%2032.136%200%200%200%20272%20228.292V160h-32v68.292c-9.562%205.534-16%2015.866-16%2027.708%200%2017.673%2014.327%2032%2032%2032%2011.425%200%2021.444-5.992%2027.106-15H400v-32z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ion/clock.svg?color=%231a73e8&size=48