tape measure icon

tape-measure from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
tape-measure
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Use the tape measure icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linejoin="round" d="M5 9.979C5 11.095 6.79 12 9 12V9.979c0-.994 0-1.492-.397-1.795c-.398-.303-.792-.19-1.58.037C5.815 8.57 5 9.226 5 9.98Z"/><path d="M16 8.5c0 1.933-3.134 3.5-7 3.5s-7-1.567-7-3.5S5.134 5 9 5s7 1.567 7 3.5Z"/><path d="M2 9v6.667C2 17.507 5.134 19 9 19h11c.943 0 1.414 0 1.707-.293S22 17.943 22 17v-3c0-.943 0-1.414-.293-1.707S20.943 12 20 12H9"/><path stroke-linecap="round" stroke-linejoin="round" d="M18 19v-2m-4 2v-2m-4 2v-2m-4 1.5v-2"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsTapeMeasure(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><path strokeLinejoin="round" d="M5 9.979C5 11.095 6.79 12 9 12V9.979c0-.994 0-1.492-.397-1.795c-.398-.303-.792-.19-1.58.037C5.815 8.57 5 9.226 5 9.98Z"/><path d="M16 8.5c0 1.933-3.134 3.5-7 3.5s-7-1.567-7-3.5S5.134 5 9 5s7 1.567 7 3.5Z"/><path d="M2 9v6.667C2 17.507 5.134 19 9 19h11c.943 0 1.414 0 1.707-.293S22 17.943 22 17v-3c0-.943 0-1.414-.293-1.707S20.943 12 20 12H9"/><path strokeLinecap="round" strokeLinejoin="round" d="M18 19v-2m-4 2v-2m-4 2v-2m-4 1.5v-2"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linejoin="round" d="M5 9.979C5 11.095 6.79 12 9 12V9.979c0-.994 0-1.492-.397-1.795c-.398-.303-.792-.19-1.58.037C5.815 8.57 5 9.226 5 9.98Z"/><path d="M16 8.5c0 1.933-3.134 3.5-7 3.5s-7-1.567-7-3.5S5.134 5 9 5s7 1.567 7 3.5Z"/><path d="M2 9v6.667C2 17.507 5.134 19 9 19h11c.943 0 1.414 0 1.707-.293S22 17.943 22 17v-3c0-.943 0-1.414-.293-1.707S20.943 12 20 12H9"/><path stroke-linecap="round" stroke-linejoin="round" d="M18 19v-2m-4 2v-2m-4 2v-2m-4 1.5v-2"/></g></svg>
</template>

CSS

.icon-tape-measure {
  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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M5%209.979C5%2011.095%206.79%2012%209%2012V9.979c0-.994%200-1.492-.397-1.795c-.398-.303-.792-.19-1.58.037C5.815%208.57%205%209.226%205%209.98Z%22%2F%3E%3Cpath%20d%3D%22M16%208.5c0%201.933-3.134%203.5-7%203.5s-7-1.567-7-3.5S5.134%205%209%205s7%201.567%207%203.5Z%22%2F%3E%3Cpath%20d%3D%22M2%209v6.667C2%2017.507%205.134%2019%209%2019h11c.943%200%201.414%200%201.707-.293S22%2017.943%2022%2017v-3c0-.943%200-1.414-.293-1.707S20.943%2012%2020%2012H9%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M18%2019v-2m-4%202v-2m-4%202v-2m-4%201.5v-2%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M5%209.979C5%2011.095%206.79%2012%209%2012V9.979c0-.994%200-1.492-.397-1.795c-.398-.303-.792-.19-1.58.037C5.815%208.57%205%209.226%205%209.98Z%22%2F%3E%3Cpath%20d%3D%22M16%208.5c0%201.933-3.134%203.5-7%203.5s-7-1.567-7-3.5S5.134%205%209%205s7%201.567%207%203.5Z%22%2F%3E%3Cpath%20d%3D%22M2%209v6.667C2%2017.507%205.134%2019%209%2019h11c.943%200%201.414%200%201.707-.293S22%2017.943%2022%2017v-3c0-.943%200-1.414-.293-1.707S20.943%2012%2020%2012H9%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M18%2019v-2m-4%202v-2m-4%202v-2m-4%201.5v-2%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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