Measure Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The 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/306071.svg" alt="Measure icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306071.svg" alt="Measure icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306071.svg" alt="Measure icon" :width="24" :height="24" />
CSS background
.icon-measure {
background-image: url('https://proicons.com/icon/306071.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M703 144h147c17 0 111-82 63-82H83c-38 0 42 82 66 82h167c10 0 18 8 18 17v63c0 10-8 18-18 18H161c-10 0-18 7-19 17l-29 661c0 10 8 18 17 18h725c10 0 17-8 17-18l-29-661c0-10-9-17-18-17H703c-10 0-18-8-18-18v-63c0-10 8-17 18-17zm41 451c0 129-105 234-234 234S275 724 275 595s105-235 235-235 234 105 234 235zm-183-24c-1-4-2-7-3-10l-49-133-44 138c-1 3-1 6-2 9v1c0 3-1 5-1 8 0 32 23 58 50 58 28 0 50-26 50-58 0-4 0-8-1-12v-1z"/></svg>
Measure in other icon packs
Copied!