agriculture icon
agriculture-outline from Material Symbols by Google · Outline · Transit · Apache-2.0 Free for personal and commercial use.
- Name
- agriculture-outline
- Set
- Material Symbols
- Style
- Outline
- Category
- Transit
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- agriculture-outline-rounded
4 other variants in Material Symbols
The same icon in other sets
More transit icons from Material Symbols
airlinesairport-shuttleambulanceauto-towingauto-transmissionbike-dockbike-lanebike-scooterboat-busboat-railwaybus-alertbus-map-pinbus-railwaycable-carcar-crashcar-defrost-leftcar-defrost-low-leftcar-defrost-low-rightcar-defrost-mid-leftcar-defrost-mid-low-leftcar-defrost-mid-low-rightcar-defrost-mid-rightcar-defrost-rightcar-fan-low-left
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="M4 9q-.425 0-.712-.288T3 8t.288-.712T4 7h3q.825 0 1.413.588T9 9zm2 9q1.25 0 2.125-.875T9 15t-.875-2.125T6 12t-2.125.875T3 15t.875 2.125T6 18m14.563-.437Q21 17.125 21 16.5t-.437-1.062T19.5 15t-1.062.438T18 16.5t.438 1.063T19.5 18t1.063-.437M6 16.5q-.625 0-1.062-.437T4.5 15t.438-1.062T6 13.5t1.063.438T7.5 15t-.437 1.063T6 16.5m14-3.475q.65.125 1.075.338t.925.687V8q0-.825-.587-1.412T20 6h-6.3l-1.05-1.1l1.4-1.4l-.7-.7L9.8 6.35l.75.7l1.4-1.4L13 6.7V9q0 .825-.587 1.413T11 11H8.975q.575.425.925.875T10.6 13h.4q1.65 0 2.825-1.175T15 9V8h5zM16.025 16q.15-.675.363-1.088T17.05 14H10.9q.1.575.1 1t-.1 1zm3.475 4q-1.45 0-2.475-1.025T16 16.5t1.025-2.475T19.5 13t2.475 1.025T23 16.5t-1.025 2.475T19.5 20M6 20q-2.075 0-3.537-1.463T1 15t1.463-3.537T6 10t3.538 1.463T11 15t-1.463 3.538T6 20m9.825-9"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsAgricultureOutline(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="M4 9q-.425 0-.712-.288T3 8t.288-.712T4 7h3q.825 0 1.413.588T9 9zm2 9q1.25 0 2.125-.875T9 15t-.875-2.125T6 12t-2.125.875T3 15t.875 2.125T6 18m14.563-.437Q21 17.125 21 16.5t-.437-1.062T19.5 15t-1.062.438T18 16.5t.438 1.063T19.5 18t1.063-.437M6 16.5q-.625 0-1.062-.437T4.5 15t.438-1.062T6 13.5t1.063.438T7.5 15t-.437 1.063T6 16.5m14-3.475q.65.125 1.075.338t.925.687V8q0-.825-.587-1.412T20 6h-6.3l-1.05-1.1l1.4-1.4l-.7-.7L9.8 6.35l.75.7l1.4-1.4L13 6.7V9q0 .825-.587 1.413T11 11H8.975q.575.425.925.875T10.6 13h.4q1.65 0 2.825-1.175T15 9V8h5zM16.025 16q.15-.675.363-1.088T17.05 14H10.9q.1.575.1 1t-.1 1zm3.475 4q-1.45 0-2.475-1.025T16 16.5t1.025-2.475T19.5 13t2.475 1.025T23 16.5t-1.025 2.475T19.5 20M6 20q-2.075 0-3.537-1.463T1 15t1.463-3.537T6 10t3.538 1.463T11 15t-1.463 3.538T6 20m9.825-9"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 9q-.425 0-.712-.288T3 8t.288-.712T4 7h3q.825 0 1.413.588T9 9zm2 9q1.25 0 2.125-.875T9 15t-.875-2.125T6 12t-2.125.875T3 15t.875 2.125T6 18m14.563-.437Q21 17.125 21 16.5t-.437-1.062T19.5 15t-1.062.438T18 16.5t.438 1.063T19.5 18t1.063-.437M6 16.5q-.625 0-1.062-.437T4.5 15t.438-1.062T6 13.5t1.063.438T7.5 15t-.437 1.063T6 16.5m14-3.475q.65.125 1.075.338t.925.687V8q0-.825-.587-1.412T20 6h-6.3l-1.05-1.1l1.4-1.4l-.7-.7L9.8 6.35l.75.7l1.4-1.4L13 6.7V9q0 .825-.587 1.413T11 11H8.975q.575.425.925.875T10.6 13h.4q1.65 0 2.825-1.175T15 9V8h5zM16.025 16q.15-.675.363-1.088T17.05 14H10.9q.1.575.1 1t-.1 1zm3.475 4q-1.45 0-2.475-1.025T16 16.5t1.025-2.475T19.5 13t2.475 1.025T23 16.5t-1.025 2.475T19.5 20M6 20q-2.075 0-3.537-1.463T1 15t1.463-3.537T6 10t3.538 1.463T11 15t-1.463 3.538T6 20m9.825-9"/></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%22M4%209q-.425%200-.712-.288T3%208t.288-.712T4%207h3q.825%200%201.413.588T9%209zm2%209q1.25%200%202.125-.875T9%2015t-.875-2.125T6%2012t-2.125.875T3%2015t.875%202.125T6%2018m14.563-.437Q21%2017.125%2021%2016.5t-.437-1.062T19.5%2015t-1.062.438T18%2016.5t.438%201.063T19.5%2018t1.063-.437M6%2016.5q-.625%200-1.062-.437T4.5%2015t.438-1.062T6%2013.5t1.063.438T7.5%2015t-.437%201.063T6%2016.5m14-3.475q.65.125%201.075.338t.925.687V8q0-.825-.587-1.412T20%206h-6.3l-1.05-1.1l1.4-1.4l-.7-.7L9.8%206.35l.75.7l1.4-1.4L13%206.7V9q0%20.825-.587%201.413T11%2011H8.975q.575.425.925.875T10.6%2013h.4q1.65%200%202.825-1.175T15%209V8h5zM16.025%2016q.15-.675.363-1.088T17.05%2014H10.9q.1.575.1%201t-.1%201zm3.475%204q-1.45%200-2.475-1.025T16%2016.5t1.025-2.475T19.5%2013t2.475%201.025T23%2016.5t-1.025%202.475T19.5%2020M6%2020q-2.075%200-3.537-1.463T1%2015t1.463-3.537T6%2010t3.538%201.463T11%2015t-1.463%203.538T6%2020m9.825-9%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%22M4%209q-.425%200-.712-.288T3%208t.288-.712T4%207h3q.825%200%201.413.588T9%209zm2%209q1.25%200%202.125-.875T9%2015t-.875-2.125T6%2012t-2.125.875T3%2015t.875%202.125T6%2018m14.563-.437Q21%2017.125%2021%2016.5t-.437-1.062T19.5%2015t-1.062.438T18%2016.5t.438%201.063T19.5%2018t1.063-.437M6%2016.5q-.625%200-1.062-.437T4.5%2015t.438-1.062T6%2013.5t1.063.438T7.5%2015t-.437%201.063T6%2016.5m14-3.475q.65.125%201.075.338t.925.687V8q0-.825-.587-1.412T20%206h-6.3l-1.05-1.1l1.4-1.4l-.7-.7L9.8%206.35l.75.7l1.4-1.4L13%206.7V9q0%20.825-.587%201.413T11%2011H8.975q.575.425.925.875T10.6%2013h.4q1.65%200%202.825-1.175T15%209V8h5zM16.025%2016q.15-.675.363-1.088T17.05%2014H10.9q.1.575.1%201t-.1%201zm3.475%204q-1.45%200-2.475-1.025T16%2016.5t1.025-2.475T19.5%2013t2.475%201.025T23%2016.5t-1.025%202.475T19.5%2020M6%2020q-2.075%200-3.537-1.463T1%2015t1.463-3.537T6%2010t3.538%201.463T11%2015t-1.463%203.538T6%2020m9.825-9%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/agriculture-outline.svg?color=%231a73e8&size=48