garden-cart-outline-rounded from Material Symbols by Google · Outline Rounded · Social · Apache-2.0 Free for personal and commercial use.

Name
garden-cart-outline-rounded
Set
Material Symbols
Style
Outline Rounded
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 5H2q-.425 0-.712-.288T1 4t.288-.712T2 3h1.85q.3 0 .55.175t.375.45L6.175 7H20.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 21m9.55-7.125L19.325 9H7l1.25 3q.2.5.638.838t1.012.387zm-9.525 5.1q.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 19m-1.65-5.125l-6.95-.65z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsGardenCartOutlineRounded(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 5H2q-.425 0-.712-.288T1 4t.288-.712T2 3h1.85q.3 0 .55.175t.375.45L6.175 7H20.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 21m9.55-7.125L19.325 9H7l1.25 3q.2.5.638.838t1.012.387zm-9.525 5.1q.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 19m-1.65-5.125l-6.95-.65z"/></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 5H2q-.425 0-.712-.288T1 4t.288-.712T2 3h1.85q.3 0 .55.175t.375.45L6.175 7H20.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 21m9.55-7.125L19.325 9H7l1.25 3q.2.5.638.838t1.012.387zm-9.525 5.1q.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 19m-1.65-5.125l-6.95-.65z"/></svg>
</template>

CSS

.icon-garden-cart-outline-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.3%2021q-.95%200-1.625-.687T5%2018.675V9.4L3.175%205H2q-.425%200-.712-.288T1%204t.288-.712T2%203h1.85q.3%200%20.55.175t.375.45L6.175%207H20.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%2021m9.55-7.125L19.325%209H7l1.25%203q.2.5.638.838t1.012.387zm-9.525%205.1q.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%2019m-1.65-5.125l-6.95-.65z%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%205H2q-.425%200-.712-.288T1%204t.288-.712T2%203h1.85q.3%200%20.55.175t.375.45L6.175%207H20.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%2021m9.55-7.125L19.325%209H7l1.25%203q.2.5.638.838t1.012.387zm-9.525%205.1q.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%2019m-1.65-5.125l-6.95-.65z%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-rounded.svg?color=%231a73e8&size=48