golf cart icon

golf-cart from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
golf-cart
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Related icons in Huge Icons

Use the golf cart icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M3.998 18.982c-.925 0-1.998.236-1.998-.995V15.84c0-1.72 0-2.58.499-3.144c.78-.88 2.289-.674 3.337-.674c.809 0 1.805-.112 2.49.411c.454.347.67.92 1.102 2.066c.165.438.283 1.044.688 1.324c.257.177.592.177 1.262.177h2.112c1.323 0 1.771-1.026 2.498-1.99h1.554c2.19 0 4.218 1.277 4.425 3.632c.041.471.155 1.34-.54 1.34h-1.443m-3.997 0H8.495"/><circle cx="6" cy="19" r="2"/><circle cx="18" cy="19" r="2"/><path d="M4 12V3m15 11L16 3M2 3h16m-2 11l-2-3m-1 1l2-2m-8.5 2c0-2.03-.12-4-2.5-4"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsGolfCart(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M3.998 18.982c-.925 0-1.998.236-1.998-.995V15.84c0-1.72 0-2.58.499-3.144c.78-.88 2.289-.674 3.337-.674c.809 0 1.805-.112 2.49.411c.454.347.67.92 1.102 2.066c.165.438.283 1.044.688 1.324c.257.177.592.177 1.262.177h2.112c1.323 0 1.771-1.026 2.498-1.99h1.554c2.19 0 4.218 1.277 4.425 3.632c.041.471.155 1.34-.54 1.34h-1.443m-3.997 0H8.495"/><circle cx="6" cy="19" r="2"/><circle cx="18" cy="19" r="2"/><path d="M4 12V3m15 11L16 3M2 3h16m-2 11l-2-3m-1 1l2-2m-8.5 2c0-2.03-.12-4-2.5-4"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M3.998 18.982c-.925 0-1.998.236-1.998-.995V15.84c0-1.72 0-2.58.499-3.144c.78-.88 2.289-.674 3.337-.674c.809 0 1.805-.112 2.49.411c.454.347.67.92 1.102 2.066c.165.438.283 1.044.688 1.324c.257.177.592.177 1.262.177h2.112c1.323 0 1.771-1.026 2.498-1.99h1.554c2.19 0 4.218 1.277 4.425 3.632c.041.471.155 1.34-.54 1.34h-1.443m-3.997 0H8.495"/><circle cx="6" cy="19" r="2"/><circle cx="18" cy="19" r="2"/><path d="M4 12V3m15 11L16 3M2 3h16m-2 11l-2-3m-1 1l2-2m-8.5 2c0-2.03-.12-4-2.5-4"/></g></svg>
</template>

CSS

.icon-golf-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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M3.998%2018.982c-.925%200-1.998.236-1.998-.995V15.84c0-1.72%200-2.58.499-3.144c.78-.88%202.289-.674%203.337-.674c.809%200%201.805-.112%202.49.411c.454.347.67.92%201.102%202.066c.165.438.283%201.044.688%201.324c.257.177.592.177%201.262.177h2.112c1.323%200%201.771-1.026%202.498-1.99h1.554c2.19%200%204.218%201.277%204.425%203.632c.041.471.155%201.34-.54%201.34h-1.443m-3.997%200H8.495%22%2F%3E%3Ccircle%20cx%3D%226%22%20cy%3D%2219%22%20r%3D%222%22%2F%3E%3Ccircle%20cx%3D%2218%22%20cy%3D%2219%22%20r%3D%222%22%2F%3E%3Cpath%20d%3D%22M4%2012V3m15%2011L16%203M2%203h16m-2%2011l-2-3m-1%201l2-2m-8.5%202c0-2.03-.12-4-2.5-4%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M3.998%2018.982c-.925%200-1.998.236-1.998-.995V15.84c0-1.72%200-2.58.499-3.144c.78-.88%202.289-.674%203.337-.674c.809%200%201.805-.112%202.49.411c.454.347.67.92%201.102%202.066c.165.438.283%201.044.688%201.324c.257.177.592.177%201.262.177h2.112c1.323%200%201.771-1.026%202.498-1.99h1.554c2.19%200%204.218%201.277%204.425%203.632c.041.471.155%201.34-.54%201.34h-1.443m-3.997%200H8.495%22%2F%3E%3Ccircle%20cx%3D%226%22%20cy%3D%2219%22%20r%3D%222%22%2F%3E%3Ccircle%20cx%3D%2218%22%20cy%3D%2219%22%20r%3D%222%22%2F%3E%3Cpath%20d%3D%22M4%2012V3m15%2011L16%203M2%203h16m-2%2011l-2-3m-1%201l2-2m-8.5%202c0-2.03-.12-4-2.5-4%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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