ruler2 icon

ruler2 from Reicon by REICON · Outline · Tools · MIT Free for personal and commercial use.

Name
ruler2
Set
Reicon
Style
Outline
Category
Tools
Viewbox
24×24
License
MIT

2 other variants in Reicon

More tools icons from Reicon

Use the ruler2 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M5.948 1.25h12.59c.67 0 1.229 0 1.681.046c.473.048.913.153 1.309.417c.3.201.558.459.759.76c.264.395.369.835.417 1.308c.046.452.046 1.011.046 1.68v.077c0 .67 0 1.229-.046 1.681c-.048.473-.153.913-.418 1.309c-.2.3-.458.558-.758.759c-.396.264-.835.369-1.309.417c-.452.046-1.011.046-1.68.046H11c-.493 0-.787.002-.997.03a.7.7 0 0 0-.177.042l-.003.001l-.001.003l-.005.01a.7.7 0 0 0-.037.167c-.028.21-.03.504-.03.997v7.538c0 .67 0 1.229-.046 1.681c-.048.473-.153.913-.417 1.309a2.8 2.8 0 0 1-.76.759c-.395.264-.835.369-1.308.417c-.452.046-1.011.046-1.68.046h-.077c-.67 0-1.229 0-1.681-.046c-.473-.048-.913-.153-1.309-.418c-.3-.2-.558-.458-.759-.758c-.264-.396-.369-.835-.417-1.309c-.046-.452-.046-1.011-.046-1.68V5.947c0-.898 0-1.648.08-2.242c.084-.628.27-1.195.725-1.65c.456-.456 1.023-.642 1.65-.726c.595-.08 1.345-.08 2.243-.08M2.75 9.75H5a.75.75 0 1 0 0-1.5H2.75V6c0-.964.002-1.612.067-2.095c.062-.461.169-.659.3-.789s.327-.237.788-.3C4.388 2.753 5.036 2.75 6 2.75h2.25V5a.75.75 0 1 0 1.5 0V2.75h1.5V4a.75.75 0 0 0 1.5 0V2.75h1.5V5a.75.75 0 0 0 1.5 0V2.75h1.5V4a.75.75 0 0 0 1.5 0V2.75c.583 0 .994.005 1.317.038c.355.036.519.1.628.173c.136.09.253.208.344.345c.073.108.137.272.173.627c.037.367.038.85.038 1.567c0 .718 0 1.2-.038 1.567c-.036.355-.1.519-.173.627a1.3 1.3 0 0 1-.344.345c-.109.073-.273.137-.628.173c-.367.037-.85.038-1.567.038h-7.545c-.433 0-.83 0-1.152.043c-.356.048-.731.16-1.04.47s-.422.684-.47 1.04c-.043.323-.043.72-.043 1.152V18.5c0 .718 0 1.2-.038 1.567c-.036.355-.1.519-.173.628a1.3 1.3 0 0 1-.345.344c-.108.073-.272.137-.627.173c-.367.037-.85.038-1.567.038c-.718 0-1.2 0-1.567-.038c-.355-.036-.519-.1-.627-.173a1.3 1.3 0 0 1-.345-.344c-.073-.109-.137-.273-.173-.628c-.033-.323-.037-.734-.038-1.317H4a.75.75 0 0 0 0-1.5H2.75v-1.5H5a.75.75 0 0 0 0-1.5H2.75v-1.5H4a.75.75 0 0 0 0-1.5H2.75z" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function ReiconRuler2(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" fillRule="evenodd" d="M5.948 1.25h12.59c.67 0 1.229 0 1.681.046c.473.048.913.153 1.309.417c.3.201.558.459.759.76c.264.395.369.835.417 1.308c.046.452.046 1.011.046 1.68v.077c0 .67 0 1.229-.046 1.681c-.048.473-.153.913-.418 1.309c-.2.3-.458.558-.758.759c-.396.264-.835.369-1.309.417c-.452.046-1.011.046-1.68.046H11c-.493 0-.787.002-.997.03a.7.7 0 0 0-.177.042l-.003.001l-.001.003l-.005.01a.7.7 0 0 0-.037.167c-.028.21-.03.504-.03.997v7.538c0 .67 0 1.229-.046 1.681c-.048.473-.153.913-.417 1.309a2.8 2.8 0 0 1-.76.759c-.395.264-.835.369-1.308.417c-.452.046-1.011.046-1.68.046h-.077c-.67 0-1.229 0-1.681-.046c-.473-.048-.913-.153-1.309-.418c-.3-.2-.558-.458-.759-.758c-.264-.396-.369-.835-.417-1.309c-.046-.452-.046-1.011-.046-1.68V5.947c0-.898 0-1.648.08-2.242c.084-.628.27-1.195.725-1.65c.456-.456 1.023-.642 1.65-.726c.595-.08 1.345-.08 2.243-.08M2.75 9.75H5a.75.75 0 1 0 0-1.5H2.75V6c0-.964.002-1.612.067-2.095c.062-.461.169-.659.3-.789s.327-.237.788-.3C4.388 2.753 5.036 2.75 6 2.75h2.25V5a.75.75 0 1 0 1.5 0V2.75h1.5V4a.75.75 0 0 0 1.5 0V2.75h1.5V5a.75.75 0 0 0 1.5 0V2.75h1.5V4a.75.75 0 0 0 1.5 0V2.75c.583 0 .994.005 1.317.038c.355.036.519.1.628.173c.136.09.253.208.344.345c.073.108.137.272.173.627c.037.367.038.85.038 1.567c0 .718 0 1.2-.038 1.567c-.036.355-.1.519-.173.627a1.3 1.3 0 0 1-.344.345c-.109.073-.273.137-.628.173c-.367.037-.85.038-1.567.038h-7.545c-.433 0-.83 0-1.152.043c-.356.048-.731.16-1.04.47s-.422.684-.47 1.04c-.043.323-.043.72-.043 1.152V18.5c0 .718 0 1.2-.038 1.567c-.036.355-.1.519-.173.628a1.3 1.3 0 0 1-.345.344c-.108.073-.272.137-.627.173c-.367.037-.85.038-1.567.038c-.718 0-1.2 0-1.567-.038c-.355-.036-.519-.1-.627-.173a1.3 1.3 0 0 1-.345-.344c-.073-.109-.137-.273-.173-.628c-.033-.323-.037-.734-.038-1.317H4a.75.75 0 0 0 0-1.5H2.75v-1.5H5a.75.75 0 0 0 0-1.5H2.75v-1.5H4a.75.75 0 0 0 0-1.5H2.75z" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M5.948 1.25h12.59c.67 0 1.229 0 1.681.046c.473.048.913.153 1.309.417c.3.201.558.459.759.76c.264.395.369.835.417 1.308c.046.452.046 1.011.046 1.68v.077c0 .67 0 1.229-.046 1.681c-.048.473-.153.913-.418 1.309c-.2.3-.458.558-.758.759c-.396.264-.835.369-1.309.417c-.452.046-1.011.046-1.68.046H11c-.493 0-.787.002-.997.03a.7.7 0 0 0-.177.042l-.003.001l-.001.003l-.005.01a.7.7 0 0 0-.037.167c-.028.21-.03.504-.03.997v7.538c0 .67 0 1.229-.046 1.681c-.048.473-.153.913-.417 1.309a2.8 2.8 0 0 1-.76.759c-.395.264-.835.369-1.308.417c-.452.046-1.011.046-1.68.046h-.077c-.67 0-1.229 0-1.681-.046c-.473-.048-.913-.153-1.309-.418c-.3-.2-.558-.458-.759-.758c-.264-.396-.369-.835-.417-1.309c-.046-.452-.046-1.011-.046-1.68V5.947c0-.898 0-1.648.08-2.242c.084-.628.27-1.195.725-1.65c.456-.456 1.023-.642 1.65-.726c.595-.08 1.345-.08 2.243-.08M2.75 9.75H5a.75.75 0 1 0 0-1.5H2.75V6c0-.964.002-1.612.067-2.095c.062-.461.169-.659.3-.789s.327-.237.788-.3C4.388 2.753 5.036 2.75 6 2.75h2.25V5a.75.75 0 1 0 1.5 0V2.75h1.5V4a.75.75 0 0 0 1.5 0V2.75h1.5V5a.75.75 0 0 0 1.5 0V2.75h1.5V4a.75.75 0 0 0 1.5 0V2.75c.583 0 .994.005 1.317.038c.355.036.519.1.628.173c.136.09.253.208.344.345c.073.108.137.272.173.627c.037.367.038.85.038 1.567c0 .718 0 1.2-.038 1.567c-.036.355-.1.519-.173.627a1.3 1.3 0 0 1-.344.345c-.109.073-.273.137-.628.173c-.367.037-.85.038-1.567.038h-7.545c-.433 0-.83 0-1.152.043c-.356.048-.731.16-1.04.47s-.422.684-.47 1.04c-.043.323-.043.72-.043 1.152V18.5c0 .718 0 1.2-.038 1.567c-.036.355-.1.519-.173.628a1.3 1.3 0 0 1-.345.344c-.108.073-.272.137-.627.173c-.367.037-.85.038-1.567.038c-.718 0-1.2 0-1.567-.038c-.355-.036-.519-.1-.627-.173a1.3 1.3 0 0 1-.345-.344c-.073-.109-.137-.273-.173-.628c-.033-.323-.037-.734-.038-1.317H4a.75.75 0 0 0 0-1.5H2.75v-1.5H5a.75.75 0 0 0 0-1.5H2.75v-1.5H4a.75.75 0 0 0 0-1.5H2.75z" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-ruler2 {
  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%20fill-rule%3D%22evenodd%22%20d%3D%22M5.948%201.25h12.59c.67%200%201.229%200%201.681.046c.473.048.913.153%201.309.417c.3.201.558.459.759.76c.264.395.369.835.417%201.308c.046.452.046%201.011.046%201.68v.077c0%20.67%200%201.229-.046%201.681c-.048.473-.153.913-.418%201.309c-.2.3-.458.558-.758.759c-.396.264-.835.369-1.309.417c-.452.046-1.011.046-1.68.046H11c-.493%200-.787.002-.997.03a.7.7%200%200%200-.177.042l-.003.001l-.001.003l-.005.01a.7.7%200%200%200-.037.167c-.028.21-.03.504-.03.997v7.538c0%20.67%200%201.229-.046%201.681c-.048.473-.153.913-.417%201.309a2.8%202.8%200%200%201-.76.759c-.395.264-.835.369-1.308.417c-.452.046-1.011.046-1.68.046h-.077c-.67%200-1.229%200-1.681-.046c-.473-.048-.913-.153-1.309-.418c-.3-.2-.558-.458-.759-.758c-.264-.396-.369-.835-.417-1.309c-.046-.452-.046-1.011-.046-1.68V5.947c0-.898%200-1.648.08-2.242c.084-.628.27-1.195.725-1.65c.456-.456%201.023-.642%201.65-.726c.595-.08%201.345-.08%202.243-.08M2.75%209.75H5a.75.75%200%201%200%200-1.5H2.75V6c0-.964.002-1.612.067-2.095c.062-.461.169-.659.3-.789s.327-.237.788-.3C4.388%202.753%205.036%202.75%206%202.75h2.25V5a.75.75%200%201%200%201.5%200V2.75h1.5V4a.75.75%200%200%200%201.5%200V2.75h1.5V5a.75.75%200%200%200%201.5%200V2.75h1.5V4a.75.75%200%200%200%201.5%200V2.75c.583%200%20.994.005%201.317.038c.355.036.519.1.628.173c.136.09.253.208.344.345c.073.108.137.272.173.627c.037.367.038.85.038%201.567c0%20.718%200%201.2-.038%201.567c-.036.355-.1.519-.173.627a1.3%201.3%200%200%201-.344.345c-.109.073-.273.137-.628.173c-.367.037-.85.038-1.567.038h-7.545c-.433%200-.83%200-1.152.043c-.356.048-.731.16-1.04.47s-.422.684-.47%201.04c-.043.323-.043.72-.043%201.152V18.5c0%20.718%200%201.2-.038%201.567c-.036.355-.1.519-.173.628a1.3%201.3%200%200%201-.345.344c-.108.073-.272.137-.627.173c-.367.037-.85.038-1.567.038c-.718%200-1.2%200-1.567-.038c-.355-.036-.519-.1-.627-.173a1.3%201.3%200%200%201-.345-.344c-.073-.109-.137-.273-.173-.628c-.033-.323-.037-.734-.038-1.317H4a.75.75%200%200%200%200-1.5H2.75v-1.5H5a.75.75%200%200%200%200-1.5H2.75v-1.5H4a.75.75%200%200%200%200-1.5H2.75z%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M5.948%201.25h12.59c.67%200%201.229%200%201.681.046c.473.048.913.153%201.309.417c.3.201.558.459.759.76c.264.395.369.835.417%201.308c.046.452.046%201.011.046%201.68v.077c0%20.67%200%201.229-.046%201.681c-.048.473-.153.913-.418%201.309c-.2.3-.458.558-.758.759c-.396.264-.835.369-1.309.417c-.452.046-1.011.046-1.68.046H11c-.493%200-.787.002-.997.03a.7.7%200%200%200-.177.042l-.003.001l-.001.003l-.005.01a.7.7%200%200%200-.037.167c-.028.21-.03.504-.03.997v7.538c0%20.67%200%201.229-.046%201.681c-.048.473-.153.913-.417%201.309a2.8%202.8%200%200%201-.76.759c-.395.264-.835.369-1.308.417c-.452.046-1.011.046-1.68.046h-.077c-.67%200-1.229%200-1.681-.046c-.473-.048-.913-.153-1.309-.418c-.3-.2-.558-.458-.759-.758c-.264-.396-.369-.835-.417-1.309c-.046-.452-.046-1.011-.046-1.68V5.947c0-.898%200-1.648.08-2.242c.084-.628.27-1.195.725-1.65c.456-.456%201.023-.642%201.65-.726c.595-.08%201.345-.08%202.243-.08M2.75%209.75H5a.75.75%200%201%200%200-1.5H2.75V6c0-.964.002-1.612.067-2.095c.062-.461.169-.659.3-.789s.327-.237.788-.3C4.388%202.753%205.036%202.75%206%202.75h2.25V5a.75.75%200%201%200%201.5%200V2.75h1.5V4a.75.75%200%200%200%201.5%200V2.75h1.5V5a.75.75%200%200%200%201.5%200V2.75h1.5V4a.75.75%200%200%200%201.5%200V2.75c.583%200%20.994.005%201.317.038c.355.036.519.1.628.173c.136.09.253.208.344.345c.073.108.137.272.173.627c.037.367.038.85.038%201.567c0%20.718%200%201.2-.038%201.567c-.036.355-.1.519-.173.627a1.3%201.3%200%200%201-.344.345c-.109.073-.273.137-.628.173c-.367.037-.85.038-1.567.038h-7.545c-.433%200-.83%200-1.152.043c-.356.048-.731.16-1.04.47s-.422.684-.47%201.04c-.043.323-.043.72-.043%201.152V18.5c0%20.718%200%201.2-.038%201.567c-.036.355-.1.519-.173.628a1.3%201.3%200%200%201-.345.344c-.108.073-.272.137-.627.173c-.367.037-.85.038-1.567.038c-.718%200-1.2%200-1.567-.038c-.355-.036-.519-.1-.627-.173a1.3%201.3%200%200%201-.345-.344c-.073-.109-.137-.273-.173-.628c-.033-.323-.037-.734-.038-1.317H4a.75.75%200%200%200%200-1.5H2.75v-1.5H5a.75.75%200%200%200%200-1.5H2.75v-1.5H4a.75.75%200%200%200%200-1.5H2.75z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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