golf icon
golf-duotone from Reicon by REICON · Duotone · Sports · MIT Free for personal and commercial use.
- Name
- golf-duotone
- Set
- Reicon
- Style
- Duotone
- 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"><g fill="currentColor"><ellipse cx="12" cy="18.5" opacity=".5" rx="10" ry="3.5"/><path d="M12 1.25a.75.75 0 0 1 .75.75v1.036l5.008 2.504l.054.027c.734.367 1.36.68 1.796.984c.442.309.906.757.906 1.449s-.464 1.14-.906 1.449c-.436.304-1.062.617-1.796.984l-5.062 2.53V18a.75.75 0 0 1-1.5 0V2a.75.75 0 0 1 .75-.75"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconGolfDuotone(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><ellipse cx="12" cy="18.5" opacity=".5" rx="10" ry="3.5"/><path d="M12 1.25a.75.75 0 0 1 .75.75v1.036l5.008 2.504l.054.027c.734.367 1.36.68 1.796.984c.442.309.906.757.906 1.449s-.464 1.14-.906 1.449c-.436.304-1.062.617-1.796.984l-5.062 2.53V18a.75.75 0 0 1-1.5 0V2a.75.75 0 0 1 .75-.75"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><ellipse cx="12" cy="18.5" opacity=".5" rx="10" ry="3.5"/><path d="M12 1.25a.75.75 0 0 1 .75.75v1.036l5.008 2.504l.054.027c.734.367 1.36.68 1.796.984c.442.309.906.757.906 1.449s-.464 1.14-.906 1.449c-.436.304-1.062.617-1.796.984l-5.062 2.53V18a.75.75 0 0 1-1.5 0V2a.75.75 0 0 1 .75-.75"/></g></svg> </template>
CSS
.icon-golf-duotone {
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%22currentColor%22%3E%3Cellipse%20cx%3D%2212%22%20cy%3D%2218.5%22%20opacity%3D%22.5%22%20rx%3D%2210%22%20ry%3D%223.5%22%2F%3E%3Cpath%20d%3D%22M12%201.25a.75.75%200%200%201%20.75.75v1.036l5.008%202.504l.054.027c.734.367%201.36.68%201.796.984c.442.309.906.757.906%201.449s-.464%201.14-.906%201.449c-.436.304-1.062.617-1.796.984l-5.062%202.53V18a.75.75%200%200%201-1.5%200V2a.75.75%200%200%201%20.75-.75%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%22currentColor%22%3E%3Cellipse%20cx%3D%2212%22%20cy%3D%2218.5%22%20opacity%3D%22.5%22%20rx%3D%2210%22%20ry%3D%223.5%22%2F%3E%3Cpath%20d%3D%22M12%201.25a.75.75%200%200%201%20.75.75v1.036l5.008%202.504l.054.027c.734.367%201.36.68%201.796.984c.442.309.906.757.906%201.449s-.464%201.14-.906%201.449c-.436.304-1.062.617-1.796.984l-5.062%202.53V18a.75.75%200%200%201-1.5%200V2a.75.75%200%200%201%20.75-.75%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/golf-duotone.svg?color=%231a73e8&size=48