Farmer Alt Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Farmer 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/305623.svg" alt="Farmer Alt icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305623.svg" alt="Farmer Alt icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305623.svg" alt="Farmer Alt icon" :width="24" :height="24" />
CSS background
.icon-farmer-alt {
background-image: url('https://proicons.com/icon/305623.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="M469 462c9 84 75 150 155 150s146-66 155-150c88-13 146-78 148-82 15-17 14-44-3-60-17-15-43-14-58 4 0 0-40 45-98 53-4-10-9-19-14-28 0-1-20-188-20-188 0-7-8-12-17-12H518c-9 0-16 6-16 12 0 0-15 193-12 195-4 7-7 14-10 21-57-8-97-52-98-53-15-18-41-19-58-4-17 16-18 43-3 60 3 4 60 69 148 82zm42-102h226c4 6 7 12 10 19H501c3-7 6-13 10-19zm248 103c-9 73-66 129-135 129s-125-56-135-129h270zm-505 4c0 33-17 62-43 78V380h-18v173c-13 4-36 4-50 0V380h-18v165c-26-15-44-45-44-78v-87H63v87c0 57 42 103 96 108v276h19V575c53-5 94-52 94-108v-87h-18v87zm408 161h-3c-11-2-22-3-34-3h-2c-11 0-22 1-33 3h-4c-123 16-225 104-269 223h614c-43-120-146-208-269-223z"/></svg>
Copied!