golf from Reicon by REICON · Outline · Sports · MIT Free for personal and commercial use.

Name
golf
Set
Reicon
Style
Outline
Category
Sports
Viewbox
24×24
License
MIT

2 other variants in Reicon

The same icon in other sets

All golf icons →

More sports icons from Reicon

Use the golf icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M12 1.25a.75.75 0 0 1 .75.75v1.037l5.062 2.53c.734.367 1.36.68 1.796.984c.441.309.906.757.906 1.449s-.465 1.14-.906 1.449c-.436.304-1.062.617-1.796.984l-5.062 2.53v1.297c2.53.063 4.83.449 6.569 1.057c.95.333 1.774.747 2.373 1.243c.595.492 1.058 1.144 1.058 1.94s-.463 1.448-1.058 1.94c-.6.496-1.422.91-2.373 1.243c-1.909.668-4.496 1.067-7.319 1.067s-5.41-.4-7.319-1.067c-.95-.333-1.773-.747-2.373-1.243c-.595-.492-1.058-1.144-1.058-1.94s.463-1.448 1.058-1.94c.6-.496 1.422-.91 2.373-1.243c1.738-.608 4.04-.994 6.569-1.058V2a.75.75 0 0 1 .75-.75m.75 3.464v6.572l4.337-2.168c.803-.402 1.328-.666 1.662-.9A1.1 1.1 0 0 0 19.003 8a1.1 1.1 0 0 0-.254-.218c-.334-.234-.859-.498-1.662-.9zm6.27 3.317l-.004-.013zm-.004-.05q.003-.011.005-.012l-.005.013M11.25 15.76c-2.395.064-4.523.43-6.073.973c-.86.3-1.5.641-1.913.982c-.417.346-.514.614-.514.785c0 .17.097.44.514.785c.412.34 1.054.681 1.913.982c1.71.599 4.123.983 6.823.983s5.113-.384 6.823-.983c.86-.3 1.5-.641 1.913-.982c.417-.346.514-.614.514-.785c0-.17-.097-.44-.514-.785c-.412-.34-1.054-.681-1.913-.982c-1.55-.543-3.678-.91-6.073-.973V18a.75.75 0 0 1-1.5 0z" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function ReiconGolf(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" fillRule="evenodd" d="M12 1.25a.75.75 0 0 1 .75.75v1.037l5.062 2.53c.734.367 1.36.68 1.796.984c.441.309.906.757.906 1.449s-.465 1.14-.906 1.449c-.436.304-1.062.617-1.796.984l-5.062 2.53v1.297c2.53.063 4.83.449 6.569 1.057c.95.333 1.774.747 2.373 1.243c.595.492 1.058 1.144 1.058 1.94s-.463 1.448-1.058 1.94c-.6.496-1.422.91-2.373 1.243c-1.909.668-4.496 1.067-7.319 1.067s-5.41-.4-7.319-1.067c-.95-.333-1.773-.747-2.373-1.243c-.595-.492-1.058-1.144-1.058-1.94s.463-1.448 1.058-1.94c.6-.496 1.422-.91 2.373-1.243c1.738-.608 4.04-.994 6.569-1.058V2a.75.75 0 0 1 .75-.75m.75 3.464v6.572l4.337-2.168c.803-.402 1.328-.666 1.662-.9A1.1 1.1 0 0 0 19.003 8a1.1 1.1 0 0 0-.254-.218c-.334-.234-.859-.498-1.662-.9zm6.27 3.317l-.004-.013zm-.004-.05q.003-.011.005-.012l-.005.013M11.25 15.76c-2.395.064-4.523.43-6.073.973c-.86.3-1.5.641-1.913.982c-.417.346-.514.614-.514.785c0 .17.097.44.514.785c.412.34 1.054.681 1.913.982c1.71.599 4.123.983 6.823.983s5.113-.384 6.823-.983c.86-.3 1.5-.641 1.913-.982c.417-.346.514-.614.514-.785c0-.17-.097-.44-.514-.785c-.412-.34-1.054-.681-1.913-.982c-1.55-.543-3.678-.91-6.073-.973V18a.75.75 0 0 1-1.5 0z" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M12 1.25a.75.75 0 0 1 .75.75v1.037l5.062 2.53c.734.367 1.36.68 1.796.984c.441.309.906.757.906 1.449s-.465 1.14-.906 1.449c-.436.304-1.062.617-1.796.984l-5.062 2.53v1.297c2.53.063 4.83.449 6.569 1.057c.95.333 1.774.747 2.373 1.243c.595.492 1.058 1.144 1.058 1.94s-.463 1.448-1.058 1.94c-.6.496-1.422.91-2.373 1.243c-1.909.668-4.496 1.067-7.319 1.067s-5.41-.4-7.319-1.067c-.95-.333-1.773-.747-2.373-1.243c-.595-.492-1.058-1.144-1.058-1.94s.463-1.448 1.058-1.94c.6-.496 1.422-.91 2.373-1.243c1.738-.608 4.04-.994 6.569-1.058V2a.75.75 0 0 1 .75-.75m.75 3.464v6.572l4.337-2.168c.803-.402 1.328-.666 1.662-.9A1.1 1.1 0 0 0 19.003 8a1.1 1.1 0 0 0-.254-.218c-.334-.234-.859-.498-1.662-.9zm6.27 3.317l-.004-.013zm-.004-.05q.003-.011.005-.012l-.005.013M11.25 15.76c-2.395.064-4.523.43-6.073.973c-.86.3-1.5.641-1.913.982c-.417.346-.514.614-.514.785c0 .17.097.44.514.785c.412.34 1.054.681 1.913.982c1.71.599 4.123.983 6.823.983s5.113-.384 6.823-.983c.86-.3 1.5-.641 1.913-.982c.417-.346.514-.614.514-.785c0-.17-.097-.44-.514-.785c-.412-.34-1.054-.681-1.913-.982c-1.55-.543-3.678-.91-6.073-.973V18a.75.75 0 0 1-1.5 0z" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-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%20fill-rule%3D%22evenodd%22%20d%3D%22M12%201.25a.75.75%200%200%201%20.75.75v1.037l5.062%202.53c.734.367%201.36.68%201.796.984c.441.309.906.757.906%201.449s-.465%201.14-.906%201.449c-.436.304-1.062.617-1.796.984l-5.062%202.53v1.297c2.53.063%204.83.449%206.569%201.057c.95.333%201.774.747%202.373%201.243c.595.492%201.058%201.144%201.058%201.94s-.463%201.448-1.058%201.94c-.6.496-1.422.91-2.373%201.243c-1.909.668-4.496%201.067-7.319%201.067s-5.41-.4-7.319-1.067c-.95-.333-1.773-.747-2.373-1.243c-.595-.492-1.058-1.144-1.058-1.94s.463-1.448%201.058-1.94c.6-.496%201.422-.91%202.373-1.243c1.738-.608%204.04-.994%206.569-1.058V2a.75.75%200%200%201%20.75-.75m.75%203.464v6.572l4.337-2.168c.803-.402%201.328-.666%201.662-.9A1.1%201.1%200%200%200%2019.003%208a1.1%201.1%200%200%200-.254-.218c-.334-.234-.859-.498-1.662-.9zm6.27%203.317l-.004-.013zm-.004-.05q.003-.011.005-.012l-.005.013M11.25%2015.76c-2.395.064-4.523.43-6.073.973c-.86.3-1.5.641-1.913.982c-.417.346-.514.614-.514.785c0%20.17.097.44.514.785c.412.34%201.054.681%201.913.982c1.71.599%204.123.983%206.823.983s5.113-.384%206.823-.983c.86-.3%201.5-.641%201.913-.982c.417-.346.514-.614.514-.785c0-.17-.097-.44-.514-.785c-.412-.34-1.054-.681-1.913-.982c-1.55-.543-3.678-.91-6.073-.973V18a.75.75%200%200%201-1.5%200z%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M12%201.25a.75.75%200%200%201%20.75.75v1.037l5.062%202.53c.734.367%201.36.68%201.796.984c.441.309.906.757.906%201.449s-.465%201.14-.906%201.449c-.436.304-1.062.617-1.796.984l-5.062%202.53v1.297c2.53.063%204.83.449%206.569%201.057c.95.333%201.774.747%202.373%201.243c.595.492%201.058%201.144%201.058%201.94s-.463%201.448-1.058%201.94c-.6.496-1.422.91-2.373%201.243c-1.909.668-4.496%201.067-7.319%201.067s-5.41-.4-7.319-1.067c-.95-.333-1.773-.747-2.373-1.243c-.595-.492-1.058-1.144-1.058-1.94s.463-1.448%201.058-1.94c.6-.496%201.422-.91%202.373-1.243c1.738-.608%204.04-.994%206.569-1.058V2a.75.75%200%200%201%20.75-.75m.75%203.464v6.572l4.337-2.168c.803-.402%201.328-.666%201.662-.9A1.1%201.1%200%200%200%2019.003%208a1.1%201.1%200%200%200-.254-.218c-.334-.234-.859-.498-1.662-.9zm6.27%203.317l-.004-.013zm-.004-.05q.003-.011.005-.012l-.005.013M11.25%2015.76c-2.395.064-4.523.43-6.073.973c-.86.3-1.5.641-1.913.982c-.417.346-.514.614-.514.785c0%20.17.097.44.514.785c.412.34%201.054.681%201.913.982c1.71.599%204.123.983%206.823.983s5.113-.384%206.823-.983c.86-.3%201.5-.641%201.913-.982c.417-.346.514-.614.514-.785c0-.17-.097-.44-.514-.785c-.412-.34-1.054-.681-1.913-.982c-1.55-.543-3.678-.91-6.073-.973V18a.75.75%200%200%201-1.5%200z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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