ruler2 icon

ruler2-filled from Reicon by REICON · Filled · Tools · MIT Free for personal and commercial use.

Name
ruler2-filled
Set
Reicon
Style
Filled
Category
Tools
Viewbox
24×24
License
MIT

2 other variants in Reicon

More tools icons from Reicon

Use the ruler2 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.25 2H6c-1.886 0-2.828 0-3.414.586S2 4.114 2 6v2.25h3a.75.75 0 0 1 0 1.5H2v1.5h2a.75.75 0 0 1 0 1.5H2v1.5h3a.75.75 0 0 1 0 1.5H2v1.5h2a.75.75 0 0 1 0 1.5H2c.001 1.24.02 1.888.337 2.361a2 2 0 0 0 .552.552C3.393 22 4.096 22 5.5 22s2.107 0 2.611-.337a2 2 0 0 0 .552-.552C9 20.607 9 19.904 9 18.5V11c0-.943 0-1.414.293-1.707S10.057 9 11 9h7.5c1.404 0 2.107 0 2.611-.337a2 2 0 0 0 .552-.552C22 7.607 22 6.904 22 5.5s0-2.107-.337-2.611a2 2 0 0 0-.552-.552c-.473-.316-1.121-.336-2.361-.337v2a.75.75 0 0 1-1.5 0V2h-1.5v3a.75.75 0 0 1-1.5 0V2h-1.5v2a.75.75 0 0 1-1.5 0V2h-1.5v3a.75.75 0 0 1-1.5 0z"/></svg>

React

import type { SVGProps } from "react";

export function ReiconRuler2Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.25 2H6c-1.886 0-2.828 0-3.414.586S2 4.114 2 6v2.25h3a.75.75 0 0 1 0 1.5H2v1.5h2a.75.75 0 0 1 0 1.5H2v1.5h3a.75.75 0 0 1 0 1.5H2v1.5h2a.75.75 0 0 1 0 1.5H2c.001 1.24.02 1.888.337 2.361a2 2 0 0 0 .552.552C3.393 22 4.096 22 5.5 22s2.107 0 2.611-.337a2 2 0 0 0 .552-.552C9 20.607 9 19.904 9 18.5V11c0-.943 0-1.414.293-1.707S10.057 9 11 9h7.5c1.404 0 2.107 0 2.611-.337a2 2 0 0 0 .552-.552C22 7.607 22 6.904 22 5.5s0-2.107-.337-2.611a2 2 0 0 0-.552-.552c-.473-.316-1.121-.336-2.361-.337v2a.75.75 0 0 1-1.5 0V2h-1.5v3a.75.75 0 0 1-1.5 0V2h-1.5v2a.75.75 0 0 1-1.5 0V2h-1.5v3a.75.75 0 0 1-1.5 0z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.25 2H6c-1.886 0-2.828 0-3.414.586S2 4.114 2 6v2.25h3a.75.75 0 0 1 0 1.5H2v1.5h2a.75.75 0 0 1 0 1.5H2v1.5h3a.75.75 0 0 1 0 1.5H2v1.5h2a.75.75 0 0 1 0 1.5H2c.001 1.24.02 1.888.337 2.361a2 2 0 0 0 .552.552C3.393 22 4.096 22 5.5 22s2.107 0 2.611-.337a2 2 0 0 0 .552-.552C9 20.607 9 19.904 9 18.5V11c0-.943 0-1.414.293-1.707S10.057 9 11 9h7.5c1.404 0 2.107 0 2.611-.337a2 2 0 0 0 .552-.552C22 7.607 22 6.904 22 5.5s0-2.107-.337-2.611a2 2 0 0 0-.552-.552c-.473-.316-1.121-.336-2.361-.337v2a.75.75 0 0 1-1.5 0V2h-1.5v3a.75.75 0 0 1-1.5 0V2h-1.5v2a.75.75 0 0 1-1.5 0V2h-1.5v3a.75.75 0 0 1-1.5 0z"/></svg>
</template>

CSS

.icon-ruler2-filled {
  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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.25%202H6c-1.886%200-2.828%200-3.414.586S2%204.114%202%206v2.25h3a.75.75%200%200%201%200%201.5H2v1.5h2a.75.75%200%200%201%200%201.5H2v1.5h3a.75.75%200%200%201%200%201.5H2v1.5h2a.75.75%200%200%201%200%201.5H2c.001%201.24.02%201.888.337%202.361a2%202%200%200%200%20.552.552C3.393%2022%204.096%2022%205.5%2022s2.107%200%202.611-.337a2%202%200%200%200%20.552-.552C9%2020.607%209%2019.904%209%2018.5V11c0-.943%200-1.414.293-1.707S10.057%209%2011%209h7.5c1.404%200%202.107%200%202.611-.337a2%202%200%200%200%20.552-.552C22%207.607%2022%206.904%2022%205.5s0-2.107-.337-2.611a2%202%200%200%200-.552-.552c-.473-.316-1.121-.336-2.361-.337v2a.75.75%200%200%201-1.5%200V2h-1.5v3a.75.75%200%200%201-1.5%200V2h-1.5v2a.75.75%200%200%201-1.5%200V2h-1.5v3a.75.75%200%200%201-1.5%200z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.25%202H6c-1.886%200-2.828%200-3.414.586S2%204.114%202%206v2.25h3a.75.75%200%200%201%200%201.5H2v1.5h2a.75.75%200%200%201%200%201.5H2v1.5h3a.75.75%200%200%201%200%201.5H2v1.5h2a.75.75%200%200%201%200%201.5H2c.001%201.24.02%201.888.337%202.361a2%202%200%200%200%20.552.552C3.393%2022%204.096%2022%205.5%2022s2.107%200%202.611-.337a2%202%200%200%200%20.552-.552C9%2020.607%209%2019.904%209%2018.5V11c0-.943%200-1.414.293-1.707S10.057%209%2011%209h7.5c1.404%200%202.107%200%202.611-.337a2%202%200%200%200%20.552-.552C22%207.607%2022%206.904%2022%205.5s0-2.107-.337-2.611a2%202%200%200%200-.552-.552c-.473-.316-1.121-.336-2.361-.337v2a.75.75%200%200%201-1.5%200V2h-1.5v3a.75.75%200%200%201-1.5%200V2h-1.5v2a.75.75%200%200%201-1.5%200V2h-1.5v3a.75.75%200%200%201-1.5%200z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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