folder clock icon

folder-clock from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
folder-clock
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Related icons in Huge Icons

Use the folder clock icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><circle cx="17" cy="16.5" r="5"/><path d="M17 14.5v2l1.5.5M8.013 6.504h8.77c2.111 0 3.167 0 3.925.507c.328.219.61.5.83.828c.281.421.406.934.462 1.669m-9.978-3.004l-.635-1.268c-.526-1.05-1.006-2.108-2.172-2.545c-.51-.191-1.093-.191-2.26-.191c-1.82 0-2.73 0-3.414.38a3 3 0 0 0-1.16 1.16C2 4.722 2 5.63 2 7.45v3.059c0 4.72 0 7.079 1.468 8.545c1.116 1.115 2.75 1.382 5.548 1.446"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsFolderClock(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><circle cx="17" cy="16.5" r="5"/><path d="M17 14.5v2l1.5.5M8.013 6.504h8.77c2.111 0 3.167 0 3.925.507c.328.219.61.5.83.828c.281.421.406.934.462 1.669m-9.978-3.004l-.635-1.268c-.526-1.05-1.006-2.108-2.172-2.545c-.51-.191-1.093-.191-2.26-.191c-1.82 0-2.73 0-3.414.38a3 3 0 0 0-1.16 1.16C2 4.722 2 5.63 2 7.45v3.059c0 4.72 0 7.079 1.468 8.545c1.116 1.115 2.75 1.382 5.548 1.446"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><circle cx="17" cy="16.5" r="5"/><path d="M17 14.5v2l1.5.5M8.013 6.504h8.77c2.111 0 3.167 0 3.925.507c.328.219.61.5.83.828c.281.421.406.934.462 1.669m-9.978-3.004l-.635-1.268c-.526-1.05-1.006-2.108-2.172-2.545c-.51-.191-1.093-.191-2.26-.191c-1.82 0-2.73 0-3.414.38a3 3 0 0 0-1.16 1.16C2 4.722 2 5.63 2 7.45v3.059c0 4.72 0 7.079 1.468 8.545c1.116 1.115 2.75 1.382 5.548 1.446"/></g></svg>
</template>

CSS

.icon-folder-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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Ccircle%20cx%3D%2217%22%20cy%3D%2216.5%22%20r%3D%225%22%2F%3E%3Cpath%20d%3D%22M17%2014.5v2l1.5.5M8.013%206.504h8.77c2.111%200%203.167%200%203.925.507c.328.219.61.5.83.828c.281.421.406.934.462%201.669m-9.978-3.004l-.635-1.268c-.526-1.05-1.006-2.108-2.172-2.545c-.51-.191-1.093-.191-2.26-.191c-1.82%200-2.73%200-3.414.38a3%203%200%200%200-1.16%201.16C2%204.722%202%205.63%202%207.45v3.059c0%204.72%200%207.079%201.468%208.545c1.116%201.115%202.75%201.382%205.548%201.446%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Ccircle%20cx%3D%2217%22%20cy%3D%2216.5%22%20r%3D%225%22%2F%3E%3Cpath%20d%3D%22M17%2014.5v2l1.5.5M8.013%206.504h8.77c2.111%200%203.167%200%203.925.507c.328.219.61.5.83.828c.281.421.406.934.462%201.669m-9.978-3.004l-.635-1.268c-.526-1.05-1.006-2.108-2.172-2.545c-.51-.191-1.093-.191-2.26-.191c-1.82%200-2.73%200-3.414.38a3%203%200%200%200-1.16%201.16C2%204.722%202%205.63%202%207.45v3.059c0%204.72%200%207.079%201.468%208.545c1.116%201.115%202.75%201.382%205.548%201.446%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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