ruler icon
ruler from Jam Icons by Michael Amprimo · Outline · MIT Free for personal and commercial use.
- Name
- ruler
- Set
- Jam Icons
- Style
- Outline
- Viewbox
- 24×24
- License
- MIT
1 other variant in Jam Icons
The same icon in other sets
rulerBoxIcons v2rulerBoxIcons v2 SolidrulerCarbonrulerFont Awesome 6 Solidruler-12-filledFluent UI System Iconsrulercss.ggrulerHuge IconsrulerIconoirrulerLine AwesomerulerLuciderulerMaterial Design Iconsruler-fillMingCute IconrulerPhosphorruler-fillRemix Iconruler-boldSolarrulerTabler IconsrulerUniconsrulerUnicons MonochromerulerUnicons Solid
Use the ruler icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-2 -2 24 24"><path fill="currentColor" d="m14.95 7.879l-.707-.707a1 1 0 0 1 1.414-1.415l.707.707l1.414-1.414l-2.828-2.828L2.222 14.95l2.828 2.828l1.414-1.414L5.05 14.95a1 1 0 0 1 1.414-1.414L7.88 14.95l1.414-1.414l-.707-.708A1 1 0 0 1 10 11.414l.707.707l1.414-1.414l-1.414-1.414a1 1 0 0 1 1.414-1.414l1.415 1.414zM.808 13.536L13.536.808a2 2 0 0 1 2.828 0l2.828 2.828a2 2 0 0 1 0 2.828L6.464 19.192a2 2 0 0 1-2.828 0L.808 16.364a2 2 0 0 1 0-2.828"/></svg>
React
import type { SVGProps } from "react";
export function JamRuler(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-2 -2 24 24"><path fill="currentColor" d="m14.95 7.879l-.707-.707a1 1 0 0 1 1.414-1.415l.707.707l1.414-1.414l-2.828-2.828L2.222 14.95l2.828 2.828l1.414-1.414L5.05 14.95a1 1 0 0 1 1.414-1.414L7.88 14.95l1.414-1.414l-.707-.708A1 1 0 0 1 10 11.414l.707.707l1.414-1.414l-1.414-1.414a1 1 0 0 1 1.414-1.414l1.415 1.414zM.808 13.536L13.536.808a2 2 0 0 1 2.828 0l2.828 2.828a2 2 0 0 1 0 2.828L6.464 19.192a2 2 0 0 1-2.828 0L.808 16.364a2 2 0 0 1 0-2.828"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-2 -2 24 24"><path fill="currentColor" d="m14.95 7.879l-.707-.707a1 1 0 0 1 1.414-1.415l.707.707l1.414-1.414l-2.828-2.828L2.222 14.95l2.828 2.828l1.414-1.414L5.05 14.95a1 1 0 0 1 1.414-1.414L7.88 14.95l1.414-1.414l-.707-.708A1 1 0 0 1 10 11.414l.707.707l1.414-1.414l-1.414-1.414a1 1 0 0 1 1.414-1.414l1.415 1.414zM.808 13.536L13.536.808a2 2 0 0 1 2.828 0l2.828 2.828a2 2 0 0 1 0 2.828L6.464 19.192a2 2 0 0 1-2.828 0L.808 16.364a2 2 0 0 1 0-2.828"/></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%22-2%20-2%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m14.95%207.879l-.707-.707a1%201%200%200%201%201.414-1.415l.707.707l1.414-1.414l-2.828-2.828L2.222%2014.95l2.828%202.828l1.414-1.414L5.05%2014.95a1%201%200%200%201%201.414-1.414L7.88%2014.95l1.414-1.414l-.707-.708A1%201%200%200%201%2010%2011.414l.707.707l1.414-1.414l-1.414-1.414a1%201%200%200%201%201.414-1.414l1.415%201.414zM.808%2013.536L13.536.808a2%202%200%200%201%202.828%200l2.828%202.828a2%202%200%200%201%200%202.828L6.464%2019.192a2%202%200%200%201-2.828%200L.808%2016.364a2%202%200%200%201%200-2.828%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%22-2%20-2%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m14.95%207.879l-.707-.707a1%201%200%200%201%201.414-1.415l.707.707l1.414-1.414l-2.828-2.828L2.222%2014.95l2.828%202.828l1.414-1.414L5.05%2014.95a1%201%200%200%201%201.414-1.414L7.88%2014.95l1.414-1.414l-.707-.708A1%201%200%200%201%2010%2011.414l.707.707l1.414-1.414l-1.414-1.414a1%201%200%200%201%201.414-1.414l1.415%201.414zM.808%2013.536L13.536.808a2%202%200%200%201%202.828%200l2.828%202.828a2%202%200%200%201%200%202.828L6.464%2019.192a2%202%200%200%201-2.828%200L.808%2016.364a2%202%200%200%201%200-2.828%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/jam/ruler.svg?color=%231a73e8&size=48