clock square icon

clock-square-bold from Solar by 480 Design · Bold · Time · CC-BY-4.0 Attribution required.

Name
clock-square-bold
Set
Solar
Style
Bold
Category
Time
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

The same icon in other sets

More time icons from Solar

Use the clock square icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M12 2C16.714 2 19.0707 2.00038 20.5352 3.46484C21.9996 4.92931 22 7.28595 22 12C22 16.714 21.9996 19.0707 20.5352 20.5352C19.0707 21.9996 16.714 22 12 22C7.28595 22 4.92931 21.9996 3.46484 20.5352C2.00038 19.0707 2 16.714 2 12C2 7.28595 2.00038 4.92931 3.46484 3.46484C4.92931 2.00038 7.28595 2 12 2ZM12 7.25C11.5858 7.25 11.25 7.58579 11.25 8V12C11.25 12.1989 11.3291 12.3896 11.4697 12.5303L13.9697 15.0303C14.2626 15.3232 14.7374 15.3232 15.0303 15.0303C15.3232 14.7374 15.3232 14.2626 15.0303 13.9697L12.75 11.6895V8C12.75 7.58579 12.4142 7.25 12 7.25Z" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function SolarClockSquareBold(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" fillRule="evenodd" d="M12 2C16.714 2 19.0707 2.00038 20.5352 3.46484C21.9996 4.92931 22 7.28595 22 12C22 16.714 21.9996 19.0707 20.5352 20.5352C19.0707 21.9996 16.714 22 12 22C7.28595 22 4.92931 21.9996 3.46484 20.5352C2.00038 19.0707 2 16.714 2 12C2 7.28595 2.00038 4.92931 3.46484 3.46484C4.92931 2.00038 7.28595 2 12 2ZM12 7.25C11.5858 7.25 11.25 7.58579 11.25 8V12C11.25 12.1989 11.3291 12.3896 11.4697 12.5303L13.9697 15.0303C14.2626 15.3232 14.7374 15.3232 15.0303 15.0303C15.3232 14.7374 15.3232 14.2626 15.0303 13.9697L12.75 11.6895V8C12.75 7.58579 12.4142 7.25 12 7.25Z" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M12 2C16.714 2 19.0707 2.00038 20.5352 3.46484C21.9996 4.92931 22 7.28595 22 12C22 16.714 21.9996 19.0707 20.5352 20.5352C19.0707 21.9996 16.714 22 12 22C7.28595 22 4.92931 21.9996 3.46484 20.5352C2.00038 19.0707 2 16.714 2 12C2 7.28595 2.00038 4.92931 3.46484 3.46484C4.92931 2.00038 7.28595 2 12 2ZM12 7.25C11.5858 7.25 11.25 7.58579 11.25 8V12C11.25 12.1989 11.3291 12.3896 11.4697 12.5303L13.9697 15.0303C14.2626 15.3232 14.7374 15.3232 15.0303 15.0303C15.3232 14.7374 15.3232 14.2626 15.0303 13.9697L12.75 11.6895V8C12.75 7.58579 12.4142 7.25 12 7.25Z" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-clock-square-bold {
  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%20fill-rule%3D%22evenodd%22%20d%3D%22M12%202C16.714%202%2019.0707%202.00038%2020.5352%203.46484C21.9996%204.92931%2022%207.28595%2022%2012C22%2016.714%2021.9996%2019.0707%2020.5352%2020.5352C19.0707%2021.9996%2016.714%2022%2012%2022C7.28595%2022%204.92931%2021.9996%203.46484%2020.5352C2.00038%2019.0707%202%2016.714%202%2012C2%207.28595%202.00038%204.92931%203.46484%203.46484C4.92931%202.00038%207.28595%202%2012%202ZM12%207.25C11.5858%207.25%2011.25%207.58579%2011.25%208V12C11.25%2012.1989%2011.3291%2012.3896%2011.4697%2012.5303L13.9697%2015.0303C14.2626%2015.3232%2014.7374%2015.3232%2015.0303%2015.0303C15.3232%2014.7374%2015.3232%2014.2626%2015.0303%2013.9697L12.75%2011.6895V8C12.75%207.58579%2012.4142%207.25%2012%207.25Z%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M12%202C16.714%202%2019.0707%202.00038%2020.5352%203.46484C21.9996%204.92931%2022%207.28595%2022%2012C22%2016.714%2021.9996%2019.0707%2020.5352%2020.5352C19.0707%2021.9996%2016.714%2022%2012%2022C7.28595%2022%204.92931%2021.9996%203.46484%2020.5352C2.00038%2019.0707%202%2016.714%202%2012C2%207.28595%202.00038%204.92931%203.46484%203.46484C4.92931%202.00038%207.28595%202%2012%202ZM12%207.25C11.5858%207.25%2011.25%207.58579%2011.25%208V12C11.25%2012.1989%2011.3291%2012.3896%2011.4697%2012.5303L13.9697%2015.0303C14.2626%2015.3232%2014.7374%2015.3232%2015.0303%2015.0303C15.3232%2014.7374%2015.3232%2014.2626%2015.0303%2013.9697L12.75%2011.6895V8C12.75%207.58579%2012.4142%207.25%2012%207.25Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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