ruler from Font Awesome 6 Solid by Dave Gandy · Regular · Construction · CC-BY-4.0 Attribution required.

Name
ruler
Set
Font Awesome 6 Solid
Style
Regular
Category
Construction
Viewbox
512×512
License
CC BY 4.0

The same icon in other sets

More construction icons from Font Awesome 6 Solid

Use the ruler icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M177.9 494.1c-18.7 18.7-49.1 18.7-67.9 0l-92.1-92.2c-18.7-18.7-18.7-49.1 0-67.9l50.7-50.7l48 48c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6l-48-48l41.4-41.4l48 48c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6l-48-48l41.4-41.4l48 48c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6l-48-48l41.4-41.4l48 48c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6l-48-48L333.9 18C352.6-.7 383-.7 401.8 18l92.1 92.1c18.7 18.7 18.7 49.1 0 67.9z"/></svg>

React

import type { SVGProps } from "react";

export function Fa6SolidRuler(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M177.9 494.1c-18.7 18.7-49.1 18.7-67.9 0l-92.1-92.2c-18.7-18.7-18.7-49.1 0-67.9l50.7-50.7l48 48c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6l-48-48l41.4-41.4l48 48c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6l-48-48l41.4-41.4l48 48c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6l-48-48l41.4-41.4l48 48c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6l-48-48L333.9 18C352.6-.7 383-.7 401.8 18l92.1 92.1c18.7 18.7 18.7 49.1 0 67.9z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M177.9 494.1c-18.7 18.7-49.1 18.7-67.9 0l-92.1-92.2c-18.7-18.7-18.7-49.1 0-67.9l50.7-50.7l48 48c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6l-48-48l41.4-41.4l48 48c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6l-48-48l41.4-41.4l48 48c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6l-48-48l41.4-41.4l48 48c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6l-48-48L333.9 18C352.6-.7 383-.7 401.8 18l92.1 92.1c18.7 18.7 18.7 49.1 0 67.9z"/></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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M177.9%20494.1c-18.7%2018.7-49.1%2018.7-67.9%200l-92.1-92.2c-18.7-18.7-18.7-49.1%200-67.9l50.7-50.7l48%2048c6.2%206.2%2016.4%206.2%2022.6%200s6.2-16.4%200-22.6l-48-48l41.4-41.4l48%2048c6.2%206.2%2016.4%206.2%2022.6%200s6.2-16.4%200-22.6l-48-48l41.4-41.4l48%2048c6.2%206.2%2016.4%206.2%2022.6%200s6.2-16.4%200-22.6l-48-48l41.4-41.4l48%2048c6.2%206.2%2016.4%206.2%2022.6%200s6.2-16.4%200-22.6l-48-48L333.9%2018C352.6-.7%20383-.7%20401.8%2018l92.1%2092.1c18.7%2018.7%2018.7%2049.1%200%2067.9z%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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M177.9%20494.1c-18.7%2018.7-49.1%2018.7-67.9%200l-92.1-92.2c-18.7-18.7-18.7-49.1%200-67.9l50.7-50.7l48%2048c6.2%206.2%2016.4%206.2%2022.6%200s6.2-16.4%200-22.6l-48-48l41.4-41.4l48%2048c6.2%206.2%2016.4%206.2%2022.6%200s6.2-16.4%200-22.6l-48-48l41.4-41.4l48%2048c6.2%206.2%2016.4%206.2%2022.6%200s6.2-16.4%200-22.6l-48-48l41.4-41.4l48%2048c6.2%206.2%2016.4%206.2%2022.6%200s6.2-16.4%200-22.6l-48-48L333.9%2018C352.6-.7%20383-.7%20401.8%2018l92.1%2092.1c18.7%2018.7%2018.7%2049.1%200%2067.9z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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