sport hockey icon
sport-hockey-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.
- Name
- sport-hockey-24-filled
- Set
- Fluent UI System Icons
- Style
- 24 Filled
- Viewbox
- 24×24
- License
- MIT
3 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
Use the sport hockey icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2.354 12.573c-.684 1.899-.775 3.874.438 5.1l.234.237a630 630 0 0 0 3.023 3.04c1.28 1.28 3.305 1.3 5.289.66c2.027-.655 4.25-2.062 6.226-4.038c1.976-1.975 3.382-4.2 4.037-6.226c.64-1.984.62-4.008-.66-5.288a757 757 0 0 1-2.891-2.912l-.363-.367l-.002.003c-1.225-1.215-3.201-1.124-5.1-.44c-1.965.708-4.149 2.143-6.119 4.113s-3.404 4.153-4.112 6.118M17.49 6.871v.003l-.001.004l-.002.012l-.007.037l-.026.127c-.023.107-.058.26-.11.45c-.105.38-.276.913-.545 1.541a14.3 14.3 0 0 1-3.05 4.486a15.6 15.6 0 0 1-6.185 3.77a10 10 0 0 1-.6.17l-.038.009l-.011.002l-.004.001h-.003s-.749.084-.891-.574a.75.75 0 0 1 .573-.891h.001l.003-.001l.022-.005l.099-.025q.137-.035.398-.116a14.1 14.1 0 0 0 5.575-3.4a12.8 12.8 0 0 0 2.732-4.015c.239-.56.388-1.027.477-1.35a7 7 0 0 0 .11-.457c.073-.405.446-.707.864-.639a.75.75 0 0 1 .62.861"/></svg>
React
import type { SVGProps } from "react";
export function FluentSportHockey24Filled(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="M2.354 12.573c-.684 1.899-.775 3.874.438 5.1l.234.237a630 630 0 0 0 3.023 3.04c1.28 1.28 3.305 1.3 5.289.66c2.027-.655 4.25-2.062 6.226-4.038c1.976-1.975 3.382-4.2 4.037-6.226c.64-1.984.62-4.008-.66-5.288a757 757 0 0 1-2.891-2.912l-.363-.367l-.002.003c-1.225-1.215-3.201-1.124-5.1-.44c-1.965.708-4.149 2.143-6.119 4.113s-3.404 4.153-4.112 6.118M17.49 6.871v.003l-.001.004l-.002.012l-.007.037l-.026.127c-.023.107-.058.26-.11.45c-.105.38-.276.913-.545 1.541a14.3 14.3 0 0 1-3.05 4.486a15.6 15.6 0 0 1-6.185 3.77a10 10 0 0 1-.6.17l-.038.009l-.011.002l-.004.001h-.003s-.749.084-.891-.574a.75.75 0 0 1 .573-.891h.001l.003-.001l.022-.005l.099-.025q.137-.035.398-.116a14.1 14.1 0 0 0 5.575-3.4a12.8 12.8 0 0 0 2.732-4.015c.239-.56.388-1.027.477-1.35a7 7 0 0 0 .11-.457c.073-.405.446-.707.864-.639a.75.75 0 0 1 .62.861"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2.354 12.573c-.684 1.899-.775 3.874.438 5.1l.234.237a630 630 0 0 0 3.023 3.04c1.28 1.28 3.305 1.3 5.289.66c2.027-.655 4.25-2.062 6.226-4.038c1.976-1.975 3.382-4.2 4.037-6.226c.64-1.984.62-4.008-.66-5.288a757 757 0 0 1-2.891-2.912l-.363-.367l-.002.003c-1.225-1.215-3.201-1.124-5.1-.44c-1.965.708-4.149 2.143-6.119 4.113s-3.404 4.153-4.112 6.118M17.49 6.871v.003l-.001.004l-.002.012l-.007.037l-.026.127c-.023.107-.058.26-.11.45c-.105.38-.276.913-.545 1.541a14.3 14.3 0 0 1-3.05 4.486a15.6 15.6 0 0 1-6.185 3.77a10 10 0 0 1-.6.17l-.038.009l-.011.002l-.004.001h-.003s-.749.084-.891-.574a.75.75 0 0 1 .573-.891h.001l.003-.001l.022-.005l.099-.025q.137-.035.398-.116a14.1 14.1 0 0 0 5.575-3.4a12.8 12.8 0 0 0 2.732-4.015c.239-.56.388-1.027.477-1.35a7 7 0 0 0 .11-.457c.073-.405.446-.707.864-.639a.75.75 0 0 1 .62.861"/></svg> </template>
CSS
.icon-sport-hockey-24-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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2.354%2012.573c-.684%201.899-.775%203.874.438%205.1l.234.237a630%20630%200%200%200%203.023%203.04c1.28%201.28%203.305%201.3%205.289.66c2.027-.655%204.25-2.062%206.226-4.038c1.976-1.975%203.382-4.2%204.037-6.226c.64-1.984.62-4.008-.66-5.288a757%20757%200%200%201-2.891-2.912l-.363-.367l-.002.003c-1.225-1.215-3.201-1.124-5.1-.44c-1.965.708-4.149%202.143-6.119%204.113s-3.404%204.153-4.112%206.118M17.49%206.871v.003l-.001.004l-.002.012l-.007.037l-.026.127c-.023.107-.058.26-.11.45c-.105.38-.276.913-.545%201.541a14.3%2014.3%200%200%201-3.05%204.486a15.6%2015.6%200%200%201-6.185%203.77a10%2010%200%200%201-.6.17l-.038.009l-.011.002l-.004.001h-.003s-.749.084-.891-.574a.75.75%200%200%201%20.573-.891h.001l.003-.001l.022-.005l.099-.025q.137-.035.398-.116a14.1%2014.1%200%200%200%205.575-3.4a12.8%2012.8%200%200%200%202.732-4.015c.239-.56.388-1.027.477-1.35a7%207%200%200%200%20.11-.457c.073-.405.446-.707.864-.639a.75.75%200%200%201%20.62.861%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%22M2.354%2012.573c-.684%201.899-.775%203.874.438%205.1l.234.237a630%20630%200%200%200%203.023%203.04c1.28%201.28%203.305%201.3%205.289.66c2.027-.655%204.25-2.062%206.226-4.038c1.976-1.975%203.382-4.2%204.037-6.226c.64-1.984.62-4.008-.66-5.288a757%20757%200%200%201-2.891-2.912l-.363-.367l-.002.003c-1.225-1.215-3.201-1.124-5.1-.44c-1.965.708-4.149%202.143-6.119%204.113s-3.404%204.153-4.112%206.118M17.49%206.871v.003l-.001.004l-.002.012l-.007.037l-.026.127c-.023.107-.058.26-.11.45c-.105.38-.276.913-.545%201.541a14.3%2014.3%200%200%201-3.05%204.486a15.6%2015.6%200%200%201-6.185%203.77a10%2010%200%200%201-.6.17l-.038.009l-.011.002l-.004.001h-.003s-.749.084-.891-.574a.75.75%200%200%201%20.573-.891h.001l.003-.001l.022-.005l.099-.025q.137-.035.398-.116a14.1%2014.1%200%200%200%205.575-3.4a12.8%2012.8%200%200%200%202.732-4.015c.239-.56.388-1.027.477-1.35a7%207%200%200%200%20.11-.457c.073-.405.446-.707.864-.639a.75.75%200%200%201%20.62.861%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/sport-hockey-24-filled.svg?color=%231a73e8&size=48