ruler icon
ruler-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.
- Name
- ruler-thin
- Set
- Phosphor
- Style
- Thin
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
The same icon in other sets
rulerBoxIcons v2rulerBoxIcons v2 SolidrulerCarbonrulerFont Awesome 6 SolidrulerFont Awesome Solidruler-12-filledFluent UI System Iconsrulercss.ggrulerHuge IconsrulerIconParkrulerIconPark OutlinerulerIconoirrulerJam IconsrulerLine AwesomerulerLuciderulerMaterial Design Iconsruler-fillMingCute IconrulerMyna UI Iconsruler-fillRemix Iconruler-boldSolarrulerTabler IconsrulerTDesign IconsrulerUniconsrulerUnicons MonochromerulerUnicons Solid
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="M232.49 76.2L179.8 23.51a12 12 0 0 0-17 0L23.51 162.83a12 12 0 0 0 0 17l52.69 52.66a12 12 0 0 0 17 0L232.49 93.17a12 12 0 0 0 0-16.97m-5.66 11.31L87.51 226.83a4 4 0 0 1-5.65 0l-52.69-52.69a4 4 0 0 1 0-5.65L64 133.66l29.17 29.17a4 4 0 1 0 5.66-5.66L69.65 128L96 101.66l29.17 29.17a4 4 0 0 0 5.66-5.66L101.65 96L128 69.66l29.17 29.17a4 4 0 1 0 5.66-5.66L133.66 64l34.83-34.83a4 4 0 0 1 5.65 0l52.69 52.69a4 4 0 0 1 0 5.65"/></svg>
React
import type { SVGProps } from "react";
export function PhRulerThin(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="M232.49 76.2L179.8 23.51a12 12 0 0 0-17 0L23.51 162.83a12 12 0 0 0 0 17l52.69 52.66a12 12 0 0 0 17 0L232.49 93.17a12 12 0 0 0 0-16.97m-5.66 11.31L87.51 226.83a4 4 0 0 1-5.65 0l-52.69-52.69a4 4 0 0 1 0-5.65L64 133.66l29.17 29.17a4 4 0 1 0 5.66-5.66L69.65 128L96 101.66l29.17 29.17a4 4 0 0 0 5.66-5.66L101.65 96L128 69.66l29.17 29.17a4 4 0 1 0 5.66-5.66L133.66 64l34.83-34.83a4 4 0 0 1 5.65 0l52.69 52.69a4 4 0 0 1 0 5.65"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M232.49 76.2L179.8 23.51a12 12 0 0 0-17 0L23.51 162.83a12 12 0 0 0 0 17l52.69 52.66a12 12 0 0 0 17 0L232.49 93.17a12 12 0 0 0 0-16.97m-5.66 11.31L87.51 226.83a4 4 0 0 1-5.65 0l-52.69-52.69a4 4 0 0 1 0-5.65L64 133.66l29.17 29.17a4 4 0 1 0 5.66-5.66L69.65 128L96 101.66l29.17 29.17a4 4 0 0 0 5.66-5.66L101.65 96L128 69.66l29.17 29.17a4 4 0 1 0 5.66-5.66L133.66 64l34.83-34.83a4 4 0 0 1 5.65 0l52.69 52.69a4 4 0 0 1 0 5.65"/></svg> </template>
CSS
.icon-ruler-thin {
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%22M232.49%2076.2L179.8%2023.51a12%2012%200%200%200-17%200L23.51%20162.83a12%2012%200%200%200%200%2017l52.69%2052.66a12%2012%200%200%200%2017%200L232.49%2093.17a12%2012%200%200%200%200-16.97m-5.66%2011.31L87.51%20226.83a4%204%200%200%201-5.65%200l-52.69-52.69a4%204%200%200%201%200-5.65L64%20133.66l29.17%2029.17a4%204%200%201%200%205.66-5.66L69.65%20128L96%20101.66l29.17%2029.17a4%204%200%200%200%205.66-5.66L101.65%2096L128%2069.66l29.17%2029.17a4%204%200%201%200%205.66-5.66L133.66%2064l34.83-34.83a4%204%200%200%201%205.65%200l52.69%2052.69a4%204%200%200%201%200%205.65%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%22M232.49%2076.2L179.8%2023.51a12%2012%200%200%200-17%200L23.51%20162.83a12%2012%200%200%200%200%2017l52.69%2052.66a12%2012%200%200%200%2017%200L232.49%2093.17a12%2012%200%200%200%200-16.97m-5.66%2011.31L87.51%20226.83a4%204%200%200%201-5.65%200l-52.69-52.69a4%204%200%200%201%200-5.65L64%20133.66l29.17%2029.17a4%204%200%201%200%205.66-5.66L69.65%20128L96%20101.66l29.17%2029.17a4%204%200%200%200%205.66-5.66L101.65%2096L128%2069.66l29.17%2029.17a4%204%200%201%200%205.66-5.66L133.66%2064l34.83-34.83a4%204%200%200%201%205.65%200l52.69%2052.69a4%204%200%200%201%200%205.65%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/ruler-thin.svg?color=%231a73e8&size=48