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

Name
ruler-combined
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 combined icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M.2 468.9C2.7 493.1 23.1 512 48 512h416c26.5 0 48-21.5 48-48v-96c0-26.5-21.5-48-48-48h-48v80c0 8.8-7.2 16-16 16s-16-7.2-16-16v-80h-64v80c0 8.8-7.2 16-16 16s-16-7.2-16-16v-80h-64v80c0 8.8-7.2 16-16 16s-16-7.2-16-16v-80h-80c-8.8 0-16-7.2-16-16s7.2-16 16-16h80v-64h-80c-8.8 0-16-7.2-16-16s7.2-16 16-16h80v-64h-80c-8.8 0-16-7.2-16-16s7.2-16 16-16h80V48c0-26.5-21.5-48-48-48H48C21.5 0 0 21.5 0 48v416c0 1.7.1 3.3.2 4.9"/></svg>

React

import type { SVGProps } from "react";

export function Fa6SolidRulerCombined(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="M.2 468.9C2.7 493.1 23.1 512 48 512h416c26.5 0 48-21.5 48-48v-96c0-26.5-21.5-48-48-48h-48v80c0 8.8-7.2 16-16 16s-16-7.2-16-16v-80h-64v80c0 8.8-7.2 16-16 16s-16-7.2-16-16v-80h-64v80c0 8.8-7.2 16-16 16s-16-7.2-16-16v-80h-80c-8.8 0-16-7.2-16-16s7.2-16 16-16h80v-64h-80c-8.8 0-16-7.2-16-16s7.2-16 16-16h80v-64h-80c-8.8 0-16-7.2-16-16s7.2-16 16-16h80V48c0-26.5-21.5-48-48-48H48C21.5 0 0 21.5 0 48v416c0 1.7.1 3.3.2 4.9"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M.2 468.9C2.7 493.1 23.1 512 48 512h416c26.5 0 48-21.5 48-48v-96c0-26.5-21.5-48-48-48h-48v80c0 8.8-7.2 16-16 16s-16-7.2-16-16v-80h-64v80c0 8.8-7.2 16-16 16s-16-7.2-16-16v-80h-64v80c0 8.8-7.2 16-16 16s-16-7.2-16-16v-80h-80c-8.8 0-16-7.2-16-16s7.2-16 16-16h80v-64h-80c-8.8 0-16-7.2-16-16s7.2-16 16-16h80v-64h-80c-8.8 0-16-7.2-16-16s7.2-16 16-16h80V48c0-26.5-21.5-48-48-48H48C21.5 0 0 21.5 0 48v416c0 1.7.1 3.3.2 4.9"/></svg>
</template>

CSS

.icon-ruler-combined {
  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%22M.2%20468.9C2.7%20493.1%2023.1%20512%2048%20512h416c26.5%200%2048-21.5%2048-48v-96c0-26.5-21.5-48-48-48h-48v80c0%208.8-7.2%2016-16%2016s-16-7.2-16-16v-80h-64v80c0%208.8-7.2%2016-16%2016s-16-7.2-16-16v-80h-64v80c0%208.8-7.2%2016-16%2016s-16-7.2-16-16v-80h-80c-8.8%200-16-7.2-16-16s7.2-16%2016-16h80v-64h-80c-8.8%200-16-7.2-16-16s7.2-16%2016-16h80v-64h-80c-8.8%200-16-7.2-16-16s7.2-16%2016-16h80V48c0-26.5-21.5-48-48-48H48C21.5%200%200%2021.5%200%2048v416c0%201.7.1%203.3.2%204.9%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%22M.2%20468.9C2.7%20493.1%2023.1%20512%2048%20512h416c26.5%200%2048-21.5%2048-48v-96c0-26.5-21.5-48-48-48h-48v80c0%208.8-7.2%2016-16%2016s-16-7.2-16-16v-80h-64v80c0%208.8-7.2%2016-16%2016s-16-7.2-16-16v-80h-64v80c0%208.8-7.2%2016-16%2016s-16-7.2-16-16v-80h-80c-8.8%200-16-7.2-16-16s7.2-16%2016-16h80v-64h-80c-8.8%200-16-7.2-16-16s7.2-16%2016-16h80v-64h-80c-8.8%200-16-7.2-16-16s7.2-16%2016-16h80V48c0-26.5-21.5-48-48-48H48C21.5%200%200%2021.5%200%2048v416c0%201.7.1%203.3.2%204.9%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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