md clock icon
md-clock from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.
- Name
- md-clock
- Set
- IonIcons
- Style
- Regular
- Viewbox
- 512×512
- License
- MIT
Related icons in IonIcons
md-addmd-add-circlemd-airplanemd-alarmmd-albumsmd-alertmd-american-footballmd-analyticsmd-aperturemd-appsmd-appstoremd-archivemd-arrow-backmd-arrow-downmd-arrow-dropdownmd-arrow-dropdown-circlemd-arrow-dropleftmd-arrow-dropleft-circlemd-arrow-droprightmd-arrow-dropright-circlemd-arrow-dropupmd-arrow-dropup-circlemd-arrow-forwardmd-arrow-round-back
Use the md clock icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M403.1 108.9c-81.2-81.2-212.9-81.2-294.2 0-81.3 81.2-81.2 212.9 0 294.2 81.2 81.2 212.9 81.2 294.2 0 81.2-81.2 81.2-213 0-294.2zm-16.5 53.2c7.6-4.4 17.5-1.8 21.9 5.9 4.4 7.6 1.8 17.5-5.9 21.9-7.6 4.4-17.5 1.8-21.9-5.9-4.4-7.6-1.8-17.5 5.9-21.9zM80 256c0-8.8 7.2-16 16-16s16 7.2 16 16-7.2 16-16 16-16-7.2-16-16zm45.4 93.9c-7.6 4.4-17.5 1.8-21.9-5.9-4.4-7.6-1.8-17.5 5.9-21.9 7.6-4.4 17.5-1.8 21.9 5.9 4.4 7.6 1.8 17.5-5.9 21.9zm5.9-165.9c-4.4 7.6-14.2 10.3-21.9 5.9-7.6-4.4-10.3-14.2-5.9-21.9 4.4-7.6 14.2-10.3 21.9-5.9 7.7 4.4 10.3 14.3 5.9 21.9zm36.7-80.4c7.6-4.4 17.5-1.8 21.9 5.9 4.4 7.6 1.8 17.5-5.9 21.9s-17.5 1.8-21.9-5.9c-4.4-7.7-1.7-17.5 5.9-21.9zm-7.8 110.7l15.6-26.6 95.2 56.9V384h-31V260.6l-79.8-46.3zm29.7 188.3c-4.4 7.6-14.2 10.3-21.9 5.9s-10.3-14.2-5.9-21.9c4.4-7.6 14.2-10.3 21.9-5.9 7.6 4.4 10.3 14.2 5.9 21.9zM256 432c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16-7.2 16-16 16zm0-320c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16-7.2 16-16 16zm88 296.4c-7.6 4.4-17.5 1.8-21.9-5.9-4.4-7.6-1.8-17.5 5.9-21.9 7.6-4.4 17.5-1.8 21.9 5.9 4.4 7.7 1.7 17.5-5.9 21.9zm5.9-283c-4.4 7.6-14.2 10.3-21.9 5.9s-10.3-14.2-5.9-21.9c4.4-7.6 14.2-10.3 21.9-5.9s10.3 14.3 5.9 21.9zM408.4 344c-4.4 7.6-14.2 10.3-21.9 5.9-7.6-4.4-10.3-14.2-5.9-21.9 4.4-7.6 14.2-10.3 21.9-5.9 7.7 4.4 10.3 14.3 5.9 21.9zm7.6-72c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16-7.2 16-16 16z" fill="currentColor"/></svg>
React
import type { SVGProps } from "react";
export function IonMdClock(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M403.1 108.9c-81.2-81.2-212.9-81.2-294.2 0-81.3 81.2-81.2 212.9 0 294.2 81.2 81.2 212.9 81.2 294.2 0 81.2-81.2 81.2-213 0-294.2zm-16.5 53.2c7.6-4.4 17.5-1.8 21.9 5.9 4.4 7.6 1.8 17.5-5.9 21.9-7.6 4.4-17.5 1.8-21.9-5.9-4.4-7.6-1.8-17.5 5.9-21.9zM80 256c0-8.8 7.2-16 16-16s16 7.2 16 16-7.2 16-16 16-16-7.2-16-16zm45.4 93.9c-7.6 4.4-17.5 1.8-21.9-5.9-4.4-7.6-1.8-17.5 5.9-21.9 7.6-4.4 17.5-1.8 21.9 5.9 4.4 7.6 1.8 17.5-5.9 21.9zm5.9-165.9c-4.4 7.6-14.2 10.3-21.9 5.9-7.6-4.4-10.3-14.2-5.9-21.9 4.4-7.6 14.2-10.3 21.9-5.9 7.7 4.4 10.3 14.3 5.9 21.9zm36.7-80.4c7.6-4.4 17.5-1.8 21.9 5.9 4.4 7.6 1.8 17.5-5.9 21.9s-17.5 1.8-21.9-5.9c-4.4-7.7-1.7-17.5 5.9-21.9zm-7.8 110.7l15.6-26.6 95.2 56.9V384h-31V260.6l-79.8-46.3zm29.7 188.3c-4.4 7.6-14.2 10.3-21.9 5.9s-10.3-14.2-5.9-21.9c4.4-7.6 14.2-10.3 21.9-5.9 7.6 4.4 10.3 14.2 5.9 21.9zM256 432c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16-7.2 16-16 16zm0-320c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16-7.2 16-16 16zm88 296.4c-7.6 4.4-17.5 1.8-21.9-5.9-4.4-7.6-1.8-17.5 5.9-21.9 7.6-4.4 17.5-1.8 21.9 5.9 4.4 7.7 1.7 17.5-5.9 21.9zm5.9-283c-4.4 7.6-14.2 10.3-21.9 5.9s-10.3-14.2-5.9-21.9c4.4-7.6 14.2-10.3 21.9-5.9s10.3 14.3 5.9 21.9zM408.4 344c-4.4 7.6-14.2 10.3-21.9 5.9-7.6-4.4-10.3-14.2-5.9-21.9 4.4-7.6 14.2-10.3 21.9-5.9 7.7 4.4 10.3 14.3 5.9 21.9zm7.6-72c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16-7.2 16-16 16z" fill="currentColor"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M403.1 108.9c-81.2-81.2-212.9-81.2-294.2 0-81.3 81.2-81.2 212.9 0 294.2 81.2 81.2 212.9 81.2 294.2 0 81.2-81.2 81.2-213 0-294.2zm-16.5 53.2c7.6-4.4 17.5-1.8 21.9 5.9 4.4 7.6 1.8 17.5-5.9 21.9-7.6 4.4-17.5 1.8-21.9-5.9-4.4-7.6-1.8-17.5 5.9-21.9zM80 256c0-8.8 7.2-16 16-16s16 7.2 16 16-7.2 16-16 16-16-7.2-16-16zm45.4 93.9c-7.6 4.4-17.5 1.8-21.9-5.9-4.4-7.6-1.8-17.5 5.9-21.9 7.6-4.4 17.5-1.8 21.9 5.9 4.4 7.6 1.8 17.5-5.9 21.9zm5.9-165.9c-4.4 7.6-14.2 10.3-21.9 5.9-7.6-4.4-10.3-14.2-5.9-21.9 4.4-7.6 14.2-10.3 21.9-5.9 7.7 4.4 10.3 14.3 5.9 21.9zm36.7-80.4c7.6-4.4 17.5-1.8 21.9 5.9 4.4 7.6 1.8 17.5-5.9 21.9s-17.5 1.8-21.9-5.9c-4.4-7.7-1.7-17.5 5.9-21.9zm-7.8 110.7l15.6-26.6 95.2 56.9V384h-31V260.6l-79.8-46.3zm29.7 188.3c-4.4 7.6-14.2 10.3-21.9 5.9s-10.3-14.2-5.9-21.9c4.4-7.6 14.2-10.3 21.9-5.9 7.6 4.4 10.3 14.2 5.9 21.9zM256 432c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16-7.2 16-16 16zm0-320c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16-7.2 16-16 16zm88 296.4c-7.6 4.4-17.5 1.8-21.9-5.9-4.4-7.6-1.8-17.5 5.9-21.9 7.6-4.4 17.5-1.8 21.9 5.9 4.4 7.7 1.7 17.5-5.9 21.9zm5.9-283c-4.4 7.6-14.2 10.3-21.9 5.9s-10.3-14.2-5.9-21.9c4.4-7.6 14.2-10.3 21.9-5.9s10.3 14.3 5.9 21.9zM408.4 344c-4.4 7.6-14.2 10.3-21.9 5.9-7.6-4.4-10.3-14.2-5.9-21.9 4.4-7.6 14.2-10.3 21.9-5.9 7.7 4.4 10.3 14.3 5.9 21.9zm7.6-72c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16-7.2 16-16 16z" fill="currentColor"/></svg> </template>
CSS
.icon-md-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%22M403.1%20108.9c-81.2-81.2-212.9-81.2-294.2%200-81.3%2081.2-81.2%20212.9%200%20294.2%2081.2%2081.2%20212.9%2081.2%20294.2%200%2081.2-81.2%2081.2-213%200-294.2zm-16.5%2053.2c7.6-4.4%2017.5-1.8%2021.9%205.9%204.4%207.6%201.8%2017.5-5.9%2021.9-7.6%204.4-17.5%201.8-21.9-5.9-4.4-7.6-1.8-17.5%205.9-21.9zM80%20256c0-8.8%207.2-16%2016-16s16%207.2%2016%2016-7.2%2016-16%2016-16-7.2-16-16zm45.4%2093.9c-7.6%204.4-17.5%201.8-21.9-5.9-4.4-7.6-1.8-17.5%205.9-21.9%207.6-4.4%2017.5-1.8%2021.9%205.9%204.4%207.6%201.8%2017.5-5.9%2021.9zm5.9-165.9c-4.4%207.6-14.2%2010.3-21.9%205.9-7.6-4.4-10.3-14.2-5.9-21.9%204.4-7.6%2014.2-10.3%2021.9-5.9%207.7%204.4%2010.3%2014.3%205.9%2021.9zm36.7-80.4c7.6-4.4%2017.5-1.8%2021.9%205.9%204.4%207.6%201.8%2017.5-5.9%2021.9s-17.5%201.8-21.9-5.9c-4.4-7.7-1.7-17.5%205.9-21.9zm-7.8%20110.7l15.6-26.6%2095.2%2056.9V384h-31V260.6l-79.8-46.3zm29.7%20188.3c-4.4%207.6-14.2%2010.3-21.9%205.9s-10.3-14.2-5.9-21.9c4.4-7.6%2014.2-10.3%2021.9-5.9%207.6%204.4%2010.3%2014.2%205.9%2021.9zM256%20432c-8.8%200-16-7.2-16-16s7.2-16%2016-16%2016%207.2%2016%2016-7.2%2016-16%2016zm0-320c-8.8%200-16-7.2-16-16s7.2-16%2016-16%2016%207.2%2016%2016-7.2%2016-16%2016zm88%20296.4c-7.6%204.4-17.5%201.8-21.9-5.9-4.4-7.6-1.8-17.5%205.9-21.9%207.6-4.4%2017.5-1.8%2021.9%205.9%204.4%207.7%201.7%2017.5-5.9%2021.9zm5.9-283c-4.4%207.6-14.2%2010.3-21.9%205.9s-10.3-14.2-5.9-21.9c4.4-7.6%2014.2-10.3%2021.9-5.9s10.3%2014.3%205.9%2021.9zM408.4%20344c-4.4%207.6-14.2%2010.3-21.9%205.9-7.6-4.4-10.3-14.2-5.9-21.9%204.4-7.6%2014.2-10.3%2021.9-5.9%207.7%204.4%2010.3%2014.3%205.9%2021.9zm7.6-72c-8.8%200-16-7.2-16-16s7.2-16%2016-16%2016%207.2%2016%2016-7.2%2016-16%2016z%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%22M403.1%20108.9c-81.2-81.2-212.9-81.2-294.2%200-81.3%2081.2-81.2%20212.9%200%20294.2%2081.2%2081.2%20212.9%2081.2%20294.2%200%2081.2-81.2%2081.2-213%200-294.2zm-16.5%2053.2c7.6-4.4%2017.5-1.8%2021.9%205.9%204.4%207.6%201.8%2017.5-5.9%2021.9-7.6%204.4-17.5%201.8-21.9-5.9-4.4-7.6-1.8-17.5%205.9-21.9zM80%20256c0-8.8%207.2-16%2016-16s16%207.2%2016%2016-7.2%2016-16%2016-16-7.2-16-16zm45.4%2093.9c-7.6%204.4-17.5%201.8-21.9-5.9-4.4-7.6-1.8-17.5%205.9-21.9%207.6-4.4%2017.5-1.8%2021.9%205.9%204.4%207.6%201.8%2017.5-5.9%2021.9zm5.9-165.9c-4.4%207.6-14.2%2010.3-21.9%205.9-7.6-4.4-10.3-14.2-5.9-21.9%204.4-7.6%2014.2-10.3%2021.9-5.9%207.7%204.4%2010.3%2014.3%205.9%2021.9zm36.7-80.4c7.6-4.4%2017.5-1.8%2021.9%205.9%204.4%207.6%201.8%2017.5-5.9%2021.9s-17.5%201.8-21.9-5.9c-4.4-7.7-1.7-17.5%205.9-21.9zm-7.8%20110.7l15.6-26.6%2095.2%2056.9V384h-31V260.6l-79.8-46.3zm29.7%20188.3c-4.4%207.6-14.2%2010.3-21.9%205.9s-10.3-14.2-5.9-21.9c4.4-7.6%2014.2-10.3%2021.9-5.9%207.6%204.4%2010.3%2014.2%205.9%2021.9zM256%20432c-8.8%200-16-7.2-16-16s7.2-16%2016-16%2016%207.2%2016%2016-7.2%2016-16%2016zm0-320c-8.8%200-16-7.2-16-16s7.2-16%2016-16%2016%207.2%2016%2016-7.2%2016-16%2016zm88%20296.4c-7.6%204.4-17.5%201.8-21.9-5.9-4.4-7.6-1.8-17.5%205.9-21.9%207.6-4.4%2017.5-1.8%2021.9%205.9%204.4%207.7%201.7%2017.5-5.9%2021.9zm5.9-283c-4.4%207.6-14.2%2010.3-21.9%205.9s-10.3-14.2-5.9-21.9c4.4-7.6%2014.2-10.3%2021.9-5.9s10.3%2014.3%205.9%2021.9zM408.4%20344c-4.4%207.6-14.2%2010.3-21.9%205.9-7.6-4.4-10.3-14.2-5.9-21.9%204.4-7.6%2014.2-10.3%2021.9-5.9%207.7%204.4%2010.3%2014.3%205.9%2021.9zm7.6-72c-8.8%200-16-7.2-16-16s7.2-16%2016-16%2016%207.2%2016%2016-7.2%2016-16%2016z%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/md-clock.svg?color=%231a73e8&size=48