measuring tape icon

measuring-tape-outline-rounded from Material Symbols by Google · Outline Rounded · Actions · Apache-2.0 Free for personal and commercial use.

Name
measuring-tape-outline-rounded
Set
Material Symbols
Style
Outline Rounded
Category
Actions
Viewbox
24×24
License
Apache 2.0

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="M13.5 20H7q-.825 0-1.412-.587T5 18v-6.5q0-3.55 2.475-6.025T13.5 3t6.025 2.475T22 11.5t-2.475 6.025T13.5 20m0-2q2.7 0 4.6-1.9t1.9-4.6t-1.9-4.6T13.5 5T8.9 6.9T7 11.5V18zm2.475-4.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.538-1.412Q12 12.125 12 11.5t.438-1.062T13.5 10t1.063.438T15 11.5t-.437 1.063T13.5 13t-1.062-.437M3 20q-.425 0-.712-.288T2 19v-3q0-.425.288-.712T3 15t.713.288T4 16v3q0 .425-.288.713T3 20m10.5-8.5"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsMeasuringTapeOutlineRounded(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.5 20H7q-.825 0-1.412-.587T5 18v-6.5q0-3.55 2.475-6.025T13.5 3t6.025 2.475T22 11.5t-2.475 6.025T13.5 20m0-2q2.7 0 4.6-1.9t1.9-4.6t-1.9-4.6T13.5 5T8.9 6.9T7 11.5V18zm2.475-4.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.538-1.412Q12 12.125 12 11.5t.438-1.062T13.5 10t1.063.438T15 11.5t-.437 1.063T13.5 13t-1.062-.437M3 20q-.425 0-.712-.288T2 19v-3q0-.425.288-.712T3 15t.713.288T4 16v3q0 .425-.288.713T3 20m10.5-8.5"/></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.5 20H7q-.825 0-1.412-.587T5 18v-6.5q0-3.55 2.475-6.025T13.5 3t6.025 2.475T22 11.5t-2.475 6.025T13.5 20m0-2q2.7 0 4.6-1.9t1.9-4.6t-1.9-4.6T13.5 5T8.9 6.9T7 11.5V18zm2.475-4.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.538-1.412Q12 12.125 12 11.5t.438-1.062T13.5 10t1.063.438T15 11.5t-.437 1.063T13.5 13t-1.062-.437M3 20q-.425 0-.712-.288T2 19v-3q0-.425.288-.712T3 15t.713.288T4 16v3q0 .425-.288.713T3 20m10.5-8.5"/></svg>
</template>

CSS

.icon-measuring-tape-outline-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.5%2020H7q-.825%200-1.412-.587T5%2018v-6.5q0-3.55%202.475-6.025T13.5%203t6.025%202.475T22%2011.5t-2.475%206.025T13.5%2020m0-2q2.7%200%204.6-1.9t1.9-4.6t-1.9-4.6T13.5%205T8.9%206.9T7%2011.5V18zm2.475-4.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.538-1.412Q12%2012.125%2012%2011.5t.438-1.062T13.5%2010t1.063.438T15%2011.5t-.437%201.063T13.5%2013t-1.062-.437M3%2020q-.425%200-.712-.288T2%2019v-3q0-.425.288-.712T3%2015t.713.288T4%2016v3q0%20.425-.288.713T3%2020m10.5-8.5%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.5%2020H7q-.825%200-1.412-.587T5%2018v-6.5q0-3.55%202.475-6.025T13.5%203t6.025%202.475T22%2011.5t-2.475%206.025T13.5%2020m0-2q2.7%200%204.6-1.9t1.9-4.6t-1.9-4.6T13.5%205T8.9%206.9T7%2011.5V18zm2.475-4.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.538-1.412Q12%2012.125%2012%2011.5t.438-1.062T13.5%2010t1.063.438T15%2011.5t-.437%201.063T13.5%2013t-1.062-.437M3%2020q-.425%200-.712-.288T2%2019v-3q0-.425.288-.712T3%2015t.713.288T4%2016v3q0%20.425-.288.713T3%2020m10.5-8.5%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-outline-rounded.svg?color=%231a73e8&size=48