agriculture worker alt icon
agriculture-worker-alt-outline from Health Icons by Resolve to Save Lives · Outline · People · MIT Free for personal and commercial use.
- Name
- agriculture-worker-alt-outline
- Set
- Health Icons
- Style
- Outline
- Category
- People
- Viewbox
- 48×48
- License
- MIT
- Aliases
- agriculture-worker-alt2x-outline
1 other variant in Health Icons
More people icons from Health Icons
agricultureagriculture-workerancvasthmababy-0203-altbaby-0203mbaby-0306mbaby-female-0203m-altbaby-female-0306mbaby-female-0609mbaby-male-0203m-altbaby-male-0306mbaby-male-0609mboy-0105yboy-1015ycall-centrechild-carechild-cognitionchild-programcity-workerclean-handscommunity-healthworkerconstruction-workercpr
Use the agriculture worker alt icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path fill-rule="evenodd" d="M19.5 14a4 4 0 1 1 0-8a4 4 0 0 1 0 8m0-2a2 2 0 1 1 0-4a2 2 0 0 1 0 4" clip-rule="evenodd"/><path d="M13 22a2 2 0 0 1 2-2v4a2 2 0 0 1-2-2"/><path fill-rule="evenodd" d="M33 21.236A3 3 0 0 1 31 22h-5v17a3 3 0 1 1-6 0v-8h-1v8c0 .701-.24 1.346-.644 1.857A3 3 0 0 1 13 39V27.718c-1.563-.72-4-2.808-4-6.147C9 17.364 12.871 16 13.985 16H31c.768 0 1.47.289 2 .764V15h-1a3 3 0 0 1-3-3V6h2v6a1 1 0 0 0 1 1h1V6h2v7h1a1 1 0 0 0 1-1V6h2v6a3 3 0 0 1-3 3h-1v26a1 1 0 1 1-2 0zm-19.163 4.665l1.163.536V39a1 1 0 1 0 2 0V29h5v10a1 1 0 1 0 2 0V20h7a1 1 0 1 0 0-2H13.985q.012 0-.008.003c-.049.007-.24.037-.543.15a4.3 4.3 0 0 0-1.126.63c-.703.55-1.308 1.394-1.308 2.788c0 2.283 1.693 3.803 2.837 4.33" clip-rule="evenodd"/></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsAgricultureWorkerAltOutline(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path fillRule="evenodd" d="M19.5 14a4 4 0 1 1 0-8a4 4 0 0 1 0 8m0-2a2 2 0 1 1 0-4a2 2 0 0 1 0 4" clipRule="evenodd"/><path d="M13 22a2 2 0 0 1 2-2v4a2 2 0 0 1-2-2"/><path fillRule="evenodd" d="M33 21.236A3 3 0 0 1 31 22h-5v17a3 3 0 1 1-6 0v-8h-1v8c0 .701-.24 1.346-.644 1.857A3 3 0 0 1 13 39V27.718c-1.563-.72-4-2.808-4-6.147C9 17.364 12.871 16 13.985 16H31c.768 0 1.47.289 2 .764V15h-1a3 3 0 0 1-3-3V6h2v6a1 1 0 0 0 1 1h1V6h2v7h1a1 1 0 0 0 1-1V6h2v6a3 3 0 0 1-3 3h-1v26a1 1 0 1 1-2 0zm-19.163 4.665l1.163.536V39a1 1 0 1 0 2 0V29h5v10a1 1 0 1 0 2 0V20h7a1 1 0 1 0 0-2H13.985q.012 0-.008.003c-.049.007-.24.037-.543.15a4.3 4.3 0 0 0-1.126.63c-.703.55-1.308 1.394-1.308 2.788c0 2.283 1.693 3.803 2.837 4.33" clipRule="evenodd"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path fill-rule="evenodd" d="M19.5 14a4 4 0 1 1 0-8a4 4 0 0 1 0 8m0-2a2 2 0 1 1 0-4a2 2 0 0 1 0 4" clip-rule="evenodd"/><path d="M13 22a2 2 0 0 1 2-2v4a2 2 0 0 1-2-2"/><path fill-rule="evenodd" d="M33 21.236A3 3 0 0 1 31 22h-5v17a3 3 0 1 1-6 0v-8h-1v8c0 .701-.24 1.346-.644 1.857A3 3 0 0 1 13 39V27.718c-1.563-.72-4-2.808-4-6.147C9 17.364 12.871 16 13.985 16H31c.768 0 1.47.289 2 .764V15h-1a3 3 0 0 1-3-3V6h2v6a1 1 0 0 0 1 1h1V6h2v7h1a1 1 0 0 0 1-1V6h2v6a3 3 0 0 1-3 3h-1v26a1 1 0 1 1-2 0zm-19.163 4.665l1.163.536V39a1 1 0 1 0 2 0V29h5v10a1 1 0 1 0 2 0V20h7a1 1 0 1 0 0-2H13.985q.012 0-.008.003c-.049.007-.24.037-.543.15a4.3 4.3 0 0 0-1.126.63c-.703.55-1.308 1.394-1.308 2.788c0 2.283 1.693 3.803 2.837 4.33" clip-rule="evenodd"/></g></svg> </template>
CSS
.icon-agriculture-worker-alt-outline {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2048%2048%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M19.5%2014a4%204%200%201%201%200-8a4%204%200%200%201%200%208m0-2a2%202%200%201%201%200-4a2%202%200%200%201%200%204%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M13%2022a2%202%200%200%201%202-2v4a2%202%200%200%201-2-2%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M33%2021.236A3%203%200%200%201%2031%2022h-5v17a3%203%200%201%201-6%200v-8h-1v8c0%20.701-.24%201.346-.644%201.857A3%203%200%200%201%2013%2039V27.718c-1.563-.72-4-2.808-4-6.147C9%2017.364%2012.871%2016%2013.985%2016H31c.768%200%201.47.289%202%20.764V15h-1a3%203%200%200%201-3-3V6h2v6a1%201%200%200%200%201%201h1V6h2v7h1a1%201%200%200%200%201-1V6h2v6a3%203%200%200%201-3%203h-1v26a1%201%200%201%201-2%200zm-19.163%204.665l1.163.536V39a1%201%200%201%200%202%200V29h5v10a1%201%200%201%200%202%200V20h7a1%201%200%201%200%200-2H13.985q.012%200-.008.003c-.049.007-.24.037-.543.15a4.3%204.3%200%200%200-1.126.63c-.703.55-1.308%201.394-1.308%202.788c0%202.283%201.693%203.803%202.837%204.33%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2048%2048%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M19.5%2014a4%204%200%201%201%200-8a4%204%200%200%201%200%208m0-2a2%202%200%201%201%200-4a2%202%200%200%201%200%204%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M13%2022a2%202%200%200%201%202-2v4a2%202%200%200%201-2-2%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M33%2021.236A3%203%200%200%201%2031%2022h-5v17a3%203%200%201%201-6%200v-8h-1v8c0%20.701-.24%201.346-.644%201.857A3%203%200%200%201%2013%2039V27.718c-1.563-.72-4-2.808-4-6.147C9%2017.364%2012.871%2016%2013.985%2016H31c.768%200%201.47.289%202%20.764V15h-1a3%203%200%200%201-3-3V6h2v6a1%201%200%200%200%201%201h1V6h2v7h1a1%201%200%200%200%201-1V6h2v6a3%203%200%200%201-3%203h-1v26a1%201%200%201%201-2%200zm-19.163%204.665l1.163.536V39a1%201%200%201%200%202%200V29h5v10a1%201%200%201%200%202%200V20h7a1%201%200%201%200%200-2H13.985q.012%200-.008.003c-.049.007-.24.037-.543.15a4.3%204.3%200%200%200-1.126.63c-.703.55-1.308%201.394-1.308%202.788c0%202.283%201.693%203.803%202.837%204.33%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/healthicons/agriculture-worker-alt-outline.svg?color=%231a73e8&size=48