golf ball icon
golf-ball from Font Awesome Solid by Dave Gandy · Solid · Sports · CC-BY-4.0 Attribution required.
- Name
- golf-ball
- Set
- Font Awesome Solid
- Style
- Solid
- Category
- Sports
- Viewbox
- 640×640
- License
- CC BY 4.0
The same icon in other sets
More sports icons from Font Awesome Solid
Use the golf ball icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M426.5 448.1c12.1 1.2 21.5 11.5 21.5 23.9s-9.4 22.6-21.5 23.9l-2.5.1h-80v88c0 13.3-10.7 24-24 24s-24-10.7-24-24v-88h-80c-13.3 0-24-10.7-24-24c0-12.4 9.4-22.6 21.5-23.9l2.5-.1h208zM320 64c106 0 192 86 192 192c0 57.4-25.2 108.8-65.1 144H193.1c-39.9-35.2-65.1-86.6-65.1-144c0-106 86-192 192-192m32 240c-7.7 0-14.2 5.5-15.7 12.8l-.6 6.4c-1.3 6.3-6.2 11.2-12.5 12.5l-6.4.6c-7.3 1.5-12.8 8-12.8 15.7c0 8.8 7.2 16 16 16c26.5 0 48-21.5 48-48c0-8.8-7.2-16-16-16m64-64c-7.7 0-14.2 5.5-15.7 12.8l-.6 6.4c-1.3 6.3-6.2 11.2-12.5 12.5l-6.4.6c-7.3 1.5-12.8 8-12.8 15.7c0 8.8 7.2 16 16 16c26.5 0 48-21.5 48-48c0-8.8-7.2-16-16-16m-80-16c-7.7 0-14.2 5.5-15.7 12.8l-.6 6.4c-1.3 6.3-6.2 11.2-12.5 12.5l-6.4.6c-7.3 1.5-12.8 8-12.8 15.7c0 8.8 7.2 16 16 16c26.5 0 48-21.5 48-48c0-8.8-7.2-16-16-16"/></svg>
React
import type { SVGProps } from "react";
export function Fa7SolidGolfBall(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M426.5 448.1c12.1 1.2 21.5 11.5 21.5 23.9s-9.4 22.6-21.5 23.9l-2.5.1h-80v88c0 13.3-10.7 24-24 24s-24-10.7-24-24v-88h-80c-13.3 0-24-10.7-24-24c0-12.4 9.4-22.6 21.5-23.9l2.5-.1h208zM320 64c106 0 192 86 192 192c0 57.4-25.2 108.8-65.1 144H193.1c-39.9-35.2-65.1-86.6-65.1-144c0-106 86-192 192-192m32 240c-7.7 0-14.2 5.5-15.7 12.8l-.6 6.4c-1.3 6.3-6.2 11.2-12.5 12.5l-6.4.6c-7.3 1.5-12.8 8-12.8 15.7c0 8.8 7.2 16 16 16c26.5 0 48-21.5 48-48c0-8.8-7.2-16-16-16m64-64c-7.7 0-14.2 5.5-15.7 12.8l-.6 6.4c-1.3 6.3-6.2 11.2-12.5 12.5l-6.4.6c-7.3 1.5-12.8 8-12.8 15.7c0 8.8 7.2 16 16 16c26.5 0 48-21.5 48-48c0-8.8-7.2-16-16-16m-80-16c-7.7 0-14.2 5.5-15.7 12.8l-.6 6.4c-1.3 6.3-6.2 11.2-12.5 12.5l-6.4.6c-7.3 1.5-12.8 8-12.8 15.7c0 8.8 7.2 16 16 16c26.5 0 48-21.5 48-48c0-8.8-7.2-16-16-16"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M426.5 448.1c12.1 1.2 21.5 11.5 21.5 23.9s-9.4 22.6-21.5 23.9l-2.5.1h-80v88c0 13.3-10.7 24-24 24s-24-10.7-24-24v-88h-80c-13.3 0-24-10.7-24-24c0-12.4 9.4-22.6 21.5-23.9l2.5-.1h208zM320 64c106 0 192 86 192 192c0 57.4-25.2 108.8-65.1 144H193.1c-39.9-35.2-65.1-86.6-65.1-144c0-106 86-192 192-192m32 240c-7.7 0-14.2 5.5-15.7 12.8l-.6 6.4c-1.3 6.3-6.2 11.2-12.5 12.5l-6.4.6c-7.3 1.5-12.8 8-12.8 15.7c0 8.8 7.2 16 16 16c26.5 0 48-21.5 48-48c0-8.8-7.2-16-16-16m64-64c-7.7 0-14.2 5.5-15.7 12.8l-.6 6.4c-1.3 6.3-6.2 11.2-12.5 12.5l-6.4.6c-7.3 1.5-12.8 8-12.8 15.7c0 8.8 7.2 16 16 16c26.5 0 48-21.5 48-48c0-8.8-7.2-16-16-16m-80-16c-7.7 0-14.2 5.5-15.7 12.8l-.6 6.4c-1.3 6.3-6.2 11.2-12.5 12.5l-6.4.6c-7.3 1.5-12.8 8-12.8 15.7c0 8.8 7.2 16 16 16c26.5 0 48-21.5 48-48c0-8.8-7.2-16-16-16"/></svg> </template>
CSS
.icon-golf-ball {
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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M426.5%20448.1c12.1%201.2%2021.5%2011.5%2021.5%2023.9s-9.4%2022.6-21.5%2023.9l-2.5.1h-80v88c0%2013.3-10.7%2024-24%2024s-24-10.7-24-24v-88h-80c-13.3%200-24-10.7-24-24c0-12.4%209.4-22.6%2021.5-23.9l2.5-.1h208zM320%2064c106%200%20192%2086%20192%20192c0%2057.4-25.2%20108.8-65.1%20144H193.1c-39.9-35.2-65.1-86.6-65.1-144c0-106%2086-192%20192-192m32%20240c-7.7%200-14.2%205.5-15.7%2012.8l-.6%206.4c-1.3%206.3-6.2%2011.2-12.5%2012.5l-6.4.6c-7.3%201.5-12.8%208-12.8%2015.7c0%208.8%207.2%2016%2016%2016c26.5%200%2048-21.5%2048-48c0-8.8-7.2-16-16-16m64-64c-7.7%200-14.2%205.5-15.7%2012.8l-.6%206.4c-1.3%206.3-6.2%2011.2-12.5%2012.5l-6.4.6c-7.3%201.5-12.8%208-12.8%2015.7c0%208.8%207.2%2016%2016%2016c26.5%200%2048-21.5%2048-48c0-8.8-7.2-16-16-16m-80-16c-7.7%200-14.2%205.5-15.7%2012.8l-.6%206.4c-1.3%206.3-6.2%2011.2-12.5%2012.5l-6.4.6c-7.3%201.5-12.8%208-12.8%2015.7c0%208.8%207.2%2016%2016%2016c26.5%200%2048-21.5%2048-48c0-8.8-7.2-16-16-16%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M426.5%20448.1c12.1%201.2%2021.5%2011.5%2021.5%2023.9s-9.4%2022.6-21.5%2023.9l-2.5.1h-80v88c0%2013.3-10.7%2024-24%2024s-24-10.7-24-24v-88h-80c-13.3%200-24-10.7-24-24c0-12.4%209.4-22.6%2021.5-23.9l2.5-.1h208zM320%2064c106%200%20192%2086%20192%20192c0%2057.4-25.2%20108.8-65.1%20144H193.1c-39.9-35.2-65.1-86.6-65.1-144c0-106%2086-192%20192-192m32%20240c-7.7%200-14.2%205.5-15.7%2012.8l-.6%206.4c-1.3%206.3-6.2%2011.2-12.5%2012.5l-6.4.6c-7.3%201.5-12.8%208-12.8%2015.7c0%208.8%207.2%2016%2016%2016c26.5%200%2048-21.5%2048-48c0-8.8-7.2-16-16-16m64-64c-7.7%200-14.2%205.5-15.7%2012.8l-.6%206.4c-1.3%206.3-6.2%2011.2-12.5%2012.5l-6.4.6c-7.3%201.5-12.8%208-12.8%2015.7c0%208.8%207.2%2016%2016%2016c26.5%200%2048-21.5%2048-48c0-8.8-7.2-16-16-16m-80-16c-7.7%200-14.2%205.5-15.7%2012.8l-.6%206.4c-1.3%206.3-6.2%2011.2-12.5%2012.5l-6.4.6c-7.3%201.5-12.8%208-12.8%2015.7c0%208.8%207.2%2016%2016%2016c26.5%200%2048-21.5%2048-48c0-8.8-7.2-16-16-16%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-solid/golf-ball.svg?color=%231a73e8&size=48