ruler icon
ruler from BoxIcons v2 Solid by Boxicons · Solid · MIT Free for personal and commercial use.
- Name
- ruler
- Set
- BoxIcons v2 Solid
- Style
- Solid
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
rulerBoxIcons v2rulerCarbonrulerFont Awesome 6 SolidrulerFont Awesome Solidruler-12-filledFluent UI System Iconsrulercss.ggrulerHuge IconsrulerIconParkrulerIconPark OutlinerulerIconoirrulerJam IconsrulerLine AwesomerulerLuciderulerMaterial Design Iconsruler-fillMingCute IconrulerMyna UI IconsrulerPhosphorruler-fillRemix Iconruler-boldSolarrulerTabler IconsrulerTDesign IconsrulerUniconsrulerUnicons MonochromerulerUnicons Solid
Use the ruler icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.875 7H3.125C1.953 7 1 7.897 1 9v6c0 1.103.953 2 2.125 2h17.75C22.047 17 23 16.103 23 15V9c0-1.103-.953-2-2.125-2M7 12H5V9h2zm4 1H9V9h2zm4-1h-2V9h2zm4 1h-2V9h2z"/></svg>
React
import type { SVGProps } from "react";
export function BxsRuler(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="M20.875 7H3.125C1.953 7 1 7.897 1 9v6c0 1.103.953 2 2.125 2h17.75C22.047 17 23 16.103 23 15V9c0-1.103-.953-2-2.125-2M7 12H5V9h2zm4 1H9V9h2zm4-1h-2V9h2zm4 1h-2V9h2z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.875 7H3.125C1.953 7 1 7.897 1 9v6c0 1.103.953 2 2.125 2h17.75C22.047 17 23 16.103 23 15V9c0-1.103-.953-2-2.125-2M7 12H5V9h2zm4 1H9V9h2zm4-1h-2V9h2zm4 1h-2V9h2z"/></svg> </template>
CSS
.icon-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%22currentColor%22%20d%3D%22M20.875%207H3.125C1.953%207%201%207.897%201%209v6c0%201.103.953%202%202.125%202h17.75C22.047%2017%2023%2016.103%2023%2015V9c0-1.103-.953-2-2.125-2M7%2012H5V9h2zm4%201H9V9h2zm4-1h-2V9h2zm4%201h-2V9h2z%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%22M20.875%207H3.125C1.953%207%201%207.897%201%209v6c0%201.103.953%202%202.125%202h17.75C22.047%2017%2023%2016.103%2023%2015V9c0-1.103-.953-2-2.125-2M7%2012H5V9h2zm4%201H9V9h2zm4-1h-2V9h2zm4%201h-2V9h2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bxs/ruler.svg?color=%231a73e8&size=48