measuring-tape from Material Symbols Light by Google · Regular · Actions · Apache-2.0 Free for personal and commercial use.

Name
measuring-tape
Set
Material Symbols Light
Style
Regular
Category
Actions
Viewbox
24×24
License
Apache 2.0
Aliases
measuring-tape-sharp

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="M5.616 19v-7.5q0-3.132 2.182-5.316T13.112 4t5.317 2.183t2.187 5.313t-2.184 5.318T13.116 19zm9.628-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.385 19v-4h1v4z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightMeasuringTape(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="M5.616 19v-7.5q0-3.132 2.182-5.316T13.112 4t5.317 2.183t2.187 5.313t-2.184 5.318T13.116 19zm9.628-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.385 19v-4h1v4z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.616 19v-7.5q0-3.132 2.182-5.316T13.112 4t5.317 2.183t2.187 5.313t-2.184 5.318T13.116 19zm9.628-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.385 19v-4h1v4z"/></svg>
</template>

CSS

.icon-measuring-tape {
  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%22M5.616%2019v-7.5q0-3.132%202.182-5.316T13.112%204t5.317%202.183t2.187%205.313t-2.184%205.318T13.116%2019zm9.628-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.385%2019v-4h1v4z%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%22M5.616%2019v-7.5q0-3.132%202.182-5.316T13.112%204t5.317%202.183t2.187%205.313t-2.184%205.318T13.116%2019zm9.628-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.385%2019v-4h1v4z%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.svg?color=%231a73e8&size=48