measuring tape icon
measuring-tape-rounded from Material Symbols Light by Google · Rounded · Actions · Apache-2.0 Free for personal and commercial use.
- Name
- measuring-tape-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- Actions
- Viewbox
- 24×24
- License
- Apache 2.0
3 other variants in Material Symbols Light
The same icon in other sets
More actions icons from Material Symbols Light
Use the measuring tape icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.116 19H7.23q-.666 0-1.141-.475t-.475-1.14V11.5q0-3.132 2.183-5.316T13.112 4t5.317 2.183t2.187 5.313t-2.184 5.318T13.116 19m2.128-5.371q.872-.871.872-2.129t-.872-2.129t-2.128-.871t-2.13.871t-.87 2.129t.87 2.129t2.13.871t2.128-.871m-3.547-.713q-.581-.584-.581-1.418t.584-1.416t1.418-.582t1.416.584t.582 1.418t-.584 1.416t-1.419.582t-1.416-.584M3.884 19q-.213 0-.356-.144t-.143-.356v-3q0-.213.144-.356T3.885 15t.356.144t.144.356v3q0 .213-.144.356q-.144.144-.357.144"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightMeasuringTapeRounded(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.116 19H7.23q-.666 0-1.141-.475t-.475-1.14V11.5q0-3.132 2.183-5.316T13.112 4t5.317 2.183t2.187 5.313t-2.184 5.318T13.116 19m2.128-5.371q.872-.871.872-2.129t-.872-2.129t-2.128-.871t-2.13.871t-.87 2.129t.87 2.129t2.13.871t2.128-.871m-3.547-.713q-.581-.584-.581-1.418t.584-1.416t1.418-.582t1.416.584t.582 1.418t-.584 1.416t-1.419.582t-1.416-.584M3.884 19q-.213 0-.356-.144t-.143-.356v-3q0-.213.144-.356T3.885 15t.356.144t.144.356v3q0 .213-.144.356q-.144.144-.357.144"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.116 19H7.23q-.666 0-1.141-.475t-.475-1.14V11.5q0-3.132 2.183-5.316T13.112 4t5.317 2.183t2.187 5.313t-2.184 5.318T13.116 19m2.128-5.371q.872-.871.872-2.129t-.872-2.129t-2.128-.871t-2.13.871t-.87 2.129t.87 2.129t2.13.871t2.128-.871m-3.547-.713q-.581-.584-.581-1.418t.584-1.416t1.418-.582t1.416.584t.582 1.418t-.584 1.416t-1.419.582t-1.416-.584M3.884 19q-.213 0-.356-.144t-.143-.356v-3q0-.213.144-.356T3.885 15t.356.144t.144.356v3q0 .213-.144.356q-.144.144-.357.144"/></svg> </template>
CSS
.icon-measuring-tape-rounded {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.116%2019H7.23q-.666%200-1.141-.475t-.475-1.14V11.5q0-3.132%202.183-5.316T13.112%204t5.317%202.183t2.187%205.313t-2.184%205.318T13.116%2019m2.128-5.371q.872-.871.872-2.129t-.872-2.129t-2.128-.871t-2.13.871t-.87%202.129t.87%202.129t2.13.871t2.128-.871m-3.547-.713q-.581-.584-.581-1.418t.584-1.416t1.418-.582t1.416.584t.582%201.418t-.584%201.416t-1.419.582t-1.416-.584M3.884%2019q-.213%200-.356-.144t-.143-.356v-3q0-.213.144-.356T3.885%2015t.356.144t.144.356v3q0%20.213-.144.356q-.144.144-.357.144%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.116%2019H7.23q-.666%200-1.141-.475t-.475-1.14V11.5q0-3.132%202.183-5.316T13.112%204t5.317%202.183t2.187%205.313t-2.184%205.318T13.116%2019m2.128-5.371q.872-.871.872-2.129t-.872-2.129t-2.128-.871t-2.13.871t-.87%202.129t.87%202.129t2.13.871t2.128-.871m-3.547-.713q-.581-.584-.581-1.418t.584-1.416t1.418-.582t1.416.584t.582%201.418t-.584%201.416t-1.419.582t-1.416-.584M3.884%2019q-.213%200-.356-.144t-.143-.356v-3q0-.213.144-.356T3.885%2015t.356.144t.144.356v3q0%20.213-.144.356q-.144.144-.357.144%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/measuring-tape-rounded.svg?color=%231a73e8&size=48