Display Fullwidth Icon SVG
Display Fullwidth
Display fullwidth SVG Icon Code | Customize color
You can get svg icon display fullwidth in blue, white, red color and transparent color from below list. You can also customize color using color picker.
Display fullwidth
DownloadSvg Code
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" > <path d="M2 5H22V3H2V5Z" fill="currentColor" /> <path d="M2 21H22V19H2V21Z" fill="currentColor" /> <path fill-rule="evenodd" clip-rule="evenodd" d="M2 7V17H22V7H2ZM4 9H20V15H4V9Z" fill="currentColor" /> </svg>
Display fullwidth
DownloadSvg Code
<svg style="color: white" width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M2 5H22V3H2V5Z" fill="white"></path> <path d="M2 21H22V19H2V21Z" fill="white"></path> <path fill-rule="evenodd" clip-rule="evenodd" d="M2 7V17H22V7H2ZM4 9H20V15H4V9Z" fill="white"></path> </svg>
Display fullwidth
DownloadSvg Code
<svg style="color: red" width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M2 5H22V3H2V5Z" fill="red"></path> <path d="M2 21H22V19H2V21Z" fill="red"></path> <path fill-rule="evenodd" clip-rule="evenodd" d="M2 7V17H22V7H2ZM4 9H20V15H4V9Z" fill="red"></path> </svg>
Display fullwidth
DownloadSvg Code
<svg style="color: blue" width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M2 5H22V3H2V5Z" fill="blue"></path> <path d="M2 21H22V19H2V21Z" fill="blue"></path> <path fill-rule="evenodd" clip-rule="evenodd" d="M2 7V17H22V7H2ZM4 9H20V15H4V9Z" fill="blue"></path> </svg>
Display fullwidth
DownloadSvg Code
<svg style="color: #f3da35" width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M2 5H22V3H2V5Z" fill="#f3da35"></path> <path d="M2 21H22V19H2V21Z" fill="#f3da35"></path> <path fill-rule="evenodd" clip-rule="evenodd" d="M2 7V17H22V7H2ZM4 9H20V15H4V9Z" fill="#f3da35"></path> </svg>
Advance Editor
You can edit display fullwidth as below. Change size color and background color of icon using below tool.
Advertisements
Advertisements