golf-broken from Solar by 480 Design · Broken · Sports · CC-BY-4.0 Attribution required.

Name
golf-broken
Set
Solar
Style
Broken
Category
Sports
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

The same icon in other sets

More sports icons from Solar

Use the golf 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-width="1.5"><path d="M16.9785 21.5361C15.5125 21.8312 13.8126 22 12 22C6.47715 22 2 20.433 2 18.5C2 16.567 6.47715 15 12 15C17.5228 15 22 16.567 22 18.5C22 19.0476 21.6407 19.5659 21 20.0274"/><path d="M12 18V2"/><path d="M11.9998 3.5L17.4221 6.21114C18.9832 6.99169 19.7638 7.38196 19.7638 8C19.7638 8.61804 18.9832 9.00831 17.4221 9.78886L11.9998 12.5"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarGolfBroken(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" strokeWidth="1.5"><path d="M16.9785 21.5361C15.5125 21.8312 13.8126 22 12 22C6.47715 22 2 20.433 2 18.5C2 16.567 6.47715 15 12 15C17.5228 15 22 16.567 22 18.5C22 19.0476 21.6407 19.5659 21 20.0274"/><path d="M12 18V2"/><path d="M11.9998 3.5L17.4221 6.21114C18.9832 6.99169 19.7638 7.38196 19.7638 8C19.7638 8.61804 18.9832 9.00831 17.4221 9.78886L11.9998 12.5"/></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-width="1.5"><path d="M16.9785 21.5361C15.5125 21.8312 13.8126 22 12 22C6.47715 22 2 20.433 2 18.5C2 16.567 6.47715 15 12 15C17.5228 15 22 16.567 22 18.5C22 19.0476 21.6407 19.5659 21 20.0274"/><path d="M12 18V2"/><path d="M11.9998 3.5L17.4221 6.21114C18.9832 6.99169 19.7638 7.38196 19.7638 8C19.7638 8.61804 18.9832 9.00831 17.4221 9.78886L11.9998 12.5"/></g></svg>
</template>

CSS

.icon-golf-broken {
  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-width%3D%221.5%22%3E%3Cpath%20d%3D%22M16.9785%2021.5361C15.5125%2021.8312%2013.8126%2022%2012%2022C6.47715%2022%202%2020.433%202%2018.5C2%2016.567%206.47715%2015%2012%2015C17.5228%2015%2022%2016.567%2022%2018.5C22%2019.0476%2021.6407%2019.5659%2021%2020.0274%22%2F%3E%3Cpath%20d%3D%22M12%2018V2%22%2F%3E%3Cpath%20d%3D%22M11.9998%203.5L17.4221%206.21114C18.9832%206.99169%2019.7638%207.38196%2019.7638%208C19.7638%208.61804%2018.9832%209.00831%2017.4221%209.78886L11.9998%2012.5%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-width%3D%221.5%22%3E%3Cpath%20d%3D%22M16.9785%2021.5361C15.5125%2021.8312%2013.8126%2022%2012%2022C6.47715%2022%202%2020.433%202%2018.5C2%2016.567%206.47715%2015%2012%2015C17.5228%2015%2022%2016.567%2022%2018.5C22%2019.0476%2021.6407%2019.5659%2021%2020.0274%22%2F%3E%3Cpath%20d%3D%22M12%2018V2%22%2F%3E%3Cpath%20d%3D%22M11.9998%203.5L17.4221%206.21114C18.9832%206.99169%2019.7638%207.38196%2019.7638%208C19.7638%208.61804%2018.9832%209.00831%2017.4221%209.78886L11.9998%2012.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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