ruler-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.

Name
ruler-light
Set
Phosphor
Style
Light
Viewbox
256×256
License
MIT

5 other variants in Phosphor

The same icon in other sets

Use the ruler icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M233.91 74.79L181.22 22.1a14 14 0 0 0-19.8 0L22.09 161.41a14 14 0 0 0 0 19.8l52.69 52.69a14 14 0 0 0 19.8 0L233.91 94.59a14 14 0 0 0 0-19.8m-8.49 11.31L86.1 225.41a2 2 0 0 1-2.83 0l-52.69-52.68a2 2 0 0 1 0-2.83L64 136.48l27.76 27.76a6 6 0 1 0 8.48-8.48L72.48 128L96 104.48l27.76 27.76a6 6 0 0 0 8.48-8.48L104.48 96L128 72.49l27.76 27.75a6 6 0 0 0 8.48-8.48L136.49 64l33.41-33.41a2 2 0 0 1 2.83 0l52.69 52.68a2 2 0 0 1 0 2.83"/></svg>

React

import type { SVGProps } from "react";

export function PhRulerLight(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M233.91 74.79L181.22 22.1a14 14 0 0 0-19.8 0L22.09 161.41a14 14 0 0 0 0 19.8l52.69 52.69a14 14 0 0 0 19.8 0L233.91 94.59a14 14 0 0 0 0-19.8m-8.49 11.31L86.1 225.41a2 2 0 0 1-2.83 0l-52.69-52.68a2 2 0 0 1 0-2.83L64 136.48l27.76 27.76a6 6 0 1 0 8.48-8.48L72.48 128L96 104.48l27.76 27.76a6 6 0 0 0 8.48-8.48L104.48 96L128 72.49l27.76 27.75a6 6 0 0 0 8.48-8.48L136.49 64l33.41-33.41a2 2 0 0 1 2.83 0l52.69 52.68a2 2 0 0 1 0 2.83"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M233.91 74.79L181.22 22.1a14 14 0 0 0-19.8 0L22.09 161.41a14 14 0 0 0 0 19.8l52.69 52.69a14 14 0 0 0 19.8 0L233.91 94.59a14 14 0 0 0 0-19.8m-8.49 11.31L86.1 225.41a2 2 0 0 1-2.83 0l-52.69-52.68a2 2 0 0 1 0-2.83L64 136.48l27.76 27.76a6 6 0 1 0 8.48-8.48L72.48 128L96 104.48l27.76 27.76a6 6 0 0 0 8.48-8.48L104.48 96L128 72.49l27.76 27.75a6 6 0 0 0 8.48-8.48L136.49 64l33.41-33.41a2 2 0 0 1 2.83 0l52.69 52.68a2 2 0 0 1 0 2.83"/></svg>
</template>

CSS

.icon-ruler-light {
  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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M233.91%2074.79L181.22%2022.1a14%2014%200%200%200-19.8%200L22.09%20161.41a14%2014%200%200%200%200%2019.8l52.69%2052.69a14%2014%200%200%200%2019.8%200L233.91%2094.59a14%2014%200%200%200%200-19.8m-8.49%2011.31L86.1%20225.41a2%202%200%200%201-2.83%200l-52.69-52.68a2%202%200%200%201%200-2.83L64%20136.48l27.76%2027.76a6%206%200%201%200%208.48-8.48L72.48%20128L96%20104.48l27.76%2027.76a6%206%200%200%200%208.48-8.48L104.48%2096L128%2072.49l27.76%2027.75a6%206%200%200%200%208.48-8.48L136.49%2064l33.41-33.41a2%202%200%200%201%202.83%200l52.69%2052.68a2%202%200%200%201%200%202.83%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M233.91%2074.79L181.22%2022.1a14%2014%200%200%200-19.8%200L22.09%20161.41a14%2014%200%200%200%200%2019.8l52.69%2052.69a14%2014%200%200%200%2019.8%200L233.91%2094.59a14%2014%200%200%200%200-19.8m-8.49%2011.31L86.1%20225.41a2%202%200%200%201-2.83%200l-52.69-52.68a2%202%200%200%201%200-2.83L64%20136.48l27.76%2027.76a6%206%200%201%200%208.48-8.48L72.48%20128L96%20104.48l27.76%2027.76a6%206%200%200%200%208.48-8.48L104.48%2096L128%2072.49l27.76%2027.75a6%206%200%200%200%208.48-8.48L136.49%2064l33.41-33.41a2%202%200%200%201%202.83%200l52.69%2052.68a2%202%200%200%201%200%202.83%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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