Monk Tower Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Monk Tower icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/344067.svg" alt="Monk Tower icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/344067.svg" alt="Monk Tower icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/344067.svg" alt="Monk Tower icon" :width="24" :height="24" />
CSS background
.icon-monk-tower {
background-image: url('https://proicons.com/icon/344067.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><polygon class="c" points="37.4076 28.8697 37.4076 33.75 34.9727 33.75 34.9727 36.1849 32.5378 36.1849 32.5378 33.75 30.0924 33.75 30.0924 36.1849 27.6576 36.1849 27.6576 33.75 25.2227 33.75 25.2227 36.1849 22.7878 36.1849 22.7878 33.75 20.353 33.75 20.353 36.1849 17.9076 36.1849 17.9076 33.75 13.0378 33.75 13.0378 36.1849 10.5924 36.1849 10.5924 28.8697 13.0378 28.8697 13.0378 24 15.4727 24 15.4727 19.1303 10.5924 19.1303 10.5924 16.6849 13.0378 16.6849 13.0378 11.8151 15.4727 11.8151 15.4727 9.3697 17.9076 9.3697 17.9076 6.9349 20.353 6.9349 20.353 4.5 22.7878 4.5 22.7878 9.3697 25.2227 9.3697 25.2227 11.8151 27.6576 11.8151 27.6576 14.25 30.0924 14.25 30.0924 19.1303 17.9076 19.1303 17.9076 21.5651 20.353 21.5651 20.353 24 22.7878 24 22.7878 26.4349 27.6576 26.4349 27.6576 21.5651 30.0924 21.5651 30.0924 24 32.5378 24 32.5378 26.4349 34.9727 26.4349 34.9727 28.8697 37.4076 28.8697"/><polygon class="c" points="30.0924 19.1303 30.0924 21.5651 27.6576 21.5651 27.6576 26.4349 22.7878 26.4349 22.7878 24 20.353 24 20.353 21.5651 17.9076 21.5651 17.9076 19.1303 30.0924 19.1303"/><rect class="c" x="25.2227" y="33.75" width="2.4349" height="2.4349"/><rect class="c" x="30.0924" y="33.75" width="2.4454" height="2.4349"/><rect class="c" x="20.353" y="33.75" width="2.4349" height="2.4349"/><rect class="c" x="13.0378" y="33.75" width="4.8697" height="2.4349"/><rect class="c" x="15.4727" y="41.0651" width="2.4349" height="2.4349"/><rect class="c" x="27.6576" y="41.0651" width="4.8803" height="2.4349"/><polygon class="c" points="32.5378 36.1849 32.5378 41.0651 25.2227 41.0651 25.2227 38.6303 20.353 38.6303 20.353 41.0651 15.4727 41.0651 15.4727 38.6303 13.0378 38.6303 13.0378 36.1849 32.5378 36.1849"/></svg>
Copied!