golf-filled from Tabler Icons by Paweł Kuna · Filled · MIT Free for personal and commercial use.

Name
golf-filled
Set
Tabler Icons
Style
Filled
Viewbox
24×24
License
MIT

1 other variant in Tabler Icons

The same icon in other sets

Related icons in Tabler Icons

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"><path d="M11 3a1 1 0 0 1 1.496-.868l7 4a1 1 0 0 1 0 1.736L13 11.58V18a1 1 0 0 1-.883.993L12 19a1 1 0 0 1-1-1z"/><path d="M14.135 17.168a1 1 0 0 1 1.367-.363C16.418 17.337 17 18.096 17 19c0 1.84-2.319 3-5 3s-5-1.16-5-3c0-.911.577-1.66 1.498-2.195a1 1 0 1 1 1.004 1.73c-.365.212-.502.39-.502.465c0 .086.179.296.622.518c.6.3 1.456.482 2.378.482s1.777-.182 2.378-.482c.443-.222.622-.432.622-.518c0-.07-.142-.256-.502-.465a1 1 0 0 1-.363-1.367"/></g></svg>

React

import type { SVGProps } from "react";

export function TablerGolfFilled(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"><path d="M11 3a1 1 0 0 1 1.496-.868l7 4a1 1 0 0 1 0 1.736L13 11.58V18a1 1 0 0 1-.883.993L12 19a1 1 0 0 1-1-1z"/><path d="M14.135 17.168a1 1 0 0 1 1.367-.363C16.418 17.337 17 18.096 17 19c0 1.84-2.319 3-5 3s-5-1.16-5-3c0-.911.577-1.66 1.498-2.195a1 1 0 1 1 1.004 1.73c-.365.212-.502.39-.502.465c0 .086.179.296.622.518c.6.3 1.456.482 2.378.482s1.777-.182 2.378-.482c.443-.222.622-.432.622-.518c0-.07-.142-.256-.502-.465a1 1 0 0 1-.363-1.367"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M11 3a1 1 0 0 1 1.496-.868l7 4a1 1 0 0 1 0 1.736L13 11.58V18a1 1 0 0 1-.883.993L12 19a1 1 0 0 1-1-1z"/><path d="M14.135 17.168a1 1 0 0 1 1.367-.363C16.418 17.337 17 18.096 17 19c0 1.84-2.319 3-5 3s-5-1.16-5-3c0-.911.577-1.66 1.498-2.195a1 1 0 1 1 1.004 1.73c-.365.212-.502.39-.502.465c0 .086.179.296.622.518c.6.3 1.456.482 2.378.482s1.777-.182 2.378-.482c.443-.222.622-.432.622-.518c0-.07-.142-.256-.502-.465a1 1 0 0 1-.363-1.367"/></g></svg>
</template>

CSS

.icon-golf-filled {
  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%3Cpath%20d%3D%22M11%203a1%201%200%200%201%201.496-.868l7%204a1%201%200%200%201%200%201.736L13%2011.58V18a1%201%200%200%201-.883.993L12%2019a1%201%200%200%201-1-1z%22%2F%3E%3Cpath%20d%3D%22M14.135%2017.168a1%201%200%200%201%201.367-.363C16.418%2017.337%2017%2018.096%2017%2019c0%201.84-2.319%203-5%203s-5-1.16-5-3c0-.911.577-1.66%201.498-2.195a1%201%200%201%201%201.004%201.73c-.365.212-.502.39-.502.465c0%20.086.179.296.622.518c.6.3%201.456.482%202.378.482s1.777-.182%202.378-.482c.443-.222.622-.432.622-.518c0-.07-.142-.256-.502-.465a1%201%200%200%201-.363-1.367%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%3Cpath%20d%3D%22M11%203a1%201%200%200%201%201.496-.868l7%204a1%201%200%200%201%200%201.736L13%2011.58V18a1%201%200%200%201-.883.993L12%2019a1%201%200%200%201-1-1z%22%2F%3E%3Cpath%20d%3D%22M14.135%2017.168a1%201%200%200%201%201.367-.363C16.418%2017.337%2017%2018.096%2017%2019c0%201.84-2.319%203-5%203s-5-1.16-5-3c0-.911.577-1.66%201.498-2.195a1%201%200%201%201%201.004%201.73c-.365.212-.502.39-.502.465c0%20.086.179.296.622.518c.6.3%201.456.482%202.378.482s1.777-.182%202.378-.482c.443-.222.622-.432.622-.518c0-.07-.142-.256-.502-.465a1%201%200%200%201-.363-1.367%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/tabler/golf-filled.svg?color=%231a73e8&size=48