ruler-f from Jam Icons by Michael Amprimo · Filled · MIT Free for personal and commercial use.

Name
ruler-f
Set
Jam Icons
Style
Filled
Viewbox
24×24
License
MIT

1 other variant in Jam Icons

The same icon in other sets

Use the ruler icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-1.5 -2 24 24"><path fill="currentColor" d="m16.757 9.243l-1.414 1.414l-2.828-2.829A1 1 0 1 0 11.1 9.243l2.828 2.828l-1.414 1.414l-2.122-2.121a1 1 0 1 0-1.414 1.414l2.122 2.121l-1.415 1.415l-2.828-2.829A1 1 0 0 0 5.444 14.9l2.828 2.829l-1.414 1.414a2 2 0 0 1-2.829 0l-2.828-2.828a2 2 0 0 1 0-2.829L13.929.757a2 2 0 0 1 2.828 0l2.829 2.829a2 2 0 0 1 0 2.828l-1.414 1.414l-2.122-2.12a1 1 0 1 0-1.414 1.413z"/></svg>

React

import type { SVGProps } from "react";

export function JamRulerF(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-1.5 -2 24 24"><path fill="currentColor" d="m16.757 9.243l-1.414 1.414l-2.828-2.829A1 1 0 1 0 11.1 9.243l2.828 2.828l-1.414 1.414l-2.122-2.121a1 1 0 1 0-1.414 1.414l2.122 2.121l-1.415 1.415l-2.828-2.829A1 1 0 0 0 5.444 14.9l2.828 2.829l-1.414 1.414a2 2 0 0 1-2.829 0l-2.828-2.828a2 2 0 0 1 0-2.829L13.929.757a2 2 0 0 1 2.828 0l2.829 2.829a2 2 0 0 1 0 2.828l-1.414 1.414l-2.122-2.12a1 1 0 1 0-1.414 1.413z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-1.5 -2 24 24"><path fill="currentColor" d="m16.757 9.243l-1.414 1.414l-2.828-2.829A1 1 0 1 0 11.1 9.243l2.828 2.828l-1.414 1.414l-2.122-2.121a1 1 0 1 0-1.414 1.414l2.122 2.121l-1.415 1.415l-2.828-2.829A1 1 0 0 0 5.444 14.9l2.828 2.829l-1.414 1.414a2 2 0 0 1-2.829 0l-2.828-2.828a2 2 0 0 1 0-2.829L13.929.757a2 2 0 0 1 2.828 0l2.829 2.829a2 2 0 0 1 0 2.828l-1.414 1.414l-2.122-2.12a1 1 0 1 0-1.414 1.413z"/></svg>
</template>

CSS

.icon-ruler-f {
  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-1.5%20-2%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m16.757%209.243l-1.414%201.414l-2.828-2.829A1%201%200%201%200%2011.1%209.243l2.828%202.828l-1.414%201.414l-2.122-2.121a1%201%200%201%200-1.414%201.414l2.122%202.121l-1.415%201.415l-2.828-2.829A1%201%200%200%200%205.444%2014.9l2.828%202.829l-1.414%201.414a2%202%200%200%201-2.829%200l-2.828-2.828a2%202%200%200%201%200-2.829L13.929.757a2%202%200%200%201%202.828%200l2.829%202.829a2%202%200%200%201%200%202.828l-1.414%201.414l-2.122-2.12a1%201%200%201%200-1.414%201.413z%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-1.5%20-2%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m16.757%209.243l-1.414%201.414l-2.828-2.829A1%201%200%201%200%2011.1%209.243l2.828%202.828l-1.414%201.414l-2.122-2.121a1%201%200%201%200-1.414%201.414l2.122%202.121l-1.415%201.415l-2.828-2.829A1%201%200%200%200%205.444%2014.9l2.828%202.829l-1.414%201.414a2%202%200%200%201-2.829%200l-2.828-2.828a2%202%200%200%201%200-2.829L13.929.757a2%202%200%200%201%202.828%200l2.829%202.829a2%202%200%200%201%200%202.828l-1.414%201.414l-2.122-2.12a1%201%200%201%200-1.414%201.413z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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