ruler icon
ruler from Phosphor by Phosphor Icons · Regular · MIT Free for personal and commercial use.
- Name
- ruler
- Set
- Phosphor
- Style
- Regular
- 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="m235.32 73.37l-52.69-52.68a16 16 0 0 0-22.63 0L20.68 160a16 16 0 0 0 0 22.63l52.69 52.68a16 16 0 0 0 22.63 0L235.32 96a16 16 0 0 0 0-22.63M84.68 224L32 171.31l32-32l26.34 26.35a8 8 0 0 0 11.32-11.32L75.31 128L96 107.31l26.34 26.35a8 8 0 0 0 11.32-11.32L107.31 96L128 75.31l26.34 26.35a8 8 0 0 0 11.32-11.32L139.31 64l32-32L224 84.69Z"/></svg>
React
import type { SVGProps } from "react";
export function PhRuler(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="m235.32 73.37l-52.69-52.68a16 16 0 0 0-22.63 0L20.68 160a16 16 0 0 0 0 22.63l52.69 52.68a16 16 0 0 0 22.63 0L235.32 96a16 16 0 0 0 0-22.63M84.68 224L32 171.31l32-32l26.34 26.35a8 8 0 0 0 11.32-11.32L75.31 128L96 107.31l26.34 26.35a8 8 0 0 0 11.32-11.32L107.31 96L128 75.31l26.34 26.35a8 8 0 0 0 11.32-11.32L139.31 64l32-32L224 84.69Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m235.32 73.37l-52.69-52.68a16 16 0 0 0-22.63 0L20.68 160a16 16 0 0 0 0 22.63l52.69 52.68a16 16 0 0 0 22.63 0L235.32 96a16 16 0 0 0 0-22.63M84.68 224L32 171.31l32-32l26.34 26.35a8 8 0 0 0 11.32-11.32L75.31 128L96 107.31l26.34 26.35a8 8 0 0 0 11.32-11.32L107.31 96L128 75.31l26.34 26.35a8 8 0 0 0 11.32-11.32L139.31 64l32-32L224 84.69Z"/></svg> </template>
CSS
.icon-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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m235.32%2073.37l-52.69-52.68a16%2016%200%200%200-22.63%200L20.68%20160a16%2016%200%200%200%200%2022.63l52.69%2052.68a16%2016%200%200%200%2022.63%200L235.32%2096a16%2016%200%200%200%200-22.63M84.68%20224L32%20171.31l32-32l26.34%2026.35a8%208%200%200%200%2011.32-11.32L75.31%20128L96%20107.31l26.34%2026.35a8%208%200%200%200%2011.32-11.32L107.31%2096L128%2075.31l26.34%2026.35a8%208%200%200%200%2011.32-11.32L139.31%2064l32-32L224%2084.69Z%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%22m235.32%2073.37l-52.69-52.68a16%2016%200%200%200-22.63%200L20.68%20160a16%2016%200%200%200%200%2022.63l52.69%2052.68a16%2016%200%200%200%2022.63%200L235.32%2096a16%2016%200%200%200%200-22.63M84.68%20224L32%20171.31l32-32l26.34%2026.35a8%208%200%200%200%2011.32-11.32L75.31%20128L96%20107.31l26.34%2026.35a8%208%200%200%200%2011.32-11.32L107.31%2096L128%2075.31l26.34%2026.35a8%208%200%200%200%2011.32-11.32L139.31%2064l32-32L224%2084.69Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/ruler.svg?color=%231a73e8&size=48