sports-golf from Material Symbols by Google · Regular · Activities · Apache-2.0 Free for personal and commercial use.

Name
sports-golf
Set
Material Symbols
Style
Regular
Category
Activities
Viewbox
24×24
License
Apache 2.0
Aliases
sports-golf-sharp

3 other variants in Material Symbols

The same icon in other sets

More activities icons from Material Symbols

Use the sports golf icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.038 13.963Q5 11.925 5 9t2.038-4.962T12 2t4.963 2.038T19 9t-2.037 4.963T12 16t-4.962-2.037m3.674-5.25Q11 8.425 11 8t-.288-.712T10 7t-.712.288T9 8t.288.713T10 9t.713-.288m4 0Q15 8.426 15 8t-.288-.712T14 7t-.712.288T13 8t.288.713T14 9t.713-.288m-2-2Q13 6.426 13 6t-.288-.712T12 5t-.712.288T11 6t.288.713T12 7t.713-.288M11 22v-1q0-.825-.587-1.412T9 19H7v-2h10v2h-2q-.825 0-1.412.588T13 21v1z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsSportsGolf(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.038 13.963Q5 11.925 5 9t2.038-4.962T12 2t4.963 2.038T19 9t-2.037 4.963T12 16t-4.962-2.037m3.674-5.25Q11 8.425 11 8t-.288-.712T10 7t-.712.288T9 8t.288.713T10 9t.713-.288m4 0Q15 8.426 15 8t-.288-.712T14 7t-.712.288T13 8t.288.713T14 9t.713-.288m-2-2Q13 6.426 13 6t-.288-.712T12 5t-.712.288T11 6t.288.713T12 7t.713-.288M11 22v-1q0-.825-.587-1.412T9 19H7v-2h10v2h-2q-.825 0-1.412.588T13 21v1z"/></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.038 13.963Q5 11.925 5 9t2.038-4.962T12 2t4.963 2.038T19 9t-2.037 4.963T12 16t-4.962-2.037m3.674-5.25Q11 8.425 11 8t-.288-.712T10 7t-.712.288T9 8t.288.713T10 9t.713-.288m4 0Q15 8.426 15 8t-.288-.712T14 7t-.712.288T13 8t.288.713T14 9t.713-.288m-2-2Q13 6.426 13 6t-.288-.712T12 5t-.712.288T11 6t.288.713T12 7t.713-.288M11 22v-1q0-.825-.587-1.412T9 19H7v-2h10v2h-2q-.825 0-1.412.588T13 21v1z"/></svg>
</template>

CSS

.icon-sports-golf {
  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.038%2013.963Q5%2011.925%205%209t2.038-4.962T12%202t4.963%202.038T19%209t-2.037%204.963T12%2016t-4.962-2.037m3.674-5.25Q11%208.425%2011%208t-.288-.712T10%207t-.712.288T9%208t.288.713T10%209t.713-.288m4%200Q15%208.426%2015%208t-.288-.712T14%207t-.712.288T13%208t.288.713T14%209t.713-.288m-2-2Q13%206.426%2013%206t-.288-.712T12%205t-.712.288T11%206t.288.713T12%207t.713-.288M11%2022v-1q0-.825-.587-1.412T9%2019H7v-2h10v2h-2q-.825%200-1.412.588T13%2021v1z%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.038%2013.963Q5%2011.925%205%209t2.038-4.962T12%202t4.963%202.038T19%209t-2.037%204.963T12%2016t-4.962-2.037m3.674-5.25Q11%208.425%2011%208t-.288-.712T10%207t-.712.288T9%208t.288.713T10%209t.713-.288m4%200Q15%208.426%2015%208t-.288-.712T14%207t-.712.288T13%208t.288.713T14%209t.713-.288m-2-2Q13%206.426%2013%206t-.288-.712T12%205t-.712.288T11%206t.288.713T12%207t.713-.288M11%2022v-1q0-.825-.587-1.412T9%2019H7v-2h10v2h-2q-.825%200-1.412.588T13%2021v1z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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