sport hockey icon
sport-hockey-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.
- Name
- sport-hockey-24-regular
- Set
- Fluent UI System Icons
- Style
- 24 Regular
- 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="M17.49 6.871a.75.75 0 0 0-.62-.86c-.418-.069-.79.233-.865.638l-.018.09a7 7 0 0 1-.091.367c-.089.323-.238.79-.477 1.35a12.8 12.8 0 0 1-2.732 4.014a14.1 14.1 0 0 1-5.575 3.401a8 8 0 0 1-.497.14l-.022.006H6.59a.75.75 0 0 0-.574.892c.142.659.891.575.891.575l.003-.001h.004l.011-.003l.037-.01q.048-.01.132-.032q.169-.044.47-.136a15.6 15.6 0 0 0 6.185-3.771a14.3 14.3 0 0 0 3.049-4.486c.269-.628.44-1.16.544-1.541a8 8 0 0 0 .137-.577l.007-.037l.002-.012v-.005zM2.351 12.573c-.684 1.899-.775 3.874.438 5.1l.234.237a628 628 0 0 0 3.023 3.04c1.28 1.28 3.305 1.3 5.289.66c2.026-.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.892-2.912l-.362-.367l-.002.002c-1.225-1.214-3.201-1.123-5.1-.44c-1.965.709-4.149 2.144-6.119 4.114s-3.404 4.153-4.112 6.118m1.41.509c.619-1.715 1.914-3.717 3.763-5.567c1.85-1.85 3.852-3.144 5.566-3.762c1.777-.64 2.97-.473 3.54.099l.003-.002l.348.351l.876.885c.685.69 1.5 1.512 2.02 2.032c.675.675.875 1.967.293 3.767c-.567 1.757-1.826 3.783-3.67 5.627s-3.87 3.102-5.626 3.67c-1.8.581-3.093.381-3.767-.293a836 836 0 0 1-3.018-3.034l-.23-.232l.002-.001c-.572-.572-.74-1.764-.1-3.54"/></svg>
React
import type { SVGProps } from "react";
export function FluentSportHockey24Regular(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="M17.49 6.871a.75.75 0 0 0-.62-.86c-.418-.069-.79.233-.865.638l-.018.09a7 7 0 0 1-.091.367c-.089.323-.238.79-.477 1.35a12.8 12.8 0 0 1-2.732 4.014a14.1 14.1 0 0 1-5.575 3.401a8 8 0 0 1-.497.14l-.022.006H6.59a.75.75 0 0 0-.574.892c.142.659.891.575.891.575l.003-.001h.004l.011-.003l.037-.01q.048-.01.132-.032q.169-.044.47-.136a15.6 15.6 0 0 0 6.185-3.771a14.3 14.3 0 0 0 3.049-4.486c.269-.628.44-1.16.544-1.541a8 8 0 0 0 .137-.577l.007-.037l.002-.012v-.005zM2.351 12.573c-.684 1.899-.775 3.874.438 5.1l.234.237a628 628 0 0 0 3.023 3.04c1.28 1.28 3.305 1.3 5.289.66c2.026-.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.892-2.912l-.362-.367l-.002.002c-1.225-1.214-3.201-1.123-5.1-.44c-1.965.709-4.149 2.144-6.119 4.114s-3.404 4.153-4.112 6.118m1.41.509c.619-1.715 1.914-3.717 3.763-5.567c1.85-1.85 3.852-3.144 5.566-3.762c1.777-.64 2.97-.473 3.54.099l.003-.002l.348.351l.876.885c.685.69 1.5 1.512 2.02 2.032c.675.675.875 1.967.293 3.767c-.567 1.757-1.826 3.783-3.67 5.627s-3.87 3.102-5.626 3.67c-1.8.581-3.093.381-3.767-.293a836 836 0 0 1-3.018-3.034l-.23-.232l.002-.001c-.572-.572-.74-1.764-.1-3.54"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.49 6.871a.75.75 0 0 0-.62-.86c-.418-.069-.79.233-.865.638l-.018.09a7 7 0 0 1-.091.367c-.089.323-.238.79-.477 1.35a12.8 12.8 0 0 1-2.732 4.014a14.1 14.1 0 0 1-5.575 3.401a8 8 0 0 1-.497.14l-.022.006H6.59a.75.75 0 0 0-.574.892c.142.659.891.575.891.575l.003-.001h.004l.011-.003l.037-.01q.048-.01.132-.032q.169-.044.47-.136a15.6 15.6 0 0 0 6.185-3.771a14.3 14.3 0 0 0 3.049-4.486c.269-.628.44-1.16.544-1.541a8 8 0 0 0 .137-.577l.007-.037l.002-.012v-.005zM2.351 12.573c-.684 1.899-.775 3.874.438 5.1l.234.237a628 628 0 0 0 3.023 3.04c1.28 1.28 3.305 1.3 5.289.66c2.026-.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.892-2.912l-.362-.367l-.002.002c-1.225-1.214-3.201-1.123-5.1-.44c-1.965.709-4.149 2.144-6.119 4.114s-3.404 4.153-4.112 6.118m1.41.509c.619-1.715 1.914-3.717 3.763-5.567c1.85-1.85 3.852-3.144 5.566-3.762c1.777-.64 2.97-.473 3.54.099l.003-.002l.348.351l.876.885c.685.69 1.5 1.512 2.02 2.032c.675.675.875 1.967.293 3.767c-.567 1.757-1.826 3.783-3.67 5.627s-3.87 3.102-5.626 3.67c-1.8.581-3.093.381-3.767-.293a836 836 0 0 1-3.018-3.034l-.23-.232l.002-.001c-.572-.572-.74-1.764-.1-3.54"/></svg> </template>
CSS
.icon-sport-hockey-24-regular {
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%22M17.49%206.871a.75.75%200%200%200-.62-.86c-.418-.069-.79.233-.865.638l-.018.09a7%207%200%200%201-.091.367c-.089.323-.238.79-.477%201.35a12.8%2012.8%200%200%201-2.732%204.014a14.1%2014.1%200%200%201-5.575%203.401a8%208%200%200%201-.497.14l-.022.006H6.59a.75.75%200%200%200-.574.892c.142.659.891.575.891.575l.003-.001h.004l.011-.003l.037-.01q.048-.01.132-.032q.169-.044.47-.136a15.6%2015.6%200%200%200%206.185-3.771a14.3%2014.3%200%200%200%203.049-4.486c.269-.628.44-1.16.544-1.541a8%208%200%200%200%20.137-.577l.007-.037l.002-.012v-.005zM2.351%2012.573c-.684%201.899-.775%203.874.438%205.1l.234.237a628%20628%200%200%200%203.023%203.04c1.28%201.28%203.305%201.3%205.289.66c2.026-.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.892-2.912l-.362-.367l-.002.002c-1.225-1.214-3.201-1.123-5.1-.44c-1.965.709-4.149%202.144-6.119%204.114s-3.404%204.153-4.112%206.118m1.41.509c.619-1.715%201.914-3.717%203.763-5.567c1.85-1.85%203.852-3.144%205.566-3.762c1.777-.64%202.97-.473%203.54.099l.003-.002l.348.351l.876.885c.685.69%201.5%201.512%202.02%202.032c.675.675.875%201.967.293%203.767c-.567%201.757-1.826%203.783-3.67%205.627s-3.87%203.102-5.626%203.67c-1.8.581-3.093.381-3.767-.293a836%20836%200%200%201-3.018-3.034l-.23-.232l.002-.001c-.572-.572-.74-1.764-.1-3.54%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%22M17.49%206.871a.75.75%200%200%200-.62-.86c-.418-.069-.79.233-.865.638l-.018.09a7%207%200%200%201-.091.367c-.089.323-.238.79-.477%201.35a12.8%2012.8%200%200%201-2.732%204.014a14.1%2014.1%200%200%201-5.575%203.401a8%208%200%200%201-.497.14l-.022.006H6.59a.75.75%200%200%200-.574.892c.142.659.891.575.891.575l.003-.001h.004l.011-.003l.037-.01q.048-.01.132-.032q.169-.044.47-.136a15.6%2015.6%200%200%200%206.185-3.771a14.3%2014.3%200%200%200%203.049-4.486c.269-.628.44-1.16.544-1.541a8%208%200%200%200%20.137-.577l.007-.037l.002-.012v-.005zM2.351%2012.573c-.684%201.899-.775%203.874.438%205.1l.234.237a628%20628%200%200%200%203.023%203.04c1.28%201.28%203.305%201.3%205.289.66c2.026-.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.892-2.912l-.362-.367l-.002.002c-1.225-1.214-3.201-1.123-5.1-.44c-1.965.709-4.149%202.144-6.119%204.114s-3.404%204.153-4.112%206.118m1.41.509c.619-1.715%201.914-3.717%203.763-5.567c1.85-1.85%203.852-3.144%205.566-3.762c1.777-.64%202.97-.473%203.54.099l.003-.002l.348.351l.876.885c.685.69%201.5%201.512%202.02%202.032c.675.675.875%201.967.293%203.767c-.567%201.757-1.826%203.783-3.67%205.627s-3.87%203.102-5.626%203.67c-1.8.581-3.093.381-3.767-.293a836%20836%200%200%201-3.018-3.034l-.23-.232l.002-.001c-.572-.572-.74-1.764-.1-3.54%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-regular.svg?color=%231a73e8&size=48