Ruler Alt 1 Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Ruler Alt 1 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/306392.svg" alt="Ruler Alt 1 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306392.svg" alt="Ruler Alt 1 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306392.svg" alt="Ruler Alt 1 icon" :width="24" :height="24" />
CSS background
.icon-ruler-alt-1 {
background-image: url('https://proicons.com/icon/306392.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="M1000 756H241V625 416 186 22c0-3 0-6-1-10H0v976h1000V756zm-808-93h-47v46h47v46h-11c-25 0-50 0-76 1-3 0-9 2-9 4v43h96v46h-47v47h47v45H61c-13 0-13 0-13-13V555 60h144v46h-47v46h47v46H97v47h95v46h-47v47h47v46h-13c-25 0-50-1-75 0-3 0-8 3-8 5v42h96v47h-47v46h47v45h-87c-4 0-9-1-9 6v42h96v46zm758 278H241v-43-96h35v46h49v-45h48v92c15 0 30 1 44 0 2 0 5-6 5-9v-74c0-3 0-6 1-9h46v45h49v-45h47v92h49v-92h48v45h48v-45h48v92h49v-92h48v45h48v-45h47v138z"/></svg>
Copied!