Field Alt Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Field 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/305631.svg" alt="Field Alt icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305631.svg" alt="Field Alt icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305631.svg" alt="Field Alt icon" :width="24" :height="24" />
CSS background
.icon-field-alt {
background-image: url('https://proicons.com/icon/305631.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M0 193v614h1000V193H0zm966 580H34V227h932v546zM411 500c0 44 33 81 75 88V412c-42 7-75 44-75 88zm387-101h95v202h-95V399zm-287 13v176c44-6 78-43 78-88s-34-82-78-88zm-401-13h95v202h-95V399zm376 223c-61-8-109-59-109-122s48-114 109-121V264h25v114c63 6 112 58 112 122s-49 116-112 122v114h413V635H764V365h160V264H76v101h163v270H76v101h410V622z"/></svg>
Copied!