Townscaper Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Townscaper 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/334158.svg" alt="Townscaper icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/334158.svg" alt="Townscaper icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/334158.svg" alt="Townscaper icon" :width="24" :height="24" />
CSS background
.icon-townscaper {
background-image: url('https://proicons.com/icon/334158.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M23.84,11.882l5.554,5.554-5.554,5.554-5.554-5.554,5.554-5.554Z"/><path class="c" d="M23.84,15.034l2.402,2.402-2.402,2.402-2.402-2.402,2.402-2.402ZM19.342,43.047v-14.855h8.996v14.855"/><path class="c" d="M20.904,29.647h5.872v5.872h-5.872v-5.872ZM23.84,29.647v5.872M20.904,32.583h5.872M18.745,43.5h10.19M17.26,42.607h-4.917v-25.11M37.71,16.127l-13.71-11.627-13.71,11.627M30.42,42.607h4.917v-25.11M29.703,6.882v-1.765h4.17v5.302"/></svg>
Copied!