ruler pen4 icon

ruler-pen4 from Reicon by REICON · Outline · Newicons · MIT Free for personal and commercial use.

Name
ruler-pen4
Set
Reicon
Style
Outline
Category
Newicons
Viewbox
24×24
License
MIT

1 other variant in Reicon

More newicons icons from Reicon

Use the ruler pen4 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M21.47 19V5q0-3-3-3h-4q-3 0-3 3v14q0 3 3 3h4q3 0 3-3m-10-13h5m-5 12h4m-4-4.05l5 .05m-5-4h3M5.49 2C3.86 2 2.53 3.33 2.53 4.95v12.96c0 .45.19 1.13.42 1.52l.82 1.36c.94 1.57 2.49 1.57 3.43 0l.82-1.36c.23-.39.42-1.07.42-1.52V4.95C8.44 3.33 7.11 2 5.49 2m2.95 5H2.53"/></svg>

React

import type { SVGProps } from "react";

export function ReiconRulerPen4(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M21.47 19V5q0-3-3-3h-4q-3 0-3 3v14q0 3 3 3h4q3 0 3-3m-10-13h5m-5 12h4m-4-4.05l5 .05m-5-4h3M5.49 2C3.86 2 2.53 3.33 2.53 4.95v12.96c0 .45.19 1.13.42 1.52l.82 1.36c.94 1.57 2.49 1.57 3.43 0l.82-1.36c.23-.39.42-1.07.42-1.52V4.95C8.44 3.33 7.11 2 5.49 2m2.95 5H2.53"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M21.47 19V5q0-3-3-3h-4q-3 0-3 3v14q0 3 3 3h4q3 0 3-3m-10-13h5m-5 12h4m-4-4.05l5 .05m-5-4h3M5.49 2C3.86 2 2.53 3.33 2.53 4.95v12.96c0 .45.19 1.13.42 1.52l.82 1.36c.94 1.57 2.49 1.57 3.43 0l.82-1.36c.23-.39.42-1.07.42-1.52V4.95C8.44 3.33 7.11 2 5.49 2m2.95 5H2.53"/></svg>
</template>

CSS

.icon-ruler-pen4 {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M21.47%2019V5q0-3-3-3h-4q-3%200-3%203v14q0%203%203%203h4q3%200%203-3m-10-13h5m-5%2012h4m-4-4.05l5%20.05m-5-4h3M5.49%202C3.86%202%202.53%203.33%202.53%204.95v12.96c0%20.45.19%201.13.42%201.52l.82%201.36c.94%201.57%202.49%201.57%203.43%200l.82-1.36c.23-.39.42-1.07.42-1.52V4.95C8.44%203.33%207.11%202%205.49%202m2.95%205H2.53%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M21.47%2019V5q0-3-3-3h-4q-3%200-3%203v14q0%203%203%203h4q3%200%203-3m-10-13h5m-5%2012h4m-4-4.05l5%20.05m-5-4h3M5.49%202C3.86%202%202.53%203.33%202.53%204.95v12.96c0%20.45.19%201.13.42%201.52l.82%201.36c.94%201.57%202.49%201.57%203.43%200l.82-1.36c.23-.39.42-1.07.42-1.52V4.95C8.44%203.33%207.11%202%205.49%202m2.95%205H2.53%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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