Street Measure Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Street Measure 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/347936.svg" alt="Street Measure icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/347936.svg" alt="Street Measure icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/347936.svg" alt="Street Measure icon" :width="24" :height="24" />
CSS background
.icon-street-measure {
background-image: url('https://proicons.com/icon/347936.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>.t{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="t" d="M38.5,5.5H9.5c-2.2091,0-4,1.7909-4,4v29c0,2.2091,1.7909,4,4,4h29c2.2091,0,4-1.7909,4-4V9.5c0-2.2091-1.7909-4-4-4Z"/><path id="d" class="t" d="M23.4268,5.5L5.5,36.4777"/><rect id="e" class="t" x="13.8132" y="22.1409" width="25.1473" height="6.9974"/><path id="f" class="t" d="M42.5,11.5713l-6.1166,10.5696"/><path id="g" class="t" d="M32.334,29.1383l-7.7324,13.3617"/><path id="h" class="t" d="M17.4625,35.5806l-2.4423,4.2204"/><path id="i" class="t" d="M21.1906,29.1383l-1.2053,2.1967"/><path id="j" class="t" d="M25.24,22.1409l2.0282-3.5048"/><path id="k" class="t" d="M32.2408,10.0435l-2.3702,4.3489"/><path id="l" class="t" d="M29.8706,22.1409v4.8512"/><path id="m" class="t" d="M33.1657,22.1409v1.7454"/><path id="n" class="t" d="M36.4608,22.1409v4.8512"/><path id="o" class="t" d="M26.5755,22.1409v1.7454"/><path id="p" class="t" d="M23.2804,22.1409v4.8512"/><path id="q" class="t" d="M19.9853,22.1409v1.7454"/><path id="r" class="t" d="M16.6902,22.1409l-.0505,4.8512"/><path id="s" class="t" d="M34.9479,5.545l-.5535.9565"/></svg>
Copied!