pencil ruler icon
pencil-ruler-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.
- Name
- pencil-ruler-fill
- Set
- MingCute Icon
- Style
- Fill
- 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" fill-rule="evenodd" d="M19.571 3.721a3 3 0 0 0-4.243 0l-2.974 2.975l-3.182-3.181a2 2 0 0 0-2.829 0L3.515 6.343a2 2 0 0 0 0 2.828l3.182 3.182l-2.364 2.364a1.5 1.5 0 0 0-.426.86l-.53 3.92a1 1 0 0 0 1.126 1.125l3.92-.53a1.5 1.5 0 0 0 .86-.425l2.363-2.364l3.182 3.182a2 2 0 0 0 2.829 0l2.828-2.828a2 2 0 0 0 0-2.829l-3.182-3.182l2.975-2.975a3 3 0 0 0 0-4.242zm-8.632 4.39L7.757 4.929L4.93 7.757l1.414 1.414l.707-.707A1 1 0 1 1 8.464 9.88l-.707.707l.354.353zm2.122 7.778l2.828-2.829l3.182 3.182l-2.828 2.829l-1.414-1.414l.707-.707a1 1 0 1 0-1.415-1.414l-.707.707z" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function MingcutePencilRulerFill(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" fillRule="evenodd" d="M19.571 3.721a3 3 0 0 0-4.243 0l-2.974 2.975l-3.182-3.181a2 2 0 0 0-2.829 0L3.515 6.343a2 2 0 0 0 0 2.828l3.182 3.182l-2.364 2.364a1.5 1.5 0 0 0-.426.86l-.53 3.92a1 1 0 0 0 1.126 1.125l3.92-.53a1.5 1.5 0 0 0 .86-.425l2.363-2.364l3.182 3.182a2 2 0 0 0 2.829 0l2.828-2.828a2 2 0 0 0 0-2.829l-3.182-3.182l2.975-2.975a3 3 0 0 0 0-4.242zm-8.632 4.39L7.757 4.929L4.93 7.757l1.414 1.414l.707-.707A1 1 0 1 1 8.464 9.88l-.707.707l.354.353zm2.122 7.778l2.828-2.829l3.182 3.182l-2.828 2.829l-1.414-1.414l.707-.707a1 1 0 1 0-1.415-1.414l-.707.707z" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M19.571 3.721a3 3 0 0 0-4.243 0l-2.974 2.975l-3.182-3.181a2 2 0 0 0-2.829 0L3.515 6.343a2 2 0 0 0 0 2.828l3.182 3.182l-2.364 2.364a1.5 1.5 0 0 0-.426.86l-.53 3.92a1 1 0 0 0 1.126 1.125l3.92-.53a1.5 1.5 0 0 0 .86-.425l2.363-2.364l3.182 3.182a2 2 0 0 0 2.829 0l2.828-2.828a2 2 0 0 0 0-2.829l-3.182-3.182l2.975-2.975a3 3 0 0 0 0-4.242zm-8.632 4.39L7.757 4.929L4.93 7.757l1.414 1.414l.707-.707A1 1 0 1 1 8.464 9.88l-.707.707l.354.353zm2.122 7.778l2.828-2.829l3.182 3.182l-2.828 2.829l-1.414-1.414l.707-.707a1 1 0 1 0-1.415-1.414l-.707.707z" clip-rule="evenodd"/></svg> </template>
CSS
.icon-pencil-ruler-fill {
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%20fill-rule%3D%22evenodd%22%20d%3D%22M19.571%203.721a3%203%200%200%200-4.243%200l-2.974%202.975l-3.182-3.181a2%202%200%200%200-2.829%200L3.515%206.343a2%202%200%200%200%200%202.828l3.182%203.182l-2.364%202.364a1.5%201.5%200%200%200-.426.86l-.53%203.92a1%201%200%200%200%201.126%201.125l3.92-.53a1.5%201.5%200%200%200%20.86-.425l2.363-2.364l3.182%203.182a2%202%200%200%200%202.829%200l2.828-2.828a2%202%200%200%200%200-2.829l-3.182-3.182l2.975-2.975a3%203%200%200%200%200-4.242zm-8.632%204.39L7.757%204.929L4.93%207.757l1.414%201.414l.707-.707A1%201%200%201%201%208.464%209.88l-.707.707l.354.353zm2.122%207.778l2.828-2.829l3.182%203.182l-2.828%202.829l-1.414-1.414l.707-.707a1%201%200%201%200-1.415-1.414l-.707.707z%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M19.571%203.721a3%203%200%200%200-4.243%200l-2.974%202.975l-3.182-3.181a2%202%200%200%200-2.829%200L3.515%206.343a2%202%200%200%200%200%202.828l3.182%203.182l-2.364%202.364a1.5%201.5%200%200%200-.426.86l-.53%203.92a1%201%200%200%200%201.126%201.125l3.92-.53a1.5%201.5%200%200%200%20.86-.425l2.363-2.364l3.182%203.182a2%202%200%200%200%202.829%200l2.828-2.828a2%202%200%200%200%200-2.829l-3.182-3.182l2.975-2.975a3%203%200%200%200%200-4.242zm-8.632%204.39L7.757%204.929L4.93%207.757l1.414%201.414l.707-.707A1%201%200%201%201%208.464%209.88l-.707.707l.354.353zm2.122%207.778l2.828-2.829l3.182%203.182l-2.828%202.829l-1.414-1.414l.707-.707a1%201%200%201%200-1.415-1.414l-.707.707z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/pencil-ruler-fill.svg?color=%231a73e8&size=48