pencil ruler icon

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

Name
pencil-ruler
Set
Keyline Icons
Style
Stroke
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"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3.9371 21.3335C3.8326 21.3694 3.7228 21.3878 3.6122 21.3878C3.0599 21.3878 2.6122 20.9401 2.6122 20.3878C2.6122 20.2772 2.6306 20.1674 2.6665 20.0629L4.1467 15.7542C4.1961 15.6103 4.2777 15.4796 4.3853 15.372L14.7577 4.9996C15.3203 4.437 16.0834 4.121 16.879 4.121C17.6747 4.121 18.4377 4.437 19.0004 4.9996C19.563 5.5623 19.879 6.3253 19.879 7.121C19.879 7.9166 19.563 8.6797 19.0004 9.2423L8.628 19.6147C8.5204 19.7223 8.3897 19.8039 8.2458 19.8533L3.9371 21.3335ZM4.2218 15.5355L8.4645 19.7782M4.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"/></svg>

React

import type { SVGProps } from "react";

export function KeylineIconsPencilRuler(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M3.9371 21.3335C3.8326 21.3694 3.7228 21.3878 3.6122 21.3878C3.0599 21.3878 2.6122 20.9401 2.6122 20.3878C2.6122 20.2772 2.6306 20.1674 2.6665 20.0629L4.1467 15.7542C4.1961 15.6103 4.2777 15.4796 4.3853 15.372L14.7577 4.9996C15.3203 4.437 16.0834 4.121 16.879 4.121C17.6747 4.121 18.4377 4.437 19.0004 4.9996C19.563 5.5623 19.879 6.3253 19.879 7.121C19.879 7.9166 19.563 8.6797 19.0004 9.2423L8.628 19.6147C8.5204 19.7223 8.3897 19.8039 8.2458 19.8533L3.9371 21.3335ZM4.2218 15.5355L8.4645 19.7782M4.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"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3.9371 21.3335C3.8326 21.3694 3.7228 21.3878 3.6122 21.3878C3.0599 21.3878 2.6122 20.9401 2.6122 20.3878C2.6122 20.2772 2.6306 20.1674 2.6665 20.0629L4.1467 15.7542C4.1961 15.6103 4.2777 15.4796 4.3853 15.372L14.7577 4.9996C15.3203 4.437 16.0834 4.121 16.879 4.121C17.6747 4.121 18.4377 4.437 19.0004 4.9996C19.563 5.5623 19.879 6.3253 19.879 7.121C19.879 7.9166 19.563 8.6797 19.0004 9.2423L8.628 19.6147C8.5204 19.7223 8.3897 19.8039 8.2458 19.8533L3.9371 21.3335ZM4.2218 15.5355L8.4645 19.7782M4.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"/></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%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M3.9371%2021.3335C3.8326%2021.3694%203.7228%2021.3878%203.6122%2021.3878C3.0599%2021.3878%202.6122%2020.9401%202.6122%2020.3878C2.6122%2020.2772%202.6306%2020.1674%202.6665%2020.0629L4.1467%2015.7542C4.1961%2015.6103%204.2777%2015.4796%204.3853%2015.372L14.7577%204.9996C15.3203%204.437%2016.0834%204.121%2016.879%204.121C17.6747%204.121%2018.4377%204.437%2019.0004%204.9996C19.563%205.5623%2019.879%206.3253%2019.879%207.121C19.879%207.9166%2019.563%208.6797%2019.0004%209.2423L8.628%2019.6147C8.5204%2019.7223%208.3897%2019.8039%208.2458%2019.8533L3.9371%2021.3335ZM4.2218%2015.5355L8.4645%2019.7782M4.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%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M3.9371%2021.3335C3.8326%2021.3694%203.7228%2021.3878%203.6122%2021.3878C3.0599%2021.3878%202.6122%2020.9401%202.6122%2020.3878C2.6122%2020.2772%202.6306%2020.1674%202.6665%2020.0629L4.1467%2015.7542C4.1961%2015.6103%204.2777%2015.4796%204.3853%2015.372L14.7577%204.9996C15.3203%204.437%2016.0834%204.121%2016.879%204.121C17.6747%204.121%2018.4377%204.437%2019.0004%204.9996C19.563%205.5623%2019.879%206.3253%2019.879%207.121C19.879%207.9166%2019.563%208.6797%2019.0004%209.2423L8.628%2019.6147C8.5204%2019.7223%208.3897%2019.8039%208.2458%2019.8533L3.9371%2021.3335ZM4.2218%2015.5355L8.4645%2019.7782M4.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%2Fsvg%3E") no-repeat center / contain;
}

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