ruler pen icon
ruler-pen-duotone from Reicon by REICON · Duotone · Tools · MIT Free for personal and commercial use.
- Name
- ruler-pen-duotone
- Set
- Reicon
- Style
- Duotone
- Category
- Tools
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
The same icon in other sets
More tools icons from Reicon
Use the ruler pen icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M16 22c-1.886 0-2.828 0-3.414-.586c-.503-.502-.574-1.267-.584-2.664L12 17.25V6.75l.002-1.5c.01-1.397.081-2.162.584-2.664C13.172 2 14.114 2 16 2h2c1.886 0 2.828 0 3.414.586S22 4.114 22 6v12c0 1.886 0 2.828-.586 3.414S19.886 22 18 22z" opacity=".5"/><path d="M15 8.25h-3v1.5h3a.75.75 0 0 0 0-1.5m-1-3h-1.998L12 6.75h2a.75.75 0 0 0 0-1.5m0 6h-2v1.5h2a.75.75 0 0 0 0-1.5m1 3h-3v1.5h3a.75.75 0 0 0 0-1.5m-1 3h-2l.002 1.5H14a.75.75 0 0 0 0-1.5m-6-2.27V7a7.9 7.9 0 0 1-3 .59A7.9 7.9 0 0 1 2 7v7.98c0 .622 0 .934.038 1.24a5 5 0 0 0 .25 1.056c.102.29.241.569.52 1.126l1.468 2.937a.809.809 0 0 0 1.448 0l1.468-2.937c.279-.557.418-.835.52-1.126a5 5 0 0 0 .25-1.057C8 15.914 8 15.602 8 14.98"/><path d="M5 2a3 3 0 0 1 3 3v2a7.9 7.9 0 0 1-3 .589A7.9 7.9 0 0 1 2 7V5a3 3 0 0 1 3-3" opacity=".5"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconRulerPenDuotone(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M16 22c-1.886 0-2.828 0-3.414-.586c-.503-.502-.574-1.267-.584-2.664L12 17.25V6.75l.002-1.5c.01-1.397.081-2.162.584-2.664C13.172 2 14.114 2 16 2h2c1.886 0 2.828 0 3.414.586S22 4.114 22 6v12c0 1.886 0 2.828-.586 3.414S19.886 22 18 22z" opacity=".5"/><path d="M15 8.25h-3v1.5h3a.75.75 0 0 0 0-1.5m-1-3h-1.998L12 6.75h2a.75.75 0 0 0 0-1.5m0 6h-2v1.5h2a.75.75 0 0 0 0-1.5m1 3h-3v1.5h3a.75.75 0 0 0 0-1.5m-1 3h-2l.002 1.5H14a.75.75 0 0 0 0-1.5m-6-2.27V7a7.9 7.9 0 0 1-3 .59A7.9 7.9 0 0 1 2 7v7.98c0 .622 0 .934.038 1.24a5 5 0 0 0 .25 1.056c.102.29.241.569.52 1.126l1.468 2.937a.809.809 0 0 0 1.448 0l1.468-2.937c.279-.557.418-.835.52-1.126a5 5 0 0 0 .25-1.057C8 15.914 8 15.602 8 14.98"/><path d="M5 2a3 3 0 0 1 3 3v2a7.9 7.9 0 0 1-3 .589A7.9 7.9 0 0 1 2 7V5a3 3 0 0 1 3-3" opacity=".5"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M16 22c-1.886 0-2.828 0-3.414-.586c-.503-.502-.574-1.267-.584-2.664L12 17.25V6.75l.002-1.5c.01-1.397.081-2.162.584-2.664C13.172 2 14.114 2 16 2h2c1.886 0 2.828 0 3.414.586S22 4.114 22 6v12c0 1.886 0 2.828-.586 3.414S19.886 22 18 22z" opacity=".5"/><path d="M15 8.25h-3v1.5h3a.75.75 0 0 0 0-1.5m-1-3h-1.998L12 6.75h2a.75.75 0 0 0 0-1.5m0 6h-2v1.5h2a.75.75 0 0 0 0-1.5m1 3h-3v1.5h3a.75.75 0 0 0 0-1.5m-1 3h-2l.002 1.5H14a.75.75 0 0 0 0-1.5m-6-2.27V7a7.9 7.9 0 0 1-3 .59A7.9 7.9 0 0 1 2 7v7.98c0 .622 0 .934.038 1.24a5 5 0 0 0 .25 1.056c.102.29.241.569.52 1.126l1.468 2.937a.809.809 0 0 0 1.448 0l1.468-2.937c.279-.557.418-.835.52-1.126a5 5 0 0 0 .25-1.057C8 15.914 8 15.602 8 14.98"/><path d="M5 2a3 3 0 0 1 3 3v2a7.9 7.9 0 0 1-3 .589A7.9 7.9 0 0 1 2 7V5a3 3 0 0 1 3-3" opacity=".5"/></g></svg> </template>
CSS
.icon-ruler-pen-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%22currentColor%22%3E%3Cpath%20d%3D%22M16%2022c-1.886%200-2.828%200-3.414-.586c-.503-.502-.574-1.267-.584-2.664L12%2017.25V6.75l.002-1.5c.01-1.397.081-2.162.584-2.664C13.172%202%2014.114%202%2016%202h2c1.886%200%202.828%200%203.414.586S22%204.114%2022%206v12c0%201.886%200%202.828-.586%203.414S19.886%2022%2018%2022z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M15%208.25h-3v1.5h3a.75.75%200%200%200%200-1.5m-1-3h-1.998L12%206.75h2a.75.75%200%200%200%200-1.5m0%206h-2v1.5h2a.75.75%200%200%200%200-1.5m1%203h-3v1.5h3a.75.75%200%200%200%200-1.5m-1%203h-2l.002%201.5H14a.75.75%200%200%200%200-1.5m-6-2.27V7a7.9%207.9%200%200%201-3%20.59A7.9%207.9%200%200%201%202%207v7.98c0%20.622%200%20.934.038%201.24a5%205%200%200%200%20.25%201.056c.102.29.241.569.52%201.126l1.468%202.937a.809.809%200%200%200%201.448%200l1.468-2.937c.279-.557.418-.835.52-1.126a5%205%200%200%200%20.25-1.057C8%2015.914%208%2015.602%208%2014.98%22%2F%3E%3Cpath%20d%3D%22M5%202a3%203%200%200%201%203%203v2a7.9%207.9%200%200%201-3%20.589A7.9%207.9%200%200%201%202%207V5a3%203%200%200%201%203-3%22%20opacity%3D%22.5%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%22currentColor%22%3E%3Cpath%20d%3D%22M16%2022c-1.886%200-2.828%200-3.414-.586c-.503-.502-.574-1.267-.584-2.664L12%2017.25V6.75l.002-1.5c.01-1.397.081-2.162.584-2.664C13.172%202%2014.114%202%2016%202h2c1.886%200%202.828%200%203.414.586S22%204.114%2022%206v12c0%201.886%200%202.828-.586%203.414S19.886%2022%2018%2022z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M15%208.25h-3v1.5h3a.75.75%200%200%200%200-1.5m-1-3h-1.998L12%206.75h2a.75.75%200%200%200%200-1.5m0%206h-2v1.5h2a.75.75%200%200%200%200-1.5m1%203h-3v1.5h3a.75.75%200%200%200%200-1.5m-1%203h-2l.002%201.5H14a.75.75%200%200%200%200-1.5m-6-2.27V7a7.9%207.9%200%200%201-3%20.59A7.9%207.9%200%200%201%202%207v7.98c0%20.622%200%20.934.038%201.24a5%205%200%200%200%20.25%201.056c.102.29.241.569.52%201.126l1.468%202.937a.809.809%200%200%200%201.448%200l1.468-2.937c.279-.557.418-.835.52-1.126a5%205%200%200%200%20.25-1.057C8%2015.914%208%2015.602%208%2014.98%22%2F%3E%3Cpath%20d%3D%22M5%202a3%203%200%200%201%203%203v2a7.9%207.9%200%200%201-3%20.589A7.9%207.9%200%200%201%202%207V5a3%203%200%200%201%203-3%22%20opacity%3D%22.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/ruler-pen-duotone.svg?color=%231a73e8&size=48