Ruler Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Ruler icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/306399.svg" alt="Ruler icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306399.svg" alt="Ruler icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306399.svg" alt="Ruler icon" :width="24" :height="24" />
CSS background
.icon-ruler {
background-image: url('https://proicons.com/icon/306399.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M801 5L0 792l199 202 801-786L801 5zm61 269l-27 27-40-41-26 25 40 41-37 37-62-63-25 25 61 63-27 27-40-41-25 25 39 41-37 36-68-69-25 25 68 69-27 27-47-47-25 25 46 47-38 37-68-70-25 25 68 70-27 27-47-48-25 25 46 47-35 35-68-70-25 25 68 70-27 27-47-48-25 25 46 47-37 37-69-69-25 25 68 69-27 27-47-47-25 25 46 47-34 34L70 792 801 75l129 132-43 42-61-63-25 25 61 63z"/></svg>
Ruler in other icon packs
Copied!