agriculture-outline from Material Symbols Light by Google · Outline · Transit · Apache-2.0 Free for personal and commercial use.

Name
agriculture-outline
Set
Material Symbols Light
Style
Outline
Category
Transit
Viewbox
24×24
License
Apache 2.0
Aliases
agriculture-outline-rounded

4 other variants in Material Symbols Light

The same icon in other sets

More transit icons from Material Symbols Light

Use the agriculture icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.692 9.27q-.212 0-.356-.145t-.144-.357t.144-.356t.356-.143h3.116q.479 0 .855.28t.53.72zm2.039 8.96q1.346 0 2.288-.941T8.961 15t-.942-2.289t-2.288-.942t-2.289.942T2.5 15t.942 2.289t2.289.942m15.178-.592q.591-.591.591-1.408t-.591-1.409t-1.409-.591t-1.409.591t-.591 1.409t.591 1.408t1.409.592t1.409-.592M5.726 16.117q-.466 0-.788-.327t-.322-.793t.326-.79q.327-.321.793-.321q.467 0 .789.326q.322.327.322.793q0 .467-.326.79q-.327.322-.794.322m14.236-2.86q.304.067.517.145t.483.265V8.385q0-.667-.475-1.141t-1.14-.475H14.2l-1.05-1.1l1.4-1.4l-.7-.7l-3.55 3.55l.75.7l1.4-1.4l1.05 1.05V9q0 1.142-.813 1.956t-1.956.813H8.456q.286.252.463.471q.177.22.392.53h1.42q1.573 0 2.671-1.099T14.5 9V7.77h4.846q.27 0 .443.172q.173.173.173.442zm-3.38 2.244q.093-.31.189-.525t.298-.475H9.92q.042.288.042.5t-.042.5zm2.918 3.73q-1.258 0-2.129-.87q-.871-.872-.871-2.13t.871-2.128t2.129-.871t2.129.871t.871 2.129t-.871 2.128q-.871.872-2.129.872m-13.77 0q-1.755 0-2.992-1.238T1.5 15t1.241-2.993q1.242-1.238 2.99-1.238t2.99 1.238Q9.96 13.244 9.96 15t-1.237 2.993t-2.993 1.238m9.344-8.097"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightAgricultureOutline(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.692 9.27q-.212 0-.356-.145t-.144-.357t.144-.356t.356-.143h3.116q.479 0 .855.28t.53.72zm2.039 8.96q1.346 0 2.288-.941T8.961 15t-.942-2.289t-2.288-.942t-2.289.942T2.5 15t.942 2.289t2.289.942m15.178-.592q.591-.591.591-1.408t-.591-1.409t-1.409-.591t-1.409.591t-.591 1.409t.591 1.408t1.409.592t1.409-.592M5.726 16.117q-.466 0-.788-.327t-.322-.793t.326-.79q.327-.321.793-.321q.467 0 .789.326q.322.327.322.793q0 .467-.326.79q-.327.322-.794.322m14.236-2.86q.304.067.517.145t.483.265V8.385q0-.667-.475-1.141t-1.14-.475H14.2l-1.05-1.1l1.4-1.4l-.7-.7l-3.55 3.55l.75.7l1.4-1.4l1.05 1.05V9q0 1.142-.813 1.956t-1.956.813H8.456q.286.252.463.471q.177.22.392.53h1.42q1.573 0 2.671-1.099T14.5 9V7.77h4.846q.27 0 .443.172q.173.173.173.442zm-3.38 2.244q.093-.31.189-.525t.298-.475H9.92q.042.288.042.5t-.042.5zm2.918 3.73q-1.258 0-2.129-.87q-.871-.872-.871-2.13t.871-2.128t2.129-.871t2.129.871t.871 2.129t-.871 2.128q-.871.872-2.129.872m-13.77 0q-1.755 0-2.992-1.238T1.5 15t1.241-2.993q1.242-1.238 2.99-1.238t2.99 1.238Q9.96 13.244 9.96 15t-1.237 2.993t-2.993 1.238m9.344-8.097"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.692 9.27q-.212 0-.356-.145t-.144-.357t.144-.356t.356-.143h3.116q.479 0 .855.28t.53.72zm2.039 8.96q1.346 0 2.288-.941T8.961 15t-.942-2.289t-2.288-.942t-2.289.942T2.5 15t.942 2.289t2.289.942m15.178-.592q.591-.591.591-1.408t-.591-1.409t-1.409-.591t-1.409.591t-.591 1.409t.591 1.408t1.409.592t1.409-.592M5.726 16.117q-.466 0-.788-.327t-.322-.793t.326-.79q.327-.321.793-.321q.467 0 .789.326q.322.327.322.793q0 .467-.326.79q-.327.322-.794.322m14.236-2.86q.304.067.517.145t.483.265V8.385q0-.667-.475-1.141t-1.14-.475H14.2l-1.05-1.1l1.4-1.4l-.7-.7l-3.55 3.55l.75.7l1.4-1.4l1.05 1.05V9q0 1.142-.813 1.956t-1.956.813H8.456q.286.252.463.471q.177.22.392.53h1.42q1.573 0 2.671-1.099T14.5 9V7.77h4.846q.27 0 .443.172q.173.173.173.442zm-3.38 2.244q.093-.31.189-.525t.298-.475H9.92q.042.288.042.5t-.042.5zm2.918 3.73q-1.258 0-2.129-.87q-.871-.872-.871-2.13t.871-2.128t2.129-.871t2.129.871t.871 2.129t-.871 2.128q-.871.872-2.129.872m-13.77 0q-1.755 0-2.992-1.238T1.5 15t1.241-2.993q1.242-1.238 2.99-1.238t2.99 1.238Q9.96 13.244 9.96 15t-1.237 2.993t-2.993 1.238m9.344-8.097"/></svg>
</template>

CSS

.icon-agriculture-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3.692%209.27q-.212%200-.356-.145t-.144-.357t.144-.356t.356-.143h3.116q.479%200%20.855.28t.53.72zm2.039%208.96q1.346%200%202.288-.941T8.961%2015t-.942-2.289t-2.288-.942t-2.289.942T2.5%2015t.942%202.289t2.289.942m15.178-.592q.591-.591.591-1.408t-.591-1.409t-1.409-.591t-1.409.591t-.591%201.409t.591%201.408t1.409.592t1.409-.592M5.726%2016.117q-.466%200-.788-.327t-.322-.793t.326-.79q.327-.321.793-.321q.467%200%20.789.326q.322.327.322.793q0%20.467-.326.79q-.327.322-.794.322m14.236-2.86q.304.067.517.145t.483.265V8.385q0-.667-.475-1.141t-1.14-.475H14.2l-1.05-1.1l1.4-1.4l-.7-.7l-3.55%203.55l.75.7l1.4-1.4l1.05%201.05V9q0%201.142-.813%201.956t-1.956.813H8.456q.286.252.463.471q.177.22.392.53h1.42q1.573%200%202.671-1.099T14.5%209V7.77h4.846q.27%200%20.443.172q.173.173.173.442zm-3.38%202.244q.093-.31.189-.525t.298-.475H9.92q.042.288.042.5t-.042.5zm2.918%203.73q-1.258%200-2.129-.87q-.871-.872-.871-2.13t.871-2.128t2.129-.871t2.129.871t.871%202.129t-.871%202.128q-.871.872-2.129.872m-13.77%200q-1.755%200-2.992-1.238T1.5%2015t1.241-2.993q1.242-1.238%202.99-1.238t2.99%201.238Q9.96%2013.244%209.96%2015t-1.237%202.993t-2.993%201.238m9.344-8.097%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3.692%209.27q-.212%200-.356-.145t-.144-.357t.144-.356t.356-.143h3.116q.479%200%20.855.28t.53.72zm2.039%208.96q1.346%200%202.288-.941T8.961%2015t-.942-2.289t-2.288-.942t-2.289.942T2.5%2015t.942%202.289t2.289.942m15.178-.592q.591-.591.591-1.408t-.591-1.409t-1.409-.591t-1.409.591t-.591%201.409t.591%201.408t1.409.592t1.409-.592M5.726%2016.117q-.466%200-.788-.327t-.322-.793t.326-.79q.327-.321.793-.321q.467%200%20.789.326q.322.327.322.793q0%20.467-.326.79q-.327.322-.794.322m14.236-2.86q.304.067.517.145t.483.265V8.385q0-.667-.475-1.141t-1.14-.475H14.2l-1.05-1.1l1.4-1.4l-.7-.7l-3.55%203.55l.75.7l1.4-1.4l1.05%201.05V9q0%201.142-.813%201.956t-1.956.813H8.456q.286.252.463.471q.177.22.392.53h1.42q1.573%200%202.671-1.099T14.5%209V7.77h4.846q.27%200%20.443.172q.173.173.173.442zm-3.38%202.244q.093-.31.189-.525t.298-.475H9.92q.042.288.042.5t-.042.5zm2.918%203.73q-1.258%200-2.129-.87q-.871-.872-.871-2.13t.871-2.128t2.129-.871t2.129.871t.871%202.129t-.871%202.128q-.871.872-2.129.872m-13.77%200q-1.755%200-2.992-1.238T1.5%2015t1.241-2.993q1.242-1.238%202.99-1.238t2.99%201.238Q9.96%2013.244%209.96%2015t-1.237%202.993t-2.993%201.238m9.344-8.097%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/agriculture-outline.svg?color=%231a73e8&size=48