pencil ruler icon
pencil-ruler-sharp-duotone from Keyline Icons by Keyline Icons · Sharp Duotone · MIT Free for personal and commercial use.
- Name
- pencil-ruler-sharp-duotone
- Set
- Keyline Icons
- Style
- Sharp Duotone
- Viewbox
- 24×24
- License
- MIT
7 other variants in Keyline Icons
The same icon in other sets
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-linejoin="round" stroke-width="2"><path fill="currentColor" fill-opacity=".4" d="M6.6249 19.3528L4.6472 17.3751L3.6122 20.3878L6.6249 19.3528Z" stroke="none"/><path fill="currentColor" d="M1.7208 19.738L3.276 15.2106C3.3255 15.0667 3.4071 14.936 3.5147 14.8284L14.0506 4.2925C14.7539 3.5892 15.8845 3.121 16.879 3.121C17.8736 3.121 19.0041 3.5892 19.7074 4.2924C20.4108 4.9959 20.879 6.1264 20.879 7.121C20.879 8.1155 20.4108 9.2461 19.7075 9.9494L9.1716 20.4853C9.064 20.5929 8.9333 20.6745 8.7894 20.724L4.262 22.2793C4.0794 22.342 3.806 22.3878 3.6122 22.3878C2.6457 22.3878 1.6122 21.3543 1.6122 20.3878C1.6122 20.194 1.658 19.9206 1.7208 19.738ZM6.6249 19.3528L4.6472 17.3751L3.6122 20.3878L6.6249 19.3528Z" stroke="none"/><path stroke-opacity=".4" d="M12.7071 7.0503L7.0503 12.7071L1.9996 7.6564L7.6565 1.9996ZM16.9497 11.2929L22.0004 16.3436L16.3436 22.0004L11.2929 16.9497ZM9.5251 3.8683L6.6967 6.6967M20.1317 14.4749L17.3033 17.3033"/></g></svg>
React
import type { SVGProps } from "react";
export function KeylineIconsPencilRulerSharpDuotone(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" strokeLinejoin="round" strokeWidth="2"><path fill="currentColor" fillOpacity=".4" d="M6.6249 19.3528L4.6472 17.3751L3.6122 20.3878L6.6249 19.3528Z" stroke="none"/><path fill="currentColor" d="M1.7208 19.738L3.276 15.2106C3.3255 15.0667 3.4071 14.936 3.5147 14.8284L14.0506 4.2925C14.7539 3.5892 15.8845 3.121 16.879 3.121C17.8736 3.121 19.0041 3.5892 19.7074 4.2924C20.4108 4.9959 20.879 6.1264 20.879 7.121C20.879 8.1155 20.4108 9.2461 19.7075 9.9494L9.1716 20.4853C9.064 20.5929 8.9333 20.6745 8.7894 20.724L4.262 22.2793C4.0794 22.342 3.806 22.3878 3.6122 22.3878C2.6457 22.3878 1.6122 21.3543 1.6122 20.3878C1.6122 20.194 1.658 19.9206 1.7208 19.738ZM6.6249 19.3528L4.6472 17.3751L3.6122 20.3878L6.6249 19.3528Z" stroke="none"/><path strokeOpacity=".4" d="M12.7071 7.0503L7.0503 12.7071L1.9996 7.6564L7.6565 1.9996ZM16.9497 11.2929L22.0004 16.3436L16.3436 22.0004L11.2929 16.9497ZM9.5251 3.8683L6.6967 6.6967M20.1317 14.4749L17.3033 17.3033"/></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-linejoin="round" stroke-width="2"><path fill="currentColor" fill-opacity=".4" d="M6.6249 19.3528L4.6472 17.3751L3.6122 20.3878L6.6249 19.3528Z" stroke="none"/><path fill="currentColor" d="M1.7208 19.738L3.276 15.2106C3.3255 15.0667 3.4071 14.936 3.5147 14.8284L14.0506 4.2925C14.7539 3.5892 15.8845 3.121 16.879 3.121C17.8736 3.121 19.0041 3.5892 19.7074 4.2924C20.4108 4.9959 20.879 6.1264 20.879 7.121C20.879 8.1155 20.4108 9.2461 19.7075 9.9494L9.1716 20.4853C9.064 20.5929 8.9333 20.6745 8.7894 20.724L4.262 22.2793C4.0794 22.342 3.806 22.3878 3.6122 22.3878C2.6457 22.3878 1.6122 21.3543 1.6122 20.3878C1.6122 20.194 1.658 19.9206 1.7208 19.738ZM6.6249 19.3528L4.6472 17.3751L3.6122 20.3878L6.6249 19.3528Z" stroke="none"/><path stroke-opacity=".4" d="M12.7071 7.0503L7.0503 12.7071L1.9996 7.6564L7.6565 1.9996ZM16.9497 11.2929L22.0004 16.3436L16.3436 22.0004L11.2929 16.9497ZM9.5251 3.8683L6.6967 6.6967M20.1317 14.4749L17.3033 17.3033"/></g></svg> </template>
CSS
.icon-pencil-ruler-sharp-duotone {
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-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-opacity%3D%22.4%22%20d%3D%22M6.6249%2019.3528L4.6472%2017.3751L3.6122%2020.3878L6.6249%2019.3528Z%22%20stroke%3D%22none%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M1.7208%2019.738L3.276%2015.2106C3.3255%2015.0667%203.4071%2014.936%203.5147%2014.8284L14.0506%204.2925C14.7539%203.5892%2015.8845%203.121%2016.879%203.121C17.8736%203.121%2019.0041%203.5892%2019.7074%204.2924C20.4108%204.9959%2020.879%206.1264%2020.879%207.121C20.879%208.1155%2020.4108%209.2461%2019.7075%209.9494L9.1716%2020.4853C9.064%2020.5929%208.9333%2020.6745%208.7894%2020.724L4.262%2022.2793C4.0794%2022.342%203.806%2022.3878%203.6122%2022.3878C2.6457%2022.3878%201.6122%2021.3543%201.6122%2020.3878C1.6122%2020.194%201.658%2019.9206%201.7208%2019.738ZM6.6249%2019.3528L4.6472%2017.3751L3.6122%2020.3878L6.6249%2019.3528Z%22%20stroke%3D%22none%22%2F%3E%3Cpath%20stroke-opacity%3D%22.4%22%20d%3D%22M12.7071%207.0503L7.0503%2012.7071L1.9996%207.6564L7.6565%201.9996ZM16.9497%2011.2929L22.0004%2016.3436L16.3436%2022.0004L11.2929%2016.9497ZM9.5251%203.8683L6.6967%206.6967M20.1317%2014.4749L17.3033%2017.3033%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-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-opacity%3D%22.4%22%20d%3D%22M6.6249%2019.3528L4.6472%2017.3751L3.6122%2020.3878L6.6249%2019.3528Z%22%20stroke%3D%22none%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M1.7208%2019.738L3.276%2015.2106C3.3255%2015.0667%203.4071%2014.936%203.5147%2014.8284L14.0506%204.2925C14.7539%203.5892%2015.8845%203.121%2016.879%203.121C17.8736%203.121%2019.0041%203.5892%2019.7074%204.2924C20.4108%204.9959%2020.879%206.1264%2020.879%207.121C20.879%208.1155%2020.4108%209.2461%2019.7075%209.9494L9.1716%2020.4853C9.064%2020.5929%208.9333%2020.6745%208.7894%2020.724L4.262%2022.2793C4.0794%2022.342%203.806%2022.3878%203.6122%2022.3878C2.6457%2022.3878%201.6122%2021.3543%201.6122%2020.3878C1.6122%2020.194%201.658%2019.9206%201.7208%2019.738ZM6.6249%2019.3528L4.6472%2017.3751L3.6122%2020.3878L6.6249%2019.3528Z%22%20stroke%3D%22none%22%2F%3E%3Cpath%20stroke-opacity%3D%22.4%22%20d%3D%22M12.7071%207.0503L7.0503%2012.7071L1.9996%207.6564L7.6565%201.9996ZM16.9497%2011.2929L22.0004%2016.3436L16.3436%2022.0004L11.2929%2016.9497ZM9.5251%203.8683L6.6967%206.6967M20.1317%2014.4749L17.3033%2017.3033%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-sharp-duotone.svg?color=%231a73e8&size=48