golf icon
golf-linear from Solar by 480 Design · Linear · Sports · CC-BY-4.0 Attribution required.
- Name
- golf-linear
- Set
- Solar
- Style
- Linear
- Category
- Sports
- Viewbox
- 24×24
- License
- CC BY 4.0
5 other variants in Solar
The same icon in other sets
More sports icons from Solar
balls-boldbasketball-boldbicycling-boldbicycling-round-boldbody-shape-boldbody-shape-minimalistic-boldbowling-bolddumbbell-bolddumbbell-large-bolddumbbell-large-minimalistic-bolddumbbell-small-bolddumbbells-2-bolddumbbells-boldfootball-boldhiking-boldhiking-minimalistic-boldhiking-round-boldmeditation-boldmeditation-round-boldranking-boldrugby-boldrunning-2-boldrunning-boldrunning-round-bold
Use the golf icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><ellipse cx="12" cy="18.5" rx="10" ry="3.5"/><path stroke-linecap="round" d="M12 18V2"/><path stroke-linecap="round" d="M12 3.5L17.4224 6.21114C18.9835 6.99169 19.764 7.38196 19.764 8C19.764 8.61804 18.9835 9.00831 17.4224 9.78886L12 12.5"/></g></svg>
React
import type { SVGProps } from "react";
export function SolarGolfLinear(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><ellipse cx="12" cy="18.5" rx="10" ry="3.5"/><path strokeLinecap="round" d="M12 18V2"/><path strokeLinecap="round" d="M12 3.5L17.4224 6.21114C18.9835 6.99169 19.764 7.38196 19.764 8C19.764 8.61804 18.9835 9.00831 17.4224 9.78886L12 12.5"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><ellipse cx="12" cy="18.5" rx="10" ry="3.5"/><path stroke-linecap="round" d="M12 18V2"/><path stroke-linecap="round" d="M12 3.5L17.4224 6.21114C18.9835 6.99169 19.764 7.38196 19.764 8C19.764 8.61804 18.9835 9.00831 17.4224 9.78886L12 12.5"/></g></svg> </template>
CSS
.icon-golf-linear {
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%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cellipse%20cx%3D%2212%22%20cy%3D%2218.5%22%20rx%3D%2210%22%20ry%3D%223.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M12%2018V2%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M12%203.5L17.4224%206.21114C18.9835%206.99169%2019.764%207.38196%2019.764%208C19.764%208.61804%2018.9835%209.00831%2017.4224%209.78886L12%2012.5%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%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cellipse%20cx%3D%2212%22%20cy%3D%2218.5%22%20rx%3D%2210%22%20ry%3D%223.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M12%2018V2%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M12%203.5L17.4224%206.21114C18.9835%206.99169%2019.764%207.38196%2019.764%208C19.764%208.61804%2018.9835%209.00831%2017.4224%209.78886L12%2012.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/golf-linear.svg?color=%231a73e8&size=48