hockey icon
hockey from IconPark by ByteDance · Color · Sports · Apache-2.0 Free for personal and commercial use.
- Name
- hockey
- Set
- IconPark
- Style
- Color
- Category
- Sports
- Viewbox
- 48×48
- License
- Apache 2.0
The same icon in other sets
More sports icons from IconPark
Use the hockey icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="2" stroke-width="4"><path fill="#2F88FF" d="M36 4L30.23 31.41C30.03 32.34 29.22 33 28.27 33H9C7.34 33 6 34.34 6 36V37.55C6 41.03 8.95 43.78 12.43 43.53L29.49 42.31C32.16 42.12 34.38 40.18 34.93 37.56L42 4H36Z"/><path d="M15 16C19.4183 16 23 14.6569 23 13C23 11.3431 19.4183 10 15 10C10.5817 10 7 11.3431 7 13C7 14.6569 10.5817 16 15 16Z"/><path d="M23 13V19C23 20.66 19.42 22 15 22C10.58 22 7 20.66 7 19V13"/></g></svg>
React
import type { SVGProps } from "react";
export function IconParkHockey(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeMiterlimit="2" strokeWidth="4"><path fill="#2F88FF" d="M36 4L30.23 31.41C30.03 32.34 29.22 33 28.27 33H9C7.34 33 6 34.34 6 36V37.55C6 41.03 8.95 43.78 12.43 43.53L29.49 42.31C32.16 42.12 34.38 40.18 34.93 37.56L42 4H36Z"/><path d="M15 16C19.4183 16 23 14.6569 23 13C23 11.3431 19.4183 10 15 10C10.5817 10 7 11.3431 7 13C7 14.6569 10.5817 16 15 16Z"/><path d="M23 13V19C23 20.66 19.42 22 15 22C10.58 22 7 20.66 7 19V13"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="2" stroke-width="4"><path fill="#2F88FF" d="M36 4L30.23 31.41C30.03 32.34 29.22 33 28.27 33H9C7.34 33 6 34.34 6 36V37.55C6 41.03 8.95 43.78 12.43 43.53L29.49 42.31C32.16 42.12 34.38 40.18 34.93 37.56L42 4H36Z"/><path d="M15 16C19.4183 16 23 14.6569 23 13C23 11.3431 19.4183 10 15 10C10.5817 10 7 11.3431 7 13C7 14.6569 10.5817 16 15 16Z"/><path d="M23 13V19C23 20.66 19.42 22 15 22C10.58 22 7 20.66 7 19V13"/></g></svg> </template>
CSS
.icon-hockey {
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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%222%22%20stroke-width%3D%224%22%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M36%204L30.23%2031.41C30.03%2032.34%2029.22%2033%2028.27%2033H9C7.34%2033%206%2034.34%206%2036V37.55C6%2041.03%208.95%2043.78%2012.43%2043.53L29.49%2042.31C32.16%2042.12%2034.38%2040.18%2034.93%2037.56L42%204H36Z%22%2F%3E%3Cpath%20d%3D%22M15%2016C19.4183%2016%2023%2014.6569%2023%2013C23%2011.3431%2019.4183%2010%2015%2010C10.5817%2010%207%2011.3431%207%2013C7%2014.6569%2010.5817%2016%2015%2016Z%22%2F%3E%3Cpath%20d%3D%22M23%2013V19C23%2020.66%2019.42%2022%2015%2022C10.58%2022%207%2020.66%207%2019V13%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%222%22%20stroke-width%3D%224%22%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M36%204L30.23%2031.41C30.03%2032.34%2029.22%2033%2028.27%2033H9C7.34%2033%206%2034.34%206%2036V37.55C6%2041.03%208.95%2043.78%2012.43%2043.53L29.49%2042.31C32.16%2042.12%2034.38%2040.18%2034.93%2037.56L42%204H36Z%22%2F%3E%3Cpath%20d%3D%22M15%2016C19.4183%2016%2023%2014.6569%2023%2013C23%2011.3431%2019.4183%2010%2015%2010C10.5817%2010%207%2011.3431%207%2013C7%2014.6569%2010.5817%2016%2015%2016Z%22%2F%3E%3Cpath%20d%3D%22M23%2013V19C23%2020.66%2019.42%2022%2015%2022C10.58%2022%207%2020.66%207%2019V13%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/icon-park/hockey.svg?color=%231a73e8&size=48