golf ball icon
golf-ball from Line Awesome by Icons8 · Line · Sports · Apache-2.0 Free for personal and commercial use.
- Name
- golf-ball
- Set
- Line Awesome
- Style
- Line
- Category
- Sports
- Viewbox
- 32×32
- License
- Apache 2.0
- Aliases
- golf-ball-solid
The same icon in other sets
More sports icons from Line Awesome
Use the golf ball icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 3C10.488 3 6 7.488 6 13c0 3.684 2.023 6.89 5 8.625V22l-.031 1H11c.047 0 .988.027 1.969.625c.867.527 1.777 1.41 2 3.375H7v2h18v-2h-7.969c.223-1.965 1.133-2.848 2-3.375c.98-.598 1.922-.625 1.969-.625h.031L21 22v-.375c2.977-1.734 5-4.941 5-8.625c0-5.512-4.488-10-10-10m0 2c4.43 0 8 3.57 8 8s-3.57 8-8 8s-8-3.57-8-8s3.57-8 8-8m3 6c-.55 0-1 .45-1 1s.45 1 1 1s1-.45 1-1s-.45-1-1-1m-2 2c-.55 0-1 .45-1 1s.45 1 1 1s1-.45 1-1s-.45-1-1-1m3 1c-.55 0-1 .45-1 1s.45 1 1 1s1-.45 1-1s-.45-1-1-1m-5 1c-.55 0-1 .45-1 1s.45 1 1 1s1-.45 1-1s-.45-1-1-1m3 1c-.55 0-1 .45-1 1s.45 1 1 1s1-.45 1-1s-.45-1-1-1m-2.719 7h1.438A6 6 0 0 0 16 24a6 6 0 0 0-.719-1"/></svg>
React
import type { SVGProps } from "react";
export function LaGolfBall(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 3C10.488 3 6 7.488 6 13c0 3.684 2.023 6.89 5 8.625V22l-.031 1H11c.047 0 .988.027 1.969.625c.867.527 1.777 1.41 2 3.375H7v2h18v-2h-7.969c.223-1.965 1.133-2.848 2-3.375c.98-.598 1.922-.625 1.969-.625h.031L21 22v-.375c2.977-1.734 5-4.941 5-8.625c0-5.512-4.488-10-10-10m0 2c4.43 0 8 3.57 8 8s-3.57 8-8 8s-8-3.57-8-8s3.57-8 8-8m3 6c-.55 0-1 .45-1 1s.45 1 1 1s1-.45 1-1s-.45-1-1-1m-2 2c-.55 0-1 .45-1 1s.45 1 1 1s1-.45 1-1s-.45-1-1-1m3 1c-.55 0-1 .45-1 1s.45 1 1 1s1-.45 1-1s-.45-1-1-1m-5 1c-.55 0-1 .45-1 1s.45 1 1 1s1-.45 1-1s-.45-1-1-1m3 1c-.55 0-1 .45-1 1s.45 1 1 1s1-.45 1-1s-.45-1-1-1m-2.719 7h1.438A6 6 0 0 0 16 24a6 6 0 0 0-.719-1"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 3C10.488 3 6 7.488 6 13c0 3.684 2.023 6.89 5 8.625V22l-.031 1H11c.047 0 .988.027 1.969.625c.867.527 1.777 1.41 2 3.375H7v2h18v-2h-7.969c.223-1.965 1.133-2.848 2-3.375c.98-.598 1.922-.625 1.969-.625h.031L21 22v-.375c2.977-1.734 5-4.941 5-8.625c0-5.512-4.488-10-10-10m0 2c4.43 0 8 3.57 8 8s-3.57 8-8 8s-8-3.57-8-8s3.57-8 8-8m3 6c-.55 0-1 .45-1 1s.45 1 1 1s1-.45 1-1s-.45-1-1-1m-2 2c-.55 0-1 .45-1 1s.45 1 1 1s1-.45 1-1s-.45-1-1-1m3 1c-.55 0-1 .45-1 1s.45 1 1 1s1-.45 1-1s-.45-1-1-1m-5 1c-.55 0-1 .45-1 1s.45 1 1 1s1-.45 1-1s-.45-1-1-1m3 1c-.55 0-1 .45-1 1s.45 1 1 1s1-.45 1-1s-.45-1-1-1m-2.719 7h1.438A6 6 0 0 0 16 24a6 6 0 0 0-.719-1"/></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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%203C10.488%203%206%207.488%206%2013c0%203.684%202.023%206.89%205%208.625V22l-.031%201H11c.047%200%20.988.027%201.969.625c.867.527%201.777%201.41%202%203.375H7v2h18v-2h-7.969c.223-1.965%201.133-2.848%202-3.375c.98-.598%201.922-.625%201.969-.625h.031L21%2022v-.375c2.977-1.734%205-4.941%205-8.625c0-5.512-4.488-10-10-10m0%202c4.43%200%208%203.57%208%208s-3.57%208-8%208s-8-3.57-8-8s3.57-8%208-8m3%206c-.55%200-1%20.45-1%201s.45%201%201%201s1-.45%201-1s-.45-1-1-1m-2%202c-.55%200-1%20.45-1%201s.45%201%201%201s1-.45%201-1s-.45-1-1-1m3%201c-.55%200-1%20.45-1%201s.45%201%201%201s1-.45%201-1s-.45-1-1-1m-5%201c-.55%200-1%20.45-1%201s.45%201%201%201s1-.45%201-1s-.45-1-1-1m3%201c-.55%200-1%20.45-1%201s.45%201%201%201s1-.45%201-1s-.45-1-1-1m-2.719%207h1.438A6%206%200%200%200%2016%2024a6%206%200%200%200-.719-1%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%203C10.488%203%206%207.488%206%2013c0%203.684%202.023%206.89%205%208.625V22l-.031%201H11c.047%200%20.988.027%201.969.625c.867.527%201.777%201.41%202%203.375H7v2h18v-2h-7.969c.223-1.965%201.133-2.848%202-3.375c.98-.598%201.922-.625%201.969-.625h.031L21%2022v-.375c2.977-1.734%205-4.941%205-8.625c0-5.512-4.488-10-10-10m0%202c4.43%200%208%203.57%208%208s-3.57%208-8%208s-8-3.57-8-8s3.57-8%208-8m3%206c-.55%200-1%20.45-1%201s.45%201%201%201s1-.45%201-1s-.45-1-1-1m-2%202c-.55%200-1%20.45-1%201s.45%201%201%201s1-.45%201-1s-.45-1-1-1m3%201c-.55%200-1%20.45-1%201s.45%201%201%201s1-.45%201-1s-.45-1-1-1m-5%201c-.55%200-1%20.45-1%201s.45%201%201%201s1-.45%201-1s-.45-1-1-1m3%201c-.55%200-1%20.45-1%201s.45%201%201%201s1-.45%201-1s-.45-1-1-1m-2.719%207h1.438A6%206%200%200%200%2016%2024a6%206%200%200%200-.719-1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/la/golf-ball.svg?color=%231a73e8&size=48