ruler pen4 icon
ruler-pen4-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.
- Name
- ruler-pen4-filled
- Set
- Reicon
- Style
- Filled
- Category
- Newicons
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
More newicons icons from Reicon
Use the ruler pen4 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.47 2h-4c-1.492 0-2.726 1.286-2.96 2.752c-.043.273.185.498.46.498h4.5c.41 0 .75.34.75.75s-.34.75-.75.75h-4.5a.5.5 0 0 0-.5.5v1.5a.5.5 0 0 0 .5.5h2.31c.41 0 .75.34.75.75s-.34.75-.75.75h-2.31a.5.5 0 0 0-.5.5v1.455a.5.5 0 0 0 .496.5l4.505.045c.42 0 .75.34.75.76c-.01.41-.34.74-.75.74h-.01l-4.485-.045a.5.5 0 0 0-.505.5v1.545a.5.5 0 0 0 .5.5h3.4a.749.749 0 1 1 0 1.5h-3.4c-.276 0-.504.225-.46.498c.233 1.466 1.467 2.752 2.96 2.752h4c1.65 0 3-1.34 3-3V5c0-1.66-1.35-3-3-3M8.44 4.95v.8a.5.5 0 0 1-.5.5H3.03a.5.5 0 0 1-.5-.5v-.8C2.53 3.33 3.86 2 5.49 2c1.62 0 2.95 1.33 2.95 2.95M2.53 17.91c0 .45.19 1.14.43 1.52l.81 1.36c.95 1.58 2.49 1.58 3.43 0l.82-1.36c.23-.38.42-1.07.42-1.52V8.25a.5.5 0 0 0-.5-.5H3.03a.5.5 0 0 0-.5.5z"/></svg>
React
import type { SVGProps } from "react";
export function ReiconRulerPen4Filled(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" d="M18.47 2h-4c-1.492 0-2.726 1.286-2.96 2.752c-.043.273.185.498.46.498h4.5c.41 0 .75.34.75.75s-.34.75-.75.75h-4.5a.5.5 0 0 0-.5.5v1.5a.5.5 0 0 0 .5.5h2.31c.41 0 .75.34.75.75s-.34.75-.75.75h-2.31a.5.5 0 0 0-.5.5v1.455a.5.5 0 0 0 .496.5l4.505.045c.42 0 .75.34.75.76c-.01.41-.34.74-.75.74h-.01l-4.485-.045a.5.5 0 0 0-.505.5v1.545a.5.5 0 0 0 .5.5h3.4a.749.749 0 1 1 0 1.5h-3.4c-.276 0-.504.225-.46.498c.233 1.466 1.467 2.752 2.96 2.752h4c1.65 0 3-1.34 3-3V5c0-1.66-1.35-3-3-3M8.44 4.95v.8a.5.5 0 0 1-.5.5H3.03a.5.5 0 0 1-.5-.5v-.8C2.53 3.33 3.86 2 5.49 2c1.62 0 2.95 1.33 2.95 2.95M2.53 17.91c0 .45.19 1.14.43 1.52l.81 1.36c.95 1.58 2.49 1.58 3.43 0l.82-1.36c.23-.38.42-1.07.42-1.52V8.25a.5.5 0 0 0-.5-.5H3.03a.5.5 0 0 0-.5.5z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.47 2h-4c-1.492 0-2.726 1.286-2.96 2.752c-.043.273.185.498.46.498h4.5c.41 0 .75.34.75.75s-.34.75-.75.75h-4.5a.5.5 0 0 0-.5.5v1.5a.5.5 0 0 0 .5.5h2.31c.41 0 .75.34.75.75s-.34.75-.75.75h-2.31a.5.5 0 0 0-.5.5v1.455a.5.5 0 0 0 .496.5l4.505.045c.42 0 .75.34.75.76c-.01.41-.34.74-.75.74h-.01l-4.485-.045a.5.5 0 0 0-.505.5v1.545a.5.5 0 0 0 .5.5h3.4a.749.749 0 1 1 0 1.5h-3.4c-.276 0-.504.225-.46.498c.233 1.466 1.467 2.752 2.96 2.752h4c1.65 0 3-1.34 3-3V5c0-1.66-1.35-3-3-3M8.44 4.95v.8a.5.5 0 0 1-.5.5H3.03a.5.5 0 0 1-.5-.5v-.8C2.53 3.33 3.86 2 5.49 2c1.62 0 2.95 1.33 2.95 2.95M2.53 17.91c0 .45.19 1.14.43 1.52l.81 1.36c.95 1.58 2.49 1.58 3.43 0l.82-1.36c.23-.38.42-1.07.42-1.52V8.25a.5.5 0 0 0-.5-.5H3.03a.5.5 0 0 0-.5.5z"/></svg> </template>
CSS
.icon-ruler-pen4-filled {
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%20d%3D%22M18.47%202h-4c-1.492%200-2.726%201.286-2.96%202.752c-.043.273.185.498.46.498h4.5c.41%200%20.75.34.75.75s-.34.75-.75.75h-4.5a.5.5%200%200%200-.5.5v1.5a.5.5%200%200%200%20.5.5h2.31c.41%200%20.75.34.75.75s-.34.75-.75.75h-2.31a.5.5%200%200%200-.5.5v1.455a.5.5%200%200%200%20.496.5l4.505.045c.42%200%20.75.34.75.76c-.01.41-.34.74-.75.74h-.01l-4.485-.045a.5.5%200%200%200-.505.5v1.545a.5.5%200%200%200%20.5.5h3.4a.749.749%200%201%201%200%201.5h-3.4c-.276%200-.504.225-.46.498c.233%201.466%201.467%202.752%202.96%202.752h4c1.65%200%203-1.34%203-3V5c0-1.66-1.35-3-3-3M8.44%204.95v.8a.5.5%200%200%201-.5.5H3.03a.5.5%200%200%201-.5-.5v-.8C2.53%203.33%203.86%202%205.49%202c1.62%200%202.95%201.33%202.95%202.95M2.53%2017.91c0%20.45.19%201.14.43%201.52l.81%201.36c.95%201.58%202.49%201.58%203.43%200l.82-1.36c.23-.38.42-1.07.42-1.52V8.25a.5.5%200%200%200-.5-.5H3.03a.5.5%200%200%200-.5.5z%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%20d%3D%22M18.47%202h-4c-1.492%200-2.726%201.286-2.96%202.752c-.043.273.185.498.46.498h4.5c.41%200%20.75.34.75.75s-.34.75-.75.75h-4.5a.5.5%200%200%200-.5.5v1.5a.5.5%200%200%200%20.5.5h2.31c.41%200%20.75.34.75.75s-.34.75-.75.75h-2.31a.5.5%200%200%200-.5.5v1.455a.5.5%200%200%200%20.496.5l4.505.045c.42%200%20.75.34.75.76c-.01.41-.34.74-.75.74h-.01l-4.485-.045a.5.5%200%200%200-.505.5v1.545a.5.5%200%200%200%20.5.5h3.4a.749.749%200%201%201%200%201.5h-3.4c-.276%200-.504.225-.46.498c.233%201.466%201.467%202.752%202.96%202.752h4c1.65%200%203-1.34%203-3V5c0-1.66-1.35-3-3-3M8.44%204.95v.8a.5.5%200%200%201-.5.5H3.03a.5.5%200%200%201-.5-.5v-.8C2.53%203.33%203.86%202%205.49%202c1.62%200%202.95%201.33%202.95%202.95M2.53%2017.91c0%20.45.19%201.14.43%201.52l.81%201.36c.95%201.58%202.49%201.58%203.43%200l.82-1.36c.23-.38.42-1.07.42-1.52V8.25a.5.5%200%200%200-.5-.5H3.03a.5.5%200%200%200-.5.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/ruler-pen4-filled.svg?color=%231a73e8&size=48