Ruler Alt Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Ruler Alt 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/318768.svg" alt="Ruler Alt icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/318768.svg" alt="Ruler Alt icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/318768.svg" alt="Ruler Alt icon" :width="24" :height="24" />
CSS background
.icon-ruler-alt {
background-image: url('https://proicons.com/icon/318768.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg id="icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><defs><style>.cls-1{fill:none;}</style></defs><title>ruler--alt</title><path d="M29.41,21.67,10.34,2.58a2,2,0,0,0-2.83,0L2.59,7.51a2,2,0,0,0,0,2.82L21.66,29.42a2,2,0,0,0,1.42.58,2,2,0,0,0,1.41-.58l4.92-4.93A2,2,0,0,0,29.41,21.67ZM23.08,28,4,8.92,8.92,4l3.79,3.79L10.46,10l1.41,1.41L14.12,9.2l4.13,4.13L16,15.58,17.42,17l2.25-2.25,4.13,4.13-2.25,2.25L23,22.54l2.25-2.25L28,23.08Z"/><rect id="_Transparent_Rectangle_" data-name="<Transparent Rectangle>" class="cls-1" width="32" height="32"/></svg>
Copied!