Cheque Svg Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The Cheque Svg 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/309027.svg" alt="Cheque Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/309027.svg" alt="Cheque Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/309027.svg" alt="Cheque Svg icon" :width="24" :height="24" />
CSS background
.icon-cheque---svg {
background-image: url('https://proicons.com/icon/309027.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M2 5C2 4.44772 2.44772 4 3 4H21C21.5523 4 22 4.44772 22 5V17C22 18.6569 20.6569 20 19 20H5C3.34315 20 2 18.6569 2 17V5ZM6 10C6 9.44772 6.44772 9 7 9H17C17.5523 9 18 9.44772 18 10C18 10.5523 17.5523 11 17 11H7C6.44772 11 6 10.5523 6 10ZM6 14C6 13.4477 6.44772 13 7 13H10C10.5523 13 11 13.4477 11 14C11 14.5523 10.5523 15 10 15H7C6.44772 15 6 14.5523 6 14Z" fill="#292929"/> </svg>
Copied!