pen ruler icon
pen-ruler from Font Awesome 6 Solid by Dave Gandy · Regular · CC-BY-4.0 Attribution required.
- Name
- pen-ruler
- Set
- Font Awesome 6 Solid
- Style
- Regular
- Viewbox
- 512×512
- License
- CC BY 4.0
The same icon in other sets
Related icons in Font Awesome 6 Solid
Use the pen ruler icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="m469.3 19.3l23.4 23.4c25 25 25 65.5 0 90.5l-56.4 56.4l-114-113.9l56.4-56.4c25-25 65.5-25 90.5 0zM44.9 353.2L299.7 98.3l114 114l-254.9 254.8c-6.7 6.7-15.1 11.6-24.2 14.2L30.6 511c-8.4 2.4-17.4.1-23.6-6.1s-8.5-15.2-6.1-23.6l29.7-104c2.6-9.2 7.5-17.5 14.2-24.2zm204.5-249.8l-146 146L16 161.9C-2.7 143.2-2.7 112.8 16 94l78.1-78c18.7-18.7 49.1-18.7 67.9 0l19.8 19.8c-.3.3-.7.6-1 .9l-64 64c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0l64-64c.3-.3.6-.7.9-1zm159.2 159.2l45.1 45.1c-.3.3-.7.6-1 .9l-64 64c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0l64-64c.3-.3.6-.7.9-1l19.8 19.9c18.7 18.7 18.7 49.1 0 67.9l-78.1 78c-18.7 18.7-49.1 18.7-67.9 0l-87.4-87.4z"/></svg>
React
import type { SVGProps } from "react";
export function Fa6SolidPenRuler(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="m469.3 19.3l23.4 23.4c25 25 25 65.5 0 90.5l-56.4 56.4l-114-113.9l56.4-56.4c25-25 65.5-25 90.5 0zM44.9 353.2L299.7 98.3l114 114l-254.9 254.8c-6.7 6.7-15.1 11.6-24.2 14.2L30.6 511c-8.4 2.4-17.4.1-23.6-6.1s-8.5-15.2-6.1-23.6l29.7-104c2.6-9.2 7.5-17.5 14.2-24.2zm204.5-249.8l-146 146L16 161.9C-2.7 143.2-2.7 112.8 16 94l78.1-78c18.7-18.7 49.1-18.7 67.9 0l19.8 19.8c-.3.3-.7.6-1 .9l-64 64c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0l64-64c.3-.3.6-.7.9-1zm159.2 159.2l45.1 45.1c-.3.3-.7.6-1 .9l-64 64c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0l64-64c.3-.3.6-.7.9-1l19.8 19.9c18.7 18.7 18.7 49.1 0 67.9l-78.1 78c-18.7 18.7-49.1 18.7-67.9 0l-87.4-87.4z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="m469.3 19.3l23.4 23.4c25 25 25 65.5 0 90.5l-56.4 56.4l-114-113.9l56.4-56.4c25-25 65.5-25 90.5 0zM44.9 353.2L299.7 98.3l114 114l-254.9 254.8c-6.7 6.7-15.1 11.6-24.2 14.2L30.6 511c-8.4 2.4-17.4.1-23.6-6.1s-8.5-15.2-6.1-23.6l29.7-104c2.6-9.2 7.5-17.5 14.2-24.2zm204.5-249.8l-146 146L16 161.9C-2.7 143.2-2.7 112.8 16 94l78.1-78c18.7-18.7 49.1-18.7 67.9 0l19.8 19.8c-.3.3-.7.6-1 .9l-64 64c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0l64-64c.3-.3.6-.7.9-1zm159.2 159.2l45.1 45.1c-.3.3-.7.6-1 .9l-64 64c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0l64-64c.3-.3.6-.7.9-1l19.8 19.9c18.7 18.7 18.7 49.1 0 67.9l-78.1 78c-18.7 18.7-49.1 18.7-67.9 0l-87.4-87.4z"/></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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m469.3%2019.3l23.4%2023.4c25%2025%2025%2065.5%200%2090.5l-56.4%2056.4l-114-113.9l56.4-56.4c25-25%2065.5-25%2090.5%200zM44.9%20353.2L299.7%2098.3l114%20114l-254.9%20254.8c-6.7%206.7-15.1%2011.6-24.2%2014.2L30.6%20511c-8.4%202.4-17.4.1-23.6-6.1s-8.5-15.2-6.1-23.6l29.7-104c2.6-9.2%207.5-17.5%2014.2-24.2zm204.5-249.8l-146%20146L16%20161.9C-2.7%20143.2-2.7%20112.8%2016%2094l78.1-78c18.7-18.7%2049.1-18.7%2067.9%200l19.8%2019.8c-.3.3-.7.6-1%20.9l-64%2064c-6.2%206.2-6.2%2016.4%200%2022.6s16.4%206.2%2022.6%200l64-64c.3-.3.6-.7.9-1zm159.2%20159.2l45.1%2045.1c-.3.3-.7.6-1%20.9l-64%2064c-6.2%206.2-6.2%2016.4%200%2022.6s16.4%206.2%2022.6%200l64-64c.3-.3.6-.7.9-1l19.8%2019.9c18.7%2018.7%2018.7%2049.1%200%2067.9l-78.1%2078c-18.7%2018.7-49.1%2018.7-67.9%200l-87.4-87.4z%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%22m469.3%2019.3l23.4%2023.4c25%2025%2025%2065.5%200%2090.5l-56.4%2056.4l-114-113.9l56.4-56.4c25-25%2065.5-25%2090.5%200zM44.9%20353.2L299.7%2098.3l114%20114l-254.9%20254.8c-6.7%206.7-15.1%2011.6-24.2%2014.2L30.6%20511c-8.4%202.4-17.4.1-23.6-6.1s-8.5-15.2-6.1-23.6l29.7-104c2.6-9.2%207.5-17.5%2014.2-24.2zm204.5-249.8l-146%20146L16%20161.9C-2.7%20143.2-2.7%20112.8%2016%2094l78.1-78c18.7-18.7%2049.1-18.7%2067.9%200l19.8%2019.8c-.3.3-.7.6-1%20.9l-64%2064c-6.2%206.2-6.2%2016.4%200%2022.6s16.4%206.2%2022.6%200l64-64c.3-.3.6-.7.9-1zm159.2%20159.2l45.1%2045.1c-.3.3-.7.6-1%20.9l-64%2064c-6.2%206.2-6.2%2016.4%200%2022.6s16.4%206.2%2022.6%200l64-64c.3-.3.6-.7.9-1l19.8%2019.9c18.7%2018.7%2018.7%2049.1%200%2067.9l-78.1%2078c-18.7%2018.7-49.1%2018.7-67.9%200l-87.4-87.4z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-solid/pen-ruler.svg?color=%231a73e8&size=48