round agriculture icon

round-agriculture from Google Material Icons by Material Design Authors · Baseline · Maps · Apache-2.0 Free for personal and commercial use.

Name
round-agriculture
Set
Google Material Icons
Style
Baseline
Category
Maps
Viewbox
24×24
License
Apache 2.0

More maps icons from Google Material Icons

Use the round agriculture icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.5 11.97c.93 0 1.78.28 2.5.76V7.97c0-1.1-.9-2-2-2h-6.29l-1.06-1.06l1.06-1.06c.2-.2.2-.51 0-.71s-.51-.2-.71 0l-2.83 2.83c-.2.2-.2.51 0 .71s.51.2.71 0l1.06-1.06L13 6.68v2.29c0 1.1-.9 2-2 2h-.54a5.98 5.98 0 0 1 1.54 4c0 .34-.04.67-.09 1h3.14c.25-2.24 2.14-4 4.45-4"/><path fill="currentColor" d="M19.5 12.97c-1.93 0-3.5 1.57-3.5 3.5s1.57 3.5 3.5 3.5s3.5-1.57 3.5-3.5s-1.57-3.5-3.5-3.5m0 5c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5s1.5.67 1.5 1.5s-.67 1.5-1.5 1.5M4 8.97h5c0-1.1-.9-2-2-2H4c-.55 0-1 .45-1 1c0 .56.45 1 1 1m5.83 4.82l-.18-.47l.93-.35a4.92 4.92 0 0 0-2.31-2.43l-.4.89l-.46-.21l.4-.9c-.55-.21-1.17-.35-1.81-.35c-.53 0-1.04.11-1.52.26l.34.91l-.47.18L4 10.4a4.92 4.92 0 0 0-2.43 2.31l.89.4l-.21.46l-.9-.4a4.9 4.9 0 0 0-.35 1.8c0 .53.11 1.04.26 1.52l.91-.34l.18.47l-.93.35a4.92 4.92 0 0 0 2.31 2.43l.4-.89l.46.21l-.4.9c.57.22 1.18.35 1.82.35c.53 0 1.04-.11 1.52-.26l-.35-.91l.47-.18l.35.93a4.92 4.92 0 0 0 2.43-2.31l-.89-.4l.21-.46l.9.4c.22-.57.35-1.18.35-1.82c0-.53-.11-1.04-.26-1.52zm-2.68 3.96c-1.53.63-3.29-.09-3.92-1.62s.09-3.29 1.62-3.92s3.29.09 3.92 1.62c.64 1.53-.09 3.28-1.62 3.92"/></svg>

React

import type { SVGProps } from "react";

export function IcRoundAgriculture(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="M19.5 11.97c.93 0 1.78.28 2.5.76V7.97c0-1.1-.9-2-2-2h-6.29l-1.06-1.06l1.06-1.06c.2-.2.2-.51 0-.71s-.51-.2-.71 0l-2.83 2.83c-.2.2-.2.51 0 .71s.51.2.71 0l1.06-1.06L13 6.68v2.29c0 1.1-.9 2-2 2h-.54a5.98 5.98 0 0 1 1.54 4c0 .34-.04.67-.09 1h3.14c.25-2.24 2.14-4 4.45-4"/><path fill="currentColor" d="M19.5 12.97c-1.93 0-3.5 1.57-3.5 3.5s1.57 3.5 3.5 3.5s3.5-1.57 3.5-3.5s-1.57-3.5-3.5-3.5m0 5c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5s1.5.67 1.5 1.5s-.67 1.5-1.5 1.5M4 8.97h5c0-1.1-.9-2-2-2H4c-.55 0-1 .45-1 1c0 .56.45 1 1 1m5.83 4.82l-.18-.47l.93-.35a4.92 4.92 0 0 0-2.31-2.43l-.4.89l-.46-.21l.4-.9c-.55-.21-1.17-.35-1.81-.35c-.53 0-1.04.11-1.52.26l.34.91l-.47.18L4 10.4a4.92 4.92 0 0 0-2.43 2.31l.89.4l-.21.46l-.9-.4a4.9 4.9 0 0 0-.35 1.8c0 .53.11 1.04.26 1.52l.91-.34l.18.47l-.93.35a4.92 4.92 0 0 0 2.31 2.43l.4-.89l.46.21l-.4.9c.57.22 1.18.35 1.82.35c.53 0 1.04-.11 1.52-.26l-.35-.91l.47-.18l.35.93a4.92 4.92 0 0 0 2.43-2.31l-.89-.4l.21-.46l.9.4c.22-.57.35-1.18.35-1.82c0-.53-.11-1.04-.26-1.52zm-2.68 3.96c-1.53.63-3.29-.09-3.92-1.62s.09-3.29 1.62-3.92s3.29.09 3.92 1.62c.64 1.53-.09 3.28-1.62 3.92"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.5 11.97c.93 0 1.78.28 2.5.76V7.97c0-1.1-.9-2-2-2h-6.29l-1.06-1.06l1.06-1.06c.2-.2.2-.51 0-.71s-.51-.2-.71 0l-2.83 2.83c-.2.2-.2.51 0 .71s.51.2.71 0l1.06-1.06L13 6.68v2.29c0 1.1-.9 2-2 2h-.54a5.98 5.98 0 0 1 1.54 4c0 .34-.04.67-.09 1h3.14c.25-2.24 2.14-4 4.45-4"/><path fill="currentColor" d="M19.5 12.97c-1.93 0-3.5 1.57-3.5 3.5s1.57 3.5 3.5 3.5s3.5-1.57 3.5-3.5s-1.57-3.5-3.5-3.5m0 5c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5s1.5.67 1.5 1.5s-.67 1.5-1.5 1.5M4 8.97h5c0-1.1-.9-2-2-2H4c-.55 0-1 .45-1 1c0 .56.45 1 1 1m5.83 4.82l-.18-.47l.93-.35a4.92 4.92 0 0 0-2.31-2.43l-.4.89l-.46-.21l.4-.9c-.55-.21-1.17-.35-1.81-.35c-.53 0-1.04.11-1.52.26l.34.91l-.47.18L4 10.4a4.92 4.92 0 0 0-2.43 2.31l.89.4l-.21.46l-.9-.4a4.9 4.9 0 0 0-.35 1.8c0 .53.11 1.04.26 1.52l.91-.34l.18.47l-.93.35a4.92 4.92 0 0 0 2.31 2.43l.4-.89l.46.21l-.4.9c.57.22 1.18.35 1.82.35c.53 0 1.04-.11 1.52-.26l-.35-.91l.47-.18l.35.93a4.92 4.92 0 0 0 2.43-2.31l-.89-.4l.21-.46l.9.4c.22-.57.35-1.18.35-1.82c0-.53-.11-1.04-.26-1.52zm-2.68 3.96c-1.53.63-3.29-.09-3.92-1.62s.09-3.29 1.62-3.92s3.29.09 3.92 1.62c.64 1.53-.09 3.28-1.62 3.92"/></svg>
</template>

CSS

.icon-round-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19.5%2011.97c.93%200%201.78.28%202.5.76V7.97c0-1.1-.9-2-2-2h-6.29l-1.06-1.06l1.06-1.06c.2-.2.2-.51%200-.71s-.51-.2-.71%200l-2.83%202.83c-.2.2-.2.51%200%20.71s.51.2.71%200l1.06-1.06L13%206.68v2.29c0%201.1-.9%202-2%202h-.54a5.98%205.98%200%200%201%201.54%204c0%20.34-.04.67-.09%201h3.14c.25-2.24%202.14-4%204.45-4%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19.5%2012.97c-1.93%200-3.5%201.57-3.5%203.5s1.57%203.5%203.5%203.5s3.5-1.57%203.5-3.5s-1.57-3.5-3.5-3.5m0%205c-.83%200-1.5-.67-1.5-1.5s.67-1.5%201.5-1.5s1.5.67%201.5%201.5s-.67%201.5-1.5%201.5M4%208.97h5c0-1.1-.9-2-2-2H4c-.55%200-1%20.45-1%201c0%20.56.45%201%201%201m5.83%204.82l-.18-.47l.93-.35a4.92%204.92%200%200%200-2.31-2.43l-.4.89l-.46-.21l.4-.9c-.55-.21-1.17-.35-1.81-.35c-.53%200-1.04.11-1.52.26l.34.91l-.47.18L4%2010.4a4.92%204.92%200%200%200-2.43%202.31l.89.4l-.21.46l-.9-.4a4.9%204.9%200%200%200-.35%201.8c0%20.53.11%201.04.26%201.52l.91-.34l.18.47l-.93.35a4.92%204.92%200%200%200%202.31%202.43l.4-.89l.46.21l-.4.9c.57.22%201.18.35%201.82.35c.53%200%201.04-.11%201.52-.26l-.35-.91l.47-.18l.35.93a4.92%204.92%200%200%200%202.43-2.31l-.89-.4l.21-.46l.9.4c.22-.57.35-1.18.35-1.82c0-.53-.11-1.04-.26-1.52zm-2.68%203.96c-1.53.63-3.29-.09-3.92-1.62s.09-3.29%201.62-3.92s3.29.09%203.92%201.62c.64%201.53-.09%203.28-1.62%203.92%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%22M19.5%2011.97c.93%200%201.78.28%202.5.76V7.97c0-1.1-.9-2-2-2h-6.29l-1.06-1.06l1.06-1.06c.2-.2.2-.51%200-.71s-.51-.2-.71%200l-2.83%202.83c-.2.2-.2.51%200%20.71s.51.2.71%200l1.06-1.06L13%206.68v2.29c0%201.1-.9%202-2%202h-.54a5.98%205.98%200%200%201%201.54%204c0%20.34-.04.67-.09%201h3.14c.25-2.24%202.14-4%204.45-4%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19.5%2012.97c-1.93%200-3.5%201.57-3.5%203.5s1.57%203.5%203.5%203.5s3.5-1.57%203.5-3.5s-1.57-3.5-3.5-3.5m0%205c-.83%200-1.5-.67-1.5-1.5s.67-1.5%201.5-1.5s1.5.67%201.5%201.5s-.67%201.5-1.5%201.5M4%208.97h5c0-1.1-.9-2-2-2H4c-.55%200-1%20.45-1%201c0%20.56.45%201%201%201m5.83%204.82l-.18-.47l.93-.35a4.92%204.92%200%200%200-2.31-2.43l-.4.89l-.46-.21l.4-.9c-.55-.21-1.17-.35-1.81-.35c-.53%200-1.04.11-1.52.26l.34.91l-.47.18L4%2010.4a4.92%204.92%200%200%200-2.43%202.31l.89.4l-.21.46l-.9-.4a4.9%204.9%200%200%200-.35%201.8c0%20.53.11%201.04.26%201.52l.91-.34l.18.47l-.93.35a4.92%204.92%200%200%200%202.31%202.43l.4-.89l.46.21l-.4.9c.57.22%201.18.35%201.82.35c.53%200%201.04-.11%201.52-.26l-.35-.91l.47-.18l.35.93a4.92%204.92%200%200%200%202.43-2.31l-.89-.4l.21-.46l.9.4c.22-.57.35-1.18.35-1.82c0-.53-.11-1.04-.26-1.52zm-2.68%203.96c-1.53.63-3.29-.09-3.92-1.62s.09-3.29%201.62-3.92s3.29.09%203.92%201.62c.64%201.53-.09%203.28-1.62%203.92%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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