540 Icon
Free SVG icon from the Govicons collection. Download or copy for use in any project.
The 540 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/304746.svg" alt="540 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/304746.svg" alt="540 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/304746.svg" alt="540 icon" :width="24" :height="24" />
CSS background
.icon-540 {
background-image: url('https://proicons.com/icon/304746.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50.39 50.39"><path d="M8.54,49.12" transform="translate(-3 -2.51)"/><polygon points="0 0 0 50.39 11.58 50.39 11.58 46.19 4.2 46.19 4.2 4.2 46.19 4.21 46.19 31.37 50.39 31.37 50.39 0.01 0 0"/><path d="M29.29,44.39a3.94,3.94,0,0,0-1.88-1.49,4.46,4.46,0,0,0-1.66-.28,3.67,3.67,0,0,0-1.81.41,5.67,5.67,0,0,0-.76.52l.39-2.62h5.77v-3h-8.4l-1.4,8.5h3.22a2.06,2.06,0,0,1,2.68-.87,1.76,1.76,0,0,1,.83.87,3,3,0,0,1,.19,1.82,2.16,2.16,0,0,1-.66,1.25,2,2,0,0,1-2.62-.14,1.94,1.94,0,0,1-.46-1.22H19.1a4.36,4.36,0,0,0,3.3,4.46h0a7.88,7.88,0,0,0,2.16.3,6.45,6.45,0,0,0,2-.3h0a5.44,5.44,0,0,0,3-2.45,5.09,5.09,0,0,0,.66-2.58A5.68,5.68,0,0,0,29.29,44.39Z" transform="translate(-3 -2.51)"/><path d="M40.24,46.32V37.93H37l-6.12,8.21v3.21h5.88V52.9h3.47V49.35H42v-3Zm-6.51,0c1-1.28,2-2.58,3-3.84v3.84Z" transform="translate(-3 -2.51)"/><path d="M53.37,44.32a11.34,11.34,0,0,0-.65-3.5,5,5,0,0,0-1.56-2.24,4.66,4.66,0,0,0-2.56-.94,5.71,5.71,0,0,0-2.94.46,4.27,4.27,0,0,0-1.72,1.54,7,7,0,0,0-.89,2.13A14.15,14.15,0,0,0,42.7,45a15.4,15.4,0,0,0,.35,3.77,6.43,6.43,0,0,0,1.15,2.52,4,4,0,0,0,1.87,1.36h0a6.34,6.34,0,0,0,3.9,0h0a4.11,4.11,0,0,0,1.69-1.12,5.94,5.94,0,0,0,1.27-2.42,12.67,12.67,0,0,0,.44-2.94S53.41,44.94,53.37,44.32Zm-7-.35a7.58,7.58,0,0,1,.4-2.45,1.38,1.38,0,0,1,.94-.89,1.3,1.3,0,0,1,1.14.26,2.46,2.46,0,0,1,.65,1.27,11.6,11.6,0,0,1,.23,2.28c0,.78,0,1.56,0,2.34a7.2,7.2,0,0,1-.38,2.1,1.57,1.57,0,0,1-.78.93,1.26,1.26,0,0,1-1.32-.17,2.14,2.14,0,0,1-.58-1,10.1,10.1,0,0,1-.27-2.19c0-.8,0-1.61,0-2.42Z" transform="translate(-3 -2.51)"/></svg>
Copied!