golf icon
golf-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.
- Name
- golf-thin
- Set
- Phosphor
- Style
- Thin
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
The same icon in other sets
Use the golf icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M172 100a8 8 0 1 1-8-8a8 8 0 0 1 8 8m-40 24a8 8 0 1 0 8 8a8 8 0 0 0-8-8m80-28a84 84 0 1 1-84-84a84.09 84.09 0 0 1 84 84m-8 0a76 76 0 1 0-76 76a76.08 76.08 0 0 0 76-76m-37.43 100.26C153 201.47 140.34 204 128 204s-25-2.53-38.57-7.74a4 4 0 1 0-2.86 7.48a119.3 119.3 0 0 0 37.43 8.17V248a4 4 0 0 0 8 0v-36.09a119.3 119.3 0 0 0 37.43-8.17a4 4 0 0 0-2.86-7.48"/></svg>
React
import type { SVGProps } from "react";
export function PhGolfThin(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M172 100a8 8 0 1 1-8-8a8 8 0 0 1 8 8m-40 24a8 8 0 1 0 8 8a8 8 0 0 0-8-8m80-28a84 84 0 1 1-84-84a84.09 84.09 0 0 1 84 84m-8 0a76 76 0 1 0-76 76a76.08 76.08 0 0 0 76-76m-37.43 100.26C153 201.47 140.34 204 128 204s-25-2.53-38.57-7.74a4 4 0 1 0-2.86 7.48a119.3 119.3 0 0 0 37.43 8.17V248a4 4 0 0 0 8 0v-36.09a119.3 119.3 0 0 0 37.43-8.17a4 4 0 0 0-2.86-7.48"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M172 100a8 8 0 1 1-8-8a8 8 0 0 1 8 8m-40 24a8 8 0 1 0 8 8a8 8 0 0 0-8-8m80-28a84 84 0 1 1-84-84a84.09 84.09 0 0 1 84 84m-8 0a76 76 0 1 0-76 76a76.08 76.08 0 0 0 76-76m-37.43 100.26C153 201.47 140.34 204 128 204s-25-2.53-38.57-7.74a4 4 0 1 0-2.86 7.48a119.3 119.3 0 0 0 37.43 8.17V248a4 4 0 0 0 8 0v-36.09a119.3 119.3 0 0 0 37.43-8.17a4 4 0 0 0-2.86-7.48"/></svg> </template>
CSS
.icon-golf-thin {
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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M172%20100a8%208%200%201%201-8-8a8%208%200%200%201%208%208m-40%2024a8%208%200%201%200%208%208a8%208%200%200%200-8-8m80-28a84%2084%200%201%201-84-84a84.09%2084.09%200%200%201%2084%2084m-8%200a76%2076%200%201%200-76%2076a76.08%2076.08%200%200%200%2076-76m-37.43%20100.26C153%20201.47%20140.34%20204%20128%20204s-25-2.53-38.57-7.74a4%204%200%201%200-2.86%207.48a119.3%20119.3%200%200%200%2037.43%208.17V248a4%204%200%200%200%208%200v-36.09a119.3%20119.3%200%200%200%2037.43-8.17a4%204%200%200%200-2.86-7.48%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M172%20100a8%208%200%201%201-8-8a8%208%200%200%201%208%208m-40%2024a8%208%200%201%200%208%208a8%208%200%200%200-8-8m80-28a84%2084%200%201%201-84-84a84.09%2084.09%200%200%201%2084%2084m-8%200a76%2076%200%201%200-76%2076a76.08%2076.08%200%200%200%2076-76m-37.43%20100.26C153%20201.47%20140.34%20204%20128%20204s-25-2.53-38.57-7.74a4%204%200%201%200-2.86%207.48a119.3%20119.3%200%200%200%2037.43%208.17V248a4%204%200%200%200%208%200v-36.09a119.3%20119.3%200%200%200%2037.43-8.17a4%204%200%200%200-2.86-7.48%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/golf-thin.svg?color=%231a73e8&size=48