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

Name
pen-ruler
Set
Font Awesome Solid
Style
Solid
Viewbox
640×640
License
CC BY 4.0

The same icon in other sets

Related icons in Font Awesome Solid

Use the pen ruler icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M468 64c19.2 0 37.6 7.6 51.1 21.2l35.7 35.7c13.6 13.5 21.2 31.9 21.2 51.1s-7.6 37.6-21.2 51.1L509.9 268L372 130.1l44.9-44.9C430.4 71.6 448.8 64 468 64M122.9 379.1L338.1 164L476 301.9L260.9 517.1c-10.7 10.7-24.1 18.5-38.7 22.6L94.4 575.1c-8.3 2.3-17.3 0-23.4-6.2s-8.5-15.1-6.2-23.4l35.6-127.7c4.1-14.6 11.8-27.9 22.6-38.7zm166.5-234.3L144.8 289.4l-69.1-69.1c-15.6-15.6-15.6-40.9 0-56.6l88-88c15.6-15.6 40.9-15.6 56.6 0l5.9 5.9l-56.3 56.3c-7.8 7.8-7.8 20.5 0 28.3s20.5 7.8 28.3 0l56.3-56.3zm205.8 205.8l34.9 34.9l-56.3 56.3c-7.8 7.8-7.8 20.5 0 28.3s20.5 7.8 28.3 0l56.3-56.3l5.9 5.9c15.6 15.6 15.6 40.9 0 56.6l-88 88c-15.6 15.6-40.9 15.6-56.6 0l-69.1-69.1z"/></svg>

React

import type { SVGProps } from "react";

export function Fa7SolidPenRuler(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M468 64c19.2 0 37.6 7.6 51.1 21.2l35.7 35.7c13.6 13.5 21.2 31.9 21.2 51.1s-7.6 37.6-21.2 51.1L509.9 268L372 130.1l44.9-44.9C430.4 71.6 448.8 64 468 64M122.9 379.1L338.1 164L476 301.9L260.9 517.1c-10.7 10.7-24.1 18.5-38.7 22.6L94.4 575.1c-8.3 2.3-17.3 0-23.4-6.2s-8.5-15.1-6.2-23.4l35.6-127.7c4.1-14.6 11.8-27.9 22.6-38.7zm166.5-234.3L144.8 289.4l-69.1-69.1c-15.6-15.6-15.6-40.9 0-56.6l88-88c15.6-15.6 40.9-15.6 56.6 0l5.9 5.9l-56.3 56.3c-7.8 7.8-7.8 20.5 0 28.3s20.5 7.8 28.3 0l56.3-56.3zm205.8 205.8l34.9 34.9l-56.3 56.3c-7.8 7.8-7.8 20.5 0 28.3s20.5 7.8 28.3 0l56.3-56.3l5.9 5.9c15.6 15.6 15.6 40.9 0 56.6l-88 88c-15.6 15.6-40.9 15.6-56.6 0l-69.1-69.1z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M468 64c19.2 0 37.6 7.6 51.1 21.2l35.7 35.7c13.6 13.5 21.2 31.9 21.2 51.1s-7.6 37.6-21.2 51.1L509.9 268L372 130.1l44.9-44.9C430.4 71.6 448.8 64 468 64M122.9 379.1L338.1 164L476 301.9L260.9 517.1c-10.7 10.7-24.1 18.5-38.7 22.6L94.4 575.1c-8.3 2.3-17.3 0-23.4-6.2s-8.5-15.1-6.2-23.4l35.6-127.7c4.1-14.6 11.8-27.9 22.6-38.7zm166.5-234.3L144.8 289.4l-69.1-69.1c-15.6-15.6-15.6-40.9 0-56.6l88-88c15.6-15.6 40.9-15.6 56.6 0l5.9 5.9l-56.3 56.3c-7.8 7.8-7.8 20.5 0 28.3s20.5 7.8 28.3 0l56.3-56.3zm205.8 205.8l34.9 34.9l-56.3 56.3c-7.8 7.8-7.8 20.5 0 28.3s20.5 7.8 28.3 0l56.3-56.3l5.9 5.9c15.6 15.6 15.6 40.9 0 56.6l-88 88c-15.6 15.6-40.9 15.6-56.6 0l-69.1-69.1z"/></svg>
</template>

CSS

.icon-pen-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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M468%2064c19.2%200%2037.6%207.6%2051.1%2021.2l35.7%2035.7c13.6%2013.5%2021.2%2031.9%2021.2%2051.1s-7.6%2037.6-21.2%2051.1L509.9%20268L372%20130.1l44.9-44.9C430.4%2071.6%20448.8%2064%20468%2064M122.9%20379.1L338.1%20164L476%20301.9L260.9%20517.1c-10.7%2010.7-24.1%2018.5-38.7%2022.6L94.4%20575.1c-8.3%202.3-17.3%200-23.4-6.2s-8.5-15.1-6.2-23.4l35.6-127.7c4.1-14.6%2011.8-27.9%2022.6-38.7zm166.5-234.3L144.8%20289.4l-69.1-69.1c-15.6-15.6-15.6-40.9%200-56.6l88-88c15.6-15.6%2040.9-15.6%2056.6%200l5.9%205.9l-56.3%2056.3c-7.8%207.8-7.8%2020.5%200%2028.3s20.5%207.8%2028.3%200l56.3-56.3zm205.8%20205.8l34.9%2034.9l-56.3%2056.3c-7.8%207.8-7.8%2020.5%200%2028.3s20.5%207.8%2028.3%200l56.3-56.3l5.9%205.9c15.6%2015.6%2015.6%2040.9%200%2056.6l-88%2088c-15.6%2015.6-40.9%2015.6-56.6%200l-69.1-69.1z%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M468%2064c19.2%200%2037.6%207.6%2051.1%2021.2l35.7%2035.7c13.6%2013.5%2021.2%2031.9%2021.2%2051.1s-7.6%2037.6-21.2%2051.1L509.9%20268L372%20130.1l44.9-44.9C430.4%2071.6%20448.8%2064%20468%2064M122.9%20379.1L338.1%20164L476%20301.9L260.9%20517.1c-10.7%2010.7-24.1%2018.5-38.7%2022.6L94.4%20575.1c-8.3%202.3-17.3%200-23.4-6.2s-8.5-15.1-6.2-23.4l35.6-127.7c4.1-14.6%2011.8-27.9%2022.6-38.7zm166.5-234.3L144.8%20289.4l-69.1-69.1c-15.6-15.6-15.6-40.9%200-56.6l88-88c15.6-15.6%2040.9-15.6%2056.6%200l5.9%205.9l-56.3%2056.3c-7.8%207.8-7.8%2020.5%200%2028.3s20.5%207.8%2028.3%200l56.3-56.3zm205.8%20205.8l34.9%2034.9l-56.3%2056.3c-7.8%207.8-7.8%2020.5%200%2028.3s20.5%207.8%2028.3%200l56.3-56.3l5.9%205.9c15.6%2015.6%2015.6%2040.9%200%2056.6l-88%2088c-15.6%2015.6-40.9%2015.6-56.6%200l-69.1-69.1z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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