pencil ruler icon
pencil-ruler-fill from Keyline Icons by Keyline Icons · Fill · MIT Free for personal and commercial use.
- Name
- pencil-ruler-fill
- Set
- Keyline Icons
- Style
- Fill
- Viewbox
- 24×24
- License
- MIT
7 other variants in Keyline Icons
The same icon in other sets
All pencil ruler 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="2"><path fill="currentColor" d="M4.262 22.2793C4.0529 22.3511 3.8333 22.3878 3.6122 22.3878C2.5077 22.3878 1.6122 21.4923 1.6122 20.3878C1.6122 20.1667 1.6489 19.9471 1.7207 19.738L3.2009 15.4293C3.2998 15.1415 3.4631 14.8801 3.6782 14.6649L14.0506 4.2925C14.8008 3.5424 15.8182 3.121 16.879 3.121C17.9399 3.121 18.9573 3.5424 19.7075 4.2925C20.4576 5.0427 20.879 6.0601 20.879 7.121C20.879 8.1818 20.4576 9.1992 19.7075 9.9494L9.3351 20.3218C9.1199 20.5369 8.8585 20.7002 8.5707 20.7991L4.262 22.2793ZM6.6249 19.3528L4.6472 17.3751L3.6122 20.3878L6.6249 19.3528Z" stroke="none"/><path d="M4.2925 2.8783C4.8551 2.3157 5.6182 1.9996 6.4139 1.9996C7.2095 1.9996 7.9726 2.3157 8.5352 2.8783L12.7071 7.0503L7.0503 12.7071L2.8783 8.5352C2.3157 7.9726 1.9996 7.2095 1.9996 6.4139C1.9996 5.6182 2.3157 4.8551 2.8783 4.2925L4.2925 2.8783ZM16.9497 11.2929L21.1217 15.4648C21.6843 16.0274 22.0004 16.7905 22.0004 17.5861C22.0004 18.3818 21.6843 19.1449 21.1217 19.7075L19.7075 21.1217C19.1449 21.6843 18.3818 22.0004 17.5861 22.0004C16.7905 22.0004 16.0274 21.6843 15.4648 21.1217L11.2929 16.9497L16.9497 11.2929ZM9.5251 3.8683L7.4038 5.9896M20.1317 14.4749L18.0104 16.5962"/></g></svg>
React
import type { SVGProps } from "react";
export function KeylineIconsPencilRulerFill(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="2"><path fill="currentColor" d="M4.262 22.2793C4.0529 22.3511 3.8333 22.3878 3.6122 22.3878C2.5077 22.3878 1.6122 21.4923 1.6122 20.3878C1.6122 20.1667 1.6489 19.9471 1.7207 19.738L3.2009 15.4293C3.2998 15.1415 3.4631 14.8801 3.6782 14.6649L14.0506 4.2925C14.8008 3.5424 15.8182 3.121 16.879 3.121C17.9399 3.121 18.9573 3.5424 19.7075 4.2925C20.4576 5.0427 20.879 6.0601 20.879 7.121C20.879 8.1818 20.4576 9.1992 19.7075 9.9494L9.3351 20.3218C9.1199 20.5369 8.8585 20.7002 8.5707 20.7991L4.262 22.2793ZM6.6249 19.3528L4.6472 17.3751L3.6122 20.3878L6.6249 19.3528Z" stroke="none"/><path d="M4.2925 2.8783C4.8551 2.3157 5.6182 1.9996 6.4139 1.9996C7.2095 1.9996 7.9726 2.3157 8.5352 2.8783L12.7071 7.0503L7.0503 12.7071L2.8783 8.5352C2.3157 7.9726 1.9996 7.2095 1.9996 6.4139C1.9996 5.6182 2.3157 4.8551 2.8783 4.2925L4.2925 2.8783ZM16.9497 11.2929L21.1217 15.4648C21.6843 16.0274 22.0004 16.7905 22.0004 17.5861C22.0004 18.3818 21.6843 19.1449 21.1217 19.7075L19.7075 21.1217C19.1449 21.6843 18.3818 22.0004 17.5861 22.0004C16.7905 22.0004 16.0274 21.6843 15.4648 21.1217L11.2929 16.9497L16.9497 11.2929ZM9.5251 3.8683L7.4038 5.9896M20.1317 14.4749L18.0104 16.5962"/></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="2"><path fill="currentColor" d="M4.262 22.2793C4.0529 22.3511 3.8333 22.3878 3.6122 22.3878C2.5077 22.3878 1.6122 21.4923 1.6122 20.3878C1.6122 20.1667 1.6489 19.9471 1.7207 19.738L3.2009 15.4293C3.2998 15.1415 3.4631 14.8801 3.6782 14.6649L14.0506 4.2925C14.8008 3.5424 15.8182 3.121 16.879 3.121C17.9399 3.121 18.9573 3.5424 19.7075 4.2925C20.4576 5.0427 20.879 6.0601 20.879 7.121C20.879 8.1818 20.4576 9.1992 19.7075 9.9494L9.3351 20.3218C9.1199 20.5369 8.8585 20.7002 8.5707 20.7991L4.262 22.2793ZM6.6249 19.3528L4.6472 17.3751L3.6122 20.3878L6.6249 19.3528Z" stroke="none"/><path d="M4.2925 2.8783C4.8551 2.3157 5.6182 1.9996 6.4139 1.9996C7.2095 1.9996 7.9726 2.3157 8.5352 2.8783L12.7071 7.0503L7.0503 12.7071L2.8783 8.5352C2.3157 7.9726 1.9996 7.2095 1.9996 6.4139C1.9996 5.6182 2.3157 4.8551 2.8783 4.2925L4.2925 2.8783ZM16.9497 11.2929L21.1217 15.4648C21.6843 16.0274 22.0004 16.7905 22.0004 17.5861C22.0004 18.3818 21.6843 19.1449 21.1217 19.7075L19.7075 21.1217C19.1449 21.6843 18.3818 22.0004 17.5861 22.0004C16.7905 22.0004 16.0274 21.6843 15.4648 21.1217L11.2929 16.9497L16.9497 11.2929ZM9.5251 3.8683L7.4038 5.9896M20.1317 14.4749L18.0104 16.5962"/></g></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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.262%2022.2793C4.0529%2022.3511%203.8333%2022.3878%203.6122%2022.3878C2.5077%2022.3878%201.6122%2021.4923%201.6122%2020.3878C1.6122%2020.1667%201.6489%2019.9471%201.7207%2019.738L3.2009%2015.4293C3.2998%2015.1415%203.4631%2014.8801%203.6782%2014.6649L14.0506%204.2925C14.8008%203.5424%2015.8182%203.121%2016.879%203.121C17.9399%203.121%2018.9573%203.5424%2019.7075%204.2925C20.4576%205.0427%2020.879%206.0601%2020.879%207.121C20.879%208.1818%2020.4576%209.1992%2019.7075%209.9494L9.3351%2020.3218C9.1199%2020.5369%208.8585%2020.7002%208.5707%2020.7991L4.262%2022.2793ZM6.6249%2019.3528L4.6472%2017.3751L3.6122%2020.3878L6.6249%2019.3528Z%22%20stroke%3D%22none%22%2F%3E%3Cpath%20d%3D%22M4.2925%202.8783C4.8551%202.3157%205.6182%201.9996%206.4139%201.9996C7.2095%201.9996%207.9726%202.3157%208.5352%202.8783L12.7071%207.0503L7.0503%2012.7071L2.8783%208.5352C2.3157%207.9726%201.9996%207.2095%201.9996%206.4139C1.9996%205.6182%202.3157%204.8551%202.8783%204.2925L4.2925%202.8783ZM16.9497%2011.2929L21.1217%2015.4648C21.6843%2016.0274%2022.0004%2016.7905%2022.0004%2017.5861C22.0004%2018.3818%2021.6843%2019.1449%2021.1217%2019.7075L19.7075%2021.1217C19.1449%2021.6843%2018.3818%2022.0004%2017.5861%2022.0004C16.7905%2022.0004%2016.0274%2021.6843%2015.4648%2021.1217L11.2929%2016.9497L16.9497%2011.2929ZM9.5251%203.8683L7.4038%205.9896M20.1317%2014.4749L18.0104%2016.5962%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%222%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.262%2022.2793C4.0529%2022.3511%203.8333%2022.3878%203.6122%2022.3878C2.5077%2022.3878%201.6122%2021.4923%201.6122%2020.3878C1.6122%2020.1667%201.6489%2019.9471%201.7207%2019.738L3.2009%2015.4293C3.2998%2015.1415%203.4631%2014.8801%203.6782%2014.6649L14.0506%204.2925C14.8008%203.5424%2015.8182%203.121%2016.879%203.121C17.9399%203.121%2018.9573%203.5424%2019.7075%204.2925C20.4576%205.0427%2020.879%206.0601%2020.879%207.121C20.879%208.1818%2020.4576%209.1992%2019.7075%209.9494L9.3351%2020.3218C9.1199%2020.5369%208.8585%2020.7002%208.5707%2020.7991L4.262%2022.2793ZM6.6249%2019.3528L4.6472%2017.3751L3.6122%2020.3878L6.6249%2019.3528Z%22%20stroke%3D%22none%22%2F%3E%3Cpath%20d%3D%22M4.2925%202.8783C4.8551%202.3157%205.6182%201.9996%206.4139%201.9996C7.2095%201.9996%207.9726%202.3157%208.5352%202.8783L12.7071%207.0503L7.0503%2012.7071L2.8783%208.5352C2.3157%207.9726%201.9996%207.2095%201.9996%206.4139C1.9996%205.6182%202.3157%204.8551%202.8783%204.2925L4.2925%202.8783ZM16.9497%2011.2929L21.1217%2015.4648C21.6843%2016.0274%2022.0004%2016.7905%2022.0004%2017.5861C22.0004%2018.3818%2021.6843%2019.1449%2021.1217%2019.7075L19.7075%2021.1217C19.1449%2021.6843%2018.3818%2022.0004%2017.5861%2022.0004C16.7905%2022.0004%2016.0274%2021.6843%2015.4648%2021.1217L11.2929%2016.9497L16.9497%2011.2929ZM9.5251%203.8683L7.4038%205.9896M20.1317%2014.4749L18.0104%2016.5962%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/keyline-icons/pencil-ruler-fill.svg?color=%231a73e8&size=48