ruler from Line Awesome by Icons8 · Line · Construction · Apache-2.0 Free for personal and commercial use.

Name
ruler
Set
Line Awesome
Style
Line
Category
Construction
Viewbox
32×32
License
Apache 2.0
Aliases
ruler-solid

The same icon in other sets

More construction icons from Line Awesome

Use the ruler icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M20.531 3.594L3.594 20.53l7.875 7.875L28.406 11.47zm0 2.844l5.032 5.03l-14.094 14.095l-5.031-5.032l1.156-1.156l2.156 2.156l1.438-1.406L9 17.937l1.188-1.156l.874.875l1.407-1.437l-.875-.844l1.187-1.188l2.156 2.157l1.407-1.407l-2.157-2.156l1.188-1.187l.844.875l1.437-1.406l-.875-.876L17.938 9l2.187 2.188l1.406-1.438l-2.156-2.156z"/></svg>

React

import type { SVGProps } from "react";

export function LaRuler(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M20.531 3.594L3.594 20.53l7.875 7.875L28.406 11.47zm0 2.844l5.032 5.03l-14.094 14.095l-5.031-5.032l1.156-1.156l2.156 2.156l1.438-1.406L9 17.937l1.188-1.156l.874.875l1.407-1.437l-.875-.844l1.187-1.188l2.156 2.157l1.407-1.407l-2.157-2.156l1.188-1.187l.844.875l1.437-1.406l-.875-.876L17.938 9l2.187 2.188l1.406-1.438l-2.156-2.156z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M20.531 3.594L3.594 20.53l7.875 7.875L28.406 11.47zm0 2.844l5.032 5.03l-14.094 14.095l-5.031-5.032l1.156-1.156l2.156 2.156l1.438-1.406L9 17.937l1.188-1.156l.874.875l1.407-1.437l-.875-.844l1.187-1.188l2.156 2.157l1.407-1.407l-2.157-2.156l1.188-1.187l.844.875l1.437-1.406l-.875-.876L17.938 9l2.187 2.188l1.406-1.438l-2.156-2.156z"/></svg>
</template>

CSS

.icon-ruler {
  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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20.531%203.594L3.594%2020.53l7.875%207.875L28.406%2011.47zm0%202.844l5.032%205.03l-14.094%2014.095l-5.031-5.032l1.156-1.156l2.156%202.156l1.438-1.406L9%2017.937l1.188-1.156l.874.875l1.407-1.437l-.875-.844l1.187-1.188l2.156%202.157l1.407-1.407l-2.157-2.156l1.188-1.187l.844.875l1.437-1.406l-.875-.876L17.938%209l2.187%202.188l1.406-1.438l-2.156-2.156z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20.531%203.594L3.594%2020.53l7.875%207.875L28.406%2011.47zm0%202.844l5.032%205.03l-14.094%2014.095l-5.031-5.032l1.156-1.156l2.156%202.156l1.438-1.406L9%2017.937l1.188-1.156l.874.875l1.407-1.437l-.875-.844l1.187-1.188l2.156%202.157l1.407-1.407l-2.157-2.156l1.188-1.187l.844.875l1.437-1.406l-.875-.876L17.938%209l2.187%202.188l1.406-1.438l-2.156-2.156z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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