clock2 icon

clock2-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.

Name
clock2-filled
Set
Reicon
Style
Filled
Category
Newicons
Viewbox
24×24
License
MIT

1 other variant in Reicon

The same icon in other sets

More newicons icons from Reicon

Use the clock2 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.718 18.997c.398-.155.858.184.773.602C15 21.5 13.9 22 12.55 22h-1.09c-1.35 0-2.46-.5-2.94-2.41c-.083-.418.375-.755.772-.599c.855.335 1.768.51 2.708.51c.943 0 1.861-.17 2.717-.503M15.49 4.4c.09.423-.377.767-.779.609a7.4 7.4 0 0 0-2.71-.509c-.958 0-1.87.181-2.709.511c-.397.157-.857-.182-.771-.601C9 2.5 10.11 2 11.46 2h1.09c1.35 0 2.45.5 2.94 2.4M12 5.5A6.5 6.5 0 0 0 5.5 12c0 2.1.99 3.96 2.53 5.15h.01c1.1.85 2.47 1.35 3.96 1.35c1.51 0 2.89-.51 3.99-1.37H16A6.51 6.51 0 0 0 18.5 12A6.5 6.5 0 0 0 12 5.5m1.93 8.88c-.15.15-.34.22-.53.22s-.38-.07-.53-.22l-1.4-1.4a.75.75 0 0 1-.22-.53V9.66c0-.41.34-.75.75-.75s.75.34.75.75v2.48l1.18 1.18c.29.29.29.77 0 1.06"/></svg>

React

import type { SVGProps } from "react";

export function ReiconClock2Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.718 18.997c.398-.155.858.184.773.602C15 21.5 13.9 22 12.55 22h-1.09c-1.35 0-2.46-.5-2.94-2.41c-.083-.418.375-.755.772-.599c.855.335 1.768.51 2.708.51c.943 0 1.861-.17 2.717-.503M15.49 4.4c.09.423-.377.767-.779.609a7.4 7.4 0 0 0-2.71-.509c-.958 0-1.87.181-2.709.511c-.397.157-.857-.182-.771-.601C9 2.5 10.11 2 11.46 2h1.09c1.35 0 2.45.5 2.94 2.4M12 5.5A6.5 6.5 0 0 0 5.5 12c0 2.1.99 3.96 2.53 5.15h.01c1.1.85 2.47 1.35 3.96 1.35c1.51 0 2.89-.51 3.99-1.37H16A6.51 6.51 0 0 0 18.5 12A6.5 6.5 0 0 0 12 5.5m1.93 8.88c-.15.15-.34.22-.53.22s-.38-.07-.53-.22l-1.4-1.4a.75.75 0 0 1-.22-.53V9.66c0-.41.34-.75.75-.75s.75.34.75.75v2.48l1.18 1.18c.29.29.29.77 0 1.06"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.718 18.997c.398-.155.858.184.773.602C15 21.5 13.9 22 12.55 22h-1.09c-1.35 0-2.46-.5-2.94-2.41c-.083-.418.375-.755.772-.599c.855.335 1.768.51 2.708.51c.943 0 1.861-.17 2.717-.503M15.49 4.4c.09.423-.377.767-.779.609a7.4 7.4 0 0 0-2.71-.509c-.958 0-1.87.181-2.709.511c-.397.157-.857-.182-.771-.601C9 2.5 10.11 2 11.46 2h1.09c1.35 0 2.45.5 2.94 2.4M12 5.5A6.5 6.5 0 0 0 5.5 12c0 2.1.99 3.96 2.53 5.15h.01c1.1.85 2.47 1.35 3.96 1.35c1.51 0 2.89-.51 3.99-1.37H16A6.51 6.51 0 0 0 18.5 12A6.5 6.5 0 0 0 12 5.5m1.93 8.88c-.15.15-.34.22-.53.22s-.38-.07-.53-.22l-1.4-1.4a.75.75 0 0 1-.22-.53V9.66c0-.41.34-.75.75-.75s.75.34.75.75v2.48l1.18 1.18c.29.29.29.77 0 1.06"/></svg>
</template>

CSS

.icon-clock2-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.718%2018.997c.398-.155.858.184.773.602C15%2021.5%2013.9%2022%2012.55%2022h-1.09c-1.35%200-2.46-.5-2.94-2.41c-.083-.418.375-.755.772-.599c.855.335%201.768.51%202.708.51c.943%200%201.861-.17%202.717-.503M15.49%204.4c.09.423-.377.767-.779.609a7.4%207.4%200%200%200-2.71-.509c-.958%200-1.87.181-2.709.511c-.397.157-.857-.182-.771-.601C9%202.5%2010.11%202%2011.46%202h1.09c1.35%200%202.45.5%202.94%202.4M12%205.5A6.5%206.5%200%200%200%205.5%2012c0%202.1.99%203.96%202.53%205.15h.01c1.1.85%202.47%201.35%203.96%201.35c1.51%200%202.89-.51%203.99-1.37H16A6.51%206.51%200%200%200%2018.5%2012A6.5%206.5%200%200%200%2012%205.5m1.93%208.88c-.15.15-.34.22-.53.22s-.38-.07-.53-.22l-1.4-1.4a.75.75%200%200%201-.22-.53V9.66c0-.41.34-.75.75-.75s.75.34.75.75v2.48l1.18%201.18c.29.29.29.77%200%201.06%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.718%2018.997c.398-.155.858.184.773.602C15%2021.5%2013.9%2022%2012.55%2022h-1.09c-1.35%200-2.46-.5-2.94-2.41c-.083-.418.375-.755.772-.599c.855.335%201.768.51%202.708.51c.943%200%201.861-.17%202.717-.503M15.49%204.4c.09.423-.377.767-.779.609a7.4%207.4%200%200%200-2.71-.509c-.958%200-1.87.181-2.709.511c-.397.157-.857-.182-.771-.601C9%202.5%2010.11%202%2011.46%202h1.09c1.35%200%202.45.5%202.94%202.4M12%205.5A6.5%206.5%200%200%200%205.5%2012c0%202.1.99%203.96%202.53%205.15h.01c1.1.85%202.47%201.35%203.96%201.35c1.51%200%202.89-.51%203.99-1.37H16A6.51%206.51%200%200%200%2018.5%2012A6.5%206.5%200%200%200%2012%205.5m1.93%208.88c-.15.15-.34.22-.53.22s-.38-.07-.53-.22l-1.4-1.4a.75.75%200%200%201-.22-.53V9.66c0-.41.34-.75.75-.75s.75.34.75.75v2.48l1.18%201.18c.29.29.29.77%200%201.06%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/clock2-filled.svg?color=%231a73e8&size=48