pencil ruler icon

pencil-ruler from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
pencil-ruler
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Related icons in Huge Icons

Use the pencil ruler icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="m16.044 11l3.27 3.27c1.026 1.026 1.539 1.539 1.652 2.156c.045.242.045.49 0 .732c-.113.617-.626 1.13-1.652 2.156s-1.54 1.539-2.156 1.652c-.242.045-.49.045-.732 0c-.617-.113-1.13-.626-2.156-1.652L11 16.044m-3.157-3.157L4.686 9.73C3.66 8.704 3.147 8.191 3.033 7.574a2 2 0 0 1 0-.732c.114-.617.627-1.13 1.653-2.156s1.54-1.539 2.156-1.653c.242-.044.49-.044.732 0c.617.114 1.13.627 2.156 1.653L13 7.956M15.5 5.5l1.97-1.97a1.81 1.81 0 0 1 2.56 0l.44.44a1.81 1.81 0 0 1 0 2.56L18.5 8.5"/><path d="M7.366 19.633L18.5 8.5l-3-3L4.366 16.633a2 2 0 0 0-.508.865l-.841 2.942a.44.44 0 0 0 .542.543l2.943-.841c.327-.093.624-.268.864-.509M10 5L8.5 6.5M19 14l-1.5 1.5"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsPencilRuler(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="m16.044 11l3.27 3.27c1.026 1.026 1.539 1.539 1.652 2.156c.045.242.045.49 0 .732c-.113.617-.626 1.13-1.652 2.156s-1.54 1.539-2.156 1.652c-.242.045-.49.045-.732 0c-.617-.113-1.13-.626-2.156-1.652L11 16.044m-3.157-3.157L4.686 9.73C3.66 8.704 3.147 8.191 3.033 7.574a2 2 0 0 1 0-.732c.114-.617.627-1.13 1.653-2.156s1.54-1.539 2.156-1.653c.242-.044.49-.044.732 0c.617.114 1.13.627 2.156 1.653L13 7.956M15.5 5.5l1.97-1.97a1.81 1.81 0 0 1 2.56 0l.44.44a1.81 1.81 0 0 1 0 2.56L18.5 8.5"/><path d="M7.366 19.633L18.5 8.5l-3-3L4.366 16.633a2 2 0 0 0-.508.865l-.841 2.942a.44.44 0 0 0 .542.543l2.943-.841c.327-.093.624-.268.864-.509M10 5L8.5 6.5M19 14l-1.5 1.5"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="m16.044 11l3.27 3.27c1.026 1.026 1.539 1.539 1.652 2.156c.045.242.045.49 0 .732c-.113.617-.626 1.13-1.652 2.156s-1.54 1.539-2.156 1.652c-.242.045-.49.045-.732 0c-.617-.113-1.13-.626-2.156-1.652L11 16.044m-3.157-3.157L4.686 9.73C3.66 8.704 3.147 8.191 3.033 7.574a2 2 0 0 1 0-.732c.114-.617.627-1.13 1.653-2.156s1.54-1.539 2.156-1.653c.242-.044.49-.044.732 0c.617.114 1.13.627 2.156 1.653L13 7.956M15.5 5.5l1.97-1.97a1.81 1.81 0 0 1 2.56 0l.44.44a1.81 1.81 0 0 1 0 2.56L18.5 8.5"/><path d="M7.366 19.633L18.5 8.5l-3-3L4.366 16.633a2 2 0 0 0-.508.865l-.841 2.942a.44.44 0 0 0 .542.543l2.943-.841c.327-.093.624-.268.864-.509M10 5L8.5 6.5M19 14l-1.5 1.5"/></g></svg>
</template>

CSS

.icon-pencil-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%220%200%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22m16.044%2011l3.27%203.27c1.026%201.026%201.539%201.539%201.652%202.156c.045.242.045.49%200%20.732c-.113.617-.626%201.13-1.652%202.156s-1.54%201.539-2.156%201.652c-.242.045-.49.045-.732%200c-.617-.113-1.13-.626-2.156-1.652L11%2016.044m-3.157-3.157L4.686%209.73C3.66%208.704%203.147%208.191%203.033%207.574a2%202%200%200%201%200-.732c.114-.617.627-1.13%201.653-2.156s1.54-1.539%202.156-1.653c.242-.044.49-.044.732%200c.617.114%201.13.627%202.156%201.653L13%207.956M15.5%205.5l1.97-1.97a1.81%201.81%200%200%201%202.56%200l.44.44a1.81%201.81%200%200%201%200%202.56L18.5%208.5%22%2F%3E%3Cpath%20d%3D%22M7.366%2019.633L18.5%208.5l-3-3L4.366%2016.633a2%202%200%200%200-.508.865l-.841%202.942a.44.44%200%200%200%20.542.543l2.943-.841c.327-.093.624-.268.864-.509M10%205L8.5%206.5M19%2014l-1.5%201.5%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22m16.044%2011l3.27%203.27c1.026%201.026%201.539%201.539%201.652%202.156c.045.242.045.49%200%20.732c-.113.617-.626%201.13-1.652%202.156s-1.54%201.539-2.156%201.652c-.242.045-.49.045-.732%200c-.617-.113-1.13-.626-2.156-1.652L11%2016.044m-3.157-3.157L4.686%209.73C3.66%208.704%203.147%208.191%203.033%207.574a2%202%200%200%201%200-.732c.114-.617.627-1.13%201.653-2.156s1.54-1.539%202.156-1.653c.242-.044.49-.044.732%200c.617.114%201.13.627%202.156%201.653L13%207.956M15.5%205.5l1.97-1.97a1.81%201.81%200%200%201%202.56%200l.44.44a1.81%201.81%200%200%201%200%202.56L18.5%208.5%22%2F%3E%3Cpath%20d%3D%22M7.366%2019.633L18.5%208.5l-3-3L4.366%2016.633a2%202%200%200%200-.508.865l-.841%202.942a.44.44%200%200%200%20.542.543l2.943-.841c.327-.093.624-.268.864-.509M10%205L8.5%206.5M19%2014l-1.5%201.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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