ice-hockey from Emoji One (Colored) by Emoji One · Default · Activities · CC-BY-4.0 Attribution required.

Name
ice-hockey
Set
Emoji One (Colored)
Style
Default
Category
Activities
Viewbox
64×64
License
CC BY 4.0

The same emoji in other sets

More activities icons from Emoji One (Colored)

Use the ice hockey emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#3e4347" d="M23.3 36.9c-5.5-.4-12.1-1.7-18.5-3.2c-1.9-.4-4.1 9.4-2 10.1c12.8 4 26.3 3 31.3 2.2c1.8-.3 3.1-2.4 3.2-2.4l8-13.4l-4.6-2.9c-7.2 8.5-13.8 9.9-17.4 9.6"/><path fill="#ed4c5c" d="M56.5 2S42.4 25.3 40.6 27.3l4.6 2.9L62 2z"/><g fill="#3e4347"><ellipse cx="48.7" cy="57" rx="13.3" ry="5"/><ellipse cx="48.7" cy="51.1" rx="13.3" ry="5"/><path d="M35.5 51.1H62V57H35.5z"/></g><ellipse cx="48.7" cy="51.1" fill="#b2c1c0" opacity=".5" rx="13.3" ry="5"/><path fill="#e8e8e8" d="M9.1 34.6L7.5 45.5c8.5 1.9 16.7 1.7 22.2 1.2l1.8-12c-3.3 1.8-6.2 2.2-8.1 2.1c-4.3-.3-9.3-1.1-14.3-2.2"/><path fill="#b2c1c0" d="m9.2 45.8l1.5.3l2.8-10.6l-1.5-.3zm15 1.2h1.6l3.6-11.3l-1.8.6zm-8.1-.3c.5 0 1 .1 1.5.1l.8-10.6c-.5-.1-1-.1-1.5-.2zm6-10L19.9 47h1.5l2.3-10.2h-.3c-.4-.1-.8-.1-1.3-.1"/></svg>

React

import type { SVGProps } from "react";

export function EmojioneIceHockey(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#3e4347" d="M23.3 36.9c-5.5-.4-12.1-1.7-18.5-3.2c-1.9-.4-4.1 9.4-2 10.1c12.8 4 26.3 3 31.3 2.2c1.8-.3 3.1-2.4 3.2-2.4l8-13.4l-4.6-2.9c-7.2 8.5-13.8 9.9-17.4 9.6"/><path fill="#ed4c5c" d="M56.5 2S42.4 25.3 40.6 27.3l4.6 2.9L62 2z"/><g fill="#3e4347"><ellipse cx="48.7" cy="57" rx="13.3" ry="5"/><ellipse cx="48.7" cy="51.1" rx="13.3" ry="5"/><path d="M35.5 51.1H62V57H35.5z"/></g><ellipse cx="48.7" cy="51.1" fill="#b2c1c0" opacity=".5" rx="13.3" ry="5"/><path fill="#e8e8e8" d="M9.1 34.6L7.5 45.5c8.5 1.9 16.7 1.7 22.2 1.2l1.8-12c-3.3 1.8-6.2 2.2-8.1 2.1c-4.3-.3-9.3-1.1-14.3-2.2"/><path fill="#b2c1c0" d="m9.2 45.8l1.5.3l2.8-10.6l-1.5-.3zm15 1.2h1.6l3.6-11.3l-1.8.6zm-8.1-.3c.5 0 1 .1 1.5.1l.8-10.6c-.5-.1-1-.1-1.5-.2zm6-10L19.9 47h1.5l2.3-10.2h-.3c-.4-.1-.8-.1-1.3-.1"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#3e4347" d="M23.3 36.9c-5.5-.4-12.1-1.7-18.5-3.2c-1.9-.4-4.1 9.4-2 10.1c12.8 4 26.3 3 31.3 2.2c1.8-.3 3.1-2.4 3.2-2.4l8-13.4l-4.6-2.9c-7.2 8.5-13.8 9.9-17.4 9.6"/><path fill="#ed4c5c" d="M56.5 2S42.4 25.3 40.6 27.3l4.6 2.9L62 2z"/><g fill="#3e4347"><ellipse cx="48.7" cy="57" rx="13.3" ry="5"/><ellipse cx="48.7" cy="51.1" rx="13.3" ry="5"/><path d="M35.5 51.1H62V57H35.5z"/></g><ellipse cx="48.7" cy="51.1" fill="#b2c1c0" opacity=".5" rx="13.3" ry="5"/><path fill="#e8e8e8" d="M9.1 34.6L7.5 45.5c8.5 1.9 16.7 1.7 22.2 1.2l1.8-12c-3.3 1.8-6.2 2.2-8.1 2.1c-4.3-.3-9.3-1.1-14.3-2.2"/><path fill="#b2c1c0" d="m9.2 45.8l1.5.3l2.8-10.6l-1.5-.3zm15 1.2h1.6l3.6-11.3l-1.8.6zm-8.1-.3c.5 0 1 .1 1.5.1l.8-10.6c-.5-.1-1-.1-1.5-.2zm6-10L19.9 47h1.5l2.3-10.2h-.3c-.4-.1-.8-.1-1.3-.1"/></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%2064%2064%22%3E%3Cpath%20fill%3D%22%233e4347%22%20d%3D%22M23.3%2036.9c-5.5-.4-12.1-1.7-18.5-3.2c-1.9-.4-4.1%209.4-2%2010.1c12.8%204%2026.3%203%2031.3%202.2c1.8-.3%203.1-2.4%203.2-2.4l8-13.4l-4.6-2.9c-7.2%208.5-13.8%209.9-17.4%209.6%22%2F%3E%3Cpath%20fill%3D%22%23ed4c5c%22%20d%3D%22M56.5%202S42.4%2025.3%2040.6%2027.3l4.6%202.9L62%202z%22%2F%3E%3Cg%20fill%3D%22%233e4347%22%3E%3Cellipse%20cx%3D%2248.7%22%20cy%3D%2257%22%20rx%3D%2213.3%22%20ry%3D%225%22%2F%3E%3Cellipse%20cx%3D%2248.7%22%20cy%3D%2251.1%22%20rx%3D%2213.3%22%20ry%3D%225%22%2F%3E%3Cpath%20d%3D%22M35.5%2051.1H62V57H35.5z%22%2F%3E%3C%2Fg%3E%3Cellipse%20cx%3D%2248.7%22%20cy%3D%2251.1%22%20fill%3D%22%23b2c1c0%22%20opacity%3D%22.5%22%20rx%3D%2213.3%22%20ry%3D%225%22%2F%3E%3Cpath%20fill%3D%22%23e8e8e8%22%20d%3D%22M9.1%2034.6L7.5%2045.5c8.5%201.9%2016.7%201.7%2022.2%201.2l1.8-12c-3.3%201.8-6.2%202.2-8.1%202.1c-4.3-.3-9.3-1.1-14.3-2.2%22%2F%3E%3Cpath%20fill%3D%22%23b2c1c0%22%20d%3D%22m9.2%2045.8l1.5.3l2.8-10.6l-1.5-.3zm15%201.2h1.6l3.6-11.3l-1.8.6zm-8.1-.3c.5%200%201%20.1%201.5.1l.8-10.6c-.5-.1-1-.1-1.5-.2zm6-10L19.9%2047h1.5l2.3-10.2h-.3c-.4-.1-.8-.1-1.3-.1%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%2064%2064%22%3E%3Cpath%20fill%3D%22%233e4347%22%20d%3D%22M23.3%2036.9c-5.5-.4-12.1-1.7-18.5-3.2c-1.9-.4-4.1%209.4-2%2010.1c12.8%204%2026.3%203%2031.3%202.2c1.8-.3%203.1-2.4%203.2-2.4l8-13.4l-4.6-2.9c-7.2%208.5-13.8%209.9-17.4%209.6%22%2F%3E%3Cpath%20fill%3D%22%23ed4c5c%22%20d%3D%22M56.5%202S42.4%2025.3%2040.6%2027.3l4.6%202.9L62%202z%22%2F%3E%3Cg%20fill%3D%22%233e4347%22%3E%3Cellipse%20cx%3D%2248.7%22%20cy%3D%2257%22%20rx%3D%2213.3%22%20ry%3D%225%22%2F%3E%3Cellipse%20cx%3D%2248.7%22%20cy%3D%2251.1%22%20rx%3D%2213.3%22%20ry%3D%225%22%2F%3E%3Cpath%20d%3D%22M35.5%2051.1H62V57H35.5z%22%2F%3E%3C%2Fg%3E%3Cellipse%20cx%3D%2248.7%22%20cy%3D%2251.1%22%20fill%3D%22%23b2c1c0%22%20opacity%3D%22.5%22%20rx%3D%2213.3%22%20ry%3D%225%22%2F%3E%3Cpath%20fill%3D%22%23e8e8e8%22%20d%3D%22M9.1%2034.6L7.5%2045.5c8.5%201.9%2016.7%201.7%2022.2%201.2l1.8-12c-3.3%201.8-6.2%202.2-8.1%202.1c-4.3-.3-9.3-1.1-14.3-2.2%22%2F%3E%3Cpath%20fill%3D%22%23b2c1c0%22%20d%3D%22m9.2%2045.8l1.5.3l2.8-10.6l-1.5-.3zm15%201.2h1.6l3.6-11.3l-1.8.6zm-8.1-.3c.5%200%201%20.1%201.5.1l.8-10.6c-.5-.1-1-.1-1.5-.2zm6-10L19.9%2047h1.5l2.3-10.2h-.3c-.4-.1-.8-.1-1.3-.1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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