Ruler Icon
Free SVG icon from the Govicons 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/304837.svg" alt="Ruler icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/304837.svg" alt="Ruler icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/304837.svg" alt="Ruler icon" :width="24" :height="24" />
CSS background
.icon-ruler {
background-image: url('https://proicons.com/icon/304837.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 72 56"><title>ruler</title><path d="M57,12h3V4L12,52h8V49a.34.34,0,0,1,.68,0v3h4.2V49a.34.34,0,0,1,.68,0v3h4.2V49a.34.34,0,0,1,.68,0v3h4.21V49a.34.34,0,0,1,.67,0v3h4.21V49a.34.34,0,0,1,.67,0v3h4.21V49a.34.34,0,0,1,.67,0v3h4.21V49A.34.34,0,0,1,50,49v3h4.21V49a.34.34,0,0,1,.67,0v3H60V46.86H57a.34.34,0,0,1,0-.67h3V42H57a.34.34,0,0,1,0-.67h3V37.1H57a.34.34,0,0,1,0-.67h3V32.22H57a.34.34,0,0,1,0-.67h3V27.34H57a.34.34,0,0,1,0-.67h3V22.46H57a.34.34,0,0,1,0-.68h3v-4.2H57a.34.34,0,0,1,0-.68h3V12.7H57A.34.34,0,0,1,57,12ZM52.78,44.78H29.34L52.78,21.34Z"/></svg>
Ruler in other icon packs
Copied!