golf ball tee icon
golf-ball-tee from Font Awesome 6 Solid by Dave Gandy · Regular · CC-BY-4.0 Attribution required.
- Name
- golf-ball-tee
- Set
- Font Awesome 6 Solid
- Style
- Regular
- Viewbox
- 384×512
- License
- CC BY 4.0
The same icon in other sets
Use the golf ball tee icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 384 512"><path fill="currentColor" d="M384 192c0 66.8-34.1 125.6-85.8 160H85.8C34.1 317.6 0 258.8 0 192C0 86 86 0 192 0s192 86 192 192m-141.9 64.6c0 18.5-15 33.5-33.5 33.5c-4.9 0-9.1 5.1-5.4 8.4c5.9 5.2 13.7 8.4 22.1 8.4c18.5 0 33.5-15 33.5-33.5c0-8.5-3.2-16.2-8.4-22.1c-3.3-3.7-8.4.5-8.4 5.4zm-52.3-49.3c-4.9 0-9.1 5.1-5.4 8.4c5.9 5.2 13.7 8.4 22.1 8.4c18.5 0 33.5-15 33.5-33.5c0-8.5-3.2-16.2-8.4-22.1c-3.3-3.7-8.4.5-8.4 5.4c0 18.5-15 33.5-33.5 33.5zm113.5-17.5c0 18.5-15 33.5-33.5 33.5c-4.9 0-9.1 5.1-5.4 8.4c5.9 5.2 13.7 8.4 22.1 8.4c18.5 0 33.5-15 33.5-33.5c0-8.5-3.2-16.2-8.4-22.1c-3.3-3.7-8.4.5-8.4 5.4zM96 416c0-17.7 14.3-32 32-32h128c17.7 0 32 14.3 32 32s-14.3 32-32 32h-16c-8.8 0-16 7.2-16 16v16c0 17.7-14.3 32-32 32s-32-14.3-32-32v-16c0-8.8-7.2-16-16-16h-16c-17.7 0-32-14.3-32-32"/></svg>
React
import type { SVGProps } from "react";
export function Fa6SolidGolfBallTee(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 384 512"><path fill="currentColor" d="M384 192c0 66.8-34.1 125.6-85.8 160H85.8C34.1 317.6 0 258.8 0 192C0 86 86 0 192 0s192 86 192 192m-141.9 64.6c0 18.5-15 33.5-33.5 33.5c-4.9 0-9.1 5.1-5.4 8.4c5.9 5.2 13.7 8.4 22.1 8.4c18.5 0 33.5-15 33.5-33.5c0-8.5-3.2-16.2-8.4-22.1c-3.3-3.7-8.4.5-8.4 5.4zm-52.3-49.3c-4.9 0-9.1 5.1-5.4 8.4c5.9 5.2 13.7 8.4 22.1 8.4c18.5 0 33.5-15 33.5-33.5c0-8.5-3.2-16.2-8.4-22.1c-3.3-3.7-8.4.5-8.4 5.4c0 18.5-15 33.5-33.5 33.5zm113.5-17.5c0 18.5-15 33.5-33.5 33.5c-4.9 0-9.1 5.1-5.4 8.4c5.9 5.2 13.7 8.4 22.1 8.4c18.5 0 33.5-15 33.5-33.5c0-8.5-3.2-16.2-8.4-22.1c-3.3-3.7-8.4.5-8.4 5.4zM96 416c0-17.7 14.3-32 32-32h128c17.7 0 32 14.3 32 32s-14.3 32-32 32h-16c-8.8 0-16 7.2-16 16v16c0 17.7-14.3 32-32 32s-32-14.3-32-32v-16c0-8.8-7.2-16-16-16h-16c-17.7 0-32-14.3-32-32"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 384 512"><path fill="currentColor" d="M384 192c0 66.8-34.1 125.6-85.8 160H85.8C34.1 317.6 0 258.8 0 192C0 86 86 0 192 0s192 86 192 192m-141.9 64.6c0 18.5-15 33.5-33.5 33.5c-4.9 0-9.1 5.1-5.4 8.4c5.9 5.2 13.7 8.4 22.1 8.4c18.5 0 33.5-15 33.5-33.5c0-8.5-3.2-16.2-8.4-22.1c-3.3-3.7-8.4.5-8.4 5.4zm-52.3-49.3c-4.9 0-9.1 5.1-5.4 8.4c5.9 5.2 13.7 8.4 22.1 8.4c18.5 0 33.5-15 33.5-33.5c0-8.5-3.2-16.2-8.4-22.1c-3.3-3.7-8.4.5-8.4 5.4c0 18.5-15 33.5-33.5 33.5zm113.5-17.5c0 18.5-15 33.5-33.5 33.5c-4.9 0-9.1 5.1-5.4 8.4c5.9 5.2 13.7 8.4 22.1 8.4c18.5 0 33.5-15 33.5-33.5c0-8.5-3.2-16.2-8.4-22.1c-3.3-3.7-8.4.5-8.4 5.4zM96 416c0-17.7 14.3-32 32-32h128c17.7 0 32 14.3 32 32s-14.3 32-32 32h-16c-8.8 0-16 7.2-16 16v16c0 17.7-14.3 32-32 32s-32-14.3-32-32v-16c0-8.8-7.2-16-16-16h-16c-17.7 0-32-14.3-32-32"/></svg> </template>
CSS
.icon-golf-ball-tee {
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%20384%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M384%20192c0%2066.8-34.1%20125.6-85.8%20160H85.8C34.1%20317.6%200%20258.8%200%20192C0%2086%2086%200%20192%200s192%2086%20192%20192m-141.9%2064.6c0%2018.5-15%2033.5-33.5%2033.5c-4.9%200-9.1%205.1-5.4%208.4c5.9%205.2%2013.7%208.4%2022.1%208.4c18.5%200%2033.5-15%2033.5-33.5c0-8.5-3.2-16.2-8.4-22.1c-3.3-3.7-8.4.5-8.4%205.4zm-52.3-49.3c-4.9%200-9.1%205.1-5.4%208.4c5.9%205.2%2013.7%208.4%2022.1%208.4c18.5%200%2033.5-15%2033.5-33.5c0-8.5-3.2-16.2-8.4-22.1c-3.3-3.7-8.4.5-8.4%205.4c0%2018.5-15%2033.5-33.5%2033.5zm113.5-17.5c0%2018.5-15%2033.5-33.5%2033.5c-4.9%200-9.1%205.1-5.4%208.4c5.9%205.2%2013.7%208.4%2022.1%208.4c18.5%200%2033.5-15%2033.5-33.5c0-8.5-3.2-16.2-8.4-22.1c-3.3-3.7-8.4.5-8.4%205.4zM96%20416c0-17.7%2014.3-32%2032-32h128c17.7%200%2032%2014.3%2032%2032s-14.3%2032-32%2032h-16c-8.8%200-16%207.2-16%2016v16c0%2017.7-14.3%2032-32%2032s-32-14.3-32-32v-16c0-8.8-7.2-16-16-16h-16c-17.7%200-32-14.3-32-32%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%20384%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M384%20192c0%2066.8-34.1%20125.6-85.8%20160H85.8C34.1%20317.6%200%20258.8%200%20192C0%2086%2086%200%20192%200s192%2086%20192%20192m-141.9%2064.6c0%2018.5-15%2033.5-33.5%2033.5c-4.9%200-9.1%205.1-5.4%208.4c5.9%205.2%2013.7%208.4%2022.1%208.4c18.5%200%2033.5-15%2033.5-33.5c0-8.5-3.2-16.2-8.4-22.1c-3.3-3.7-8.4.5-8.4%205.4zm-52.3-49.3c-4.9%200-9.1%205.1-5.4%208.4c5.9%205.2%2013.7%208.4%2022.1%208.4c18.5%200%2033.5-15%2033.5-33.5c0-8.5-3.2-16.2-8.4-22.1c-3.3-3.7-8.4.5-8.4%205.4c0%2018.5-15%2033.5-33.5%2033.5zm113.5-17.5c0%2018.5-15%2033.5-33.5%2033.5c-4.9%200-9.1%205.1-5.4%208.4c5.9%205.2%2013.7%208.4%2022.1%208.4c18.5%200%2033.5-15%2033.5-33.5c0-8.5-3.2-16.2-8.4-22.1c-3.3-3.7-8.4.5-8.4%205.4zM96%20416c0-17.7%2014.3-32%2032-32h128c17.7%200%2032%2014.3%2032%2032s-14.3%2032-32%2032h-16c-8.8%200-16%207.2-16%2016v16c0%2017.7-14.3%2032-32%2032s-32-14.3-32-32v-16c0-8.8-7.2-16-16-16h-16c-17.7%200-32-14.3-32-32%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-solid/golf-ball-tee.svg?color=%231a73e8&size=48