sports golf icon
sports-golf-outline-rounded from Material Symbols Light by Google · Outline Rounded · Activities · Apache-2.0 Free for personal and commercial use.
- Name
- sports-golf-outline-rounded
- Set
- Material Symbols Light
- Style
- Outline Rounded
- Category
- Activities
- Viewbox
- 24×24
- License
- Apache 2.0
3 other variants in Material Symbols Light
The same icon in other sets
More activities icons from Material Symbols Light
Use the sports golf icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.749 13.255Q6 11.509 6 9.004t1.745-4.255T11.996 3t4.255 1.745Q18 6.491 18 8.996t-1.745 4.255T12.004 15t-4.255-1.745m7.789-.717Q17 11.075 17 9t-1.463-3.537T12 4T8.463 5.463T7 9t1.463 3.538T12 14t3.538-1.463m-4.826-3.825Q11 8.425 11 8t-.288-.712T10 7t-.712.288T9 8t.288.713T10 9t.713-.288m4 0Q15 8.426 15 8t-.288-.712T14 7t-.712.288T13 8t.288.713T14 9t.713-.288m-2-2Q13 6.426 13 6t-.288-.712T12 5t-.712.288T11 6t.288.713T12 7t.713-.288M11.5 20.886v-1q0-1.056-.722-1.778T9 17.385h-.73q-.213 0-.357-.144t-.144-.357t.144-.356t.356-.144h7.462q.212 0 .356.144t.144.357t-.144.356t-.356.144H15q-1.056 0-1.778.722t-.722 1.778v1zM12 9"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightSportsGolfOutlineRounded(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.749 13.255Q6 11.509 6 9.004t1.745-4.255T11.996 3t4.255 1.745Q18 6.491 18 8.996t-1.745 4.255T12.004 15t-4.255-1.745m7.789-.717Q17 11.075 17 9t-1.463-3.537T12 4T8.463 5.463T7 9t1.463 3.538T12 14t3.538-1.463m-4.826-3.825Q11 8.425 11 8t-.288-.712T10 7t-.712.288T9 8t.288.713T10 9t.713-.288m4 0Q15 8.426 15 8t-.288-.712T14 7t-.712.288T13 8t.288.713T14 9t.713-.288m-2-2Q13 6.426 13 6t-.288-.712T12 5t-.712.288T11 6t.288.713T12 7t.713-.288M11.5 20.886v-1q0-1.056-.722-1.778T9 17.385h-.73q-.213 0-.357-.144t-.144-.357t.144-.356t.356-.144h7.462q.212 0 .356.144t.144.357t-.144.356t-.356.144H15q-1.056 0-1.778.722t-.722 1.778v1zM12 9"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.749 13.255Q6 11.509 6 9.004t1.745-4.255T11.996 3t4.255 1.745Q18 6.491 18 8.996t-1.745 4.255T12.004 15t-4.255-1.745m7.789-.717Q17 11.075 17 9t-1.463-3.537T12 4T8.463 5.463T7 9t1.463 3.538T12 14t3.538-1.463m-4.826-3.825Q11 8.425 11 8t-.288-.712T10 7t-.712.288T9 8t.288.713T10 9t.713-.288m4 0Q15 8.426 15 8t-.288-.712T14 7t-.712.288T13 8t.288.713T14 9t.713-.288m-2-2Q13 6.426 13 6t-.288-.712T12 5t-.712.288T11 6t.288.713T12 7t.713-.288M11.5 20.886v-1q0-1.056-.722-1.778T9 17.385h-.73q-.213 0-.357-.144t-.144-.357t.144-.356t.356-.144h7.462q.212 0 .356.144t.144.357t-.144.356t-.356.144H15q-1.056 0-1.778.722t-.722 1.778v1zM12 9"/></svg> </template>
CSS
.icon-sports-golf-outline-rounded {
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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.749%2013.255Q6%2011.509%206%209.004t1.745-4.255T11.996%203t4.255%201.745Q18%206.491%2018%208.996t-1.745%204.255T12.004%2015t-4.255-1.745m7.789-.717Q17%2011.075%2017%209t-1.463-3.537T12%204T8.463%205.463T7%209t1.463%203.538T12%2014t3.538-1.463m-4.826-3.825Q11%208.425%2011%208t-.288-.712T10%207t-.712.288T9%208t.288.713T10%209t.713-.288m4%200Q15%208.426%2015%208t-.288-.712T14%207t-.712.288T13%208t.288.713T14%209t.713-.288m-2-2Q13%206.426%2013%206t-.288-.712T12%205t-.712.288T11%206t.288.713T12%207t.713-.288M11.5%2020.886v-1q0-1.056-.722-1.778T9%2017.385h-.73q-.213%200-.357-.144t-.144-.357t.144-.356t.356-.144h7.462q.212%200%20.356.144t.144.357t-.144.356t-.356.144H15q-1.056%200-1.778.722t-.722%201.778v1zM12%209%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.749%2013.255Q6%2011.509%206%209.004t1.745-4.255T11.996%203t4.255%201.745Q18%206.491%2018%208.996t-1.745%204.255T12.004%2015t-4.255-1.745m7.789-.717Q17%2011.075%2017%209t-1.463-3.537T12%204T8.463%205.463T7%209t1.463%203.538T12%2014t3.538-1.463m-4.826-3.825Q11%208.425%2011%208t-.288-.712T10%207t-.712.288T9%208t.288.713T10%209t.713-.288m4%200Q15%208.426%2015%208t-.288-.712T14%207t-.712.288T13%208t.288.713T14%209t.713-.288m-2-2Q13%206.426%2013%206t-.288-.712T12%205t-.712.288T11%206t.288.713T12%207t.713-.288M11.5%2020.886v-1q0-1.056-.722-1.778T9%2017.385h-.73q-.213%200-.357-.144t-.144-.357t.144-.356t.356-.144h7.462q.212%200%20.356.144t.144.357t-.144.356t-.356.144H15q-1.056%200-1.778.722t-.722%201.778v1zM12%209%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/sports-golf-outline-rounded.svg?color=%231a73e8&size=48