ruler icon
ruler-duotone from Reicon by REICON · Duotone · Tools · MIT Free for personal and commercial use.
- Name
- ruler-duotone
- Set
- Reicon
- Style
- Duotone
- Category
- Tools
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
The same icon in other sets
All ruler icons →rulerBoxIcons v2rulerBoxIcons v2 SolidrulerCarbonrulerFont Awesome 6 SolidrulerFont Awesome Solidruler-12-filledFluent UI System Iconsrulercss.ggrulerHuge IconsrulerIconParkrulerIconPark OutlinerulerIconoirrulerJam IconsrulerLine AwesomerulerLuciderulerMaterial Design Iconsruler-fillMingCute IconrulerMyna UI IconsrulerPhosphorruler-fillRemix Iconruler-boldSolarrulerTabler IconsrulerTDesign IconsrulerUniconsrulerUnicons Monochrome
More tools icons from Reicon
Use the ruler icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M2 15.616c0 .847.682 1.529 2.045 2.892l1.447 1.447C6.855 21.318 7.537 22 8.384 22s1.53-.682 2.893-2.045l8.678-8.678C21.318 9.913 22 9.23 22 8.384s-.682-1.529-2.045-2.892l-1.447-1.447C17.145 2.682 16.463 2 15.616 2c-.754 0-1.376.54-2.464 1.618l-1.05 1.048l-1.072 1.073l-1.05 1.048L8.91 7.86L7.86 8.909L6.788 9.98L5.74 11.03l-1.073 1.073l-1.048 1.049C2.539 14.24 2 14.862 2 15.616" opacity=".5"/><path d="M13.238 3.691a1 1 0 0 0-.086-.073l-1.049 1.048q.033.045.074.086l1.414 1.414a.75.75 0 0 0 1.06-1.06zm-2.122 2.122a1 1 0 0 0-.086-.074L9.982 6.787q.033.045.074.086l2.121 2.122a.75.75 0 0 0 1.06-1.061zM8.995 7.934a1 1 0 0 0-.086-.074L7.86 8.908q.033.046.074.087l1.415 1.414a.75.75 0 1 0 1.06-1.06zm-2.121 2.121a1 1 0 0 0-.086-.074L5.739 11.03q.033.045.074.086l2.121 2.121a.75.75 0 1 0 1.061-1.06zm-2.122 2.122a1 1 0 0 0-.086-.075l-1.048 1.05q.033.045.074.085l1.414 1.414a.75.75 0 1 0 1.06-1.06z"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconRulerDuotone(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M2 15.616c0 .847.682 1.529 2.045 2.892l1.447 1.447C6.855 21.318 7.537 22 8.384 22s1.53-.682 2.893-2.045l8.678-8.678C21.318 9.913 22 9.23 22 8.384s-.682-1.529-2.045-2.892l-1.447-1.447C17.145 2.682 16.463 2 15.616 2c-.754 0-1.376.54-2.464 1.618l-1.05 1.048l-1.072 1.073l-1.05 1.048L8.91 7.86L7.86 8.909L6.788 9.98L5.74 11.03l-1.073 1.073l-1.048 1.049C2.539 14.24 2 14.862 2 15.616" opacity=".5"/><path d="M13.238 3.691a1 1 0 0 0-.086-.073l-1.049 1.048q.033.045.074.086l1.414 1.414a.75.75 0 0 0 1.06-1.06zm-2.122 2.122a1 1 0 0 0-.086-.074L9.982 6.787q.033.045.074.086l2.121 2.122a.75.75 0 0 0 1.06-1.061zM8.995 7.934a1 1 0 0 0-.086-.074L7.86 8.908q.033.046.074.087l1.415 1.414a.75.75 0 1 0 1.06-1.06zm-2.121 2.121a1 1 0 0 0-.086-.074L5.739 11.03q.033.045.074.086l2.121 2.121a.75.75 0 1 0 1.061-1.06zm-2.122 2.122a1 1 0 0 0-.086-.075l-1.048 1.05q.033.045.074.085l1.414 1.414a.75.75 0 1 0 1.06-1.06z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M2 15.616c0 .847.682 1.529 2.045 2.892l1.447 1.447C6.855 21.318 7.537 22 8.384 22s1.53-.682 2.893-2.045l8.678-8.678C21.318 9.913 22 9.23 22 8.384s-.682-1.529-2.045-2.892l-1.447-1.447C17.145 2.682 16.463 2 15.616 2c-.754 0-1.376.54-2.464 1.618l-1.05 1.048l-1.072 1.073l-1.05 1.048L8.91 7.86L7.86 8.909L6.788 9.98L5.74 11.03l-1.073 1.073l-1.048 1.049C2.539 14.24 2 14.862 2 15.616" opacity=".5"/><path d="M13.238 3.691a1 1 0 0 0-.086-.073l-1.049 1.048q.033.045.074.086l1.414 1.414a.75.75 0 0 0 1.06-1.06zm-2.122 2.122a1 1 0 0 0-.086-.074L9.982 6.787q.033.045.074.086l2.121 2.122a.75.75 0 0 0 1.06-1.061zM8.995 7.934a1 1 0 0 0-.086-.074L7.86 8.908q.033.046.074.087l1.415 1.414a.75.75 0 1 0 1.06-1.06zm-2.121 2.121a1 1 0 0 0-.086-.074L5.739 11.03q.033.045.074.086l2.121 2.121a.75.75 0 1 0 1.061-1.06zm-2.122 2.122a1 1 0 0 0-.086-.075l-1.048 1.05q.033.045.074.085l1.414 1.414a.75.75 0 1 0 1.06-1.06z"/></g></svg> </template>
CSS
.icon-ruler-duotone {
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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M2%2015.616c0%20.847.682%201.529%202.045%202.892l1.447%201.447C6.855%2021.318%207.537%2022%208.384%2022s1.53-.682%202.893-2.045l8.678-8.678C21.318%209.913%2022%209.23%2022%208.384s-.682-1.529-2.045-2.892l-1.447-1.447C17.145%202.682%2016.463%202%2015.616%202c-.754%200-1.376.54-2.464%201.618l-1.05%201.048l-1.072%201.073l-1.05%201.048L8.91%207.86L7.86%208.909L6.788%209.98L5.74%2011.03l-1.073%201.073l-1.048%201.049C2.539%2014.24%202%2014.862%202%2015.616%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M13.238%203.691a1%201%200%200%200-.086-.073l-1.049%201.048q.033.045.074.086l1.414%201.414a.75.75%200%200%200%201.06-1.06zm-2.122%202.122a1%201%200%200%200-.086-.074L9.982%206.787q.033.045.074.086l2.121%202.122a.75.75%200%200%200%201.06-1.061zM8.995%207.934a1%201%200%200%200-.086-.074L7.86%208.908q.033.046.074.087l1.415%201.414a.75.75%200%201%200%201.06-1.06zm-2.121%202.121a1%201%200%200%200-.086-.074L5.739%2011.03q.033.045.074.086l2.121%202.121a.75.75%200%201%200%201.061-1.06zm-2.122%202.122a1%201%200%200%200-.086-.075l-1.048%201.05q.033.045.074.085l1.414%201.414a.75.75%200%201%200%201.06-1.06z%22%2F%3E%3C%2Fg%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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M2%2015.616c0%20.847.682%201.529%202.045%202.892l1.447%201.447C6.855%2021.318%207.537%2022%208.384%2022s1.53-.682%202.893-2.045l8.678-8.678C21.318%209.913%2022%209.23%2022%208.384s-.682-1.529-2.045-2.892l-1.447-1.447C17.145%202.682%2016.463%202%2015.616%202c-.754%200-1.376.54-2.464%201.618l-1.05%201.048l-1.072%201.073l-1.05%201.048L8.91%207.86L7.86%208.909L6.788%209.98L5.74%2011.03l-1.073%201.073l-1.048%201.049C2.539%2014.24%202%2014.862%202%2015.616%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M13.238%203.691a1%201%200%200%200-.086-.073l-1.049%201.048q.033.045.074.086l1.414%201.414a.75.75%200%200%200%201.06-1.06zm-2.122%202.122a1%201%200%200%200-.086-.074L9.982%206.787q.033.045.074.086l2.121%202.122a.75.75%200%200%200%201.06-1.061zM8.995%207.934a1%201%200%200%200-.086-.074L7.86%208.908q.033.046.074.087l1.415%201.414a.75.75%200%201%200%201.06-1.06zm-2.121%202.121a1%201%200%200%200-.086-.074L5.739%2011.03q.033.045.074.086l2.121%202.121a.75.75%200%201%200%201.061-1.06zm-2.122%202.122a1%201%200%200%200-.086-.075l-1.048%201.05q.033.045.074.085l1.414%201.414a.75.75%200%201%200%201.06-1.06z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/ruler-duotone.svg?color=%231a73e8&size=48