ice hockey emoji

ice-hockey from Noto Emoji by Google Inc · Default · Activities · Apache-2.0 Free for personal and commercial use.

Name
ice-hockey
Set
Noto Emoji
Style
Default
Category
Activities
Viewbox
128×128
License
Apache 2.0

The same emoji in other sets

More activities icons from Noto Emoji

Use the ice hockey emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#ffa828" d="M65.78 80.6s-6.29 8.38-7.69 10.08s-4.99 5.59-6.59 6.59s-2.2 2.79-19.46 2.79c-13.57 0-18.56-1.5-24.65-1.5c-4.74 0-3.59 8.28-2.99 10.18s4.18 8.23 11.08 9.48c6.35 1.16 13.3.4 23.16-1.2c8.18-1.33 15.15-3.1 18.35-5.2c3.06-2.01 6.51-8.18 8.3-10.97s9.08-14.17 9.08-14.17l-.1-2.3z"/><path fill="#f08a34" d="M68.73 80.83c-.17.41-12.26 15.94-13.31 17.17s-2.8 2.86-2.51 5.26c.29 2.39 2.5 3.03 4.07 2.47c2.8-.99 3.58-3.29 5.1-5.28c1.04-1.36 12.15-17.34 12.15-17.34z"/><path fill="#5d6365" d="m65.46 81.01l10.28-14.37l8.02 5.7l-9.83 15.03z"/><path fill="#dfe0e0" d="m72.1 71.71l8.1 6.08l-3.47 5.41l-8.42-6.22z"/><path fill="#fc2929" d="m74.96 67.68l7.94 6.01l32.4-48.71l-6.95-4.66z"/><path fill="#5e6367" d="M114.79 7.67c-1.85.14-4.28 4.87-4.37 5.39c-.18 1 1.71 1.86 1.71 1.86l-4.68 6.71l6.9 4.72l4.63-6.66s1.4.99 2.12.5c.75-.51 3.83-4.86 3.65-6.08c-.15-1-8.43-6.55-9.96-6.44"/><path fill="#9a9a9a" d="m94.07 103.65l-13.01 2.25s-.39 1.86-.29 5.77s.68 5.28.68 5.28s2.79 6.08 16.37 6.28c14.75.22 17.88-6.18 17.88-6.18s.6-3.21.6-5.65c0-1.57-.06-5.2-.4-5.66c-.97-1.27-21.83-2.09-21.83-2.09"/><path fill="#5e6367" d="M98.01 97.84c-12.02-.12-17.05 5.08-16.95 8.06c.07 2.33 4.64 8.39 17.7 8.6c14.18.23 17.17-7.61 17.21-8.75c.03-1.33-3.32-7.77-17.96-7.91"/></svg>

React

import type { SVGProps } from "react";

export function NotoIceHockey(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#ffa828" d="M65.78 80.6s-6.29 8.38-7.69 10.08s-4.99 5.59-6.59 6.59s-2.2 2.79-19.46 2.79c-13.57 0-18.56-1.5-24.65-1.5c-4.74 0-3.59 8.28-2.99 10.18s4.18 8.23 11.08 9.48c6.35 1.16 13.3.4 23.16-1.2c8.18-1.33 15.15-3.1 18.35-5.2c3.06-2.01 6.51-8.18 8.3-10.97s9.08-14.17 9.08-14.17l-.1-2.3z"/><path fill="#f08a34" d="M68.73 80.83c-.17.41-12.26 15.94-13.31 17.17s-2.8 2.86-2.51 5.26c.29 2.39 2.5 3.03 4.07 2.47c2.8-.99 3.58-3.29 5.1-5.28c1.04-1.36 12.15-17.34 12.15-17.34z"/><path fill="#5d6365" d="m65.46 81.01l10.28-14.37l8.02 5.7l-9.83 15.03z"/><path fill="#dfe0e0" d="m72.1 71.71l8.1 6.08l-3.47 5.41l-8.42-6.22z"/><path fill="#fc2929" d="m74.96 67.68l7.94 6.01l32.4-48.71l-6.95-4.66z"/><path fill="#5e6367" d="M114.79 7.67c-1.85.14-4.28 4.87-4.37 5.39c-.18 1 1.71 1.86 1.71 1.86l-4.68 6.71l6.9 4.72l4.63-6.66s1.4.99 2.12.5c.75-.51 3.83-4.86 3.65-6.08c-.15-1-8.43-6.55-9.96-6.44"/><path fill="#9a9a9a" d="m94.07 103.65l-13.01 2.25s-.39 1.86-.29 5.77s.68 5.28.68 5.28s2.79 6.08 16.37 6.28c14.75.22 17.88-6.18 17.88-6.18s.6-3.21.6-5.65c0-1.57-.06-5.2-.4-5.66c-.97-1.27-21.83-2.09-21.83-2.09"/><path fill="#5e6367" d="M98.01 97.84c-12.02-.12-17.05 5.08-16.95 8.06c.07 2.33 4.64 8.39 17.7 8.6c14.18.23 17.17-7.61 17.21-8.75c.03-1.33-3.32-7.77-17.96-7.91"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#ffa828" d="M65.78 80.6s-6.29 8.38-7.69 10.08s-4.99 5.59-6.59 6.59s-2.2 2.79-19.46 2.79c-13.57 0-18.56-1.5-24.65-1.5c-4.74 0-3.59 8.28-2.99 10.18s4.18 8.23 11.08 9.48c6.35 1.16 13.3.4 23.16-1.2c8.18-1.33 15.15-3.1 18.35-5.2c3.06-2.01 6.51-8.18 8.3-10.97s9.08-14.17 9.08-14.17l-.1-2.3z"/><path fill="#f08a34" d="M68.73 80.83c-.17.41-12.26 15.94-13.31 17.17s-2.8 2.86-2.51 5.26c.29 2.39 2.5 3.03 4.07 2.47c2.8-.99 3.58-3.29 5.1-5.28c1.04-1.36 12.15-17.34 12.15-17.34z"/><path fill="#5d6365" d="m65.46 81.01l10.28-14.37l8.02 5.7l-9.83 15.03z"/><path fill="#dfe0e0" d="m72.1 71.71l8.1 6.08l-3.47 5.41l-8.42-6.22z"/><path fill="#fc2929" d="m74.96 67.68l7.94 6.01l32.4-48.71l-6.95-4.66z"/><path fill="#5e6367" d="M114.79 7.67c-1.85.14-4.28 4.87-4.37 5.39c-.18 1 1.71 1.86 1.71 1.86l-4.68 6.71l6.9 4.72l4.63-6.66s1.4.99 2.12.5c.75-.51 3.83-4.86 3.65-6.08c-.15-1-8.43-6.55-9.96-6.44"/><path fill="#9a9a9a" d="m94.07 103.65l-13.01 2.25s-.39 1.86-.29 5.77s.68 5.28.68 5.28s2.79 6.08 16.37 6.28c14.75.22 17.88-6.18 17.88-6.18s.6-3.21.6-5.65c0-1.57-.06-5.2-.4-5.66c-.97-1.27-21.83-2.09-21.83-2.09"/><path fill="#5e6367" d="M98.01 97.84c-12.02-.12-17.05 5.08-16.95 8.06c.07 2.33 4.64 8.39 17.7 8.6c14.18.23 17.17-7.61 17.21-8.75c.03-1.33-3.32-7.77-17.96-7.91"/></svg>
</template>

CSS

.icon-ice-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%20128%20128%22%3E%3Cpath%20fill%3D%22%23ffa828%22%20d%3D%22M65.78%2080.6s-6.29%208.38-7.69%2010.08s-4.99%205.59-6.59%206.59s-2.2%202.79-19.46%202.79c-13.57%200-18.56-1.5-24.65-1.5c-4.74%200-3.59%208.28-2.99%2010.18s4.18%208.23%2011.08%209.48c6.35%201.16%2013.3.4%2023.16-1.2c8.18-1.33%2015.15-3.1%2018.35-5.2c3.06-2.01%206.51-8.18%208.3-10.97s9.08-14.17%209.08-14.17l-.1-2.3z%22%2F%3E%3Cpath%20fill%3D%22%23f08a34%22%20d%3D%22M68.73%2080.83c-.17.41-12.26%2015.94-13.31%2017.17s-2.8%202.86-2.51%205.26c.29%202.39%202.5%203.03%204.07%202.47c2.8-.99%203.58-3.29%205.1-5.28c1.04-1.36%2012.15-17.34%2012.15-17.34z%22%2F%3E%3Cpath%20fill%3D%22%235d6365%22%20d%3D%22m65.46%2081.01l10.28-14.37l8.02%205.7l-9.83%2015.03z%22%2F%3E%3Cpath%20fill%3D%22%23dfe0e0%22%20d%3D%22m72.1%2071.71l8.1%206.08l-3.47%205.41l-8.42-6.22z%22%2F%3E%3Cpath%20fill%3D%22%23fc2929%22%20d%3D%22m74.96%2067.68l7.94%206.01l32.4-48.71l-6.95-4.66z%22%2F%3E%3Cpath%20fill%3D%22%235e6367%22%20d%3D%22M114.79%207.67c-1.85.14-4.28%204.87-4.37%205.39c-.18%201%201.71%201.86%201.71%201.86l-4.68%206.71l6.9%204.72l4.63-6.66s1.4.99%202.12.5c.75-.51%203.83-4.86%203.65-6.08c-.15-1-8.43-6.55-9.96-6.44%22%2F%3E%3Cpath%20fill%3D%22%239a9a9a%22%20d%3D%22m94.07%20103.65l-13.01%202.25s-.39%201.86-.29%205.77s.68%205.28.68%205.28s2.79%206.08%2016.37%206.28c14.75.22%2017.88-6.18%2017.88-6.18s.6-3.21.6-5.65c0-1.57-.06-5.2-.4-5.66c-.97-1.27-21.83-2.09-21.83-2.09%22%2F%3E%3Cpath%20fill%3D%22%235e6367%22%20d%3D%22M98.01%2097.84c-12.02-.12-17.05%205.08-16.95%208.06c.07%202.33%204.64%208.39%2017.7%208.6c14.18.23%2017.17-7.61%2017.21-8.75c.03-1.33-3.32-7.77-17.96-7.91%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%20128%20128%22%3E%3Cpath%20fill%3D%22%23ffa828%22%20d%3D%22M65.78%2080.6s-6.29%208.38-7.69%2010.08s-4.99%205.59-6.59%206.59s-2.2%202.79-19.46%202.79c-13.57%200-18.56-1.5-24.65-1.5c-4.74%200-3.59%208.28-2.99%2010.18s4.18%208.23%2011.08%209.48c6.35%201.16%2013.3.4%2023.16-1.2c8.18-1.33%2015.15-3.1%2018.35-5.2c3.06-2.01%206.51-8.18%208.3-10.97s9.08-14.17%209.08-14.17l-.1-2.3z%22%2F%3E%3Cpath%20fill%3D%22%23f08a34%22%20d%3D%22M68.73%2080.83c-.17.41-12.26%2015.94-13.31%2017.17s-2.8%202.86-2.51%205.26c.29%202.39%202.5%203.03%204.07%202.47c2.8-.99%203.58-3.29%205.1-5.28c1.04-1.36%2012.15-17.34%2012.15-17.34z%22%2F%3E%3Cpath%20fill%3D%22%235d6365%22%20d%3D%22m65.46%2081.01l10.28-14.37l8.02%205.7l-9.83%2015.03z%22%2F%3E%3Cpath%20fill%3D%22%23dfe0e0%22%20d%3D%22m72.1%2071.71l8.1%206.08l-3.47%205.41l-8.42-6.22z%22%2F%3E%3Cpath%20fill%3D%22%23fc2929%22%20d%3D%22m74.96%2067.68l7.94%206.01l32.4-48.71l-6.95-4.66z%22%2F%3E%3Cpath%20fill%3D%22%235e6367%22%20d%3D%22M114.79%207.67c-1.85.14-4.28%204.87-4.37%205.39c-.18%201%201.71%201.86%201.71%201.86l-4.68%206.71l6.9%204.72l4.63-6.66s1.4.99%202.12.5c.75-.51%203.83-4.86%203.65-6.08c-.15-1-8.43-6.55-9.96-6.44%22%2F%3E%3Cpath%20fill%3D%22%239a9a9a%22%20d%3D%22m94.07%20103.65l-13.01%202.25s-.39%201.86-.29%205.77s.68%205.28.68%205.28s2.79%206.08%2016.37%206.28c14.75.22%2017.88-6.18%2017.88-6.18s.6-3.21.6-5.65c0-1.57-.06-5.2-.4-5.66c-.97-1.27-21.83-2.09-21.83-2.09%22%2F%3E%3Cpath%20fill%3D%22%235e6367%22%20d%3D%22M98.01%2097.84c-12.02-.12-17.05%205.08-16.95%208.06c.07%202.33%204.64%208.39%2017.7%208.6c14.18.23%2017.17-7.61%2017.21-8.75c.03-1.33-3.32-7.77-17.96-7.91%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/noto/ice-hockey.svg?color=%231a73e8&size=48