clock-toolbox-32-regular from Fluent UI System Icons by Microsoft Corporation · 32 Regular · MIT Free for personal and commercial use.

Name
clock-toolbox-32-regular
Set
Fluent UI System Icons
Style
32 Regular
Viewbox
32×32
License
MIT

5 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the clock toolbox icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M15 8a1 1 0 1 1 2 0v7h4a1 1 0 1 1 0 2h-5a1 1 0 0 1-1-1zM3 15q.001 1.023.143 2.007A3.5 3.5 0 0 1 5 14.837C5.09 8.283 10.427 3 17 3c6.627 0 12 5.373 12 12c0 6.46-5.105 11.728-11.5 11.99v1.76q0 .122-.008.241C24.996 28.732 31 22.568 31 15c0-7.732-6.268-14-14-14S3 7.268 3 15m1.5 3v1.5H3.25A2.25 2.25 0 0 0 1 21.75V24h3.5v-.75a.75.75 0 0 1 1.5 0V24h5v-.75a.75.75 0 0 1 1.5 0V24H16v-2.25a2.25 2.25 0 0 0-2.25-2.25H12.5V18a2 2 0 0 0-2-2h-4a2 2 0 0 0-2 2m2-.5h4a.5.5 0 0 1 .5.5v1.5H6V18a.5.5 0 0 1 .5-.5m4.5 8v.75a.75.75 0 0 0 1.5 0v-.75H16v3.25A2.25 2.25 0 0 1 13.75 31H3.25A2.25 2.25 0 0 1 1 28.75V25.5h3.5v.75a.75.75 0 0 0 1.5 0v-.75z"/></svg>

React

import type { SVGProps } from "react";

export function FluentClockToolbox32Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M15 8a1 1 0 1 1 2 0v7h4a1 1 0 1 1 0 2h-5a1 1 0 0 1-1-1zM3 15q.001 1.023.143 2.007A3.5 3.5 0 0 1 5 14.837C5.09 8.283 10.427 3 17 3c6.627 0 12 5.373 12 12c0 6.46-5.105 11.728-11.5 11.99v1.76q0 .122-.008.241C24.996 28.732 31 22.568 31 15c0-7.732-6.268-14-14-14S3 7.268 3 15m1.5 3v1.5H3.25A2.25 2.25 0 0 0 1 21.75V24h3.5v-.75a.75.75 0 0 1 1.5 0V24h5v-.75a.75.75 0 0 1 1.5 0V24H16v-2.25a2.25 2.25 0 0 0-2.25-2.25H12.5V18a2 2 0 0 0-2-2h-4a2 2 0 0 0-2 2m2-.5h4a.5.5 0 0 1 .5.5v1.5H6V18a.5.5 0 0 1 .5-.5m4.5 8v.75a.75.75 0 0 0 1.5 0v-.75H16v3.25A2.25 2.25 0 0 1 13.75 31H3.25A2.25 2.25 0 0 1 1 28.75V25.5h3.5v.75a.75.75 0 0 0 1.5 0v-.75z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M15 8a1 1 0 1 1 2 0v7h4a1 1 0 1 1 0 2h-5a1 1 0 0 1-1-1zM3 15q.001 1.023.143 2.007A3.5 3.5 0 0 1 5 14.837C5.09 8.283 10.427 3 17 3c6.627 0 12 5.373 12 12c0 6.46-5.105 11.728-11.5 11.99v1.76q0 .122-.008.241C24.996 28.732 31 22.568 31 15c0-7.732-6.268-14-14-14S3 7.268 3 15m1.5 3v1.5H3.25A2.25 2.25 0 0 0 1 21.75V24h3.5v-.75a.75.75 0 0 1 1.5 0V24h5v-.75a.75.75 0 0 1 1.5 0V24H16v-2.25a2.25 2.25 0 0 0-2.25-2.25H12.5V18a2 2 0 0 0-2-2h-4a2 2 0 0 0-2 2m2-.5h4a.5.5 0 0 1 .5.5v1.5H6V18a.5.5 0 0 1 .5-.5m4.5 8v.75a.75.75 0 0 0 1.5 0v-.75H16v3.25A2.25 2.25 0 0 1 13.75 31H3.25A2.25 2.25 0 0 1 1 28.75V25.5h3.5v.75a.75.75 0 0 0 1.5 0v-.75z"/></svg>
</template>

CSS

.icon-clock-toolbox-32-regular {
  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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15%208a1%201%200%201%201%202%200v7h4a1%201%200%201%201%200%202h-5a1%201%200%200%201-1-1zM3%2015q.001%201.023.143%202.007A3.5%203.5%200%200%201%205%2014.837C5.09%208.283%2010.427%203%2017%203c6.627%200%2012%205.373%2012%2012c0%206.46-5.105%2011.728-11.5%2011.99v1.76q0%20.122-.008.241C24.996%2028.732%2031%2022.568%2031%2015c0-7.732-6.268-14-14-14S3%207.268%203%2015m1.5%203v1.5H3.25A2.25%202.25%200%200%200%201%2021.75V24h3.5v-.75a.75.75%200%200%201%201.5%200V24h5v-.75a.75.75%200%200%201%201.5%200V24H16v-2.25a2.25%202.25%200%200%200-2.25-2.25H12.5V18a2%202%200%200%200-2-2h-4a2%202%200%200%200-2%202m2-.5h4a.5.5%200%200%201%20.5.5v1.5H6V18a.5.5%200%200%201%20.5-.5m4.5%208v.75a.75.75%200%200%200%201.5%200v-.75H16v3.25A2.25%202.25%200%200%201%2013.75%2031H3.25A2.25%202.25%200%200%201%201%2028.75V25.5h3.5v.75a.75.75%200%200%200%201.5%200v-.75z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15%208a1%201%200%201%201%202%200v7h4a1%201%200%201%201%200%202h-5a1%201%200%200%201-1-1zM3%2015q.001%201.023.143%202.007A3.5%203.5%200%200%201%205%2014.837C5.09%208.283%2010.427%203%2017%203c6.627%200%2012%205.373%2012%2012c0%206.46-5.105%2011.728-11.5%2011.99v1.76q0%20.122-.008.241C24.996%2028.732%2031%2022.568%2031%2015c0-7.732-6.268-14-14-14S3%207.268%203%2015m1.5%203v1.5H3.25A2.25%202.25%200%200%200%201%2021.75V24h3.5v-.75a.75.75%200%200%201%201.5%200V24h5v-.75a.75.75%200%200%201%201.5%200V24H16v-2.25a2.25%202.25%200%200%200-2.25-2.25H12.5V18a2%202%200%200%200-2-2h-4a2%202%200%200%200-2%202m2-.5h4a.5.5%200%200%201%20.5.5v1.5H6V18a.5.5%200%200%201%20.5-.5m4.5%208v.75a.75.75%200%200%200%201.5%200v-.75H16v3.25A2.25%202.25%200%200%201%2013.75%2031H3.25A2.25%202.25%200%200%201%201%2028.75V25.5h3.5v.75a.75.75%200%200%200%201.5%200v-.75z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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