ruler dimension line icon
ruler-dimension-line from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- ruler-dimension-line
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Use the ruler dimension line 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="1.5"><path d="M1.992 16c0-1.4 0-2.1.273-2.635a2.5 2.5 0 0 1 1.092-1.092C3.892 12 4.592 12 5.992 12h12c1.4 0 2.1 0 2.635.273a2.5 2.5 0 0 1 1.093 1.092c.272.535.272 1.235.272 2.635s0 2.1-.272 2.635a2.5 2.5 0 0 1-1.093 1.092c-.535.273-1.235.273-2.635.273h-12c-1.4 0-2.1 0-2.635-.273a2.5 2.5 0 0 1-1.092-1.092C1.992 18.1 1.992 17.4 1.992 16Z"/><path stroke-linecap="round" d="M5.992 12v2m4-2v2m4-2v2m4-2v2m-15.5-8h19m-17.5-2l-.577.438C2.467 5.16 1.992 5.52 1.992 6s.475.841 1.423 1.562L3.992 8m16-4l.577.438c.949.721 1.423 1.081 1.423 1.562c0 .48-.474.841-1.423 1.562L19.992 8"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsRulerDimensionLine(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="1.5"><path d="M1.992 16c0-1.4 0-2.1.273-2.635a2.5 2.5 0 0 1 1.092-1.092C3.892 12 4.592 12 5.992 12h12c1.4 0 2.1 0 2.635.273a2.5 2.5 0 0 1 1.093 1.092c.272.535.272 1.235.272 2.635s0 2.1-.272 2.635a2.5 2.5 0 0 1-1.093 1.092c-.535.273-1.235.273-2.635.273h-12c-1.4 0-2.1 0-2.635-.273a2.5 2.5 0 0 1-1.092-1.092C1.992 18.1 1.992 17.4 1.992 16Z"/><path strokeLinecap="round" d="M5.992 12v2m4-2v2m4-2v2m4-2v2m-15.5-8h19m-17.5-2l-.577.438C2.467 5.16 1.992 5.52 1.992 6s.475.841 1.423 1.562L3.992 8m16-4l.577.438c.949.721 1.423 1.081 1.423 1.562c0 .48-.474.841-1.423 1.562L19.992 8"/></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="1.5"><path d="M1.992 16c0-1.4 0-2.1.273-2.635a2.5 2.5 0 0 1 1.092-1.092C3.892 12 4.592 12 5.992 12h12c1.4 0 2.1 0 2.635.273a2.5 2.5 0 0 1 1.093 1.092c.272.535.272 1.235.272 2.635s0 2.1-.272 2.635a2.5 2.5 0 0 1-1.093 1.092c-.535.273-1.235.273-2.635.273h-12c-1.4 0-2.1 0-2.635-.273a2.5 2.5 0 0 1-1.092-1.092C1.992 18.1 1.992 17.4 1.992 16Z"/><path stroke-linecap="round" d="M5.992 12v2m4-2v2m4-2v2m4-2v2m-15.5-8h19m-17.5-2l-.577.438C2.467 5.16 1.992 5.52 1.992 6s.475.841 1.423 1.562L3.992 8m16-4l.577.438c.949.721 1.423 1.081 1.423 1.562c0 .48-.474.841-1.423 1.562L19.992 8"/></g></svg> </template>
CSS
.icon-ruler-dimension-line {
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%221.5%22%3E%3Cpath%20d%3D%22M1.992%2016c0-1.4%200-2.1.273-2.635a2.5%202.5%200%200%201%201.092-1.092C3.892%2012%204.592%2012%205.992%2012h12c1.4%200%202.1%200%202.635.273a2.5%202.5%200%200%201%201.093%201.092c.272.535.272%201.235.272%202.635s0%202.1-.272%202.635a2.5%202.5%200%200%201-1.093%201.092c-.535.273-1.235.273-2.635.273h-12c-1.4%200-2.1%200-2.635-.273a2.5%202.5%200%200%201-1.092-1.092C1.992%2018.1%201.992%2017.4%201.992%2016Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M5.992%2012v2m4-2v2m4-2v2m4-2v2m-15.5-8h19m-17.5-2l-.577.438C2.467%205.16%201.992%205.52%201.992%206s.475.841%201.423%201.562L3.992%208m16-4l.577.438c.949.721%201.423%201.081%201.423%201.562c0%20.48-.474.841-1.423%201.562L19.992%208%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%221.5%22%3E%3Cpath%20d%3D%22M1.992%2016c0-1.4%200-2.1.273-2.635a2.5%202.5%200%200%201%201.092-1.092C3.892%2012%204.592%2012%205.992%2012h12c1.4%200%202.1%200%202.635.273a2.5%202.5%200%200%201%201.093%201.092c.272.535.272%201.235.272%202.635s0%202.1-.272%202.635a2.5%202.5%200%200%201-1.093%201.092c-.535.273-1.235.273-2.635.273h-12c-1.4%200-2.1%200-2.635-.273a2.5%202.5%200%200%201-1.092-1.092C1.992%2018.1%201.992%2017.4%201.992%2016Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M5.992%2012v2m4-2v2m4-2v2m4-2v2m-15.5-8h19m-17.5-2l-.577.438C2.467%205.16%201.992%205.52%201.992%206s.475.841%201.423%201.562L3.992%208m16-4l.577.438c.949.721%201.423%201.081%201.423%201.562c0%20.48-.474.841-1.423%201.562L19.992%208%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/ruler-dimension-line.svg?color=%231a73e8&size=48