garden cart icon
garden-cart-rounded from Material Symbols Light by Google · Rounded · Social · Apache-2.0 Free for personal and commercial use.
- Name
- garden-cart-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols Light
The same icon in other sets
More social icons from Material Symbols Light
Use the garden cart icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.377 18.904q-.604 0-.99-.419T6 17.464V9.297L4.329 5.423H2.962q-.213 0-.357-.144t-.144-.356t.144-.357t.356-.143h1.505q.243 0 .447.138q.203.137.304.353L6.541 8h13.101q.463 0 .704.389t.023.792l-2.407 4.729q.967.084 1.618.802q.65.717.65 1.692q0 1.036-.72 1.768q-.722.732-1.755.732q-1.051 0-1.775-.732t-.724-1.768q0-.486.163-.899q.164-.413.466-.736l-4.68-.415l-2.5 3.73q-.228.347-.58.583q-.353.237-.748.237m.006-1.025q.204 0 .494-.356l2.214-3.273q-1.014-.125-1.656-.54q-.643-.414-.974-1.106L7 11.527v5.942q0 .187.1.298q.1.112.283.112m10.348.044q.65 0 1.075-.437t.425-1.063q0-.65-.425-1.075t-1.075-.425q-.625 0-1.063.425t-.437 1.075q0 .625.437 1.063t1.063.437"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightGardenCartRounded(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="M7.377 18.904q-.604 0-.99-.419T6 17.464V9.297L4.329 5.423H2.962q-.213 0-.357-.144t-.144-.356t.144-.357t.356-.143h1.505q.243 0 .447.138q.203.137.304.353L6.541 8h13.101q.463 0 .704.389t.023.792l-2.407 4.729q.967.084 1.618.802q.65.717.65 1.692q0 1.036-.72 1.768q-.722.732-1.755.732q-1.051 0-1.775-.732t-.724-1.768q0-.486.163-.899q.164-.413.466-.736l-4.68-.415l-2.5 3.73q-.228.347-.58.583q-.353.237-.748.237m.006-1.025q.204 0 .494-.356l2.214-3.273q-1.014-.125-1.656-.54q-.643-.414-.974-1.106L7 11.527v5.942q0 .187.1.298q.1.112.283.112m10.348.044q.65 0 1.075-.437t.425-1.063q0-.65-.425-1.075t-1.075-.425q-.625 0-1.063.425t-.437 1.075q0 .625.437 1.063t1.063.437"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.377 18.904q-.604 0-.99-.419T6 17.464V9.297L4.329 5.423H2.962q-.213 0-.357-.144t-.144-.356t.144-.357t.356-.143h1.505q.243 0 .447.138q.203.137.304.353L6.541 8h13.101q.463 0 .704.389t.023.792l-2.407 4.729q.967.084 1.618.802q.65.717.65 1.692q0 1.036-.72 1.768q-.722.732-1.755.732q-1.051 0-1.775-.732t-.724-1.768q0-.486.163-.899q.164-.413.466-.736l-4.68-.415l-2.5 3.73q-.228.347-.58.583q-.353.237-.748.237m.006-1.025q.204 0 .494-.356l2.214-3.273q-1.014-.125-1.656-.54q-.643-.414-.974-1.106L7 11.527v5.942q0 .187.1.298q.1.112.283.112m10.348.044q.65 0 1.075-.437t.425-1.063q0-.65-.425-1.075t-1.075-.425q-.625 0-1.063.425t-.437 1.075q0 .625.437 1.063t1.063.437"/></svg> </template>
CSS
.icon-garden-cart-rounded {
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%22M7.377%2018.904q-.604%200-.99-.419T6%2017.464V9.297L4.329%205.423H2.962q-.213%200-.357-.144t-.144-.356t.144-.357t.356-.143h1.505q.243%200%20.447.138q.203.137.304.353L6.541%208h13.101q.463%200%20.704.389t.023.792l-2.407%204.729q.967.084%201.618.802q.65.717.65%201.692q0%201.036-.72%201.768q-.722.732-1.755.732q-1.051%200-1.775-.732t-.724-1.768q0-.486.163-.899q.164-.413.466-.736l-4.68-.415l-2.5%203.73q-.228.347-.58.583q-.353.237-.748.237m.006-1.025q.204%200%20.494-.356l2.214-3.273q-1.014-.125-1.656-.54q-.643-.414-.974-1.106L7%2011.527v5.942q0%20.187.1.298q.1.112.283.112m10.348.044q.65%200%201.075-.437t.425-1.063q0-.65-.425-1.075t-1.075-.425q-.625%200-1.063.425t-.437%201.075q0%20.625.437%201.063t1.063.437%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%22M7.377%2018.904q-.604%200-.99-.419T6%2017.464V9.297L4.329%205.423H2.962q-.213%200-.357-.144t-.144-.356t.144-.357t.356-.143h1.505q.243%200%20.447.138q.203.137.304.353L6.541%208h13.101q.463%200%20.704.389t.023.792l-2.407%204.729q.967.084%201.618.802q.65.717.65%201.692q0%201.036-.72%201.768q-.722.732-1.755.732q-1.051%200-1.775-.732t-.724-1.768q0-.486.163-.899q.164-.413.466-.736l-4.68-.415l-2.5%203.73q-.228.347-.58.583q-.353.237-.748.237m.006-1.025q.204%200%20.494-.356l2.214-3.273q-1.014-.125-1.656-.54q-.643-.414-.974-1.106L7%2011.527v5.942q0%20.187.1.298q.1.112.283.112m10.348.044q.65%200%201.075-.437t.425-1.063q0-.65-.425-1.075t-1.075-.425q-.625%200-1.063.425t-.437%201.075q0%20.625.437%201.063t1.063.437%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/garden-cart-rounded.svg?color=%231a73e8&size=48