garden cart icon
garden-cart-outline-sharp from Material Symbols by Google · Outline Sharp · Social · Apache-2.0 Free for personal and commercial use.
- Name
- garden-cart-outline-sharp
- Set
- Material Symbols
- Style
- Outline Sharp
- 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="M12.225 15.45L8.525 21H5V9.4L3.175 5H1V3h3.525l1.65 4H22.6L19 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-.825zm4.625-1.575L19.325 9H7l1.725 4.125zM7 18.975h.475l2.5-3.725l-2.65-.25L7 14.225zM18.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 19m-1.65-5.125l-8.125-.75z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsGardenCartOutlineSharp(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="M12.225 15.45L8.525 21H5V9.4L3.175 5H1V3h3.525l1.65 4H22.6L19 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-.825zm4.625-1.575L19.325 9H7l1.725 4.125zM7 18.975h.475l2.5-3.725l-2.65-.25L7 14.225zM18.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 19m-1.65-5.125l-8.125-.75z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.225 15.45L8.525 21H5V9.4L3.175 5H1V3h3.525l1.65 4H22.6L19 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-.825zm4.625-1.575L19.325 9H7l1.725 4.125zM7 18.975h.475l2.5-3.725l-2.65-.25L7 14.225zM18.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 19m-1.65-5.125l-8.125-.75z"/></svg> </template>
CSS
.icon-garden-cart-outline-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%22M12.225%2015.45L8.525%2021H5V9.4L3.175%205H1V3h3.525l1.65%204H22.6L19%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-.825zm4.625-1.575L19.325%209H7l1.725%204.125zM7%2018.975h.475l2.5-3.725l-2.65-.25L7%2014.225zM18.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%2019m-1.65-5.125l-8.125-.75z%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%22M12.225%2015.45L8.525%2021H5V9.4L3.175%205H1V3h3.525l1.65%204H22.6L19%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-.825zm4.625-1.575L19.325%209H7l1.725%204.125zM7%2018.975h.475l2.5-3.725l-2.65-.25L7%2014.225zM18.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%2019m-1.65-5.125l-8.125-.75z%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-outline-sharp.svg?color=%231a73e8&size=48