garden cart icon
garden-cart from Material Symbols by Google · Regular · Social · Apache-2.0 Free for personal and commercial use.
- Name
- garden-cart
- Set
- Material Symbols
- Style
- Regular
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols
The same icon in other sets
More social icons from Material Symbols
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.3 21q-.95 0-1.625-.687T5 18.675V9.4L3.175 5H1V3h3.525l1.65 4H20.95q.575 0 .875.475t.025.975L19 14.025q1.275.2 2.138 1.175T22 17.5q0 1.45-1.012 2.475T18.525 21q-1.475 0-2.487-1.025T15.025 17.5q0-.5.125-.925t.35-.825l-3.275-.3l-3 4.5q-.325.5-.837.775T7.3 21m.025-2.025q.05 0 .225-.125l2.425-3.6q-1.225-.125-1.925-.587T7 13.7v5q0 .125.1.2t.225.075M18.5 19q.65 0 1.075-.437T20 17.5q0-.65-.425-1.075T18.5 16q-.625 0-1.062.425T17 17.5q0 .625.438 1.063T18.5 19"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsGardenCart(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.3 21q-.95 0-1.625-.687T5 18.675V9.4L3.175 5H1V3h3.525l1.65 4H20.95q.575 0 .875.475t.025.975L19 14.025q1.275.2 2.138 1.175T22 17.5q0 1.45-1.012 2.475T18.525 21q-1.475 0-2.487-1.025T15.025 17.5q0-.5.125-.925t.35-.825l-3.275-.3l-3 4.5q-.325.5-.837.775T7.3 21m.025-2.025q.05 0 .225-.125l2.425-3.6q-1.225-.125-1.925-.587T7 13.7v5q0 .125.1.2t.225.075M18.5 19q.65 0 1.075-.437T20 17.5q0-.65-.425-1.075T18.5 16q-.625 0-1.062.425T17 17.5q0 .625.438 1.063T18.5 19"/></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.3 21q-.95 0-1.625-.687T5 18.675V9.4L3.175 5H1V3h3.525l1.65 4H20.95q.575 0 .875.475t.025.975L19 14.025q1.275.2 2.138 1.175T22 17.5q0 1.45-1.012 2.475T18.525 21q-1.475 0-2.487-1.025T15.025 17.5q0-.5.125-.925t.35-.825l-3.275-.3l-3 4.5q-.325.5-.837.775T7.3 21m.025-2.025q.05 0 .225-.125l2.425-3.6q-1.225-.125-1.925-.587T7 13.7v5q0 .125.1.2t.225.075M18.5 19q.65 0 1.075-.437T20 17.5q0-.65-.425-1.075T18.5 16q-.625 0-1.062.425T17 17.5q0 .625.438 1.063T18.5 19"/></svg> </template>
CSS
.icon-garden-cart {
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.3%2021q-.95%200-1.625-.687T5%2018.675V9.4L3.175%205H1V3h3.525l1.65%204H20.95q.575%200%20.875.475t.025.975L19%2014.025q1.275.2%202.138%201.175T22%2017.5q0%201.45-1.012%202.475T18.525%2021q-1.475%200-2.487-1.025T15.025%2017.5q0-.5.125-.925t.35-.825l-3.275-.3l-3%204.5q-.325.5-.837.775T7.3%2021m.025-2.025q.05%200%20.225-.125l2.425-3.6q-1.225-.125-1.925-.587T7%2013.7v5q0%20.125.1.2t.225.075M18.5%2019q.65%200%201.075-.437T20%2017.5q0-.65-.425-1.075T18.5%2016q-.625%200-1.062.425T17%2017.5q0%20.625.438%201.063T18.5%2019%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.3%2021q-.95%200-1.625-.687T5%2018.675V9.4L3.175%205H1V3h3.525l1.65%204H20.95q.575%200%20.875.475t.025.975L19%2014.025q1.275.2%202.138%201.175T22%2017.5q0%201.45-1.012%202.475T18.525%2021q-1.475%200-2.487-1.025T15.025%2017.5q0-.5.125-.925t.35-.825l-3.275-.3l-3%204.5q-.325.5-.837.775T7.3%2021m.025-2.025q.05%200%20.225-.125l2.425-3.6q-1.225-.125-1.925-.587T7%2013.7v5q0%20.125.1.2t.225.075M18.5%2019q.65%200%201.075-.437T20%2017.5q0-.65-.425-1.075T18.5%2016q-.625%200-1.062.425T17%2017.5q0%20.625.438%201.063T18.5%2019%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/garden-cart.svg?color=%231a73e8&size=48