clock tower icon

clock-tower from IconPark by ByteDance · Color · Build · Apache-2.0 Free for personal and commercial use.

Name
clock-tower
Set
IconPark
Style
Color
Category
Build
Viewbox
48×48
License
Apache 2.0

The same icon in other sets

More build icons from IconPark

Use the clock tower icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M4 44H44"/><rect width="12" height="12" x="27" y="32" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4"/><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M38 10V16"/><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M28 10V16"/><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M28 10L33 4L38 10H28Z"/><path stroke="#000" stroke-linejoin="round" stroke-width="4" d="M25 20H11C9.89543 20 9 20.8954 9 22V44"/><path stroke="#000" stroke-linecap="round" stroke-width="4" d="M15 29L19 29"/><path stroke="#000" stroke-linecap="round" stroke-width="4" d="M15 36L19 36"/><rect width="16" height="16" x="25" y="16" fill="#2F88FF" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" rx="1"/><circle cx="33" cy="24" r="3" fill="#fff"/><path stroke="#000" stroke-linecap="round" stroke-width="4" d="M33 32V42"/></g></svg>

React

import type { SVGProps } from "react";

export function IconParkClockTower(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><path stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4" d="M4 44H44"/><rect width="12" height="12" x="27" y="32" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4"/><path stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4" d="M38 10V16"/><path stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4" d="M28 10V16"/><path stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4" d="M28 10L33 4L38 10H28Z"/><path stroke="#000" strokeLinejoin="round" strokeWidth="4" d="M25 20H11C9.89543 20 9 20.8954 9 22V44"/><path stroke="#000" strokeLinecap="round" strokeWidth="4" d="M15 29L19 29"/><path stroke="#000" strokeLinecap="round" strokeWidth="4" d="M15 36L19 36"/><rect width="16" height="16" x="25" y="16" fill="#2F88FF" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4" rx="1"/><circle cx="33" cy="24" r="3" fill="#fff"/><path stroke="#000" strokeLinecap="round" strokeWidth="4" d="M33 32V42"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M4 44H44"/><rect width="12" height="12" x="27" y="32" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4"/><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M38 10V16"/><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M28 10V16"/><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M28 10L33 4L38 10H28Z"/><path stroke="#000" stroke-linejoin="round" stroke-width="4" d="M25 20H11C9.89543 20 9 20.8954 9 22V44"/><path stroke="#000" stroke-linecap="round" stroke-width="4" d="M15 29L19 29"/><path stroke="#000" stroke-linecap="round" stroke-width="4" d="M15 36L19 36"/><rect width="16" height="16" x="25" y="16" fill="#2F88FF" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" rx="1"/><circle cx="33" cy="24" r="3" fill="#fff"/><path stroke="#000" stroke-linecap="round" stroke-width="4" d="M33 32V42"/></g></svg>
</template>

CSS

.icon-clock-tower {
  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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M4%2044H44%22%2F%3E%3Crect%20width%3D%2212%22%20height%3D%2212%22%20x%3D%2227%22%20y%3D%2232%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M38%2010V16%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M28%2010V16%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M28%2010L33%204L38%2010H28Z%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M25%2020H11C9.89543%2020%209%2020.8954%209%2022V44%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M15%2029L19%2029%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M15%2036L19%2036%22%2F%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20x%3D%2225%22%20y%3D%2216%22%20fill%3D%22%232F88FF%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20rx%3D%221%22%2F%3E%3Ccircle%20cx%3D%2233%22%20cy%3D%2224%22%20r%3D%223%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M33%2032V42%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M4%2044H44%22%2F%3E%3Crect%20width%3D%2212%22%20height%3D%2212%22%20x%3D%2227%22%20y%3D%2232%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M38%2010V16%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M28%2010V16%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M28%2010L33%204L38%2010H28Z%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M25%2020H11C9.89543%2020%209%2020.8954%209%2022V44%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M15%2029L19%2029%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M15%2036L19%2036%22%2F%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20x%3D%2225%22%20y%3D%2216%22%20fill%3D%22%232F88FF%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20rx%3D%221%22%2F%3E%3Ccircle%20cx%3D%2233%22%20cy%3D%2224%22%20r%3D%223%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M33%2032V42%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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