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

Name
golf-course-rounded
Set
Material Symbols
Style
Rounded
Category
Travel
Viewbox
24×24
License
Apache 2.0
Aliases
golf-course-outline-rounded

1 other variant in Material Symbols

The same icon in other sets

More travel icons from Material Symbols

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.5 21q-.625 0-1.062-.437T18 19.5t.438-1.062T19.5 18t1.063.438T21 19.5t-.437 1.063T19.5 21M10 22q-2.5 0-4.25-.587T4 20q0-.575.825-1.025T7 18.25V19q0 .425.288.713T8 20t.713-.288T9 19V3.6q0-.575.475-.863t.975-.037l4.75 2.325q.575.275.575.9t-.55.9L11 9v9.05q2.15.125 3.575.663T16 20q0 .825-1.75 1.413T10 22"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsGolfCourseRounded(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.5 21q-.625 0-1.062-.437T18 19.5t.438-1.062T19.5 18t1.063.438T21 19.5t-.437 1.063T19.5 21M10 22q-2.5 0-4.25-.587T4 20q0-.575.825-1.025T7 18.25V19q0 .425.288.713T8 20t.713-.288T9 19V3.6q0-.575.475-.863t.975-.037l4.75 2.325q.575.275.575.9t-.55.9L11 9v9.05q2.15.125 3.575.663T16 20q0 .825-1.75 1.413T10 22"/></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.5 21q-.625 0-1.062-.437T18 19.5t.438-1.062T19.5 18t1.063.438T21 19.5t-.437 1.063T19.5 21M10 22q-2.5 0-4.25-.587T4 20q0-.575.825-1.025T7 18.25V19q0 .425.288.713T8 20t.713-.288T9 19V3.6q0-.575.475-.863t.975-.037l4.75 2.325q.575.275.575.9t-.55.9L11 9v9.05q2.15.125 3.575.663T16 20q0 .825-1.75 1.413T10 22"/></svg>
</template>

CSS

.icon-golf-course-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%22M19.5%2021q-.625%200-1.062-.437T18%2019.5t.438-1.062T19.5%2018t1.063.438T21%2019.5t-.437%201.063T19.5%2021M10%2022q-2.5%200-4.25-.587T4%2020q0-.575.825-1.025T7%2018.25V19q0%20.425.288.713T8%2020t.713-.288T9%2019V3.6q0-.575.475-.863t.975-.037l4.75%202.325q.575.275.575.9t-.55.9L11%209v9.05q2.15.125%203.575.663T16%2020q0%20.825-1.75%201.413T10%2022%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.5%2021q-.625%200-1.062-.437T18%2019.5t.438-1.062T19.5%2018t1.063.438T21%2019.5t-.437%201.063T19.5%2021M10%2022q-2.5%200-4.25-.587T4%2020q0-.575.825-1.025T7%2018.25V19q0%20.425.288.713T8%2020t.713-.288T9%2019V3.6q0-.575.475-.863t.975-.037l4.75%202.325q.575.275.575.9t-.55.9L11%209v9.05q2.15.125%203.575.663T16%2020q0%20.825-1.75%201.413T10%2022%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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