pencil ruler icon

pencil-ruler-line from MingCute Icon by MingCute Design · Line · Apache-2.0 Free for personal and commercial use.

Name
pencil-ruler-line
Set
MingCute Icon
Style
Line
Viewbox
24×24
License
Apache 2.0

1 other variant in MingCute Icon

The same icon in other sets

Related icons in MingCute Icon

Use the pencil ruler icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.464 9.879A1 1 0 0 0 7.05 8.465l.707.707zm7.071 7.07a1 1 0 1 0-1.414-1.413l.707.707zM4.368 19.633l-.99-.134a1 1 0 0 0 1.124 1.125zm.672-4.208l-.707-.707zm3.536 3.536l-.708-.707zm-.287.142l-.134-.991zm.175-14.88l-.707.707zm8.486 15.556l.707.707zm-1.414 0l.707-.707zm3.328-15.35l-.707.708zm-2.829 0l-.707-.706zm3.536.708l-.707.707zm0 2.828l-.707-.707zm.207 7.572l-.707.707zm0 1.414l-.707-.707l-2.828 2.828l.707.707l.707.707l2.828-2.828zM4.222 7.05l.707.707L7.757 4.93l-.707-.707l-.707-.707l-2.828 2.828zm4.242-2.828l-.707.707l3.89 3.889l.707-.707l.707-.707l-3.89-3.89zm-.353 8.131l.707-.707l-3.89-3.889l-.706.707l-.707.707l3.889 3.89zm7.425 7.425l.707-.707l-3.89-3.89l-.707.708l-.707.707l3.89 3.89zm.353-8.132l-.707.707l3.889 3.89l.707-.707l.707-.708l-3.889-3.889zM7.757 9.172l-.707-.707l-1.414 1.414l.707.707l.707.707l1.414-1.414zm7.071 7.07l-.707-.706l-1.414 1.414l.707.707l.707.707l1.414-1.414zM18.864 4.43l-.707.707l.707.707l.707-.707l.707-.707l-.707-.707zm.707 3.535l-.707-.707L7.868 18.253l.708.707l.707.707L20.278 8.671zM5.04 15.424l.707.707L16.743 5.137l-.707-.707l-.708-.707L4.333 14.717zm-.672 4.208l.991.134l.53-3.921l-.99-.134l-.992-.134l-.53 3.92zm3.92-.53l-.133-.991l-3.92.53l.133.99l.134.992l3.92-.53zm9.869-9.724l.707-.707l-3.536-3.535l-.707.707l-.707.707l3.536 3.535zM5.04 15.424l-.707-.707a1.5 1.5 0 0 0-.426.86l.991.134l.991.134a.5.5 0 0 1-.142.286zm3.536 3.536l-.708-.707a.5.5 0 0 1 .287-.142l.134.99l.134.992a1.5 1.5 0 0 0 .86-.426zM7.05 4.222l.707.707l.707-.707l.707-.707a2 2 0 0 0-2.828 0zm9.9 15.556l-.707-.707l-.707.707l-.708.707a2 2 0 0 0 2.829 0zm1.914-15.35l.707-.706a3 3 0 0 0-4.243 0l.707.707l.708.707a1 1 0 0 1 1.414 0zm.707.708l-.707.707a1 1 0 0 1 0 1.414l.707.707l.707.707a3 3 0 0 0 0-4.242zM4.221 7.05l-.706-.707a2 2 0 0 0 0 2.829l.707-.708l.707-.707zm15.557 9.9l.707.707a2 2 0 0 0 0-2.829l-.707.708l-.707.707z"/></svg>

React

import type { SVGProps } from "react";

export function MingcutePencilRulerLine(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.464 9.879A1 1 0 0 0 7.05 8.465l.707.707zm7.071 7.07a1 1 0 1 0-1.414-1.413l.707.707zM4.368 19.633l-.99-.134a1 1 0 0 0 1.124 1.125zm.672-4.208l-.707-.707zm3.536 3.536l-.708-.707zm-.287.142l-.134-.991zm.175-14.88l-.707.707zm8.486 15.556l.707.707zm-1.414 0l.707-.707zm3.328-15.35l-.707.708zm-2.829 0l-.707-.706zm3.536.708l-.707.707zm0 2.828l-.707-.707zm.207 7.572l-.707.707zm0 1.414l-.707-.707l-2.828 2.828l.707.707l.707.707l2.828-2.828zM4.222 7.05l.707.707L7.757 4.93l-.707-.707l-.707-.707l-2.828 2.828zm4.242-2.828l-.707.707l3.89 3.889l.707-.707l.707-.707l-3.89-3.89zm-.353 8.131l.707-.707l-3.89-3.889l-.706.707l-.707.707l3.889 3.89zm7.425 7.425l.707-.707l-3.89-3.89l-.707.708l-.707.707l3.89 3.89zm.353-8.132l-.707.707l3.889 3.89l.707-.707l.707-.708l-3.889-3.889zM7.757 9.172l-.707-.707l-1.414 1.414l.707.707l.707.707l1.414-1.414zm7.071 7.07l-.707-.706l-1.414 1.414l.707.707l.707.707l1.414-1.414zM18.864 4.43l-.707.707l.707.707l.707-.707l.707-.707l-.707-.707zm.707 3.535l-.707-.707L7.868 18.253l.708.707l.707.707L20.278 8.671zM5.04 15.424l.707.707L16.743 5.137l-.707-.707l-.708-.707L4.333 14.717zm-.672 4.208l.991.134l.53-3.921l-.99-.134l-.992-.134l-.53 3.92zm3.92-.53l-.133-.991l-3.92.53l.133.99l.134.992l3.92-.53zm9.869-9.724l.707-.707l-3.536-3.535l-.707.707l-.707.707l3.536 3.535zM5.04 15.424l-.707-.707a1.5 1.5 0 0 0-.426.86l.991.134l.991.134a.5.5 0 0 1-.142.286zm3.536 3.536l-.708-.707a.5.5 0 0 1 .287-.142l.134.99l.134.992a1.5 1.5 0 0 0 .86-.426zM7.05 4.222l.707.707l.707-.707l.707-.707a2 2 0 0 0-2.828 0zm9.9 15.556l-.707-.707l-.707.707l-.708.707a2 2 0 0 0 2.829 0zm1.914-15.35l.707-.706a3 3 0 0 0-4.243 0l.707.707l.708.707a1 1 0 0 1 1.414 0zm.707.708l-.707.707a1 1 0 0 1 0 1.414l.707.707l.707.707a3 3 0 0 0 0-4.242zM4.221 7.05l-.706-.707a2 2 0 0 0 0 2.829l.707-.708l.707-.707zm15.557 9.9l.707.707a2 2 0 0 0 0-2.829l-.707.708l-.707.707z"/></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.464 9.879A1 1 0 0 0 7.05 8.465l.707.707zm7.071 7.07a1 1 0 1 0-1.414-1.413l.707.707zM4.368 19.633l-.99-.134a1 1 0 0 0 1.124 1.125zm.672-4.208l-.707-.707zm3.536 3.536l-.708-.707zm-.287.142l-.134-.991zm.175-14.88l-.707.707zm8.486 15.556l.707.707zm-1.414 0l.707-.707zm3.328-15.35l-.707.708zm-2.829 0l-.707-.706zm3.536.708l-.707.707zm0 2.828l-.707-.707zm.207 7.572l-.707.707zm0 1.414l-.707-.707l-2.828 2.828l.707.707l.707.707l2.828-2.828zM4.222 7.05l.707.707L7.757 4.93l-.707-.707l-.707-.707l-2.828 2.828zm4.242-2.828l-.707.707l3.89 3.889l.707-.707l.707-.707l-3.89-3.89zm-.353 8.131l.707-.707l-3.89-3.889l-.706.707l-.707.707l3.889 3.89zm7.425 7.425l.707-.707l-3.89-3.89l-.707.708l-.707.707l3.89 3.89zm.353-8.132l-.707.707l3.889 3.89l.707-.707l.707-.708l-3.889-3.889zM7.757 9.172l-.707-.707l-1.414 1.414l.707.707l.707.707l1.414-1.414zm7.071 7.07l-.707-.706l-1.414 1.414l.707.707l.707.707l1.414-1.414zM18.864 4.43l-.707.707l.707.707l.707-.707l.707-.707l-.707-.707zm.707 3.535l-.707-.707L7.868 18.253l.708.707l.707.707L20.278 8.671zM5.04 15.424l.707.707L16.743 5.137l-.707-.707l-.708-.707L4.333 14.717zm-.672 4.208l.991.134l.53-3.921l-.99-.134l-.992-.134l-.53 3.92zm3.92-.53l-.133-.991l-3.92.53l.133.99l.134.992l3.92-.53zm9.869-9.724l.707-.707l-3.536-3.535l-.707.707l-.707.707l3.536 3.535zM5.04 15.424l-.707-.707a1.5 1.5 0 0 0-.426.86l.991.134l.991.134a.5.5 0 0 1-.142.286zm3.536 3.536l-.708-.707a.5.5 0 0 1 .287-.142l.134.99l.134.992a1.5 1.5 0 0 0 .86-.426zM7.05 4.222l.707.707l.707-.707l.707-.707a2 2 0 0 0-2.828 0zm9.9 15.556l-.707-.707l-.707.707l-.708.707a2 2 0 0 0 2.829 0zm1.914-15.35l.707-.706a3 3 0 0 0-4.243 0l.707.707l.708.707a1 1 0 0 1 1.414 0zm.707.708l-.707.707a1 1 0 0 1 0 1.414l.707.707l.707.707a3 3 0 0 0 0-4.242zM4.221 7.05l-.706-.707a2 2 0 0 0 0 2.829l.707-.708l.707-.707zm15.557 9.9l.707.707a2 2 0 0 0 0-2.829l-.707.708l-.707.707z"/></svg>
</template>

CSS

.icon-pencil-ruler-line {
  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.464%209.879A1%201%200%200%200%207.05%208.465l.707.707zm7.071%207.07a1%201%200%201%200-1.414-1.413l.707.707zM4.368%2019.633l-.99-.134a1%201%200%200%200%201.124%201.125zm.672-4.208l-.707-.707zm3.536%203.536l-.708-.707zm-.287.142l-.134-.991zm.175-14.88l-.707.707zm8.486%2015.556l.707.707zm-1.414%200l.707-.707zm3.328-15.35l-.707.708zm-2.829%200l-.707-.706zm3.536.708l-.707.707zm0%202.828l-.707-.707zm.207%207.572l-.707.707zm0%201.414l-.707-.707l-2.828%202.828l.707.707l.707.707l2.828-2.828zM4.222%207.05l.707.707L7.757%204.93l-.707-.707l-.707-.707l-2.828%202.828zm4.242-2.828l-.707.707l3.89%203.889l.707-.707l.707-.707l-3.89-3.89zm-.353%208.131l.707-.707l-3.89-3.889l-.706.707l-.707.707l3.889%203.89zm7.425%207.425l.707-.707l-3.89-3.89l-.707.708l-.707.707l3.89%203.89zm.353-8.132l-.707.707l3.889%203.89l.707-.707l.707-.708l-3.889-3.889zM7.757%209.172l-.707-.707l-1.414%201.414l.707.707l.707.707l1.414-1.414zm7.071%207.07l-.707-.706l-1.414%201.414l.707.707l.707.707l1.414-1.414zM18.864%204.43l-.707.707l.707.707l.707-.707l.707-.707l-.707-.707zm.707%203.535l-.707-.707L7.868%2018.253l.708.707l.707.707L20.278%208.671zM5.04%2015.424l.707.707L16.743%205.137l-.707-.707l-.708-.707L4.333%2014.717zm-.672%204.208l.991.134l.53-3.921l-.99-.134l-.992-.134l-.53%203.92zm3.92-.53l-.133-.991l-3.92.53l.133.99l.134.992l3.92-.53zm9.869-9.724l.707-.707l-3.536-3.535l-.707.707l-.707.707l3.536%203.535zM5.04%2015.424l-.707-.707a1.5%201.5%200%200%200-.426.86l.991.134l.991.134a.5.5%200%200%201-.142.286zm3.536%203.536l-.708-.707a.5.5%200%200%201%20.287-.142l.134.99l.134.992a1.5%201.5%200%200%200%20.86-.426zM7.05%204.222l.707.707l.707-.707l.707-.707a2%202%200%200%200-2.828%200zm9.9%2015.556l-.707-.707l-.707.707l-.708.707a2%202%200%200%200%202.829%200zm1.914-15.35l.707-.706a3%203%200%200%200-4.243%200l.707.707l.708.707a1%201%200%200%201%201.414%200zm.707.708l-.707.707a1%201%200%200%201%200%201.414l.707.707l.707.707a3%203%200%200%200%200-4.242zM4.221%207.05l-.706-.707a2%202%200%200%200%200%202.829l.707-.708l.707-.707zm15.557%209.9l.707.707a2%202%200%200%200%200-2.829l-.707.708l-.707.707z%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.464%209.879A1%201%200%200%200%207.05%208.465l.707.707zm7.071%207.07a1%201%200%201%200-1.414-1.413l.707.707zM4.368%2019.633l-.99-.134a1%201%200%200%200%201.124%201.125zm.672-4.208l-.707-.707zm3.536%203.536l-.708-.707zm-.287.142l-.134-.991zm.175-14.88l-.707.707zm8.486%2015.556l.707.707zm-1.414%200l.707-.707zm3.328-15.35l-.707.708zm-2.829%200l-.707-.706zm3.536.708l-.707.707zm0%202.828l-.707-.707zm.207%207.572l-.707.707zm0%201.414l-.707-.707l-2.828%202.828l.707.707l.707.707l2.828-2.828zM4.222%207.05l.707.707L7.757%204.93l-.707-.707l-.707-.707l-2.828%202.828zm4.242-2.828l-.707.707l3.89%203.889l.707-.707l.707-.707l-3.89-3.89zm-.353%208.131l.707-.707l-3.89-3.889l-.706.707l-.707.707l3.889%203.89zm7.425%207.425l.707-.707l-3.89-3.89l-.707.708l-.707.707l3.89%203.89zm.353-8.132l-.707.707l3.889%203.89l.707-.707l.707-.708l-3.889-3.889zM7.757%209.172l-.707-.707l-1.414%201.414l.707.707l.707.707l1.414-1.414zm7.071%207.07l-.707-.706l-1.414%201.414l.707.707l.707.707l1.414-1.414zM18.864%204.43l-.707.707l.707.707l.707-.707l.707-.707l-.707-.707zm.707%203.535l-.707-.707L7.868%2018.253l.708.707l.707.707L20.278%208.671zM5.04%2015.424l.707.707L16.743%205.137l-.707-.707l-.708-.707L4.333%2014.717zm-.672%204.208l.991.134l.53-3.921l-.99-.134l-.992-.134l-.53%203.92zm3.92-.53l-.133-.991l-3.92.53l.133.99l.134.992l3.92-.53zm9.869-9.724l.707-.707l-3.536-3.535l-.707.707l-.707.707l3.536%203.535zM5.04%2015.424l-.707-.707a1.5%201.5%200%200%200-.426.86l.991.134l.991.134a.5.5%200%200%201-.142.286zm3.536%203.536l-.708-.707a.5.5%200%200%201%20.287-.142l.134.99l.134.992a1.5%201.5%200%200%200%20.86-.426zM7.05%204.222l.707.707l.707-.707l.707-.707a2%202%200%200%200-2.828%200zm9.9%2015.556l-.707-.707l-.707.707l-.708.707a2%202%200%200%200%202.829%200zm1.914-15.35l.707-.706a3%203%200%200%200-4.243%200l.707.707l.708.707a1%201%200%200%201%201.414%200zm.707.708l-.707.707a1%201%200%200%201%200%201.414l.707.707l.707.707a3%203%200%200%200%200-4.242zM4.221%207.05l-.706-.707a2%202%200%200%200%200%202.829l.707-.708l.707-.707zm15.557%209.9l.707.707a2%202%200%200%200%200-2.829l-.707.708l-.707.707z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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