Streetcomplete Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Streetcomplete 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/347937.svg" alt="Streetcomplete icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/347937.svg" alt="Streetcomplete icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/347937.svg" alt="Streetcomplete icon" :width="24" :height="24" />
CSS background
.icon-streetcomplete {
background-image: url('https://proicons.com/icon/347937.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M21.28,5.5h5.44v4.59h4.16v9.17H26.72v3.3h11l4.59,4.59-4.59,4.59h-11V44.5H21.28V31.74H17.12V22.56h4.16v-3.3h-11L5.65,14.68l4.59-4.59h11Z"/><line class="a" x1="21.28" y1="10.09" x2="26.72" y2="10.09"/><line class="a" x1="26.72" y1="19.26" x2="21.28" y2="19.26"/><line class="a" x1="21.28" y1="22.56" x2="26.72" y2="22.56"/><line class="a" x1="26.97" y1="31.74" x2="21.28" y2="31.74"/></svg>
Copied!