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

Name
agriculture-sharp
Set
Material Symbols Light
Style
Sharp
Category
Transit
Viewbox
24×24
License
Apache 2.0

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="M5.73 19.23q-1.755 0-2.992-1.237T1.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.238m-.005-3.116q-.466 0-.788-.326t-.322-.793t.326-.79q.327-.321.793-.321q.467 0 .789.326q.322.327.322.793q0 .467-.326.79q-.327.322-.794.322M19.5 19.23q-1.258 0-2.129-.872q-.871-.87-.871-2.128t.871-2.129t2.129-.871t2.129.871t.871 2.129t-.871 2.128q-.871.872-2.129.872M6.808 8.269q.479 0 .855.28t.53.72h-5v-1zm1.211 9.02q.942-.943.942-2.289t-.942-2.289t-2.288-.942t-2.289.942T2.5 15t.942 2.289t2.289.942t2.288-.943m12.89.351q.591-.591.591-1.408t-.591-1.409t-1.409-.591t-1.409.591t-.591 1.409t.591 1.408t1.409.592t1.409-.592M10.689 15.5H15.8q.327-1.377 1.397-2.183t2.417-.806q.339 0 .671.06t.677.198v-6H14.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.813H9.546q.577.69.888 1.523q.31.833.291 1.727q0 .122-.012.244t-.024.237"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightAgricultureSharp(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="M5.73 19.23q-1.755 0-2.992-1.237T1.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.238m-.005-3.116q-.466 0-.788-.326t-.322-.793t.326-.79q.327-.321.793-.321q.467 0 .789.326q.322.327.322.793q0 .467-.326.79q-.327.322-.794.322M19.5 19.23q-1.258 0-2.129-.872q-.871-.87-.871-2.128t.871-2.129t2.129-.871t2.129.871t.871 2.129t-.871 2.128q-.871.872-2.129.872M6.808 8.269q.479 0 .855.28t.53.72h-5v-1zm1.211 9.02q.942-.943.942-2.289t-.942-2.289t-2.288-.942t-2.289.942T2.5 15t.942 2.289t2.289.942t2.288-.943m12.89.351q.591-.591.591-1.408t-.591-1.409t-1.409-.591t-1.409.591t-.591 1.409t.591 1.408t1.409.592t1.409-.592M10.689 15.5H15.8q.327-1.377 1.397-2.183t2.417-.806q.339 0 .671.06t.677.198v-6H14.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.813H9.546q.577.69.888 1.523q.31.833.291 1.727q0 .122-.012.244t-.024.237"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.73 19.23q-1.755 0-2.992-1.237T1.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.238m-.005-3.116q-.466 0-.788-.326t-.322-.793t.326-.79q.327-.321.793-.321q.467 0 .789.326q.322.327.322.793q0 .467-.326.79q-.327.322-.794.322M19.5 19.23q-1.258 0-2.129-.872q-.871-.87-.871-2.128t.871-2.129t2.129-.871t2.129.871t.871 2.129t-.871 2.128q-.871.872-2.129.872M6.808 8.269q.479 0 .855.28t.53.72h-5v-1zm1.211 9.02q.942-.943.942-2.289t-.942-2.289t-2.288-.942t-2.289.942T2.5 15t.942 2.289t2.289.942t2.288-.943m12.89.351q.591-.591.591-1.408t-.591-1.409t-1.409-.591t-1.409.591t-.591 1.409t.591 1.408t1.409.592t1.409-.592M10.689 15.5H15.8q.327-1.377 1.397-2.183t2.417-.806q.339 0 .671.06t.677.198v-6H14.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.813H9.546q.577.69.888 1.523q.31.833.291 1.727q0 .122-.012.244t-.024.237"/></svg>
</template>

CSS

.icon-agriculture-sharp {
  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%22M5.73%2019.23q-1.755%200-2.992-1.237T1.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.238m-.005-3.116q-.466%200-.788-.326t-.322-.793t.326-.79q.327-.321.793-.321q.467%200%20.789.326q.322.327.322.793q0%20.467-.326.79q-.327.322-.794.322M19.5%2019.23q-1.258%200-2.129-.872q-.871-.87-.871-2.128t.871-2.129t2.129-.871t2.129.871t.871%202.129t-.871%202.128q-.871.872-2.129.872M6.808%208.269q.479%200%20.855.28t.53.72h-5v-1zm1.211%209.02q.942-.943.942-2.289t-.942-2.289t-2.288-.942t-2.289.942T2.5%2015t.942%202.289t2.289.942t2.288-.943m12.89.351q.591-.591.591-1.408t-.591-1.409t-1.409-.591t-1.409.591t-.591%201.409t.591%201.408t1.409.592t1.409-.592M10.689%2015.5H15.8q.327-1.377%201.397-2.183t2.417-.806q.339%200%20.671.06t.677.198v-6H14.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.813H9.546q.577.69.888%201.523q.31.833.291%201.727q0%20.122-.012.244t-.024.237%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%22M5.73%2019.23q-1.755%200-2.992-1.237T1.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.238m-.005-3.116q-.466%200-.788-.326t-.322-.793t.326-.79q.327-.321.793-.321q.467%200%20.789.326q.322.327.322.793q0%20.467-.326.79q-.327.322-.794.322M19.5%2019.23q-1.258%200-2.129-.872q-.871-.87-.871-2.128t.871-2.129t2.129-.871t2.129.871t.871%202.129t-.871%202.128q-.871.872-2.129.872M6.808%208.269q.479%200%20.855.28t.53.72h-5v-1zm1.211%209.02q.942-.943.942-2.289t-.942-2.289t-2.288-.942t-2.289.942T2.5%2015t.942%202.289t2.289.942t2.288-.943m12.89.351q.591-.591.591-1.408t-.591-1.409t-1.409-.591t-1.409.591t-.591%201.409t.591%201.408t1.409.592t1.409-.592M10.689%2015.5H15.8q.327-1.377%201.397-2.183t2.417-.806q.339%200%20.671.06t.677.198v-6H14.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.813H9.546q.577.69.888%201.523q.31.833.291%201.727q0%20.122-.012.244t-.024.237%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-sharp.svg?color=%231a73e8&size=48