agriculture icon

agriculture from Health Icons by Resolve to Save Lives · Filled · People · MIT Free for personal and commercial use.

Name
agriculture
Set
Health Icons
Style
Filled
Category
People
Viewbox
48×48
License
MIT

1 other variant in Health Icons

The same icon in other sets

More people icons from Health Icons

Use the agriculture icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"><path d="M19.176 21.647a1 1 0 0 0-.33 1.376c.919 1.498 1.7 2.985 2.22 4.336a1 1 0 0 0 1.867-.718c-.578-1.504-1.426-3.105-2.382-4.664a1 1 0 0 0-1.375-.33m10.414-.954a1 1 0 0 1 .217 1.397c-1.157 1.583-2.176 3.7-2.893 5.316a1 1 0 1 1-1.828-.812c.724-1.63 1.814-3.916 3.107-5.684a1 1 0 0 1 1.397-.217"/><path d="M27.24 12.037C29.582 9.359 42.105 6 42.105 6s-2.129 13.395-4.002 15.537c-1.395 1.596-5.84.599-8.018-.014c1.628-2.497 3.515-4.936 5.174-6.872a1 1 0 0 0-1.518-1.302c-1.673 1.952-3.612 4.45-5.31 7.047c-.954-1.776-3.043-6.242-1.191-8.36M11 30H6v12h5v-2.043c1.02-.042 2.526-.096 3.047-.075c1.787.073 3.12.499 4.47.93c1.258.401 2.529.807 4.192.934c.418.032.825.073 1.22.112c1.423.144 2.686.272 3.73-.112c1.332-.49 8.946-4.217 9.898-5.198c.952-.98.476-3.628-2.475-3.138c-1.456.242-3.143.938-4.674 1.569c-1.571.647-2.977 1.227-3.797 1.177c-1.618-.098-5.9-.882-5.9-.882l4.917.06s.695.036 1.65-.649s1.808-2.648.38-2.648s-2.95-.49-2.95-.49l-6.092-1.373s-2.094-.392-2.95 0c-.706.323-3.648 1.377-4.666 1.74zM8.878 9.67s10.335 2.772 12.267 4.981c1.493 1.707-.116 5.262-.926 6.792a58 58 0 0 0-3.434-4.829a1 1 0 1 0-1.57 1.239a56 56 0 0 1 3.336 4.695c-1.868.506-5.27 1.203-6.37-.056c-1.546-1.768-3.303-12.823-3.303-12.823"/></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsAgriculture(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" fillRule="evenodd" clipRule="evenodd"><path d="M19.176 21.647a1 1 0 0 0-.33 1.376c.919 1.498 1.7 2.985 2.22 4.336a1 1 0 0 0 1.867-.718c-.578-1.504-1.426-3.105-2.382-4.664a1 1 0 0 0-1.375-.33m10.414-.954a1 1 0 0 1 .217 1.397c-1.157 1.583-2.176 3.7-2.893 5.316a1 1 0 1 1-1.828-.812c.724-1.63 1.814-3.916 3.107-5.684a1 1 0 0 1 1.397-.217"/><path d="M27.24 12.037C29.582 9.359 42.105 6 42.105 6s-2.129 13.395-4.002 15.537c-1.395 1.596-5.84.599-8.018-.014c1.628-2.497 3.515-4.936 5.174-6.872a1 1 0 0 0-1.518-1.302c-1.673 1.952-3.612 4.45-5.31 7.047c-.954-1.776-3.043-6.242-1.191-8.36M11 30H6v12h5v-2.043c1.02-.042 2.526-.096 3.047-.075c1.787.073 3.12.499 4.47.93c1.258.401 2.529.807 4.192.934c.418.032.825.073 1.22.112c1.423.144 2.686.272 3.73-.112c1.332-.49 8.946-4.217 9.898-5.198c.952-.98.476-3.628-2.475-3.138c-1.456.242-3.143.938-4.674 1.569c-1.571.647-2.977 1.227-3.797 1.177c-1.618-.098-5.9-.882-5.9-.882l4.917.06s.695.036 1.65-.649s1.808-2.648.38-2.648s-2.95-.49-2.95-.49l-6.092-1.373s-2.094-.392-2.95 0c-.706.323-3.648 1.377-4.666 1.74zM8.878 9.67s10.335 2.772 12.267 4.981c1.493 1.707-.116 5.262-.926 6.792a58 58 0 0 0-3.434-4.829a1 1 0 1 0-1.57 1.239a56 56 0 0 1 3.336 4.695c-1.868.506-5.27 1.203-6.37-.056c-1.546-1.768-3.303-12.823-3.303-12.823"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"><path d="M19.176 21.647a1 1 0 0 0-.33 1.376c.919 1.498 1.7 2.985 2.22 4.336a1 1 0 0 0 1.867-.718c-.578-1.504-1.426-3.105-2.382-4.664a1 1 0 0 0-1.375-.33m10.414-.954a1 1 0 0 1 .217 1.397c-1.157 1.583-2.176 3.7-2.893 5.316a1 1 0 1 1-1.828-.812c.724-1.63 1.814-3.916 3.107-5.684a1 1 0 0 1 1.397-.217"/><path d="M27.24 12.037C29.582 9.359 42.105 6 42.105 6s-2.129 13.395-4.002 15.537c-1.395 1.596-5.84.599-8.018-.014c1.628-2.497 3.515-4.936 5.174-6.872a1 1 0 0 0-1.518-1.302c-1.673 1.952-3.612 4.45-5.31 7.047c-.954-1.776-3.043-6.242-1.191-8.36M11 30H6v12h5v-2.043c1.02-.042 2.526-.096 3.047-.075c1.787.073 3.12.499 4.47.93c1.258.401 2.529.807 4.192.934c.418.032.825.073 1.22.112c1.423.144 2.686.272 3.73-.112c1.332-.49 8.946-4.217 9.898-5.198c.952-.98.476-3.628-2.475-3.138c-1.456.242-3.143.938-4.674 1.569c-1.571.647-2.977 1.227-3.797 1.177c-1.618-.098-5.9-.882-5.9-.882l4.917.06s.695.036 1.65-.649s1.808-2.648.38-2.648s-2.95-.49-2.95-.49l-6.092-1.373s-2.094-.392-2.95 0c-.706.323-3.648 1.377-4.666 1.74zM8.878 9.67s10.335 2.772 12.267 4.981c1.493 1.707-.116 5.262-.926 6.792a58 58 0 0 0-3.434-4.829a1 1 0 1 0-1.57 1.239a56 56 0 0 1 3.336 4.695c-1.868.506-5.27 1.203-6.37-.056c-1.546-1.768-3.303-12.823-3.303-12.823"/></g></svg>
</template>

CSS

.icon-agriculture {
  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%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M19.176%2021.647a1%201%200%200%200-.33%201.376c.919%201.498%201.7%202.985%202.22%204.336a1%201%200%200%200%201.867-.718c-.578-1.504-1.426-3.105-2.382-4.664a1%201%200%200%200-1.375-.33m10.414-.954a1%201%200%200%201%20.217%201.397c-1.157%201.583-2.176%203.7-2.893%205.316a1%201%200%201%201-1.828-.812c.724-1.63%201.814-3.916%203.107-5.684a1%201%200%200%201%201.397-.217%22%2F%3E%3Cpath%20d%3D%22M27.24%2012.037C29.582%209.359%2042.105%206%2042.105%206s-2.129%2013.395-4.002%2015.537c-1.395%201.596-5.84.599-8.018-.014c1.628-2.497%203.515-4.936%205.174-6.872a1%201%200%200%200-1.518-1.302c-1.673%201.952-3.612%204.45-5.31%207.047c-.954-1.776-3.043-6.242-1.191-8.36M11%2030H6v12h5v-2.043c1.02-.042%202.526-.096%203.047-.075c1.787.073%203.12.499%204.47.93c1.258.401%202.529.807%204.192.934c.418.032.825.073%201.22.112c1.423.144%202.686.272%203.73-.112c1.332-.49%208.946-4.217%209.898-5.198c.952-.98.476-3.628-2.475-3.138c-1.456.242-3.143.938-4.674%201.569c-1.571.647-2.977%201.227-3.797%201.177c-1.618-.098-5.9-.882-5.9-.882l4.917.06s.695.036%201.65-.649s1.808-2.648.38-2.648s-2.95-.49-2.95-.49l-6.092-1.373s-2.094-.392-2.95%200c-.706.323-3.648%201.377-4.666%201.74zM8.878%209.67s10.335%202.772%2012.267%204.981c1.493%201.707-.116%205.262-.926%206.792a58%2058%200%200%200-3.434-4.829a1%201%200%201%200-1.57%201.239a56%2056%200%200%201%203.336%204.695c-1.868.506-5.27%201.203-6.37-.056c-1.546-1.768-3.303-12.823-3.303-12.823%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%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M19.176%2021.647a1%201%200%200%200-.33%201.376c.919%201.498%201.7%202.985%202.22%204.336a1%201%200%200%200%201.867-.718c-.578-1.504-1.426-3.105-2.382-4.664a1%201%200%200%200-1.375-.33m10.414-.954a1%201%200%200%201%20.217%201.397c-1.157%201.583-2.176%203.7-2.893%205.316a1%201%200%201%201-1.828-.812c.724-1.63%201.814-3.916%203.107-5.684a1%201%200%200%201%201.397-.217%22%2F%3E%3Cpath%20d%3D%22M27.24%2012.037C29.582%209.359%2042.105%206%2042.105%206s-2.129%2013.395-4.002%2015.537c-1.395%201.596-5.84.599-8.018-.014c1.628-2.497%203.515-4.936%205.174-6.872a1%201%200%200%200-1.518-1.302c-1.673%201.952-3.612%204.45-5.31%207.047c-.954-1.776-3.043-6.242-1.191-8.36M11%2030H6v12h5v-2.043c1.02-.042%202.526-.096%203.047-.075c1.787.073%203.12.499%204.47.93c1.258.401%202.529.807%204.192.934c.418.032.825.073%201.22.112c1.423.144%202.686.272%203.73-.112c1.332-.49%208.946-4.217%209.898-5.198c.952-.98.476-3.628-2.475-3.138c-1.456.242-3.143.938-4.674%201.569c-1.571.647-2.977%201.227-3.797%201.177c-1.618-.098-5.9-.882-5.9-.882l4.917.06s.695.036%201.65-.649s1.808-2.648.38-2.648s-2.95-.49-2.95-.49l-6.092-1.373s-2.094-.392-2.95%200c-.706.323-3.648%201.377-4.666%201.74zM8.878%209.67s10.335%202.772%2012.267%204.981c1.493%201.707-.116%205.262-.926%206.792a58%2058%200%200%200-3.434-4.829a1%201%200%201%200-1.57%201.239a56%2056%200%200%201%203.336%204.695c-1.868.506-5.27%201.203-6.37-.056c-1.546-1.768-3.303-12.823-3.303-12.823%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.svg?color=%231a73e8&size=48