golf-course from Material Symbols Light by Google · Regular · Travel · Apache-2.0 Free for personal and commercial use.

Name
golf-course
Set
Material Symbols Light
Style
Regular
Category
Travel
Viewbox
24×24
License
Apache 2.0
Aliases
golf-course-outline, golf-course-outline-sharp, golf-course-sharp

1 other variant in Material Symbols Light

The same icon in other sets

More travel icons from Material Symbols Light

Use the golf course icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.502 20.5q-.415 0-.709-.291t-.293-.707t.291-.709t.707-.293t.709.291t.293.707t-.291.709t-.707.293m-9.5 1q-2.29 0-3.896-.434Q4.5 20.633 4.5 20q0-.485 1.094-.865t2.368-.5v1.48H9.5V2.809L15.885 5.9L10.5 8.692v9.82q2.15.124 3.575.526T15.5 20q0 .633-1.604 1.066q-1.603.434-3.894.434"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightGolfCourse(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="M19.502 20.5q-.415 0-.709-.291t-.293-.707t.291-.709t.707-.293t.709.291t.293.707t-.291.709t-.707.293m-9.5 1q-2.29 0-3.896-.434Q4.5 20.633 4.5 20q0-.485 1.094-.865t2.368-.5v1.48H9.5V2.809L15.885 5.9L10.5 8.692v9.82q2.15.124 3.575.526T15.5 20q0 .633-1.604 1.066q-1.603.434-3.894.434"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.502 20.5q-.415 0-.709-.291t-.293-.707t.291-.709t.707-.293t.709.291t.293.707t-.291.709t-.707.293m-9.5 1q-2.29 0-3.896-.434Q4.5 20.633 4.5 20q0-.485 1.094-.865t2.368-.5v1.48H9.5V2.809L15.885 5.9L10.5 8.692v9.82q2.15.124 3.575.526T15.5 20q0 .633-1.604 1.066q-1.603.434-3.894.434"/></svg>
</template>

CSS

.icon-golf-course {
  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%22M19.502%2020.5q-.415%200-.709-.291t-.293-.707t.291-.709t.707-.293t.709.291t.293.707t-.291.709t-.707.293m-9.5%201q-2.29%200-3.896-.434Q4.5%2020.633%204.5%2020q0-.485%201.094-.865t2.368-.5v1.48H9.5V2.809L15.885%205.9L10.5%208.692v9.82q2.15.124%203.575.526T15.5%2020q0%20.633-1.604%201.066q-1.603.434-3.894.434%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%22M19.502%2020.5q-.415%200-.709-.291t-.293-.707t.291-.709t.707-.293t.709.291t.293.707t-.291.709t-.707.293m-9.5%201q-2.29%200-3.896-.434Q4.5%2020.633%204.5%2020q0-.485%201.094-.865t2.368-.5v1.48H9.5V2.809L15.885%205.9L10.5%208.692v9.82q2.15.124%203.575.526T15.5%2020q0%20.633-1.604%201.066q-1.603.434-3.894.434%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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