farm-fill from Phosphor by Phosphor Icons · Fill · MIT Free for personal and commercial use.

Name
farm-fill
Set
Phosphor
Style
Fill
Viewbox
256×256
License
MIT

5 other variants in Phosphor

The same icon in other sets

Use the farm icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M136.83 220.43a8 8 0 0 1-11.09 2.23A183.15 183.15 0 0 0 24 192a8 8 0 0 1 0-16a199.1 199.1 0 0 1 110.6 33.34a8 8 0 0 1 2.23 11.09M24 144a8 8 0 0 0 0 16a214.8 214.8 0 0 1 151.17 61.71a8 8 0 1 0 11.2-11.42A230.7 230.7 0 0 0 24 144m208 16a216.5 216.5 0 0 0-48.59 5.49q8.24 6.25 16 13.16A201.5 201.5 0 0 1 232 176a8 8 0 0 1 0 16c-6 0-11.93.29-17.85.86q8.32 8.67 15.94 18.14a8 8 0 1 1-12.48 10A247 247 0 0 0 24 128a8 8 0 0 1 0-16a265.4 265.4 0 0 1 48 4.38V80a8 8 0 0 1 3.2-6.4l64-48a8 8 0 0 1 9.6 0l64 48A8 8 0 0 1 216 80v32.5c5.31-.32 10.64-.5 16-.5a8 8 0 0 1 0 16a246.3 246.3 0 0 0-84.26 14.69q9.44 5 18.46 10.78A232.2 232.2 0 0 1 232 144a8 8 0 0 1 0 16m-103.93-26.73A261.5 261.5 0 0 1 168 119.81V96h-48v34c2.71 1 5.4 2.13 8.07 3.27"/></svg>

React

import type { SVGProps } from "react";

export function PhFarmFill(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M136.83 220.43a8 8 0 0 1-11.09 2.23A183.15 183.15 0 0 0 24 192a8 8 0 0 1 0-16a199.1 199.1 0 0 1 110.6 33.34a8 8 0 0 1 2.23 11.09M24 144a8 8 0 0 0 0 16a214.8 214.8 0 0 1 151.17 61.71a8 8 0 1 0 11.2-11.42A230.7 230.7 0 0 0 24 144m208 16a216.5 216.5 0 0 0-48.59 5.49q8.24 6.25 16 13.16A201.5 201.5 0 0 1 232 176a8 8 0 0 1 0 16c-6 0-11.93.29-17.85.86q8.32 8.67 15.94 18.14a8 8 0 1 1-12.48 10A247 247 0 0 0 24 128a8 8 0 0 1 0-16a265.4 265.4 0 0 1 48 4.38V80a8 8 0 0 1 3.2-6.4l64-48a8 8 0 0 1 9.6 0l64 48A8 8 0 0 1 216 80v32.5c5.31-.32 10.64-.5 16-.5a8 8 0 0 1 0 16a246.3 246.3 0 0 0-84.26 14.69q9.44 5 18.46 10.78A232.2 232.2 0 0 1 232 144a8 8 0 0 1 0 16m-103.93-26.73A261.5 261.5 0 0 1 168 119.81V96h-48v34c2.71 1 5.4 2.13 8.07 3.27"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M136.83 220.43a8 8 0 0 1-11.09 2.23A183.15 183.15 0 0 0 24 192a8 8 0 0 1 0-16a199.1 199.1 0 0 1 110.6 33.34a8 8 0 0 1 2.23 11.09M24 144a8 8 0 0 0 0 16a214.8 214.8 0 0 1 151.17 61.71a8 8 0 1 0 11.2-11.42A230.7 230.7 0 0 0 24 144m208 16a216.5 216.5 0 0 0-48.59 5.49q8.24 6.25 16 13.16A201.5 201.5 0 0 1 232 176a8 8 0 0 1 0 16c-6 0-11.93.29-17.85.86q8.32 8.67 15.94 18.14a8 8 0 1 1-12.48 10A247 247 0 0 0 24 128a8 8 0 0 1 0-16a265.4 265.4 0 0 1 48 4.38V80a8 8 0 0 1 3.2-6.4l64-48a8 8 0 0 1 9.6 0l64 48A8 8 0 0 1 216 80v32.5c5.31-.32 10.64-.5 16-.5a8 8 0 0 1 0 16a246.3 246.3 0 0 0-84.26 14.69q9.44 5 18.46 10.78A232.2 232.2 0 0 1 232 144a8 8 0 0 1 0 16m-103.93-26.73A261.5 261.5 0 0 1 168 119.81V96h-48v34c2.71 1 5.4 2.13 8.07 3.27"/></svg>
</template>

CSS

.icon-farm-fill {
  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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M136.83%20220.43a8%208%200%200%201-11.09%202.23A183.15%20183.15%200%200%200%2024%20192a8%208%200%200%201%200-16a199.1%20199.1%200%200%201%20110.6%2033.34a8%208%200%200%201%202.23%2011.09M24%20144a8%208%200%200%200%200%2016a214.8%20214.8%200%200%201%20151.17%2061.71a8%208%200%201%200%2011.2-11.42A230.7%20230.7%200%200%200%2024%20144m208%2016a216.5%20216.5%200%200%200-48.59%205.49q8.24%206.25%2016%2013.16A201.5%20201.5%200%200%201%20232%20176a8%208%200%200%201%200%2016c-6%200-11.93.29-17.85.86q8.32%208.67%2015.94%2018.14a8%208%200%201%201-12.48%2010A247%20247%200%200%200%2024%20128a8%208%200%200%201%200-16a265.4%20265.4%200%200%201%2048%204.38V80a8%208%200%200%201%203.2-6.4l64-48a8%208%200%200%201%209.6%200l64%2048A8%208%200%200%201%20216%2080v32.5c5.31-.32%2010.64-.5%2016-.5a8%208%200%200%201%200%2016a246.3%20246.3%200%200%200-84.26%2014.69q9.44%205%2018.46%2010.78A232.2%20232.2%200%200%201%20232%20144a8%208%200%200%201%200%2016m-103.93-26.73A261.5%20261.5%200%200%201%20168%20119.81V96h-48v34c2.71%201%205.4%202.13%208.07%203.27%22%2F%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M136.83%20220.43a8%208%200%200%201-11.09%202.23A183.15%20183.15%200%200%200%2024%20192a8%208%200%200%201%200-16a199.1%20199.1%200%200%201%20110.6%2033.34a8%208%200%200%201%202.23%2011.09M24%20144a8%208%200%200%200%200%2016a214.8%20214.8%200%200%201%20151.17%2061.71a8%208%200%201%200%2011.2-11.42A230.7%20230.7%200%200%200%2024%20144m208%2016a216.5%20216.5%200%200%200-48.59%205.49q8.24%206.25%2016%2013.16A201.5%20201.5%200%200%201%20232%20176a8%208%200%200%201%200%2016c-6%200-11.93.29-17.85.86q8.32%208.67%2015.94%2018.14a8%208%200%201%201-12.48%2010A247%20247%200%200%200%2024%20128a8%208%200%200%201%200-16a265.4%20265.4%200%200%201%2048%204.38V80a8%208%200%200%201%203.2-6.4l64-48a8%208%200%200%201%209.6%200l64%2048A8%208%200%200%201%20216%2080v32.5c5.31-.32%2010.64-.5%2016-.5a8%208%200%200%201%200%2016a246.3%20246.3%200%200%200-84.26%2014.69q9.44%205%2018.46%2010.78A232.2%20232.2%200%200%201%20232%20144a8%208%200%200%201%200%2016m-103.93-26.73A261.5%20261.5%200%200%201%20168%20119.81V96h-48v34c2.71%201%205.4%202.13%208.07%203.27%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/farm-fill.svg?color=%231a73e8&size=48