tower clock icon

tower-clock-filled from TDesign Icons by TDesign · Filled · MIT Free for personal and commercial use.

Name
tower-clock-filled
Set
TDesign Icons
Style
Filled
Viewbox
24×24
License
MIT

1 other variant in TDesign Icons

Related icons in TDesign Icons

Use the tower clock icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.75 11a1.25 1.25 0 1 1 2.5 0a1.25 1.25 0 0 1-2.5 0"/><path fill="currentColor" d="M17.288 2.914L12 .932L6.713 2.914l.702 1.873l.585-.22V5H5v12h2v6h10v-6h2V5h-3v-.432l.585.22zM11 20v-3h2v3zm1-12.25a3.25 3.25 0 1 1 0 6.5a3.25 3.25 0 0 1 0-6.5"/></svg>

React

import type { SVGProps } from "react";

export function TdesignTowerClockFilled(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="M10.75 11a1.25 1.25 0 1 1 2.5 0a1.25 1.25 0 0 1-2.5 0"/><path fill="currentColor" d="M17.288 2.914L12 .932L6.713 2.914l.702 1.873l.585-.22V5H5v12h2v6h10v-6h2V5h-3v-.432l.585.22zM11 20v-3h2v3zm1-12.25a3.25 3.25 0 1 1 0 6.5a3.25 3.25 0 0 1 0-6.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.75 11a1.25 1.25 0 1 1 2.5 0a1.25 1.25 0 0 1-2.5 0"/><path fill="currentColor" d="M17.288 2.914L12 .932L6.713 2.914l.702 1.873l.585-.22V5H5v12h2v6h10v-6h2V5h-3v-.432l.585.22zM11 20v-3h2v3zm1-12.25a3.25 3.25 0 1 1 0 6.5a3.25 3.25 0 0 1 0-6.5"/></svg>
</template>

CSS

.icon-tower-clock-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%22M10.75%2011a1.25%201.25%200%201%201%202.5%200a1.25%201.25%200%200%201-2.5%200%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.288%202.914L12%20.932L6.713%202.914l.702%201.873l.585-.22V5H5v12h2v6h10v-6h2V5h-3v-.432l.585.22zM11%2020v-3h2v3zm1-12.25a3.25%203.25%200%201%201%200%206.5a3.25%203.25%200%200%201%200-6.5%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%22M10.75%2011a1.25%201.25%200%201%201%202.5%200a1.25%201.25%200%200%201-2.5%200%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.288%202.914L12%20.932L6.713%202.914l.702%201.873l.585-.22V5H5v12h2v6h10v-6h2V5h-3v-.432l.585.22zM11%2020v-3h2v3zm1-12.25a3.25%203.25%200%201%201%200%206.5a3.25%203.25%200%200%201%200-6.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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