measuring tape icon

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

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

3 other variants in Material Symbols

The same icon in other sets

More actions icons from Material Symbols

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 20v-8.5q0-3.55 2.475-6.025T13.5 3t6.025 2.475T22 11.5t-2.475 6.025T13.5 20zm10.975-6.025Q17 12.95 17 11.5t-1.025-2.475T13.5 8t-2.475 1.025T10 11.5t1.025 2.475T13.5 15t2.475-1.025m-3.537-1.412Q12 12.125 12 11.5t.438-1.062T13.5 10t1.063.438T15 11.5t-.437 1.063T13.5 13t-1.062-.437M2 20v-5h2v5z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsMeasuringTape(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 20v-8.5q0-3.55 2.475-6.025T13.5 3t6.025 2.475T22 11.5t-2.475 6.025T13.5 20zm10.975-6.025Q17 12.95 17 11.5t-1.025-2.475T13.5 8t-2.475 1.025T10 11.5t1.025 2.475T13.5 15t2.475-1.025m-3.537-1.412Q12 12.125 12 11.5t.438-1.062T13.5 10t1.063.438T15 11.5t-.437 1.063T13.5 13t-1.062-.437M2 20v-5h2v5z"/></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 20v-8.5q0-3.55 2.475-6.025T13.5 3t6.025 2.475T22 11.5t-2.475 6.025T13.5 20zm10.975-6.025Q17 12.95 17 11.5t-1.025-2.475T13.5 8t-2.475 1.025T10 11.5t1.025 2.475T13.5 15t2.475-1.025m-3.537-1.412Q12 12.125 12 11.5t.438-1.062T13.5 10t1.063.438T15 11.5t-.437 1.063T13.5 13t-1.062-.437M2 20v-5h2v5z"/></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%2020v-8.5q0-3.55%202.475-6.025T13.5%203t6.025%202.475T22%2011.5t-2.475%206.025T13.5%2020zm10.975-6.025Q17%2012.95%2017%2011.5t-1.025-2.475T13.5%208t-2.475%201.025T10%2011.5t1.025%202.475T13.5%2015t2.475-1.025m-3.537-1.412Q12%2012.125%2012%2011.5t.438-1.062T13.5%2010t1.063.438T15%2011.5t-.437%201.063T13.5%2013t-1.062-.437M2%2020v-5h2v5z%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%2020v-8.5q0-3.55%202.475-6.025T13.5%203t6.025%202.475T22%2011.5t-2.475%206.025T13.5%2020zm10.975-6.025Q17%2012.95%2017%2011.5t-1.025-2.475T13.5%208t-2.475%201.025T10%2011.5t1.025%202.475T13.5%2015t2.475-1.025m-3.537-1.412Q12%2012.125%2012%2011.5t.438-1.062T13.5%2010t1.063.438T15%2011.5t-.437%201.063T13.5%2013t-1.062-.437M2%2020v-5h2v5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/measuring-tape.svg?color=%231a73e8&size=48